aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <junghans@gentoo.org>2017-03-09 14:12:07 -0700
committerChristoph Junghans <junghans@gentoo.org>2017-03-09 14:12:07 -0700
commit3233523e53d157fb1e1f38c4dd64e97a35bca086 (patch)
tree1759e53a8a199ec0f6226f5d4461b4a7f2fbcb2b /dev-util/mad-numdiff
parentsci-libs/gsl: restore keywords to its original state in 2.3 (diff)
downloadsci-3233523e53d157fb1e1f38c4dd64e97a35bca086.tar.gz
sci-3233523e53d157fb1e1f38c4dd64e97a35bca086.tar.bz2
sci-3233523e53d157fb1e1f38c4dd64e97a35bca086.zip
dev-util/mad-numdiff: initial commit
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-util/mad-numdiff')
-rw-r--r--dev-util/mad-numdiff/Manifest1
-rw-r--r--dev-util/mad-numdiff/mad-numdiff-20150724.ebuild19
-rw-r--r--dev-util/mad-numdiff/metadata.xml12
3 files changed, 32 insertions, 0 deletions
diff --git a/dev-util/mad-numdiff/Manifest b/dev-util/mad-numdiff/Manifest
new file mode 100644
index 000000000..b49b8cff9
--- /dev/null
+++ b/dev-util/mad-numdiff/Manifest
@@ -0,0 +1 @@
+DIST mad-numdiff-20150724.tar.gz 1212994 SHA256 852471d6809c8e348082688a8453c8b7e8e87442b1147314fab760a651eb7cfe SHA512 2c01c37e1e34045c38386111d39225850053bde4efbfaccd8f684e900b9f155c6629e25a8b7935d45e5d02ab0f7b7a973064b5407a842970c52299b2fe965ff3 WHIRLPOOL 1c89f59a4733c854808db24472cf4fadebb266347bc67ebdfead0d50a0cd90ae63fe70cb29e94eff4f2dd76ef4bfef725cdb2a72398cf464a719db4c86bcf624
diff --git a/dev-util/mad-numdiff/mad-numdiff-20150724.ebuild b/dev-util/mad-numdiff/mad-numdiff-20150724.ebuild
new file mode 100644
index 000000000..141df3952
--- /dev/null
+++ b/dev-util/mad-numdiff/mad-numdiff-20150724.ebuild
@@ -0,0 +1,19 @@
+# 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"
+COMMIT="3154ade48853851bd82251f3e98dded92c9998f0"
+SRC_URI="${HOMEPAGE}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
diff --git a/dev-util/mad-numdiff/metadata.xml b/dev-util/mad-numdiff/metadata.xml
new file mode 100644
index 000000000..7ec6883d7
--- /dev/null
+++ b/dev-util/mad-numdiff/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>junghans@gentoo.org</email>
+ <name>Christoph Junghans</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>sci-physics@gentoo.org</email>
+ <name>Gentoo Physics Project</name>
+ </maintainer>
+</pkgmetadata>