summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2019-11-23 22:30:32 -0500
committerAaron Bauman <bman@gentoo.org>2019-11-23 22:30:32 -0500
commitc2e08835c644a98e5672c8d0f2bf9be666df146a (patch)
treea6859bb0ca47338b1e9b0d27f3ada4761d5e1204 /sci-libs
parentsci-libs/scotch: drop old EAPI and old (diff)
downloadgentoo-c2e08835c644a98e5672c8d0f2bf9be666df146a.tar.gz
gentoo-c2e08835c644a98e5672c8d0f2bf9be666df146a.tar.bz2
gentoo-c2e08835c644a98e5672c8d0f2bf9be666df146a.zip
sci-libs/tnt: drop old
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/tnt/Manifest2
-rw-r--r--sci-libs/tnt/tnt-1.2.6.ebuild31
2 files changed, 0 insertions, 33 deletions
diff --git a/sci-libs/tnt/Manifest b/sci-libs/tnt/Manifest
index 40bbdd16a3a2..4f157d791fb2 100644
--- a/sci-libs/tnt/Manifest
+++ b/sci-libs/tnt/Manifest
@@ -1,3 +1 @@
-DIST tnt120doc.zip 115063 BLAKE2B b454521b323f4fa7fd689d79ac8fc389cf59b0ee25c1e04f28e7e42a1403e194990b38e5f68837dc0610c68489921810cfcd4e009d87be54d697a5fb9d2ba06a SHA512 c18677ea319bb5485b91c4bcaa09a26bc00a83f0d41b6e1028e57d4924a4524fb7a818169e591c04d71eb03787fc8e4895d76b49721ae8efa4309e3a6be19385
-DIST tnt126.zip 28784 BLAKE2B 46a44797cf03e8a73e719e2dcbb1091dbaec62e88c1b86761e5d9930b8b39ec0cb301f817656bf6bef37874bba89512c516a6977dc03344635a0fe79143c7da7 SHA512 09e4c27cdd0619b25c02dfed6ab8a2f121d002949dee4d1303968df4688196395871ad2ade9e4010cef72f9c6b5c9c02888566d44454949121ad3094e06651f6
DIST tnt_3_0_12.zip 50166 BLAKE2B 8ecefb46e6ab577cce3881a829d88c8eb61c10ba4a7f33d4408555ac9c76b3b11d2442255920336f2a7fd6eda508d3a4f420e66a0821ae8276fddc78f013e8b4 SHA512 3be00d37880ffc191022db13993c3946e913e92409cef1ff5f53b74cab5ea09782d131056d89bcbd0990939967b5d93ebe93e8a7db956be2fb9e8a7356dafbfd
diff --git a/sci-libs/tnt/tnt-1.2.6.ebuild b/sci-libs/tnt/tnt-1.2.6.ebuild
deleted file mode 100644
index 344b36833caa..000000000000
--- a/sci-libs/tnt/tnt-1.2.6.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit versionator
-
-MYP="${PN}$(replace_all_version_separators '')"
-DOCPV=120
-
-DESCRIPTION="Template Numerical Toolkit: C++ headers for array and matrices"
-HOMEPAGE="http://math.nist.gov/tnt/"
-SRC_URI="http://math.nist.gov/tnt/${MYP}.zip
- doc? ( http://math.nist.gov/tnt/${PN}${DOCPV}doc.zip )"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-IUSE="doc"
-
-DEPEND="app-arch/unzip"
-RDEPEND=""
-
-S="${WORKDIR}"
-
-src_install() {
- insinto /usr/include
- doins *.h
- use doc && dohtml html/*
-}