public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-Exporter/
Date: Wed,  1 May 2013 22:23:42 +0000 (UTC)	[thread overview]
Message-ID: <1367372699.96cae38193c835705d590d9a444155e51cf14bfc.kent@gentoo> (raw)

commit:     96cae38193c835705d590d9a444155e51cf14bfc
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed May  1 01:44:59 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed May  1 01:44:59 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=96cae381

[newversion] virtual/perl-Exporter-5.680.0

Package-Manager: portage-2.2.0_alpha173
Manifest-Sign-Key: ECD2C675C102CDA4

---
 virtual/perl-Exporter/ChangeLog                    |    9 ++++++-
 .../perl-Exporter/perl-Exporter-5.670.0-r1.ebuild  |   24 ++++++++++++++++++++
 virtual/perl-Exporter/perl-Exporter-5.680.0.ebuild |   23 +++++++++++++++++++
 3 files changed, 55 insertions(+), 1 deletions(-)

diff --git a/virtual/perl-Exporter/ChangeLog b/virtual/perl-Exporter/ChangeLog
index 6a485a4..96ea2e1 100644
--- a/virtual/perl-Exporter/ChangeLog
+++ b/virtual/perl-Exporter/ChangeLog
@@ -1,7 +1,14 @@
 # ChangeLog for virtual/perl-Exporter
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*perl-Exporter-5.680.0 (01 May 2013)
+*perl-Exporter-5.670.0-r1 (01 May 2013)
+
+  01 May 2013; Kent Fredric <kentfredric@gmail.com>
+  +perl-Exporter-5.670.0-r1.ebuild, +perl-Exporter-5.680.0.ebuild:
+  Version Bump
+
   27 Oct 2012; Kent Fredric <kentfredric@gmail.com>
   -perl-Exporter-5.660.0.ebuild, -perl-Exporter-5.660.0-r1.ebuild:
   Clean now redundant virtuals

diff --git a/virtual/perl-Exporter/perl-Exporter-5.670.0-r1.ebuild b/virtual/perl-Exporter/perl-Exporter-5.670.0-r1.ebuild
new file mode 100644
index 0000000..0777ac4
--- /dev/null
+++ b/virtual/perl-Exporter/perl-Exporter-5.670.0-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.56.ebuild,v 1.12 2010/09/13 14:42:31 josejx Exp $
+
+DESCRIPTION="Virtual for perl-core/Exporter"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+	|| (
+		(
+			>=dev-lang/perl-5.17.2
+			<=dev-lang/perl-5.17.10
+			!perl-core/Exporter
+		)
+		~perl-core/Exporter-${PV}
+	)
+"

diff --git a/virtual/perl-Exporter/perl-Exporter-5.680.0.ebuild b/virtual/perl-Exporter/perl-Exporter-5.680.0.ebuild
new file mode 100644
index 0000000..9bc7312
--- /dev/null
+++ b/virtual/perl-Exporter/perl-Exporter-5.680.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.56.ebuild,v 1.12 2010/09/13 14:42:31 josejx Exp $
+
+DESCRIPTION="Virtual for perl-core/Exporter"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+	|| (
+		(
+			~dev-lang/perl-5.17.11
+			!perl-core/Exporter
+		)
+		~perl-core/Exporter-${PV}
+	)
+"


             reply	other threads:[~2013-05-01 22:24 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-01 22:23 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-09-06  9:52 [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-Exporter/ Kent Fredric
2014-07-03  2:49 Kent Fredric
2014-07-03  2:49 Kent Fredric
2013-11-09  5:56 Kent Fredric
2012-10-28  2:41 Kent Fredric
2012-10-28  2:41 Kent Fredric
2012-10-28  2:41 Kent Fredric
2012-07-31 17:10 Kent Fredric
2012-02-26  5:59 Kent Fredric
2011-11-14  2:57 Kent Fredric
2011-11-14  2:57 Kent Fredric

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=1367372699.96cae38193c835705d590d9a444155e51cf14bfc.kent@gentoo \
    --to=kentfredric@gmail.com \
    --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