* [gentoo-commits] proj/sci:master commit in: dev-util/mad-numdiff/
@ 2017-03-09 21:21 Christoph Junghans
0 siblings, 0 replies; 5+ messages in thread
From: Christoph Junghans @ 2017-03-09 21:21 UTC (permalink / raw
To: gentoo-commits
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>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>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-util/mad-numdiff/
@ 2017-04-21 20:06 Christoph Junghans
0 siblings, 0 replies; 5+ messages in thread
From: Christoph Junghans @ 2017-04-21 20:06 UTC (permalink / raw
To: gentoo-commits
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}"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-util/mad-numdiff/
@ 2021-01-06 9:42 Andrew Ammerlaan
0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2021-01-06 9:42 UTC (permalink / raw
To: gentoo-commits
commit: 2c1d9b50101a5af60a74728df1e502da27f15e03
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Jan 6 09:42:04 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Jan 6 09:42:45 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=2c1d9b50
dev-util/mad-numdiff: drop old
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-util/mad-numdiff/mad-numdiff-20150724.ebuild | 19 -------------------
1 file changed, 19 deletions(-)
diff --git a/dev-util/mad-numdiff/mad-numdiff-20150724.ebuild b/dev-util/mad-numdiff/mad-numdiff-20150724.ebuild
deleted file mode 100644
index 141df3952..000000000
--- a/dev-util/mad-numdiff/mad-numdiff-20150724.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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}"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-util/mad-numdiff/
@ 2021-01-06 9:42 Andrew Ammerlaan
0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2021-01-06 9:42 UTC (permalink / raw
To: gentoo-commits
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}"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-util/mad-numdiff/
@ 2021-01-19 16:26 Andrew Ammerlaan
0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2021-01-19 16:26 UTC (permalink / raw
To: gentoo-commits
commit: 40961960f82f861f0fcce8e33c786735e0625721
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Jan 19 16:07:42 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Jan 19 16:07:42 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=40961960
dev-util/mad-numdiff: remove HOMEPAGE from SRC_URI
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-util/mad-numdiff/mad-numdiff-20180125.ebuild | 2 +-
dev-util/mad-numdiff/mad-numdiff-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-util/mad-numdiff/mad-numdiff-20180125.ebuild b/dev-util/mad-numdiff/mad-numdiff-20180125.ebuild
index 8a08ab2af..720edea32 100644
--- a/dev-util/mad-numdiff/mad-numdiff-20180125.ebuild
+++ b/dev-util/mad-numdiff/mad-numdiff-20180125.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="${HOMEPAGE}"
else
COMMIT="a2be3a91e9f541a7b357f672c21b2e6fa491d794"
- SRC_URI="${HOMEPAGE}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+ SRC_URI="https://github.com/quinoacomputing/ndiff/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
diff --git a/dev-util/mad-numdiff/mad-numdiff-9999.ebuild b/dev-util/mad-numdiff/mad-numdiff-9999.ebuild
index 23e302b15..f74cbab89 100644
--- a/dev-util/mad-numdiff/mad-numdiff-9999.ebuild
+++ b/dev-util/mad-numdiff/mad-numdiff-9999.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="${HOMEPAGE}"
else
COMMIT="3154ade48853851bd82251f3e98dded92c9998f0"
- SRC_URI="${HOMEPAGE}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+ SRC_URI="https://github.com/quinoacomputing/ndiff/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2021-01-19 16:26 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-21 20:06 [gentoo-commits] proj/sci:master commit in: dev-util/mad-numdiff/ Christoph Junghans
-- strict thread matches above, loose matches on Subject: below --
2021-01-19 16:26 Andrew Ammerlaan
2021-01-06 9:42 Andrew Ammerlaan
2021-01-06 9:42 Andrew Ammerlaan
2017-03-09 21:21 Christoph Junghans
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox