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/Module-ScanDeps/
Date: Wed,  1 Nov 2017 18:29:08 +0000 (UTC)	[thread overview]
Message-ID: <1509560763.455c86bbe732d201bf73d47fc3c0205c14777f98.kentnl@gentoo> (raw)

commit:     455c86bbe732d201bf73d47fc3c0205c14777f98
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  1 18:25:06 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Nov  1 18:26:03 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=455c86bb

dev-perl/Module-ScanDeps: Bump to version 1.240.0

Upstream:
- Preload 'sub' for DateTime::Format::Natural
- Preload Unicore for Specio::PartialDump

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/Module-ScanDeps/Manifest                  |  1 +
 .../Module-ScanDeps/Module-ScanDeps-1.240.0.ebuild | 37 ++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/dev-perl/Module-ScanDeps/Manifest b/dev-perl/Module-ScanDeps/Manifest
index 258c4765278..cc77b90ad6e 100644
--- a/dev-perl/Module-ScanDeps/Manifest
+++ b/dev-perl/Module-ScanDeps/Manifest
@@ -1 +1,2 @@
 DIST Module-ScanDeps-1.23.tar.gz 55076 SHA256 162b6f771197ad4662ac60c427d473b4c0a41cac476fa96b48556cce7fca040e SHA512 7ceb1705aa9be7601a44dea2521a0952de70eb294a88939147d254c3af7056602bbfab97fd117ac4f4184da92354aa1f83f1207d84bf502eb02b0c60fc417ba8 WHIRLPOOL e179cc2552765bad5823997dbd222d7c53a1c3093193393cb35c8dc3b1e66204381c6d500ec6758e0f6e8c3520ca775502956a56d59ad3a26a068eec2f7a271d
+DIST Module-ScanDeps-1.24.tar.gz 55262 SHA256 89670de4e9f35fe612a04d452376bca8075d09d453148a5f28c3c3c94092cc68 SHA512 7f3d9821aa863d8ebc78fb5fb3c7172ce133169ec54ed91b90e05ba50654b4bd0282b3a760adfc8b6bd553dda4116dbf51972bb2af94b59f6f04daeba996e889 WHIRLPOOL 13d1e678f105e4e9534a76c1f579a733fd110b75eb2b0a84315fa181d95588be842cca343d2f53aa1e09195cadfb7a3da4c1a3ebaa69a3989bc3132fe897f340

diff --git a/dev-perl/Module-ScanDeps/Module-ScanDeps-1.240.0.ebuild b/dev-perl/Module-ScanDeps/Module-ScanDeps-1.240.0.ebuild
new file mode 100644
index 00000000000..4cce6218bf0
--- /dev/null
+++ b/dev-perl/Module-ScanDeps/Module-ScanDeps-1.240.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=RSCHUPP
+DIST_VERSION=1.24
+inherit perl-module
+
+DESCRIPTION="Recursively scan Perl code for dependencies"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE="test"
+
+RDEPEND="
+	virtual/perl-File-Spec
+	virtual/perl-File-Temp
+	virtual/perl-Getopt-Long
+	virtual/perl-Module-Metadata
+	virtual/perl-Text-ParseWords
+	virtual/perl-version
+"
+DEPEND="${RDEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.590.0
+	test? (
+		virtual/perl-Test-Simple
+		dev-perl/prefork
+		dev-perl/Module-Pluggable
+		dev-perl/Test-Requires
+	)
+"
+
+src_test() {
+	perl_rm_files t/0-pod.t
+	perl-module_src_test
+}


             reply	other threads:[~2017-11-01 18:29 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-01 18:29 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-26 12:57 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-ScanDeps/ Arthur Zamarin
2023-12-17  0:05 Sam James
2023-09-24 21:59 Sam James
2023-08-14  7:55 Sam James
2023-07-06 22:01 Sam James
2022-03-09 13:40 Yixun Lan
2021-11-16 20:33 Andreas K. Hüttel
2021-08-25  6:00 Agostino Sarubbo
2021-08-25  5:36 Agostino Sarubbo
2021-07-07 22:42 Andreas K. Hüttel
2021-03-30 17:38 Sam James
2020-12-04 18:31 Sergei Trofimovich
2020-04-15  9:53 Kent Fredric
2018-07-20  8:08 Sergei Trofimovich
2018-07-16  6:54 Sergei Trofimovich
2018-07-15 18:55 Thomas Deutschmann
2018-07-15 15:51 Mikle Kolyada
2017-11-05 18:00 Sergei Trofimovich
2017-06-19 13:00 Kent Fredric
2017-04-03 12:33 Agostino Sarubbo
2017-04-02 13:23 Agostino Sarubbo
2016-11-17  6:12 Kent Fredric
2016-08-06 15:53 Kent Fredric
2016-03-28 19:56 Andreas Hüttel
2016-03-28  9:31 Agostino Sarubbo
2016-03-27 22:22 Andreas Hüttel
2015-11-27  1:16 Patrice Clement

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=1509560763.455c86bbe732d201bf73d47fc3c0205c14777f98.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