public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sub-Name/
Date: Mon, 11 Apr 2016 22:54:24 +0000 (UTC)	[thread overview]
Message-ID: <1460415250.0fd84c53461fdc79907c0390097e3885cb7ba58e.dilfridge@gentoo> (raw)

commit:     0fd84c53461fdc79907c0390097e3885cb7ba58e
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Apr 10 15:39:57 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=0fd84c53

dev-perl/Sub-Name: Bump to version 0.150.0

- EAPI6
- Extra test deps exposed by USE="suggested",
  but are intentionally omitted because Sub::Name's high precedence
  is likely to induce cycles.

Upstream:
- Use copy-of-string instead of mutating a passed string
- Fix leak when setting fully-qualified name
- Copy %DB::sub entries if they exist

Keywords:
- New deps, dropped: alpha arm hppa ia64 ppc ppc64 sparc

Package-Manager: portage-2.2.28

 dev-perl/Sub-Name/Manifest                |  1 +
 dev-perl/Sub-Name/Sub-Name-0.150.0.ebuild | 31 +++++++++++++++++++++++++++++++
 dev-perl/Sub-Name/metadata.xml            |  3 +++
 3 files changed, 35 insertions(+)

diff --git a/dev-perl/Sub-Name/Manifest b/dev-perl/Sub-Name/Manifest
index 726bd71..71c6d03 100644
--- a/dev-perl/Sub-Name/Manifest
+++ b/dev-perl/Sub-Name/Manifest
@@ -1 +1,2 @@
 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

diff --git a/dev-perl/Sub-Name/Sub-Name-0.150.0.ebuild b/dev-perl/Sub-Name/Sub-Name-0.150.0.ebuild
new file mode 100644
index 0000000..61690fa
--- /dev/null
+++ b/dev-perl/Sub-Name/Sub-Name-0.150.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=ETHER
+DIST_VERSION=0.15
+inherit perl-module
+
+DESCRIPTION="(Re)name a sub"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~mips ~s390 ~sh ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~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
+	)
+"

diff --git a/dev-perl/Sub-Name/metadata.xml b/dev-perl/Sub-Name/metadata.xml
index 19b4196..1ac94e0 100644
--- a/dev-perl/Sub-Name/metadata.xml
+++ b/dev-perl/Sub-Name/metadata.xml
@@ -5,6 +5,9 @@
     <email>perl@gentoo.org</email>
     <name>Gentoo Perl Project</name>
   </maintainer>
+  <use>
+    <flag name="suggested">Install extra dependencies needed for extended regression tests</flag>
+  </use>
   <upstream>
     <remote-id type="cpan">Sub-Name</remote-id>
     <remote-id type="cpan-module">Sub::Name</remote-id>


             reply	other threads:[~2016-04-11 22:54 UTC|newest]

Thread overview: 41+ 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 --
2016-04-26 17:27 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sub-Name/ Markus Meier
2016-05-25 22:48 Matt Turner
2017-01-28 14:13 Fabian Groffen
2017-01-29 16:45 Fabian Groffen
2017-02-02  7:20 Jeroen Roovers
2017-02-24  7:46 Michael Weber
2017-03-16  3:13 Kent Fredric
2017-04-02 17:27 Agostino Sarubbo
2017-04-03 12:33 Agostino Sarubbo
2017-04-03 20:19 Michael Weber
2017-04-29 11:34 Jeroen Roovers
2018-02-17 21:51 Patrice Clement
2018-06-09 18:54 Sergei Trofimovich
2018-06-10 16:42 Thomas Deutschmann
2018-06-10 19:03 Aaron Bauman
2018-06-10 21:33 Sergei Trofimovich
2018-06-23 13:38 Mart Raudsepp
2018-06-26 12:28 Tobias Klausmann
2018-07-23  0:54 Mikle Kolyada
2018-09-29  8:29 Kent Fredric
2018-12-08 12:35 Mikle Kolyada
2019-05-04 19:02 Andreas K. Hüttel
2020-04-15 14:29 Kent Fredric
2020-07-18  4:43 Kent Fredric
2021-08-10 18:24 Andreas K. Hüttel
2021-10-11  3:10 Sam James
2021-10-11  4:18 Sam James
2021-10-11  4:20 Sam James
2021-10-11  5:15 Sam James
2021-10-11  6:32 Agostino Sarubbo
2021-10-11 15:18 Sam James
2021-10-11 15:25 Sam James
2021-12-07 21:30 Andreas K. Hüttel
2023-06-18 22:13 Sam James
2023-08-02 13:25 Sam James
2023-08-04 20:20 Arthur Zamarin
2025-01-22  4:55 Sam James
2025-03-04 12:15 Sam James
2025-03-05 22:36 Sam James
2025-03-05 23:31 Jakov Smolić

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.0fd84c53461fdc79907c0390097e3885cb7ba58e.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