From: "Andreas Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sub-Identify/
Date: Mon, 11 Apr 2016 22:54:24 +0000 (UTC) [thread overview]
Message-ID: <1460415250.9b84fe1f938d8db195025eca7de660d9e82efea8.dilfridge@gentoo> (raw)
commit: 9b84fe1f938d8db195025eca7de660d9e82efea8
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Apr 10 14:12:10 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Apr 11 22:54:10 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b84fe1f
dev-perl/Sub-Identify: Bump to version 0.120.0
- EAPI6
- Fix deps
- Clean unwanted tests.
Upstream:
- Added "get_code_location" function
- Added "is_sub_constant" function
- Documentation enhancements
Package-Manager: portage-2.2.28
dev-perl/Sub-Identify/Manifest | 1 +
dev-perl/Sub-Identify/Sub-Identify-0.120.0.ebuild | 31 +++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/dev-perl/Sub-Identify/Manifest b/dev-perl/Sub-Identify/Manifest
index 547954c..85bac5a 100644
--- a/dev-perl/Sub-Identify/Manifest
+++ b/dev-perl/Sub-Identify/Manifest
@@ -1 +1,2 @@
DIST Sub-Identify-0.04.tar.gz 42502 SHA256 be4bb6b894af405e8031139fdd30cd34e7389cde13602d4b80b040b2ea6ce499 SHA512 f9cba14b29f677a7ba446b6a4854f0ae625f4214b89de1cc864198909e03fa9f1db1de27eaf5767307ac8cbcf8a91f73e49ae53d87e03214201d8dd1c0d3fc5f WHIRLPOOL b14ebcb4d0a1f363002391920d2c0a71b002b44c7bf2184e339c692dc0e310d1c44d909e5ad42601df08f4c897656c0289deff34bf5bb9897287a62811feb0f4
+DIST Sub-Identify-0.12.tar.gz 52414 SHA256 83bb785a66113b4a966db0a4186fd1dd07987acdacb4502b1e1558f817dde825 SHA512 47b89866ecdd2b7caaba4a440bd695ab42d92c56721bc43a7fc114c2870a5e536ed17e05eec4ac62525c9fad26e24c299aadc852fd15d58bd626dfdb6478e40f WHIRLPOOL 34d2cf519e5f07b522e303e49842b1b47b6edaacbfb43a1741bc3c5de48e15451c6a889eb44afdfb27ea3304f80c5aa1083dbe9a798e8e2e9ee06242d7b72649
diff --git a/dev-perl/Sub-Identify/Sub-Identify-0.120.0.ebuild b/dev-perl/Sub-Identify/Sub-Identify-0.120.0.ebuild
new file mode 100644
index 0000000..8634b57
--- /dev/null
+++ b/dev-perl/Sub-Identify/Sub-Identify-0.120.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=RGARCIA
+DIST_VERSION=0.12
+inherit perl-module
+
+DESCRIPTION="Retrieve names of code references"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-solaris"
+IUSE="test"
+
+RDEPEND="
+ virtual/perl-Exporter
+ virtual/perl-XSLoader
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-Scalar-List-Utils
+ virtual/perl-Test-Simple
+ )
+"
+src_test() {
+ perl_rm_files "t/pod.t"
+ perl-module_src_test;
+}
next reply other threads:[~2016-04-11 22:54 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-11 22:54 Andreas Hüttel [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-08-10 18:24 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sub-Identify/ Andreas K. Hüttel
2020-04-15 7:08 Agostino Sarubbo
2019-07-19 7:48 Mikle Kolyada
2018-10-15 16:05 Fabian Groffen
2018-08-04 0:38 Mikle Kolyada
2018-03-28 17:27 Matt Turner
2017-11-09 6:43 Kent Fredric
2017-11-08 20:37 Sergei Trofimovich
2017-06-06 16:04 Markus Meier
2017-05-22 13:25 Tobias Klausmann
2017-05-22 10:49 Michael Weber
2017-05-22 10:36 Michael Weber
2017-05-20 8:49 Agostino Sarubbo
2017-04-12 4:15 Kent Fredric
2017-02-22 21:45 Markus Meier
2017-02-04 17:33 Andreas Hüttel
2017-02-03 22:00 Jeroen Roovers
2016-11-05 14:30 Michael Palimaka
2016-08-05 4:43 Kent Fredric
2016-07-06 9:23 Agostino Sarubbo
2016-06-25 20:14 Agostino Sarubbo
2016-05-26 0:45 Matt Turner
2016-05-13 10:12 Agostino Sarubbo
2016-04-11 22:54 Andreas Hüttel
2016-01-24 7:51 Jeroen Roovers
2015-09-27 5:52 Jeroen Roovers
2015-09-08 5:08 Jeroen Roovers
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=1460415250.9b84fe1f938d8db195025eca7de660d9e82efea8.dilfridge@gentoo \
--to=dilfridge@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