summaryrefslogtreecommitdiff
path: root/sci-libs/tnt
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-12-15 18:09:03 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-12-15 18:09:03 +0000
commit7bc9c63c9da678a7e6fceb095d56c634afd22c56 (patch)
tree4a67d50a439e9af63947e5f8b6ba3719af98b6c9 /sci-libs/tnt
parentb284a3168fa91a038925d2ecf5e4791011ea5e7d (diff)
gentoo resync : 15.12.2019
Diffstat (limited to 'sci-libs/tnt')
-rw-r--r--sci-libs/tnt/Manifest5
-rw-r--r--sci-libs/tnt/tnt-1.2.6.ebuild31
-rw-r--r--sci-libs/tnt/tnt-3.0.12.ebuild18
3 files changed, 7 insertions, 47 deletions
diff --git a/sci-libs/tnt/Manifest b/sci-libs/tnt/Manifest
index 28f6b51ba894..0a8334aff5d9 100644
--- a/sci-libs/tnt/Manifest
+++ b/sci-libs/tnt/Manifest
@@ -1,6 +1,3 @@
-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
-EBUILD tnt-1.2.6.ebuild 635 BLAKE2B 722b17878ccf6d375dcbb47b307107747eeb22b37eaaa84e5fb2162ab295054fa525238312cab25f76f0944ab1f49d3ea131e98a7c36d024180da91d915207db SHA512 fd35902adf25e42f09207559fbc1bebf415b609130d63adcc71ef9e2dcc69fb3fe8a034dc3cafcc76dbf07d15125ab0cc79c64785795f7ec4c141dcbff7e5186
-EBUILD tnt-3.0.12.ebuild 548 BLAKE2B 297fdf113f2b56589683972e4af1f449f281bed39223d87cc028e8442b21da689077289c53337b5ab62dffc527f13f13f15b2b6954d85d6de6548683af45c891 SHA512 10300c5eb64ac9603a2aee519d2542f7ad7236b414c4b2377561baf397a1059bd8fcd03d663191fa4def3a962b998da3b9b24ef34eba466a519319eb4e0c699b
+EBUILD tnt-3.0.12.ebuild 468 BLAKE2B 1a9172265bb6dcdafcab7b3bf4062b9daa49a55941d14be1910ab9f69068c55cc7071b971b3ffaf715751b2a72ae628be80429cfcbd76371c5edc441b0370acd SHA512 344d935b84cdb9a8639490d4cb0ace4dba4a8b3f806b0df7b1cf640fc03ab5880210db31d89bb03cd072d3af69661188a1685a2b2eea4dcceb09d2becb1cb14e
MISC metadata.xml 772 BLAKE2B b9c0850d5a8ed470472cbe42d302d144741d0a9ff97842bb33880cebeb50f85ca6bc48fd7d0f16c891f3e0eaef2bb23b1245cd0e666652d1d27fbdcbd4d4351d SHA512 f6dc74a205271d244c31c2b4533ea35498aaa4489d81990b52e2a1e8be75b8f02eb7e70ccf0d92af3638c2a11a9f8102e6b973aa70ddc87507d9f7a7bf5eb191
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/*
-}
diff --git a/sci-libs/tnt/tnt-3.0.12.ebuild b/sci-libs/tnt/tnt-3.0.12.ebuild
index 2a622ddfa0c2..9de7e6dca2ee 100644
--- a/sci-libs/tnt/tnt-3.0.12.ebuild
+++ b/sci-libs/tnt/tnt-3.0.12.ebuild
@@ -1,28 +1,22 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=4
+EAPI=7
-inherit versionator
-
-MYP="${PN}_$(replace_all_version_separators '_')"
+MY_P="${PN}_$(ver_rs 1-3 '_')"
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"
+SRC_URI="http://math.nist.gov/tnt/${MY_P}.zip"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-DEPEND="app-arch/unzip"
-RDEPEND=""
+BDEPEND="app-arch/unzip"
S="${WORKDIR}/${PN}"
src_install() {
- insinto /usr/include
- doins *.h
+ doheader *.h
}