* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Algorithm-C3/
@ 2015-08-11 20:26 Mikle Kolyada
0 siblings, 0 replies; 15+ messages in thread
From: Mikle Kolyada @ 2015-08-11 20:26 UTC (permalink / raw
To: gentoo-commits
commit: b5427e6852b3af4f9afe5b613a9b8943b6741075
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 11 20:21:52 2015 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Aug 11 20:24:15 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5427e68
dev-perl/Algorithm-C3: restore prefix keywords
Package-Manager: portage-2.2.20
dev-perl/Algorithm-C3/Algorithm-C3-0.90.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Algorithm-C3/Algorithm-C3-0.90.0.ebuild b/dev-perl/Algorithm-C3/Algorithm-C3-0.90.0.ebuild
index ac82e96..b802a86 100644
--- a/dev-perl/Algorithm-C3/Algorithm-C3-0.90.0.ebuild
+++ b/dev-perl/Algorithm-C3/Algorithm-C3-0.90.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="A module for merging hierarchies using the C3 algorithm"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~ppc-macos ~x64-macos ~x86-solaris"
IUSE="test"
RDEPEND=""
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Algorithm-C3/
@ 2015-12-31 10:31 Agostino Sarubbo
0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo @ 2015-12-31 10:31 UTC (permalink / raw
To: gentoo-commits
commit: e672b6d879ae9a194b5d691ab71d928ef398459f
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 31 10:31:26 2015 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Dec 31 10:31:26 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e672b6d8
dev-perl/Algorithm-C3: alpha/amd64/ia64/ppc/ppc64/sparc/x86 stable, (ALLARCHES policy) wrt bug #570126
Package-Manager: portage-2.2.26
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-perl/Algorithm-C3/Algorithm-C3-0.90.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Algorithm-C3/Algorithm-C3-0.90.0.ebuild b/dev-perl/Algorithm-C3/Algorithm-C3-0.90.0.ebuild
index b802a86..cb6474c 100644
--- a/dev-perl/Algorithm-C3/Algorithm-C3-0.90.0.ebuild
+++ b/dev-perl/Algorithm-C3/Algorithm-C3-0.90.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="A module for merging hierarchies using the C3 algorithm"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~ppc-aix ~ppc-macos ~x64-macos ~x86-solaris"
IUSE="test"
RDEPEND=""
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Algorithm-C3/
@ 2016-05-06 22:30 Andreas Hüttel
0 siblings, 0 replies; 15+ messages in thread
From: Andreas Hüttel @ 2016-05-06 22:30 UTC (permalink / raw
To: gentoo-commits
commit: dc6583af1da440a5f8cc0d6e2bc84c2d6ced4ad8
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu May 5 16:28:46 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri May 6 22:30:09 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc6583af
dev-perl/Algorithm-C3: Bump to version 0.100.0
- EAPI6
- Remove surplus author testing dependencies
Upstream:
- Minor packaging tweaks
Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
dev-perl/Algorithm-C3/Algorithm-C3-0.100.0.ebuild | 23 +++++++++++++++++++++++
dev-perl/Algorithm-C3/Manifest | 1 +
2 files changed, 24 insertions(+)
diff --git a/dev-perl/Algorithm-C3/Algorithm-C3-0.100.0.ebuild b/dev-perl/Algorithm-C3/Algorithm-C3-0.100.0.ebuild
new file mode 100644
index 0000000..bb29253
--- /dev/null
+++ b/dev-perl/Algorithm-C3/Algorithm-C3-0.100.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=HAARG
+DIST_VERSION=0.10
+inherit perl-module
+
+DESCRIPTION="A module for merging hierarchies using the C3 algorithm"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~ppc-macos ~x64-macos ~x86-solaris"
+IUSE="test"
+
+RDEPEND="
+ >=virtual/perl-Carp-0.10.0
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? ( >=virtual/perl-Test-Simple-0.470.0 )
+"
diff --git a/dev-perl/Algorithm-C3/Manifest b/dev-perl/Algorithm-C3/Manifest
index 49a040c..3f697d9 100644
--- a/dev-perl/Algorithm-C3/Manifest
+++ b/dev-perl/Algorithm-C3/Manifest
@@ -1 +1,2 @@
DIST Algorithm-C3-0.09.tar.gz 12430 SHA256 0fe9b5f806c8679dd70fe8eeeaaa570d70a34d449f844759b16e805bbf7322a0 SHA512 f3c0ecd703217158fae481c54e9d38860f51dc411b9238a01da5fa13c5d84f5e5ee5a41d683b2c05ae1322ce909ed40e0b4127d72a456c88e1081276c9aac5ee WHIRLPOOL ac63d6744b9fbab31aa4d9ff5d427cfe81898a348b5478078d2ff5b66b3abc7a1fcfb459cb01a1e7197a7c709485af7dd67a7183dfaa5f2e5b25881d1fa3a42d
+DIST Algorithm-C3-0.10.tar.gz 12523 SHA256 5acf3a074025e9be10da352adc6d1ccadde4b61b6d6691e83248d366bb621406 SHA512 2ace81679e8ff2f3f3fbe8028741aef0833b1415a7cde0d1b20c90557889347685d1135029cd849324b6d40c435a80b228549bf669bbf43f9a1b2ed7075b605e WHIRLPOOL c586a550df0d336ad7ee76419d4fa1d28c38c28e7838d042c68b5493a3d4ffdb766a8b4ae95615baef3c82b2a8ecc6091398f0ef193a324f7e51abe5995461db
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Algorithm-C3/
@ 2016-07-17 17:12 Tobias Klausmann
0 siblings, 0 replies; 15+ messages in thread
From: Tobias Klausmann @ 2016-07-17 17:12 UTC (permalink / raw
To: gentoo-commits
commit: 6988a36e197f06bd8e74a447cf1be33cffd0179e
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 17 17:12:19 2016 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Sun Jul 17 17:12:19 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6988a36e
dev-perl/Algorithm-C3-0.100.0-r0: add alpha keyword
Gentoo-Bug: 588380
dev-perl/Algorithm-C3/Algorithm-C3-0.100.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Algorithm-C3/Algorithm-C3-0.100.0.ebuild b/dev-perl/Algorithm-C3/Algorithm-C3-0.100.0.ebuild
index bb29253..4301ffe 100644
--- a/dev-perl/Algorithm-C3/Algorithm-C3-0.100.0.ebuild
+++ b/dev-perl/Algorithm-C3/Algorithm-C3-0.100.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="A module for merging hierarchies using the C3 algorithm"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~ppc-macos ~x64-macos ~x86-solaris"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Algorithm-C3/
@ 2016-08-06 17:03 Kent Fredric
0 siblings, 0 replies; 15+ messages in thread
From: Kent Fredric @ 2016-08-06 17:03 UTC (permalink / raw
To: gentoo-commits
commit: f404707486f7841f05fe47dc04c304ba9fb88e0c
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 6 16:41:44 2016 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Aug 6 17:02:31 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4047074
dev-perl/Algorithm-C3: Remove redundant Test-Pod{,-Coverage} deps.
No user-executable code uses this any more.
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
dev-perl/Algorithm-C3/Algorithm-C3-0.90.0.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/dev-perl/Algorithm-C3/Algorithm-C3-0.90.0.ebuild b/dev-perl/Algorithm-C3/Algorithm-C3-0.90.0.ebuild
index cb6474c..b8e8132 100644
--- a/dev-perl/Algorithm-C3/Algorithm-C3-0.90.0.ebuild
+++ b/dev-perl/Algorithm-C3/Algorithm-C3-0.90.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -17,7 +17,6 @@ IUSE="test"
RDEPEND=""
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
- test? ( dev-perl/Test-Pod
- dev-perl/Test-Pod-Coverage )"
+ test? ( virtual/perl-Test-Simple )"
SRC_TEST=do
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Algorithm-C3/
@ 2016-09-17 8:56 Pacho Ramos
0 siblings, 0 replies; 15+ messages in thread
From: Pacho Ramos @ 2016-09-17 8:56 UTC (permalink / raw
To: gentoo-commits
commit: bb9ba4c1080e3874b886ea9dc1f381c417c3df99
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 17 08:51:32 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Sep 17 08:51:32 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb9ba4c1
dev-perl/Algorithm-C3: amd64/ia64/ppc/ppc64/sparc/x86 stable, bug #588380
Package-Manager: portage-2.3.0
dev-perl/Algorithm-C3/Algorithm-C3-0.100.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Algorithm-C3/Algorithm-C3-0.100.0.ebuild b/dev-perl/Algorithm-C3/Algorithm-C3-0.100.0.ebuild
index 4301ffe..2c52c6c 100644
--- a/dev-perl/Algorithm-C3/Algorithm-C3-0.100.0.ebuild
+++ b/dev-perl/Algorithm-C3/Algorithm-C3-0.100.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="A module for merging hierarchies using the C3 algorithm"
SLOT="0"
-KEYWORDS="alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~ppc-aix ~ppc-macos ~x64-macos ~x86-solaris"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Algorithm-C3/
@ 2016-09-29 20:02 Andreas Hüttel
0 siblings, 0 replies; 15+ messages in thread
From: Andreas Hüttel @ 2016-09-29 20:02 UTC (permalink / raw
To: gentoo-commits
commit: 39636ed132a3b49a32d98218f9d6feb480d0925c
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 29 19:45:06 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Sep 29 19:45:06 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39636ed1
dev-perl/Algorithm-C3: Remove old
Package-Manager: portage-2.3.0
dev-perl/Algorithm-C3/Algorithm-C3-0.90.0.ebuild | 22 ----------------------
dev-perl/Algorithm-C3/Manifest | 1 -
2 files changed, 23 deletions(-)
diff --git a/dev-perl/Algorithm-C3/Algorithm-C3-0.90.0.ebuild b/dev-perl/Algorithm-C3/Algorithm-C3-0.90.0.ebuild
deleted file mode 100644
index b8e8132..00000000
--- a/dev-perl/Algorithm-C3/Algorithm-C3-0.90.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=HAARG
-MODULE_VERSION=0.09
-inherit perl-module
-
-DESCRIPTION="A module for merging hierarchies using the C3 algorithm"
-
-SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~ppc-aix ~ppc-macos ~x64-macos ~x86-solaris"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? ( virtual/perl-Test-Simple )"
-
-SRC_TEST=do
diff --git a/dev-perl/Algorithm-C3/Manifest b/dev-perl/Algorithm-C3/Manifest
index 3f697d9..483a588 100644
--- a/dev-perl/Algorithm-C3/Manifest
+++ b/dev-perl/Algorithm-C3/Manifest
@@ -1,2 +1 @@
-DIST Algorithm-C3-0.09.tar.gz 12430 SHA256 0fe9b5f806c8679dd70fe8eeeaaa570d70a34d449f844759b16e805bbf7322a0 SHA512 f3c0ecd703217158fae481c54e9d38860f51dc411b9238a01da5fa13c5d84f5e5ee5a41d683b2c05ae1322ce909ed40e0b4127d72a456c88e1081276c9aac5ee WHIRLPOOL ac63d6744b9fbab31aa4d9ff5d427cfe81898a348b5478078d2ff5b66b3abc7a1fcfb459cb01a1e7197a7c709485af7dd67a7183dfaa5f2e5b25881d1fa3a42d
DIST Algorithm-C3-0.10.tar.gz 12523 SHA256 5acf3a074025e9be10da352adc6d1ccadde4b61b6d6691e83248d366bb621406 SHA512 2ace81679e8ff2f3f3fbe8028741aef0833b1415a7cde0d1b20c90557889347685d1135029cd849324b6d40c435a80b228549bf669bbf43f9a1b2ed7075b605e WHIRLPOOL c586a550df0d336ad7ee76419d4fa1d28c38c28e7838d042c68b5493a3d4ffdb766a8b4ae95615baef3c82b2a8ecc6091398f0ef193a324f7e51abe5995461db
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Algorithm-C3/
@ 2021-01-30 12:22 Kent Fredric
0 siblings, 0 replies; 15+ messages in thread
From: Kent Fredric @ 2021-01-30 12:22 UTC (permalink / raw
To: gentoo-commits
commit: bb37a1d494ea0280783ad7dea02bc9f01687fe44
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 30 12:18:31 2021 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Jan 30 12:22:10 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb37a1d4
dev-perl/Algorithm-C3: Bump to verison 0.110.0
- EAPI7
Upstream:
- Packaging cleanups
- Test cleanups
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
dev-perl/Algorithm-C3/Algorithm-C3-0.110.0.ebuild | 23 +++++++++++++++++++++++
dev-perl/Algorithm-C3/Manifest | 1 +
2 files changed, 24 insertions(+)
diff --git a/dev-perl/Algorithm-C3/Algorithm-C3-0.110.0.ebuild b/dev-perl/Algorithm-C3/Algorithm-C3-0.110.0.ebuild
new file mode 100644
index 00000000000..ec6ba65bca0
--- /dev/null
+++ b/dev-perl/Algorithm-C3/Algorithm-C3-0.110.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=HAARG
+DIST_VERSION=0.11
+inherit perl-module
+
+DESCRIPTION="A module for merging hierarchies using the C3 algorithm"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos ~x64-macos ~x86-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ >=virtual/perl-Carp-0.10.0
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? ( >=virtual/perl-Test-Simple-0.470.0 )
+"
diff --git a/dev-perl/Algorithm-C3/Manifest b/dev-perl/Algorithm-C3/Manifest
index c192ec61828..50f1b138f11 100644
--- a/dev-perl/Algorithm-C3/Manifest
+++ b/dev-perl/Algorithm-C3/Manifest
@@ -1 +1,2 @@
DIST Algorithm-C3-0.10.tar.gz 12523 BLAKE2B 07045109cbf1b8da28109f220bc2c3ffe757de93c1f503c458794131c74fde649882c26472bc5e0d4ec585194752c9a15aa2b7ac3f907c47dba40ee5c7493ccc SHA512 2ace81679e8ff2f3f3fbe8028741aef0833b1415a7cde0d1b20c90557889347685d1135029cd849324b6d40c435a80b228549bf669bbf43f9a1b2ed7075b605e
+DIST Algorithm-C3-0.11.tar.gz 19226 BLAKE2B 673021c23a2bc98c645aba8c3b644226df70188333c894df2053b46403cf4d938c047a447f5e11a1001af2db799b99ed278eb6d16212d3a783302a53f75eb0c0 SHA512 ec2ae17090a826e013b7526e7f236e3cc9bc59488421aecb03ea876b6ed2e4b2ea4eb8e07aad57b5b645ca4a077f7064b98e790e9906496d26c1bcb36128acbe
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Algorithm-C3/
@ 2021-02-28 23:22 Sam James
0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2021-02-28 23:22 UTC (permalink / raw
To: gentoo-commits
commit: 1facb1a4fe995a9c2236062ac8afdb651dc8b6fe
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 28 23:22:04 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 28 23:22:04 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1facb1a4
dev-perl/Algorithm-C3: Stabilize 0.110.0 x86, #773466
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Algorithm-C3/Algorithm-C3-0.110.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Algorithm-C3/Algorithm-C3-0.110.0.ebuild b/dev-perl/Algorithm-C3/Algorithm-C3-0.110.0.ebuild
index ec6ba65bca0..857209e6511 100644
--- a/dev-perl/Algorithm-C3/Algorithm-C3-0.110.0.ebuild
+++ b/dev-perl/Algorithm-C3/Algorithm-C3-0.110.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="A module for merging hierarchies using the C3 algorithm"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~ppc-macos ~x64-macos ~x86-solaris"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Algorithm-C3/
@ 2021-02-28 23:22 Sam James
0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2021-02-28 23:22 UTC (permalink / raw
To: gentoo-commits
commit: fbf65aea9f05205fa7178f706d9cadb7cfb1e104
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 28 23:22:24 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 28 23:22:24 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbf65aea
dev-perl/Algorithm-C3: Stabilize 0.110.0 ppc, #773466
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Algorithm-C3/Algorithm-C3-0.110.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Algorithm-C3/Algorithm-C3-0.110.0.ebuild b/dev-perl/Algorithm-C3/Algorithm-C3-0.110.0.ebuild
index 857209e6511..c4c803f08ab 100644
--- a/dev-perl/Algorithm-C3/Algorithm-C3-0.110.0.ebuild
+++ b/dev-perl/Algorithm-C3/Algorithm-C3-0.110.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="A module for merging hierarchies using the C3 algorithm"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~ia64 ppc ~ppc64 ~sparc x86 ~ppc-macos ~x64-macos ~x86-solaris"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Algorithm-C3/
@ 2021-02-28 23:22 Sam James
0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2021-02-28 23:22 UTC (permalink / raw
To: gentoo-commits
commit: 131eaf875bcba9c189b17aee7b7cbb03ffe4fa78
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 28 23:22:46 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 28 23:22:46 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=131eaf87
dev-perl/Algorithm-C3: Stabilize 0.110.0 ppc64, #773466
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Algorithm-C3/Algorithm-C3-0.110.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Algorithm-C3/Algorithm-C3-0.110.0.ebuild b/dev-perl/Algorithm-C3/Algorithm-C3-0.110.0.ebuild
index c4c803f08ab..2437a196460 100644
--- a/dev-perl/Algorithm-C3/Algorithm-C3-0.110.0.ebuild
+++ b/dev-perl/Algorithm-C3/Algorithm-C3-0.110.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="A module for merging hierarchies using the C3 algorithm"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ppc ~ppc64 ~sparc x86 ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~ia64 ppc ppc64 ~sparc x86 ~ppc-macos ~x64-macos ~x86-solaris"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Algorithm-C3/
@ 2021-02-28 23:23 Sam James
0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2021-02-28 23:23 UTC (permalink / raw
To: gentoo-commits
commit: 07311dab8c0e54149d9c9e4154f5beca429bc242
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 28 23:23:08 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 28 23:23:08 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07311dab
dev-perl/Algorithm-C3: Stabilize 0.110.0 sparc, #773466
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Algorithm-C3/Algorithm-C3-0.110.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Algorithm-C3/Algorithm-C3-0.110.0.ebuild b/dev-perl/Algorithm-C3/Algorithm-C3-0.110.0.ebuild
index 2437a196460..a2ccf74d3f2 100644
--- a/dev-perl/Algorithm-C3/Algorithm-C3-0.110.0.ebuild
+++ b/dev-perl/Algorithm-C3/Algorithm-C3-0.110.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="A module for merging hierarchies using the C3 algorithm"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ppc ppc64 ~sparc x86 ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~ia64 ppc ppc64 sparc x86 ~ppc-macos ~x64-macos ~x86-solaris"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Algorithm-C3/
@ 2021-03-02 2:32 Sam James
0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2021-03-02 2:32 UTC (permalink / raw
To: gentoo-commits
commit: 1b6e604399b87dbc2ec119003def8893eca8cd30
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 2 02:32:46 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 2 02:32:46 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b6e6043
dev-perl/Algorithm-C3: Stabilize 0.110.0 amd64, #773466
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Algorithm-C3/Algorithm-C3-0.110.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Algorithm-C3/Algorithm-C3-0.110.0.ebuild b/dev-perl/Algorithm-C3/Algorithm-C3-0.110.0.ebuild
index a2ccf74d3f2..a01a7ffcc17 100644
--- a/dev-perl/Algorithm-C3/Algorithm-C3-0.110.0.ebuild
+++ b/dev-perl/Algorithm-C3/Algorithm-C3-0.110.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="A module for merging hierarchies using the C3 algorithm"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ppc ppc64 sparc x86 ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86 ~ppc-macos ~x64-macos ~x86-solaris"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Algorithm-C3/
@ 2021-04-10 21:47 Andreas K. Hüttel
0 siblings, 0 replies; 15+ messages in thread
From: Andreas K. Hüttel @ 2021-04-10 21:47 UTC (permalink / raw
To: gentoo-commits
commit: b6b07f41751b1993bf7bc44c06e364d46db3be33
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 10 21:30:42 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Apr 10 21:30:42 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6b07f41
dev-perl/Algorithm-C3: Remove old
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/Algorithm-C3/Algorithm-C3-0.100.0.ebuild | 23 -----------------------
dev-perl/Algorithm-C3/Manifest | 1 -
2 files changed, 24 deletions(-)
diff --git a/dev-perl/Algorithm-C3/Algorithm-C3-0.100.0.ebuild b/dev-perl/Algorithm-C3/Algorithm-C3-0.100.0.ebuild
deleted file mode 100644
index 110f36414a1..00000000000
--- a/dev-perl/Algorithm-C3/Algorithm-C3-0.100.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=HAARG
-DIST_VERSION=0.10
-inherit perl-module
-
-DESCRIPTION="A module for merging hierarchies using the C3 algorithm"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86 ~ppc-macos ~x64-macos ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=virtual/perl-Carp-0.10.0
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? ( >=virtual/perl-Test-Simple-0.470.0 )
-"
diff --git a/dev-perl/Algorithm-C3/Manifest b/dev-perl/Algorithm-C3/Manifest
index 50f1b138f11..32097b67136 100644
--- a/dev-perl/Algorithm-C3/Manifest
+++ b/dev-perl/Algorithm-C3/Manifest
@@ -1,2 +1 @@
-DIST Algorithm-C3-0.10.tar.gz 12523 BLAKE2B 07045109cbf1b8da28109f220bc2c3ffe757de93c1f503c458794131c74fde649882c26472bc5e0d4ec585194752c9a15aa2b7ac3f907c47dba40ee5c7493ccc SHA512 2ace81679e8ff2f3f3fbe8028741aef0833b1415a7cde0d1b20c90557889347685d1135029cd849324b6d40c435a80b228549bf669bbf43f9a1b2ed7075b605e
DIST Algorithm-C3-0.11.tar.gz 19226 BLAKE2B 673021c23a2bc98c645aba8c3b644226df70188333c894df2053b46403cf4d938c047a447f5e11a1001af2db799b99ed278eb6d16212d3a783302a53f75eb0c0 SHA512 ec2ae17090a826e013b7526e7f236e3cc9bc59488421aecb03ea876b6ed2e4b2ea4eb8e07aad57b5b645ca4a077f7064b98e790e9906496d26c1bcb36128acbe
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Algorithm-C3/
@ 2023-06-22 4:48 Sam James
0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2023-06-22 4:48 UTC (permalink / raw
To: gentoo-commits
commit: 778f2a818d18c73737614a1e55c1c4062a9f0dc8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 22 04:47:06 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 22 04:47:06 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=778f2a81
dev-perl/Algorithm-C3: update DESCRIPTION
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Algorithm-C3/Algorithm-C3-0.110.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Algorithm-C3/Algorithm-C3-0.110.0.ebuild b/dev-perl/Algorithm-C3/Algorithm-C3-0.110.0.ebuild
index b2eced14c0c5..3f3bc253fc0f 100644
--- a/dev-perl/Algorithm-C3/Algorithm-C3-0.110.0.ebuild
+++ b/dev-perl/Algorithm-C3/Algorithm-C3-0.110.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -7,7 +7,7 @@ DIST_AUTHOR=HAARG
DIST_VERSION=0.11
inherit perl-module
-DESCRIPTION="A module for merging hierarchies using the C3 algorithm"
+DESCRIPTION="Module for merging hierarchies using the C3 algorithm"
SLOT="0"
KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86 ~ppc-macos ~x64-macos"
^ permalink raw reply related [flat|nested] 15+ messages in thread
end of thread, other threads:[~2023-06-22 4:48 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-29 20:02 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Algorithm-C3/ Andreas Hüttel
-- strict thread matches above, loose matches on Subject: below --
2023-06-22 4:48 Sam James
2021-04-10 21:47 Andreas K. Hüttel
2021-03-02 2:32 Sam James
2021-02-28 23:23 Sam James
2021-02-28 23:22 Sam James
2021-02-28 23:22 Sam James
2021-02-28 23:22 Sam James
2021-01-30 12:22 Kent Fredric
2016-09-17 8:56 Pacho Ramos
2016-08-06 17:03 Kent Fredric
2016-07-17 17:12 Tobias Klausmann
2016-05-06 22:30 Andreas Hüttel
2015-12-31 10:31 Agostino Sarubbo
2015-08-11 20:26 Mikle Kolyada
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox