commit: 3233523e53d157fb1e1f38c4dd64e97a35bca086 Author: Christoph Junghans <junghans <AT> gentoo <DOT> org> AuthorDate: Thu Mar 9 21:12:07 2017 +0000 Commit: Christoph Junghans <junghans <AT> gentoo <DOT> org> CommitDate: Thu Mar 9 21:12:07 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=3233523e
dev-util/mad-numdiff: initial commit Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-util/mad-numdiff/mad-numdiff-20150724.ebuild | 19 +++++++++++++++++++ dev-util/mad-numdiff/metadata.xml | 12 ++++++++++++ 2 files changed, 31 insertions(+) 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>[email protected]</email> + <name>Christoph Junghans</name> + </maintainer> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo Physics Project</name> + </maintainer> +</pkgmetadata>
