From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Starter/
Date: Thu, 2 Nov 2017 02:18:05 +0000 (UTC) [thread overview]
Message-ID: <1509588793.fdee63cf68b25c81d5ca71354bb28e0afd77ea46.kentnl@gentoo> (raw)
commit: fdee63cf68b25c81d5ca71354bb28e0afd77ea46
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 2 02:13:13 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Nov 2 02:13:13 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdee63cf
dev-perl/Module-Starter: Bump to version 1.730.0
Upstream:
- Fix test confusion where distro-name is '0'
- Use Module::Runtime instead of eval { require }
Package-Manager: Portage-2.3.8, Repoman-2.3.3
dev-perl/Module-Starter/Manifest | 1 +
.../Module-Starter/Module-Starter-1.730.0.ebuild | 34 ++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/dev-perl/Module-Starter/Manifest b/dev-perl/Module-Starter/Manifest
index 36897764076..338afe0a2e7 100644
--- a/dev-perl/Module-Starter/Manifest
+++ b/dev-perl/Module-Starter/Manifest
@@ -1,2 +1,3 @@
DIST Module-Starter-1.60.tar.gz 53863 SHA256 b038188b609b3ad16406214242d547b886cfdb6c054e672d51ed8c9cb7805b7f SHA512 2fc25752974f3e9534244ac19c3ed451bb5e85aee1ea105ff6584b998107a20655a31d56b336ade6e9f5d627ab33f1b4a5bc108c83a00c74fe90e6f69b6d18b3 WHIRLPOOL 9c3198a09b532704499dd6b19d613c93a23554359b7d7ad1c698f1c1ede05c2a1733bbb6bb56f22ea0f352dd7de46088b48552da2bd9445f5ca605cd0c331963
DIST Module-Starter-1.72.tar.gz 54725 SHA256 dd924c521538d96c0e4b5a5c911945aba42ed28f9b194c9ffe04f6f8aaf61e10 SHA512 ad9c75c4af92bb9bd030d75fb8f8a017a4b2f413bc623bd8ecb90e8ef18b4c7c9f684460faf48c8d080b02fcadd5462e7b4b9b601094e7c8c5d0e459489a8f95 WHIRLPOOL 02f5486e1a7f4c5286e3d5f3cef32b83db26d6062ccb2dbc9c4a267ccce91bd350811edc5ff11fac37c5afa4a6476c75e261f9f41ac137b9684c8ccba91f902d
+DIST Module-Starter-1.73.tar.gz 61368 SHA256 80299e53b7e4db4840dd7174740ea60a679cbb38a5e17d256a0f82fd9b3b8ae5 SHA512 813bb98a2cd2344c5a8fd032d2ee42c13f767b436ac48a7d88bd6338ec21929cefd8940fa0b606abaa4e264291fcbfc993e10d0c0d471d1b5fda0d2eb7d80d58 WHIRLPOOL a5939efc04c87650037a1745cc126810454a2d362b59fd5d94986c26da071b5905f8dad0bdfd2159c21b5c78097293a791c3ecca767fb63fc61812e3d1ef5b11
diff --git a/dev-perl/Module-Starter/Module-Starter-1.730.0.ebuild b/dev-perl/Module-Starter/Module-Starter-1.730.0.ebuild
new file mode 100644
index 00000000000..2fcc55a26c1
--- /dev/null
+++ b/dev-perl/Module-Starter/Module-Starter-1.730.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=DBOOK
+DIST_VERSION=1.73
+inherit perl-module
+
+DESCRIPTION="A simple starter kit for any module"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ virtual/perl-ExtUtils-MakeMaker
+ virtual/perl-File-Spec
+ virtual/perl-Getopt-Long
+ dev-perl/Module-Runtime
+ >=virtual/perl-Pod-Parser-1.210.0
+ virtual/perl-parent
+ >=virtual/perl-version-0.770.0
+"
+DEPEND="${RDEPEND}
+ test? (
+ virtual/perl-Test-Simple
+ >=virtual/perl-Test-Harness-0.210.0
+ )
+"
+src_test() {
+ perl_rm_files t/pod.t t/pod-coverage.t
+ perl-module_src_test
+}
next reply other threads:[~2017-11-02 2:18 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-02 2:18 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-11-16 20:33 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Starter/ Andreas K. Hüttel
2021-09-03 6:40 Agostino Sarubbo
2021-09-03 6:34 Agostino Sarubbo
2021-07-17 19:11 Andreas K. Hüttel
2021-07-07 22:42 Andreas K. Hüttel
2018-08-18 1:17 Kent Fredric
2018-07-15 18:55 Thomas Deutschmann
2018-07-15 15:51 Mikle Kolyada
2017-04-01 19:59 Kent Fredric
2016-06-25 22:15 Andreas Hüttel
2016-04-02 13:44 Agostino Sarubbo
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=1509588793.fdee63cf68b25c81d5ca71354bb28e0afd77ea46.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