* [gentoo-commits] repo/gentoo:master commit in: dev-perl/CPAN-Checksums/
@ 2016-07-25 10:33 Kent Fredric
0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2016-07-25 10:33 UTC (permalink / raw
To: gentoo-commits
commit: f18719725ed97659ce13459524eb3b35a7d8530d
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 25 10:32:15 2016 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Jul 25 10:33:12 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1871972
dev-perl/CPAN-Checksums: Bump to version 2.120.0
- EAPI6
- Purge annoying author tests
Upstream:
- Add ".tgz" and ".tbz" into the compressed-file handler logic.
- Now less likely to reuse bad md5 checksums and regenerate more eagerly
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"
.../CPAN-Checksums/CPAN-Checksums-2.120.0.ebuild | 45 ++++++++++++++++++++++
dev-perl/CPAN-Checksums/Manifest | 1 +
2 files changed, 46 insertions(+)
diff --git a/dev-perl/CPAN-Checksums/CPAN-Checksums-2.120.0.ebuild b/dev-perl/CPAN-Checksums/CPAN-Checksums-2.120.0.ebuild
new file mode 100644
index 0000000..1e9cff4
--- /dev/null
+++ b/dev-perl/CPAN-Checksums/CPAN-Checksums-2.120.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=ANDK
+DIST_VERSION=2.12
+inherit perl-module
+
+DESCRIPTION="Write a CHECKSUMS file for a directory as on CPAN"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ dev-perl/Compress-Bzip2
+ dev-perl/Data-Compare
+ virtual/perl-Data-Dumper
+ >=virtual/perl-Digest-MD5-2.360.0
+ virtual/perl-Digest-SHA
+ virtual/perl-Exporter
+ virtual/perl-File-Spec
+ virtual/perl-IO
+ virtual/perl-IO-Compress
+ virtual/perl-Safe
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-File-Path
+ virtual/perl-Test-Simple
+ virtual/perl-Time-HiRes
+ )"
+
+src_test() {
+ local bad_files=(
+ "t/00signature.t" # Online test, invalid if dist tweaked
+ t/52podcover.t # Author Test
+ t/pod.t # Author Test
+ )
+ perl_rm_files "${bad_files[@]}"
+ perl-module_src_test
+}
diff --git a/dev-perl/CPAN-Checksums/Manifest b/dev-perl/CPAN-Checksums/Manifest
index c754ded..621daca 100644
--- a/dev-perl/CPAN-Checksums/Manifest
+++ b/dev-perl/CPAN-Checksums/Manifest
@@ -1 +1,2 @@
DIST CPAN-Checksums-2.08.tar.gz 12699 SHA256 b5eae5689056ac48f6c4ea068bc52dfc32c806dae421ddde54ef73dc0cb8215e SHA512 4da547d37b2ca919d7459607bb780b93d78429de88fe0749e23a2e8930ae97cbbd0350e0951fa0facf10ec595bac2bc25ef8da487f81f4e736cc3bd2c0e47f4d WHIRLPOOL 6c70eddef9175445b9abcd7815b3f4b1a3d21edd383cb21ed557531840c6b518d33ee1a5d0e0808a20b43da5eb07fec9b045b57ae5dd8088736c9a1c9f70cae8
+DIST CPAN-Checksums-2.12.tar.gz 14868 SHA256 99600fb2d1a007f84e16b5eae608ffbc288bd0af92fbcc5d73120d43ee5d2d38 SHA512 86cf82d04bb9611d2efbbb1a5c5d5b793a07a1c844e205b6c3ebddc26b4fd5f5a9b3a5a8ca659d5a546c4c3ab0de93b39f1af2d4cae802213d40e1f93f60d4c7 WHIRLPOOL d9dc65984d199b0d1d191e4d1bf52da84ab661788f6bdfbe7b8213b61cfb9056be5300cc1728f43d3ee2352d44f6e4b7c5f0f7162fa9f72000b9d86e74dd0011
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/CPAN-Checksums/
@ 2016-08-07 17:34 Kent Fredric
0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2016-08-07 17:34 UTC (permalink / raw
To: gentoo-commits
commit: e884a8ae73ee2224c248dd98de159682f25c43a1
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 7 15:01:35 2016 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Aug 7 17:33:40 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e884a8ae
dev-perl/CPAN-Checksums: Remove POD Author tests.
Not useful for gentoo.
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/CPAN-Checksums/CPAN-Checksums-2.80.0-r1.ebuild | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/dev-perl/CPAN-Checksums/CPAN-Checksums-2.80.0-r1.ebuild b/dev-perl/CPAN-Checksums/CPAN-Checksums-2.80.0-r1.ebuild
index cca8ecd..4dfdebb 100644
--- a/dev-perl/CPAN-Checksums/CPAN-Checksums-2.80.0-r1.ebuild
+++ b/dev-perl/CPAN-Checksums/CPAN-Checksums-2.80.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -22,13 +22,16 @@ RDEPEND="virtual/perl-IO-Compress
virtual/perl-File-Temp
virtual/perl-IO"
DEPEND="${RDEPEND}
- test? ( dev-perl/Test-Pod
- dev-perl/Test-Pod-Coverage )"
+ test? ( virtual/perl-Test-Simple )"
SRC_TEST="do"
src_test() {
- # online test
- mv "${S}"/t/00signature.t{,.disable} || die
+ local bad_files=(
+ "t/00signature.t" # Online test, invalid if dist tweaked
+ t/52podcover.t # Author Test
+ t/pod.t # Author Test
+ )
+ perl_rm_files "${bad_files[@]}"
perl-module_src_test
}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/CPAN-Checksums/
@ 2018-04-05 14:11 Aaron Bauman
0 siblings, 0 replies; 11+ messages in thread
From: Aaron Bauman @ 2018-04-05 14:11 UTC (permalink / raw
To: gentoo-commits
commit: 772dca1903e25bdaa14cdf3316b03b1b6d4779aa
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 5 14:06:35 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Thu Apr 5 14:09:23 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=772dca19
dev-perl/CPAN-Checksums: amd64 stable
Bug: https://bugs.gentoo.org/652566
Package-Manager: Portage-2.3.28, Repoman-2.3.9
dev-perl/CPAN-Checksums/CPAN-Checksums-2.120.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/CPAN-Checksums/CPAN-Checksums-2.120.0.ebuild b/dev-perl/CPAN-Checksums/CPAN-Checksums-2.120.0.ebuild
index e70b76afbfd..9541cd5c0bc 100644
--- a/dev-perl/CPAN-Checksums/CPAN-Checksums-2.120.0.ebuild
+++ b/dev-perl/CPAN-Checksums/CPAN-Checksums-2.120.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Write a CHECKSUMS file for a directory as on CPAN"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/CPAN-Checksums/
@ 2018-04-05 18:29 Thomas Deutschmann
0 siblings, 0 replies; 11+ messages in thread
From: Thomas Deutschmann @ 2018-04-05 18:29 UTC (permalink / raw
To: gentoo-commits
commit: c73c79bfe7c58cb97dcfe0b92d6f0f5ef11624c9
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 5 18:23:26 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Apr 5 18:28:55 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c73c79bf
dev-perl/CPAN-Checksums: x86 stable (bug #652566)
Package-Manager: Portage-2.3.28, Repoman-2.3.9
dev-perl/CPAN-Checksums/CPAN-Checksums-2.120.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/CPAN-Checksums/CPAN-Checksums-2.120.0.ebuild b/dev-perl/CPAN-Checksums/CPAN-Checksums-2.120.0.ebuild
index 9541cd5c0bc..221913cfc58 100644
--- a/dev-perl/CPAN-Checksums/CPAN-Checksums-2.120.0.ebuild
+++ b/dev-perl/CPAN-Checksums/CPAN-Checksums-2.120.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Write a CHECKSUMS file for a directory as on CPAN"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/CPAN-Checksums/
@ 2018-10-15 19:03 Fabian Groffen
0 siblings, 0 replies; 11+ messages in thread
From: Fabian Groffen @ 2018-10-15 19:03 UTC (permalink / raw
To: gentoo-commits
commit: ed7a61967256789581582293591b771c266ed237
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 15 18:29:13 2018 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Mon Oct 15 19:02:55 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed7a6196
dev-perl/CPAN-Checksums: added Prefix keywords, bug #665088
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
dev-perl/CPAN-Checksums/CPAN-Checksums-2.120.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/CPAN-Checksums/CPAN-Checksums-2.120.0.ebuild b/dev-perl/CPAN-Checksums/CPAN-Checksums-2.120.0.ebuild
index 221913cfc58..c282b803d66 100644
--- a/dev-perl/CPAN-Checksums/CPAN-Checksums-2.120.0.ebuild
+++ b/dev-perl/CPAN-Checksums/CPAN-Checksums-2.120.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Write a CHECKSUMS file for a directory as on CPAN"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/CPAN-Checksums/
@ 2020-07-18 7:04 Kent Fredric
0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2020-07-18 7:04 UTC (permalink / raw
To: gentoo-commits
commit: 5e0f4368af40e22abb0b114e66396e063db871a4
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 18 06:31:42 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Jul 18 07:03:12 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e0f4368
dev-perl/CPAN-Checksums: drop ~m68k-mint re bug #673504
Depends:
- dev-perl/Data-Compare
- dev-perl/Scalar-Properties
Bug: https://bugs.gentoo.org/673504
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
dev-perl/CPAN-Checksums/CPAN-Checksums-2.120.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/CPAN-Checksums/CPAN-Checksums-2.120.0.ebuild b/dev-perl/CPAN-Checksums/CPAN-Checksums-2.120.0.ebuild
index 590669c1f3b..c089be5baa6 100644
--- a/dev-perl/CPAN-Checksums/CPAN-Checksums-2.120.0.ebuild
+++ b/dev-perl/CPAN-Checksums/CPAN-Checksums-2.120.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Write a CHECKSUMS file for a directory as on CPAN"
SLOT="0"
-KEYWORDS="amd64 x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/CPAN-Checksums/
@ 2020-07-18 10:53 Kent Fredric
0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2020-07-18 10:53 UTC (permalink / raw
To: gentoo-commits
commit: af322186abdb30c51690f8b18a2ec3c400228b29
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 18 10:15:46 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Jul 18 10:51:57 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af322186
dev-perl/CPAN-Checksums: Drop various prefixes due to bug #673504
Depends:
- dev-perl/Data-Compare
- dev-perl/Scalar-Properties
Bug: https://bugs.gentoo.org/673504
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
dev-perl/CPAN-Checksums/CPAN-Checksums-2.120.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/CPAN-Checksums/CPAN-Checksums-2.120.0.ebuild b/dev-perl/CPAN-Checksums/CPAN-Checksums-2.120.0.ebuild
index c089be5baa6..5c7adb46e11 100644
--- a/dev-perl/CPAN-Checksums/CPAN-Checksums-2.120.0.ebuild
+++ b/dev-perl/CPAN-Checksums/CPAN-Checksums-2.120.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Write a CHECKSUMS file for a directory as on CPAN"
SLOT="0"
-KEYWORDS="amd64 x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/CPAN-Checksums/
@ 2020-12-27 14:42 Fabian Groffen
0 siblings, 0 replies; 11+ messages in thread
From: Fabian Groffen @ 2020-12-27 14:42 UTC (permalink / raw
To: gentoo-commits
commit: 2a1f60ee86af81f3565e6eddbf8ce5827a68283c
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 27 14:38:01 2020 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Dec 27 14:42:00 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a1f60ee
dev-perl/CPAN-Checksums: drop ppc-aix m68k-mint
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
dev-perl/CPAN-Checksums/CPAN-Checksums-2.120.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/CPAN-Checksums/CPAN-Checksums-2.120.0.ebuild b/dev-perl/CPAN-Checksums/CPAN-Checksums-2.120.0.ebuild
index 5c7adb46e11..05b8baef6a7 100644
--- a/dev-perl/CPAN-Checksums/CPAN-Checksums-2.120.0.ebuild
+++ b/dev-perl/CPAN-Checksums/CPAN-Checksums-2.120.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Write a CHECKSUMS file for a directory as on CPAN"
SLOT="0"
-KEYWORDS="amd64 x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/CPAN-Checksums/
@ 2021-10-14 21:21 Andreas K. Hüttel
0 siblings, 0 replies; 11+ messages in thread
From: Andreas K. Hüttel @ 2021-10-14 21:21 UTC (permalink / raw
To: gentoo-commits
commit: 2af65c3b37515e854ce02e464343667aae57d96f
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 14 21:12:28 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Oct 14 21:20:43 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2af65c3b
dev-perl/CPAN-Checksums: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...-2.120.0.ebuild => CPAN-Checksums-2.120.0-r1.ebuild} | 17 ++++++-----------
1 file changed, 6 insertions(+), 11 deletions(-)
diff --git a/dev-perl/CPAN-Checksums/CPAN-Checksums-2.120.0.ebuild b/dev-perl/CPAN-Checksums/CPAN-Checksums-2.120.0-r1.ebuild
similarity index 77%
rename from dev-perl/CPAN-Checksums/CPAN-Checksums-2.120.0.ebuild
rename to dev-perl/CPAN-Checksums/CPAN-Checksums-2.120.0-r1.ebuild
index 55945224b21..3987b0a99db 100644
--- a/dev-perl/CPAN-Checksums/CPAN-Checksums-2.120.0.ebuild
+++ b/dev-perl/CPAN-Checksums/CPAN-Checksums-2.120.0-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=ANDK
DIST_VERSION=2.12
@@ -11,8 +11,6 @@ DESCRIPTION="Write a CHECKSUMS file for a directory as on CPAN"
SLOT="0"
KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
dev-perl/Compress-Bzip2
@@ -26,20 +24,17 @@ RDEPEND="
virtual/perl-IO-Compress
virtual/perl-Safe
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-File-Path
virtual/perl-Test-Simple
virtual/perl-Time-HiRes
- )"
+ )
+"
-src_test() {
- local bad_files=(
- "t/00signature.t" # Online test, invalid if dist tweaked
+PERL_RM_FILES=(
+ t/00signature.t # Online test, invalid if dist tweaked
t/52podcover.t # Author Test
t/pod.t # Author Test
)
- perl_rm_files "${bad_files[@]}"
- perl-module_src_test
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/CPAN-Checksums/
@ 2021-12-18 15:49 Andreas K. Hüttel
0 siblings, 0 replies; 11+ messages in thread
From: Andreas K. Hüttel @ 2021-12-18 15:49 UTC (permalink / raw
To: gentoo-commits
commit: 958aac2f4e591b7f67b712b3f1dee6469554610c
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 18 15:48:41 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Dec 18 15:48:53 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=958aac2f
dev-perl/CPAN-Checksums: Version bump 2.14
Bug: https://bugs.gentoo.org/829118
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../CPAN-Checksums/CPAN-Checksums-2.140.0.ebuild | 41 ++++++++++++++++++++++
dev-perl/CPAN-Checksums/Manifest | 1 +
2 files changed, 42 insertions(+)
diff --git a/dev-perl/CPAN-Checksums/CPAN-Checksums-2.140.0.ebuild b/dev-perl/CPAN-Checksums/CPAN-Checksums-2.140.0.ebuild
new file mode 100644
index 000000000000..11ec800c2cdc
--- /dev/null
+++ b/dev-perl/CPAN-Checksums/CPAN-Checksums-2.140.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=ANDK
+DIST_VERSION=2.14
+inherit perl-module
+
+DESCRIPTION="Write a CHECKSUMS file for a directory as on CPAN"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+
+RDEPEND="
+ dev-perl/Compress-Bzip2
+ dev-perl/Data-Compare
+ virtual/perl-Data-Dumper
+ >=virtual/perl-Digest-MD5-2.360.0
+ virtual/perl-Digest-SHA
+ virtual/perl-Exporter
+ virtual/perl-File-Spec
+ virtual/perl-File-Temp
+ virtual/perl-IO
+ virtual/perl-IO-Compress
+ dev-perl/Module-Signature
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-File-Path
+ virtual/perl-Test-Simple
+ virtual/perl-Time-HiRes
+ )
+"
+
+PERL_RM_FILES=(
+ t/00signature.t # Online test, invalid if dist tweaked
+ t/52podcover.t # Author Test
+ t/pod.t # Author Test
+ )
diff --git a/dev-perl/CPAN-Checksums/Manifest b/dev-perl/CPAN-Checksums/Manifest
index 4c161e255a58..242c2b7f4edd 100644
--- a/dev-perl/CPAN-Checksums/Manifest
+++ b/dev-perl/CPAN-Checksums/Manifest
@@ -1 +1,2 @@
DIST CPAN-Checksums-2.12.tar.gz 14868 BLAKE2B f76ce9bf174d35225d16327b816ef34555c5417f577256b173731d15d7ccc38f6bd982758a3f578a7ca04b7bb08636accaada0f50a015808923d330a22ec18cf SHA512 86cf82d04bb9611d2efbbb1a5c5d5b793a07a1c844e205b6c3ebddc26b4fd5f5a9b3a5a8ca659d5a546c4c3ab0de93b39f1af2d4cae802213d40e1f93f60d4c7
+DIST CPAN-Checksums-2.14.tar.gz 16039 BLAKE2B 69f4274f281f5a1dc25287524bbf278fc7c0fb583ef90eadcfb00cf2edd368c375d328d237513e6c573fe8282b5aebb2726a2feb0f5af1eea0eb9f35a0f3ef95 SHA512 58a0ae846100a1c5a3a5b5120927512b1f821ecac0bdcc40fa19cb6567d493f81594479a52d1aaf4b86745620101e39e368cc89259130304e2d13626b023b4f0
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/CPAN-Checksums/
@ 2022-02-19 3:41 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2022-02-19 3:41 UTC (permalink / raw
To: gentoo-commits
commit: 235da756c5ca4d286cf744163047e107fbae141e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 19 03:39:07 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 19 03:39:07 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=235da756
dev-perl/CPAN-Checksums: Stabilize 2.140.0 x86, #833662
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/CPAN-Checksums/CPAN-Checksums-2.140.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/CPAN-Checksums/CPAN-Checksums-2.140.0.ebuild b/dev-perl/CPAN-Checksums/CPAN-Checksums-2.140.0.ebuild
index 11ec800c2cdc..4607548f8680 100644
--- a/dev-perl/CPAN-Checksums/CPAN-Checksums-2.140.0.ebuild
+++ b/dev-perl/CPAN-Checksums/CPAN-Checksums-2.140.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Write a CHECKSUMS file for a directory as on CPAN"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
RDEPEND="
dev-perl/Compress-Bzip2
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2022-02-19 3:41 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-07 17:34 [gentoo-commits] repo/gentoo:master commit in: dev-perl/CPAN-Checksums/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2022-02-19 3:41 Sam James
2021-12-18 15:49 Andreas K. Hüttel
2021-10-14 21:21 Andreas K. Hüttel
2020-12-27 14:42 Fabian Groffen
2020-07-18 10:53 Kent Fredric
2020-07-18 7:04 Kent Fredric
2018-10-15 19:03 Fabian Groffen
2018-04-05 18:29 Thomas Deutschmann
2018-04-05 14:11 Aaron Bauman
2016-07-25 10:33 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox