diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-07-18 17:57:14 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-07-18 17:57:14 +0000 |
commit | 8aea8923139585c010d2e8938d49895504bba353 (patch) | |
tree | ba9ababc0c11ea21f950b2e1d6ccc9402c9c8ef8 /virtual/perl-CPAN | |
parent | Improve dependencies (diff) | |
download | gentoo-2-8aea8923139585c010d2e8938d49895504bba353.tar.gz gentoo-2-8aea8923139585c010d2e8938d49895504bba353.tar.bz2 gentoo-2-8aea8923139585c010d2e8938d49895504bba353.zip |
Improve dependencies
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
Diffstat (limited to 'virtual/perl-CPAN')
-rw-r--r-- | virtual/perl-CPAN/ChangeLog | 8 | ||||
-rw-r--r-- | virtual/perl-CPAN/perl-CPAN-2.0.0-r1.ebuild (renamed from virtual/perl-CPAN/perl-CPAN-2.0.0.ebuild) | 12 | ||||
-rw-r--r-- | virtual/perl-CPAN/perl-CPAN-2.0.5.ebuild | 10 |
3 files changed, 23 insertions, 7 deletions
diff --git a/virtual/perl-CPAN/ChangeLog b/virtual/perl-CPAN/ChangeLog index 9f44985e6fb6..402fd36737fb 100644 --- a/virtual/perl-CPAN/ChangeLog +++ b/virtual/perl-CPAN/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for virtual/perl-CPAN # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CPAN/ChangeLog,v 1.13 2014/07/05 11:36:53 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CPAN/ChangeLog,v 1.14 2014/07/18 17:57:14 dilfridge Exp $ + +*perl-CPAN-2.0.0-r1 (18 Jul 2014) + + 18 Jul 2014; Andreas K. Huettel <dilfridge@gentoo.org> + -perl-CPAN-2.0.0.ebuild, +perl-CPAN-2.0.0-r1.ebuild, perl-CPAN-2.0.5.ebuild: + Improve dependencies *perl-CPAN-2.0.5 (05 Jul 2014) diff --git a/virtual/perl-CPAN/perl-CPAN-2.0.0.ebuild b/virtual/perl-CPAN/perl-CPAN-2.0.0-r1.ebuild index b82f18e5e26f..d0c8e4aff1d8 100644 --- a/virtual/perl-CPAN/perl-CPAN-2.0.0.ebuild +++ b/virtual/perl-CPAN/perl-CPAN-2.0.0-r1.ebuild @@ -1,8 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CPAN/perl-CPAN-2.0.0.ebuild,v 1.9 2014/04/24 17:47:10 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CPAN/perl-CPAN-2.0.0-r1.ebuild,v 1.1 2014/07/18 17:57:14 dilfridge Exp $ -DESCRIPTION="Virtual for CPAN" +EAPI=5 + +DESCRIPTION="Virtual for ${PN#perl-}" HOMEPAGE="" SRC_URI="" @@ -12,4 +14,8 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="" DEPEND="" -RDEPEND="|| ( =dev-lang/perl-5.18* ~perl-core/CPAN-${PV} )" +RDEPEND=" + || ( =dev-lang/perl-5.18* ~perl-core/${PN#perl-}-${PV} ) + !<perl-core/${PN#perl-}-${PV} + !>perl-core/${PN#perl-}-${PV}-r999 +" diff --git a/virtual/perl-CPAN/perl-CPAN-2.0.5.ebuild b/virtual/perl-CPAN/perl-CPAN-2.0.5.ebuild index 72aff14bef03..5ec65af202fc 100644 --- a/virtual/perl-CPAN/perl-CPAN-2.0.5.ebuild +++ b/virtual/perl-CPAN/perl-CPAN-2.0.5.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CPAN/perl-CPAN-2.0.5.ebuild,v 1.1 2014/07/05 11:36:53 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CPAN/perl-CPAN-2.0.5.ebuild,v 1.2 2014/07/18 17:57:13 dilfridge Exp $ EAPI=5 -DESCRIPTION="Virtual for CPAN" +DESCRIPTION="Virtual for ${PN#perl-}" HOMEPAGE="" SRC_URI="" @@ -14,4 +14,8 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="" DEPEND="" -RDEPEND="|| ( =dev-lang/perl-5.20* ~perl-core/CPAN-${PV} )" +RDEPEND=" + || ( =dev-lang/perl-5.20* ~perl-core/${PN#perl-}-${PV} ) + !<perl-core/${PN#perl-}-${PV} + !>perl-core/${PN#perl-}-${PV}-r999 +" |