From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sub-Name/
Date: Thu, 16 Mar 2017 03:13:06 +0000 (UTC) [thread overview]
Message-ID: <1489633969.9576777cd13e5b961d55a9fae9d328f1ad6ace8b.kentnl@gentoo> (raw)
commit: 9576777cd13e5b961d55a9fae9d328f1ad6ace8b
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 16 01:44:04 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 03:12:49 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9576777c
dev-perl/Sub-Name: Bump to version 0.210.0
Upstream:
- Fix test issues <5.8.6
- Add support for binary and unicode symbol names
- Fixed segfaults on OpenBSD iwth malloc/nameptr paging
Package-Manager: Portage-2.3.4, Repoman-2.3.2
dev-perl/Sub-Name/Manifest | 1 +
dev-perl/Sub-Name/Sub-Name-0.210.0.ebuild | 31 +++++++++++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/dev-perl/Sub-Name/Manifest b/dev-perl/Sub-Name/Manifest
index 71c6d031667..7712b73a1e9 100644
--- a/dev-perl/Sub-Name/Manifest
+++ b/dev-perl/Sub-Name/Manifest
@@ -1,2 +1,3 @@
DIST Sub-Name-0.05.tar.gz 3463 SHA256 c9d1b805ea1f8e35fdde319468d6378dc1f1123cd8f2b22788238ba842713af1 SHA512 5fbaf3071cb961257bb7a9114dd307e774519904a776446d1aa96af087f1dfb29b8c673b7bf7738283fac4148610a75f986a2ad28adc573f48eff919484eefc7 WHIRLPOOL 9ac285ac5baeae01070c0740db3d24279f5613615061ff722aa16364c00043cb13e83d308cd33cc8f1608b498b2d4958b8c797ec0824821faf6ae86895e399c5
DIST Sub-Name-0.15.tar.gz 76856 SHA256 dabc9a4abcbe067d120ce005b4203b8a44291cbda013900152ba19a1e7c1c8c8 SHA512 6b8f0ce56e4706148cd71d5e937986714d69162c9ce16b177866832ef1c0245f5d11f5bd555e325098ab54fdb1d46a32e37d0213d2dadef03cc53f2d4da59cc6 WHIRLPOOL a74cafef4301b1ec4d8f4f3df3b87d18b41033987f1a4a0e6e15bc5de016119ea35f954ba5b5c686efb84788ea68c636461e404507af0c79cb1e45ed0c3526d8
+DIST Sub-Name-0.21.tar.gz 81155 SHA256 bd32e9dee07047c10ae474c9f17d458b6e9885a6db69474c7a494ccc34c27117 SHA512 94be57b569f6c434ec3ef4fdff1a9d946067cf6c7ee58f716f4bc188764ee103f9a2579ee0ddf4068ec6889c186d9d447d8252a5dd2a0e882719239ac1102294 WHIRLPOOL 8e9c199ac2acbc056a762bd727295c7680b2bb73c970cbd49e1a588f84e6ecb0b7aebf04acc0e61bdb3bffc4ef998bdea4b36d7f3eab00e83c441b320c96cbdc
diff --git a/dev-perl/Sub-Name/Sub-Name-0.210.0.ebuild b/dev-perl/Sub-Name/Sub-Name-0.210.0.ebuild
new file mode 100644
index 00000000000..ae8db7b2792
--- /dev/null
+++ b/dev-perl/Sub-Name/Sub-Name-0.210.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=ETHER
+DIST_VERSION=0.21
+inherit perl-module
+
+DESCRIPTION="(Re)name a sub"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test suggested"
+
+RDEPEND="
+ >=virtual/perl-Exporter-5.570.0
+ virtual/perl-XSLoader
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ suggested? (
+ dev-perl/Devel-CheckBin
+ )
+ virtual/perl-File-Spec
+ virtual/perl-Module-Metadata
+ >=virtual/perl-Test-Simple-0.880.0
+ virtual/perl-if
+ )
+"
next reply other threads:[~2017-03-16 3:13 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-16 3:13 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-05 23:31 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sub-Name/ Jakov Smolić
2025-03-05 22:36 Sam James
2025-03-04 12:15 Sam James
2025-01-22 4:55 Sam James
2023-08-04 20:20 Arthur Zamarin
2023-08-02 13:25 Sam James
2023-06-18 22:13 Sam James
2021-12-07 21:30 Andreas K. Hüttel
2021-10-11 15:25 Sam James
2021-10-11 15:18 Sam James
2021-10-11 6:32 Agostino Sarubbo
2021-10-11 5:15 Sam James
2021-10-11 4:20 Sam James
2021-10-11 4:18 Sam James
2021-10-11 3:10 Sam James
2021-08-10 18:24 Andreas K. Hüttel
2020-07-18 4:43 Kent Fredric
2020-04-15 14:29 Kent Fredric
2019-05-04 19:02 Andreas K. Hüttel
2018-12-08 12:35 Mikle Kolyada
2018-09-29 8:29 Kent Fredric
2018-07-23 0:54 Mikle Kolyada
2018-06-26 12:28 Tobias Klausmann
2018-06-23 13:38 Mart Raudsepp
2018-06-10 21:33 Sergei Trofimovich
2018-06-10 19:03 Aaron Bauman
2018-06-10 16:42 Thomas Deutschmann
2018-06-09 18:54 Sergei Trofimovich
2018-02-17 21:51 Patrice Clement
2017-04-29 11:34 Jeroen Roovers
2017-04-03 20:19 Michael Weber
2017-04-03 12:33 Agostino Sarubbo
2017-04-02 17:27 Agostino Sarubbo
2017-02-24 7:46 Michael Weber
2017-02-02 7:20 Jeroen Roovers
2017-01-29 16:45 Fabian Groffen
2017-01-28 14:13 Fabian Groffen
2016-05-25 22:48 Matt Turner
2016-04-26 17:27 Markus Meier
2016-04-11 22:54 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=1489633969.9576777cd13e5b961d55a9fae9d328f1ad6ace8b.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