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: Mon, 18 Sep 2017 10:19:07 +0000 (UTC)	[thread overview]
Message-ID: <1505729940.6081c20a2d4223afbbb6cde36f934fd5e6625673.kentnl@gentoo> (raw)

commit:     6081c20a2d4223afbbb6cde36f934fd5e6625673
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 18 10:15:27 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Sep 18 10:19:00 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6081c20a

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

Upstream:
- Add 5.27.{1,2,3}
- Add 5.22.{4-RC1,4}
- Add 5.24.{2-RC1,2,3-RC1}
- Add 5.26.1-RC1

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 .../CPAN-Perl-Releases-3.340.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.340.0.ebuild b/dev-perl/CPAN-Perl-Releases/CPAN-Perl-Releases-3.340.0.ebuild
new file mode 100644
index 00000000000..52de0a89b20
--- /dev/null
+++ b/dev-perl/CPAN-Perl-Releases/CPAN-Perl-Releases-3.340.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.34
+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 b85ff27ae87..37710f2dcc8 100644
--- a/dev-perl/CPAN-Perl-Releases/Manifest
+++ b/dev-perl/CPAN-Perl-Releases/Manifest
@@ -11,3 +11,4 @@ DIST CPAN-Perl-Releases-3.16.tar.gz 24999 SHA256 59065fccd8502a65fbe3bf03ad8e4ca
 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
+DIST CPAN-Perl-Releases-3.34.tar.gz 25003 SHA256 17179549807a2a7338b124dddf464a24a3eba649caf3d90b29f18f281a7d8f5b SHA512 456ae3638619af31df9c3b4edea56c60d45996838f92464104ccf58b67ed131035855966ca79d171bd5e1c2b0e6fb00556b3565bc6f356e74f45c4728ba83b1b WHIRLPOOL 396f040d683bf5bd6b81a13b83f4e1b9dc8ac0d23609691b815c43211c3e5ae50b1ed8395e36b129a81691a3792310a9d4ff239e8c444577c482d8c70faa8881


             reply	other threads:[~2017-09-18 10:19 UTC|newest]

Thread overview: 58+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-18 10:19 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-06-03  8:56 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=1505729940.6081c20a2d4223afbbb6cde36f934fd5e6625673.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