diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-07-06 15:35:50 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-07-06 15:35:50 +0000 |
commit | 087153a3841c6f1fd91618b2a90850f3e40c358b (patch) | |
tree | cf2c9f3da1d7a8fd761b435b1a177b874bf84d26 /virtual/perl-File-Path | |
parent | Inherit versionator #515850 (diff) | |
download | gentoo-2-087153a3841c6f1fd91618b2a90850f3e40c358b.tar.gz gentoo-2-087153a3841c6f1fd91618b2a90850f3e40c358b.tar.bz2 gentoo-2-087153a3841c6f1fd91618b2a90850f3e40c358b.zip |
Improve dependencies; remove old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
Diffstat (limited to 'virtual/perl-File-Path')
-rw-r--r-- | virtual/perl-File-Path/ChangeLog | 11 | ||||
-rw-r--r-- | virtual/perl-File-Path/perl-File-Path-2.08.ebuild | 14 | ||||
-rw-r--r-- | virtual/perl-File-Path/perl-File-Path-2.90.0-r1.ebuild (renamed from virtual/perl-File-Path/perl-File-Path-2.90.0.ebuild) | 11 |
3 files changed, 17 insertions, 19 deletions
diff --git a/virtual/perl-File-Path/ChangeLog b/virtual/perl-File-Path/ChangeLog index 75ea69541c80..af0133bd2651 100644 --- a/virtual/perl-File-Path/ChangeLog +++ b/virtual/perl-File-Path/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for virtual/perl-File-Path -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-File-Path/ChangeLog,v 1.10 2013/09/08 13:34:02 pinkbyte Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-File-Path/ChangeLog,v 1.11 2014/07/06 15:35:50 dilfridge Exp $ + +*perl-File-Path-2.90.0-r1 (06 Jul 2014) + + 06 Jul 2014; Andreas K. Huettel <dilfridge@gentoo.org> + -perl-File-Path-2.08.ebuild, -perl-File-Path-2.90.0.ebuild, + +perl-File-Path-2.90.0-r1.ebuild: + Improve dependencies; remove old 08 Sep 2013; Sergey Popov <pinkbyte@gentoo.org> perl-File-Path-2.90.0.ebuild: Add ~arm keyword, wrt bug #449762 diff --git a/virtual/perl-File-Path/perl-File-Path-2.08.ebuild b/virtual/perl-File-Path/perl-File-Path-2.08.ebuild deleted file mode 100644 index 4c56bc53d1df..000000000000 --- a/virtual/perl-File-Path/perl-File-Path-2.08.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-File-Path/perl-File-Path-2.08.ebuild,v 1.6 2012/12/22 18:24:50 ago Exp $ - -DESCRIPTION="Virtual for File-Path" -HOMEPAGE="" -SRC_URI="" - -LICENSE="" -SLOT="0" -KEYWORDS="amd64 ~ia64 ~ppc ~sparc x86 ~ppc-aix" -IUSE="" - -RDEPEND="~perl-core/File-Path-${PV}" diff --git a/virtual/perl-File-Path/perl-File-Path-2.90.0.ebuild b/virtual/perl-File-Path/perl-File-Path-2.90.0-r1.ebuild index 5a6efb48b67a..251a3a31c967 100644 --- a/virtual/perl-File-Path/perl-File-Path-2.90.0.ebuild +++ b/virtual/perl-File-Path/perl-File-Path-2.90.0-r1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-File-Path/perl-File-Path-2.90.0.ebuild,v 1.4 2013/09/08 13:34:02 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-File-Path/perl-File-Path-2.90.0-r1.ebuild,v 1.1 2014/07/06 15:35:50 dilfridge Exp $ + +EAPI=5 DESCRIPTION="Virtual for File-Path" HOMEPAGE="" @@ -11,4 +13,7 @@ SLOT="0" KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc x86 ~ppc-aix" IUSE="" -RDEPEND="~perl-core/File-Path-${PV}" +RDEPEND=" + || ( =dev-lang/perl-5.20* =dev-lang/perl-5.18* ~perl-core/${PN#perl-}-${PV} ) + !<perl-core/${PN#perl-}-${PV} +" |