commit:     be71f07aaf822c86cd64a9381b06ef177e7178ea
Author:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 21 20:05:14 2017 +0000
Commit:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
CommitDate: Fri Apr 21 20:06:10 2017 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=be71f07a

dev-util/mad-numdiff: added live version

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-util/mad-numdiff/mad-numdiff-9999.ebuild | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/dev-util/mad-numdiff/mad-numdiff-9999.ebuild 
b/dev-util/mad-numdiff/mad-numdiff-9999.ebuild
new file mode 100644
index 000000000..3eac8de10
--- /dev/null
+++ b/dev-util/mad-numdiff/mad-numdiff-9999.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils 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="3154ade48853851bd82251f3e98dded92c9998f0"
+       SRC_URI="${HOMEPAGE}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+       KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"

Reply via email to