Gentoo Archives: gentoo-commits

From: Christoph Junghans <junghans@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-util/mad-numdiff/
Date: Thu, 09 Mar 2017 21:21:49
Message-Id: 1489093927.3233523e53d157fb1e1f38c4dd64e97a35bca086.junghans@gentoo
1 commit: 3233523e53d157fb1e1f38c4dd64e97a35bca086
2 Author: Christoph Junghans <junghans <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 9 21:12:07 2017 +0000
4 Commit: Christoph Junghans <junghans <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 9 21:12:07 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=3233523e
7
8 dev-util/mad-numdiff: initial commit
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-util/mad-numdiff/mad-numdiff-20150724.ebuild | 19 +++++++++++++++++++
13 dev-util/mad-numdiff/metadata.xml | 12 ++++++++++++
14 2 files changed, 31 insertions(+)
15
16 diff --git a/dev-util/mad-numdiff/mad-numdiff-20150724.ebuild b/dev-util/mad-numdiff/mad-numdiff-20150724.ebuild
17 new file mode 100644
18 index 000000000..141df3952
19 --- /dev/null
20 +++ b/dev-util/mad-numdiff/mad-numdiff-20150724.ebuild
21 @@ -0,0 +1,19 @@
22 +# Copyright 1999-2017 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=6
26 +
27 +inherit cmake-utils vcs-snapshot
28 +
29 +DESCRIPTION="compare unformatted text files with numerical content"
30 +HOMEPAGE="https://github.com/quinoacomputing/ndiff"
31 +COMMIT="3154ade48853851bd82251f3e98dded92c9998f0"
32 +SRC_URI="${HOMEPAGE}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
33 +
34 +LICENSE="GPL-3"
35 +SLOT="0"
36 +KEYWORDS="~amd64 ~x86"
37 +IUSE=""
38 +
39 +DEPEND=""
40 +RDEPEND="${DEPEND}"
41
42 diff --git a/dev-util/mad-numdiff/metadata.xml b/dev-util/mad-numdiff/metadata.xml
43 new file mode 100644
44 index 000000000..7ec6883d7
45 --- /dev/null
46 +++ b/dev-util/mad-numdiff/metadata.xml
47 @@ -0,0 +1,12 @@
48 +<?xml version="1.0" encoding="UTF-8"?>
49 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
50 +<pkgmetadata>
51 + <maintainer type="person">
52 + <email>junghans@g.o</email>
53 + <name>Christoph Junghans</name>
54 + </maintainer>
55 + <maintainer type="project">
56 + <email>sci-physics@g.o</email>
57 + <name>Gentoo Physics Project</name>
58 + </maintainer>
59 +</pkgmetadata>