public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/CPAN-Perl-Releases/
Date: Sat,  3 Jun 2017 08:56:11 +0000 (UTC)	[thread overview]
Message-ID: <1496480167.4e155a7a84d9ecc10ba8b0a800d3816a3fefc6b9.kentnl@gentoo> (raw)

commit:     4e155a7a84d9ecc10ba8b0a800d3816a3fefc6b9
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  3 08:55:52 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Jun  3 08:56:07 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e155a7a

dev-perl/CPAN-Perl-Releases: Bump to version 3.22

Upstream:
- Add perl 5.27.0

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 .../CPAN-Perl-Releases-3.220.0.ebuild              | 27 ++++++++++++++++++++++
 dev-perl/CPAN-Perl-Releases/Manifest               |  1 +
 2 files changed, 28 insertions(+)

diff --git a/dev-perl/CPAN-Perl-Releases/CPAN-Perl-Releases-3.220.0.ebuild b/dev-perl/CPAN-Perl-Releases/CPAN-Perl-Releases-3.220.0.ebuild
new file mode 100644
index 00000000000..369f6a60093
--- /dev/null
+++ b/dev-perl/CPAN-Perl-Releases/CPAN-Perl-Releases-3.220.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=BINGOS
+DIST_VERSION=3.22
+inherit perl-module
+
+DESCRIPTION="Mapping Perl releases on CPAN to the location of the tarballs"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		virtual/perl-File-Spec
+		virtual/perl-IO
+		>=virtual/perl-Test-Simple-0.470.0
+	)
+"
+src_test() {
+	perl_rm_files t/author-pod-coverage.t t/author-pod-syntax.t
+	perl-module_src_test
+}

diff --git a/dev-perl/CPAN-Perl-Releases/Manifest b/dev-perl/CPAN-Perl-Releases/Manifest
index c4dd0a91e2d..b85ff27ae87 100644
--- a/dev-perl/CPAN-Perl-Releases/Manifest
+++ b/dev-perl/CPAN-Perl-Releases/Manifest
@@ -10,3 +10,4 @@ DIST CPAN-Perl-Releases-3.12.tar.gz 24920 SHA256 5a995fba2f998b878e5c5642894b0ce
 DIST CPAN-Perl-Releases-3.16.tar.gz 24999 SHA256 59065fccd8502a65fbe3bf03ad8e4ca0ba689261a7cfc089cf4fb2a81f2df06f SHA512 129126320adbc7470946675dc3d9323030209b9ac3baef414cf1e72a6c843f6efe845de42dcf7400d6382c74a1b0ddd9eb818f4abd73e65363b67fcac90f2f59 WHIRLPOOL acaf98c070a2232bb1ff5f5abaece117173b5835a9ad5ad2735ba869c3e5affa6412866ed317bace877af28af4cb63def429d77c9a90be78c45cf4bd8f373414
 DIST CPAN-Perl-Releases-3.18.tar.gz 24827 SHA256 c9d4ebd3dacab6dc25ff79a234a406821ee23a483a062becf7a98ed4d01e04ba SHA512 be3faa12f47b336480e2f5806334f5c8c03f5cec94c1cd6042125f07c2c1f98340cb79ed39a8de6a82956ef1a08434da1440a0af6bbf1fc7da821d416ec86626 WHIRLPOOL d5c492349015c89216b93c4085657d92b879e8ad446ccd156137e1a8187dd889c00710dd71396005394197daff43cd3747362a3b7126f4a0e7c8b34ffbaa9bc0
 DIST CPAN-Perl-Releases-3.20.tar.gz 24849 SHA256 8cc19b619d1e3f448a9b1ad233c194d62409d4f5d9ab78fe9630653d576481f8 SHA512 205e2a81be88464fa932f564076ac502229990afe6eb2967d357fee3ec18716a7d4d538ec088d8fd354f1cf8bdd5fa4699a29d2014a22a0f185685d4db135606 WHIRLPOOL c878dd2f5d93f297582cfa750373f7c4ebd107bbb6581145a28c41a8f15f2c03891fd8400500a1082c33f7430dbe062cc9f597d6f441e43f659ef4e9e3ba7b9f
