commit: 828050a490f1fad7dd0513959d31520db3e0d440
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Jan 6 09:41:49 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Jan 6 09:42:44 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=828050a4
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 <AT> riseup.net>
.../{mad-numdiff-9999.ebuild => mad-numdiff-20180125.ebuild} | 12 ++++--------
dev-util/mad-numdiff/mad-numdiff-9999.ebuild | 10 +++-------
2 files changed, 7 insertions(+), 15 deletions(-)
diff --git a/dev-util/mad-numdiff/mad-numdiff-9999.ebuild
b/dev-util/mad-numdiff/mad-numdiff-20180125.ebuild
similarity index 69%
copy from dev-util/mad-numdiff/mad-numdiff-9999.ebuild
copy to dev-util/mad-numdiff/mad-numdiff-20180125.ebuild
index 3eac8de10..8a08ab2af 100644
--- a/dev-util/mad-numdiff/mad-numdiff-9999.ebuild
+++ b/dev-util/mad-numdiff/mad-numdiff-20180125.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"
@@ -12,14 +12,10 @@ if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="${HOMEPAGE}"
else
- COMMIT="3154ade48853851bd82251f3e98dded92c9998f0"
+ COMMIT="a2be3a91e9f541a7b357f672c21b2e6fa491d794"
SRC_URI="${HOMEPAGE}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
LICENSE="GPL-3"
SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
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}"