diff options
author | 2014-07-21 19:32:12 +0000 | |
---|---|---|
committer | 2014-07-21 19:32:12 +0000 | |
commit | 4a59b0cdf77cfd01d3ada22c0e603fd6081b5ced (patch) | |
tree | 917dbed7e315c5edfafcbb6938e8260d617ff0c5 /virtual/perl-Storable | |
parent | Improve dependencies (diff) | |
download | gentoo-2-4a59b0cdf77cfd01d3ada22c0e603fd6081b5ced.tar.gz gentoo-2-4a59b0cdf77cfd01d3ada22c0e603fd6081b5ced.tar.bz2 gentoo-2-4a59b0cdf77cfd01d3ada22c0e603fd6081b5ced.zip |
Improve dependencies
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'virtual/perl-Storable')
-rw-r--r-- | virtual/perl-Storable/ChangeLog | 9 | ||||
-rw-r--r-- | virtual/perl-Storable/perl-Storable-2.410.0-r1.ebuild (renamed from virtual/perl-Storable/perl-Storable-2.410.0.ebuild) | 3 | ||||
-rw-r--r-- | virtual/perl-Storable/perl-Storable-2.490.0.ebuild | 3 |
3 files changed, 12 insertions, 3 deletions
diff --git a/virtual/perl-Storable/ChangeLog b/virtual/perl-Storable/ChangeLog index c0014e1e0c5b..22dad304901b 100644 --- a/virtual/perl-Storable/ChangeLog +++ b/virtual/perl-Storable/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for virtual/perl-Storable # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Storable/ChangeLog,v 1.59 2014/07/13 10:36:36 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Storable/ChangeLog,v 1.60 2014/07/21 19:32:12 dilfridge Exp $ + +*perl-Storable-2.410.0-r1 (21 Jul 2014) + + 21 Jul 2014; Andreas K. Huettel <dilfridge@gentoo.org> + -perl-Storable-2.410.0.ebuild, +perl-Storable-2.410.0-r1.ebuild, + perl-Storable-2.490.0.ebuild: + Improve dependencies *perl-Storable-2.490.0 (13 Jul 2014) *perl-Storable-2.410.0 (13 Jul 2014) diff --git a/virtual/perl-Storable/perl-Storable-2.410.0.ebuild b/virtual/perl-Storable/perl-Storable-2.410.0-r1.ebuild index b498897e89c6..32118714994a 100644 --- a/virtual/perl-Storable/perl-Storable-2.410.0.ebuild +++ b/virtual/perl-Storable/perl-Storable-2.410.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Storable/perl-Storable-2.410.0.ebuild,v 1.1 2014/07/13 10:36:36 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Storable/perl-Storable-2.410.0-r1.ebuild,v 1.1 2014/07/21 19:32:12 dilfridge Exp $ EAPI=5 @@ -17,4 +17,5 @@ DEPEND="" 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-Storable/perl-Storable-2.490.0.ebuild b/virtual/perl-Storable/perl-Storable-2.490.0.ebuild index 90ef7e581c02..64d68bc53fed 100644 --- a/virtual/perl-Storable/perl-Storable-2.490.0.ebuild +++ b/virtual/perl-Storable/perl-Storable-2.490.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Storable/perl-Storable-2.490.0.ebuild,v 1.1 2014/07/13 10:36:36 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Storable/perl-Storable-2.490.0.ebuild,v 1.2 2014/07/21 19:32:12 dilfridge Exp $ EAPI=5 @@ -17,4 +17,5 @@ DEPEND="" RDEPEND=" || ( =dev-lang/perl-5.20* ~perl-core/${PN#perl-}-${PV} ) !<perl-core/${PN#perl-}-${PV} + !>perl-core/${PN#perl-}-${PV}-r999 " |