+DIST CPAN-Perl-Releases-3.22.tar.gz 24890 SHA256 3f665f0a9ee50b3dc8ffe71a355449ba6e5696b9faf736228f0c27b2311881af SHA512 ba91b5cc2f21316753e1e18b0d3105a0b3090f30333c5cc59149636841e35647f39191fa09dfd161d63aa5c57b1266b8866f47abd7d69fc23f0163546d812ade WHIRLPOOL d7a25456100b6caaddd543cb2ea9339d375440e74b95cf736f4721513f9131e11ab1db62f4be6796b658b446bef4d455fbcdbcbfe0ee8354d6a971042f5f5859


             reply	other threads:[~2017-06-03  8:56 UTC|newest]

Thread overview: 58+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-03  8:56 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-27 11:59 [gentoo-commits] repo/gentoo:master commit in: dev-perl/CPAN-Perl-Releases/ Sam James
2024-07-07 11:02 Sam James
2024-06-10  2:18 Sam James
2024-06-09 21:12 Sam James
2024-05-27  0:47 Sam James
2024-04-30  1:39 Sam James
2023-12-30  6:38 Arthur Zamarin
2023-10-29  1:58 Sam James
2023-09-21 22:17 Sam James
2023-08-27  1:26 Sam James
2023-08-27  1:26 Sam James
2023-08-19 15:37 Arthur Zamarin
2023-07-24  3:13 Sam James
2023-07-03  0:37 Sam James
2023-06-21 22:49 Sam James
2021-10-15 18:56 Andreas K. Hüttel
2021-10-15 18:56 Andreas K. Hüttel
2021-07-29  7:08 Agostino Sarubbo
2021-07-29  6:45 Agostino Sarubbo
2021-05-04 21:31 Andreas K. Hüttel
2021-05-04 21:31 Andreas K. Hüttel
2021-05-04 21:27 Sam James
2021-05-04 21:26 Sam James
2021-04-17 22:43 Andreas K. Hüttel
2020-12-12  6:46 Kent Fredric
2020-09-26  9:24 Kent Fredric
2020-09-26  9:24 Kent Fredric
2020-09-21 14:35 Kent Fredric
2020-08-21  3:51 Kent Fredric
2020-07-24  0:42 Kent Fredric
2020-06-26 12:12 Kent Fredric
2020-05-07 12:49 Kent Fredric
2020-04-28 11:39 Kent Fredric
2018-11-23 20:30 Thomas Deutschmann
2018-11-23 13:49 Agostino Sarubbo
2018-09-30  4:52 Kent Fredric
2018-09-07  6:45 Kent Fredric
2018-07-29  5:31 Kent Fredric
2018-04-25  0:31 Kent Fredric
2018-04-03 11:52 Jason Zaman
2017-10-03  4:00 Kent Fredric
2017-09-18 10:19 Kent Fredric
2017-05-31  1:50 Kent Fredric
2017-05-26  7:35 Kent Fredric
2017-05-22  2:23 Kent Fredric
2017-03-20 22:30 Kent Fredric
2017-01-21 14:20 Kent Fredric
2017-01-18 11:28 Agostino Sarubbo
2017-01-18  8:52 Kent Fredric
2017-01-08  3:52 Kent Fredric
2016-12-21  4:22 Kent Fredric
2016-11-21  0:54 Kent Fredric
2016-07-26  8:14 Kent Fredric
2015-12-30 20:29 Andreas Hüttel
2015-10-04 20:53 Patrice Clement
2015-10-04 20:53 Patrice Clement
2015-09-07 19:32 Andreas Hüttel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1496480167.4e155a7a84d9ecc10ba8b0a800d3816a3fefc6b9.kentnl@gentoo \
    --to=kentnl@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox