* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-NumberCruncher/
@ 2017-11-22 8:34 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2017-11-22 8:34 UTC (permalink / raw
To: gentoo-commits
commit: 7871f6614ac69d7a30ed15d7598d0e2118244c7f
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 22 08:34:02 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Nov 22 08:34:02 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7871f661
dev-perl/Math-NumberCruncher: EAPI6, tests
- EAPI6ify
- Enable tests
- Add CPAN Remote id's
Package-Manager: Portage-2.3.14, Repoman-2.3.6
dev-perl/Math-NumberCruncher/Manifest | 2 +-
.../Math-NumberCruncher-5.0.0-r1.ebuild | 22 ++++++++++++++++++++++
dev-perl/Math-NumberCruncher/metadata.xml | 4 ++++
3 files changed, 27 insertions(+), 1 deletion(-)
diff --git a/dev-perl/Math-NumberCruncher/Manifest b/dev-perl/Math-NumberCruncher/Manifest
index 1b8bb474c18..32f4a2fba6e 100644
--- a/dev-perl/Math-NumberCruncher/Manifest
+++ b/dev-perl/Math-NumberCruncher/Manifest
@@ -1 +1 @@
-DIST Math-NumberCruncher-5.00.tar.gz 82311 SHA256 481ee17c60939060509c431d1cc701a4cfae485d68de2e7d4f70d1eae1e8df0d SHA512 a147fe456a2dda62345071487aa2d3f14345ade6ae1ff98fddce6fb1f72cb9c836b0947f52c5c5abbc1535ab97f2801f27ada2fa4d1b143dc5b755f37da5f836 WHIRLPOOL 059fc9a783e83f2c4401135ec8a56d25a29f6ea2db115dd9222cd110c432f986a578b49ca196842abc82da2cc3132dac88ad0c728c82780b5b522d57942a41a7
+DIST Math-NumberCruncher-5.00.tar.gz 82311 BLAKE2B ee4b4d561b5b11aa32b3a5c147e497d5bb751b1a9ebc029a05687eedddd82a712f4888ebb4427e23d0f130ab33de57d5ccc0e4ccf6ac6b50d7642939f8cb2ddf SHA512 a147fe456a2dda62345071487aa2d3f14345ade6ae1ff98fddce6fb1f72cb9c836b0947f52c5c5abbc1535ab97f2801f27ada2fa4d1b143dc5b755f37da5f836
diff --git a/dev-perl/Math-NumberCruncher/Math-NumberCruncher-5.0.0-r1.ebuild b/dev-perl/Math-NumberCruncher/Math-NumberCruncher-5.0.0-r1.ebuild
new file mode 100644
index 00000000000..bea113650eb
--- /dev/null
+++ b/dev-perl/Math-NumberCruncher/Math-NumberCruncher-5.0.0-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_VERSION=5.00
+DIST_AUTHOR=SIFUKURT
+inherit perl-module
+
+DESCRIPTION="Collection of useful math-related functions"
+LICENSE="|| ( Artistic GPL-2 )"
+
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+RDEPEND="
+ >=virtual/perl-Math-BigInt-1.470.0
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"
diff --git a/dev-perl/Math-NumberCruncher/metadata.xml b/dev-perl/Math-NumberCruncher/metadata.xml
index 51930499ab6..9413f839493 100644
--- a/dev-perl/Math-NumberCruncher/metadata.xml
+++ b/dev-perl/Math-NumberCruncher/metadata.xml
@@ -5,4 +5,8 @@
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
+ <upstream>
+ <remote-id type="cpan">Math-NumberCruncher</remote-id>
+ <remote-id type="cpan-module">Math::NumberCruncher</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-NumberCruncher/
@ 2018-06-10 7:20 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2018-06-10 7:20 UTC (permalink / raw
To: gentoo-commits
commit: 45cda52994a1dc5c1f69361b80858f80ad4c5edb
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 07:06:21 2018 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 07:20:40 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45cda529
dev-perl/Math-NumberCruncher: Cleanup old version 5.0.0
Package-Manager: Portage-2.3.29, Repoman-2.3.9
.../Math-NumberCruncher-5.0.0.ebuild | 22 ----------------------
1 file changed, 22 deletions(-)
diff --git a/dev-perl/Math-NumberCruncher/Math-NumberCruncher-5.0.0.ebuild b/dev-perl/Math-NumberCruncher/Math-NumberCruncher-5.0.0.ebuild
deleted file mode 100644
index 9872ecfe1f1..00000000000
--- a/dev-perl/Math-NumberCruncher/Math-NumberCruncher-5.0.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_VERSION=5.00
-MODULE_AUTHOR=SIFUKURT
-inherit perl-module
-
-DESCRIPTION="Collection of useful math-related functions"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-RDEPEND="
- >=virtual/perl-Math-BigInt-1.470.0
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
-"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-NumberCruncher/
@ 2019-07-08 16:09 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2019-07-08 16:09 UTC (permalink / raw
To: gentoo-commits
commit: 86d45abd9f737bf06bfb011eab80f6599da46202
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 8 12:27:07 2019 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Jul 8 16:09:10 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86d45abd
dev-perl/Math-NumberCruncher: Fix unsorted keywords
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
dev-perl/Math-NumberCruncher/Math-NumberCruncher-5.0.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Math-NumberCruncher/Math-NumberCruncher-5.0.0-r1.ebuild b/dev-perl/Math-NumberCruncher/Math-NumberCruncher-5.0.0-r1.ebuild
index bea113650eb..116725a9dde 100644
--- a/dev-perl/Math-NumberCruncher/Math-NumberCruncher-5.0.0-r1.ebuild
+++ b/dev-perl/Math-NumberCruncher/Math-NumberCruncher-5.0.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,7 @@ DESCRIPTION="Collection of useful math-related functions"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-NumberCruncher/
@ 2021-11-13 0:09 Andreas K. Hüttel
0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2021-11-13 0:09 UTC (permalink / raw
To: gentoo-commits
commit: 814ffeea91517a59b0def829364deb98f7811038
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 13 00:00:28 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Nov 13 00:08:54 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=814ffeea
dev-perl/Math-NumberCruncher: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...ncher-5.0.0-r1.ebuild => Math-NumberCruncher-5.0.0-r2.ebuild} | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/dev-perl/Math-NumberCruncher/Math-NumberCruncher-5.0.0-r1.ebuild b/dev-perl/Math-NumberCruncher/Math-NumberCruncher-5.0.0-r2.ebuild
similarity index 74%
rename from dev-perl/Math-NumberCruncher/Math-NumberCruncher-5.0.0-r1.ebuild
rename to dev-perl/Math-NumberCruncher/Math-NumberCruncher-5.0.0-r2.ebuild
index 116725a9dde..34700104f62 100644
--- a/dev-perl/Math-NumberCruncher/Math-NumberCruncher-5.0.0-r1.ebuild
+++ b/dev-perl/Math-NumberCruncher/Math-NumberCruncher-5.0.0-r2.ebuild
@@ -1,22 +1,19 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_VERSION=5.00
DIST_AUTHOR=SIFUKURT
inherit perl-module
DESCRIPTION="Collection of useful math-related functions"
-LICENSE="|| ( Artistic GPL-2 )"
-
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
RDEPEND="
>=virtual/perl-Math-BigInt-1.470.0
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-11-13 0:09 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-10 7:20 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-NumberCruncher/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2021-11-13 0:09 Andreas K. Hüttel
2019-07-08 16:09 Kent Fredric
2017-11-22 8:34 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox