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-ExtUtils-Constant/
Date: Tue,  6 Dec 2011 08:17:46 +0000 (UTC)	[thread overview]
Message-ID: <556e04415f2ce1a072c3da563c8441d4cc00f79f.kent@gentoo> (raw)

commit:     556e04415f2ce1a072c3da563c8441d4cc00f79f
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Dec  6 01:43:55 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Dec  6 01:49:27 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=556e0441

Fix deps to align to perl versions in virtual/perl-ExtUtils-Constant

(Portage version: 2.2.0_alpha79/git/Linux x86_64, signed Manifest commit with key BD86D695)

---
 virtual/perl-ExtUtils-Constant/ChangeLog           |   10 ++++++++++
 ...ld => perl-ExtUtils-Constant-0.220.0-r1.ebuild} |   13 +++++++++----
 ...ld => perl-ExtUtils-Constant-0.230.0-r2.ebuild} |    5 ++++-
 3 files changed, 23 insertions(+), 5 deletions(-)

diff --git a/virtual/perl-ExtUtils-Constant/ChangeLog b/virtual/perl-ExtUtils-Constant/ChangeLog
index 4b26b81..2b9f616 100644
--- a/virtual/perl-ExtUtils-Constant/ChangeLog
+++ b/virtual/perl-ExtUtils-Constant/ChangeLog
@@ -2,6 +2,16 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*perl-ExtUtils-Constant-0.230.0-r2 (06 Dec 2011)
+*perl-ExtUtils-Constant-0.220.0-r1 (06 Dec 2011)
+
+  06 Dec 2011; Kent Fredric <kentfredric@gmail.com>
+  -perl-ExtUtils-Constant-0.220.0.ebuild,
+  +perl-ExtUtils-Constant-0.220.0-r1.ebuild,
+  -perl-ExtUtils-Constant-0.230.0-r1.ebuild,
+  +perl-ExtUtils-Constant-0.230.0-r2.ebuild:
+  Fix deps to align to perl versions in virtual/perl-ExtUtils-Constant
+
 *perl-ExtUtils-Constant-0.230.0-r1 (17 Jun 2011)
 
   17 Jun 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/virtual/perl-ExtUtils-Constant/perl-ExtUtils-Constant-0.220.0.ebuild b/virtual/perl-ExtUtils-Constant/perl-ExtUtils-Constant-0.220.0-r1.ebuild
similarity index 71%
rename from virtual/perl-ExtUtils-Constant/perl-ExtUtils-Constant-0.220.0.ebuild
rename to virtual/perl-ExtUtils-Constant/perl-ExtUtils-Constant-0.220.0-r1.ebuild
index 32e0df2..93706a2 100644
--- a/virtual/perl-ExtUtils-Constant/perl-ExtUtils-Constant-0.220.0.ebuild
+++ b/virtual/perl-ExtUtils-Constant/perl-ExtUtils-Constant-0.220.0-r1.ebuild
@@ -14,9 +14,14 @@ IUSE=""
 DEPEND=""
 RDEPEND="
 	|| (
-		~dev-lang/perl-5.12.3
-		~dev-lang/perl-5.12.2
-		~dev-lang/perl-5.10.1
+		(
+			|| (
+				~dev-lang/perl-5.12.4
+				~dev-lang/perl-5.12.3
+				~dev-lang/perl-5.10.1
+			)
+			!perl-core/ExtUtils-Constant
+		)
+		~perl-core/ExtUtils-Constant-${PV}
 	)
-	!perl-core/ExtUtils-Constant
 "

diff --git a/virtual/perl-ExtUtils-Constant/perl-ExtUtils-Constant-0.230.0-r1.ebuild b/virtual/perl-ExtUtils-Constant/perl-ExtUtils-Constant-0.230.0-r2.ebuild
similarity index 78%
rename from virtual/perl-ExtUtils-Constant/perl-ExtUtils-Constant-0.230.0-r1.ebuild
rename to virtual/perl-ExtUtils-Constant/perl-ExtUtils-Constant-0.230.0-r2.ebuild
index 4da591b..064bb18 100644
--- a/virtual/perl-ExtUtils-Constant/perl-ExtUtils-Constant-0.230.0-r1.ebuild
+++ b/virtual/perl-ExtUtils-Constant/perl-ExtUtils-Constant-0.230.0-r2.ebuild
@@ -12,4 +12,7 @@ KEYWORDS="~x86 ~amd64"
 IUSE=""
 
 DEPEND=""
-RDEPEND="|| ( =dev-lang/perl-5.14* ~perl-core/ExtUtils-Constant-${PV} )"
+RDEPEND="|| (
+	( =dev-lang/perl-5.14* !perl-core/ExtUtils-Constant )
+	~perl-core/ExtUtils-Constant-${PV}
+)"



             reply	other threads:[~2011-12-06  8:18 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-06  8:17 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-11-09  5:56 [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-ExtUtils-Constant/ Kent Fredric
2013-08-13 11:37 Kent Fredric
2011-06-17  0:30 Kent Fredric
2011-04-20 22:02 Kent Fredric
2011-04-03 23:33 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=556e04415f2ce1a072c3da563c8441d4cc00f79f.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