aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-01-06 10:41:49 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-01-06 10:42:44 +0100
commit828050a490f1fad7dd0513959d31520db3e0d440 (patch)
tree64ec8c84c053d14fa1fb54da198e83eb230f2c64 /dev-util
parentsci-chemistry/openbabel-java: drop live ebuild (diff)
downloadsci-828050a490f1fad7dd0513959d31520db3e0d440.tar.gz
sci-828050a490f1fad7dd0513959d31520db3e0d440.tar.bz2
sci-828050a490f1fad7dd0513959d31520db3e0d440.zip
dev-util/mad-numdiff: add new snapshot, EAPI bump, cmake-utils -> cmake
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/mad-numdiff/Manifest1
-rw-r--r--dev-util/mad-numdiff/mad-numdiff-20180125.ebuild21
-rw-r--r--dev-util/mad-numdiff/mad-numdiff-9999.ebuild10
3 files changed, 25 insertions, 7 deletions
diff --git a/dev-util/mad-numdiff/Manifest b/dev-util/mad-numdiff/Manifest
index e62ff8fb5..e2d05a463 100644
--- a/dev-util/mad-numdiff/Manifest
+++ b/dev-util/mad-numdiff/Manifest
@@ -1 +1,2 @@
DIST mad-numdiff-20150724.tar.gz 1212994 BLAKE2B c5ccc00e5fb95ca00c66a2502ab8fdd56bc17c787edb6fff064fe0828ef06d8b13dc1d58d01e25de089080954670ebb42dca29ade369a6681b7d5e70dbb266fb SHA512 2c01c37e1e34045c38386111d39225850053bde4efbfaccd8f684e900b9f155c6629e25a8b7935d45e5d02ab0f7b7a973064b5407a842970c52299b2fe965ff3
+DIST mad-numdiff-20180125.tar.gz 1213204 BLAKE2B 4ee36965f292230d0d7ef721d468a5c7c93839bd026bd4ba63ea82f13048c64909544aac54ccffc0c73a24ed4fe340a7d6dc3d2da15d9bb17e992baf4fbed1e1 SHA512 a4c3c75e8c22c8c6df7d000f9d1ca95f4c85008fb9e575fe907ee5c6cd29158aa893ec35eec5e8d5713e86e2483dd4e786967285b80486c831af47a9c8ed5948
diff --git a/dev-util/mad-numdiff/mad-numdiff-20180125.ebuild b/dev-util/mad-numdiff/mad-numdiff-20180125.ebuild
new file mode 100644
index 000000000..8a08ab2af
--- /dev/null
+++ b/dev-util/mad-numdiff/mad-numdiff-20180125.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake vcs-snapshot
+
+DESCRIPTION="compare unformatted text files with numerical content"
+HOMEPAGE="https://github.com/quinoacomputing/ndiff"
+
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="${HOMEPAGE}"
+else
+ COMMIT="a2be3a91e9f541a7b357f672c21b2e6fa491d794"
+ SRC_URI="${HOMEPAGE}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
diff --git a/dev-util/mad-numdiff/mad-numdiff-9999.ebuild b/dev-util/mad-numdiff/mad-numdiff-9999.ebuild
index 3eac8de10..23e302b15 100644
--- a/dev-util/mad-numdiff/mad-numdiff-9999.ebuild
+++ b/dev-util/mad-numdiff/mad-numdiff-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-inherit cmake-utils vcs-snapshot
+inherit cmake vcs-snapshot
DESCRIPTION="compare unformatted text files with numerical content"
HOMEPAGE="https://github.com/quinoacomputing/ndiff"
@@ -19,7 +19,3 @@ fi
LICENSE="GPL-3"
SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"