diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-02-21 09:48:08 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-02-21 09:48:08 +0000 |
commit | 68f06d9b939c328e17eb37c7009f9e9b451871d0 (patch) | |
tree | 06010b70ba1173daabfac3fd1811623698dcd4b2 /virtual/perl-Storable | |
parent | Install application icons where they are expected (bug #540550 by Uros). (diff) | |
download | gentoo-2-68f06d9b939c328e17eb37c7009f9e9b451871d0.tar.gz gentoo-2-68f06d9b939c328e17eb37c7009f9e9b451871d0.tar.bz2 gentoo-2-68f06d9b939c328e17eb37c7009f9e9b451871d0.zip |
Revbump the virtuals where dependencies have been changed
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'virtual/perl-Storable')
-rw-r--r-- | virtual/perl-Storable/ChangeLog | 8 | ||||
-rw-r--r-- | virtual/perl-Storable/perl-Storable-2.490.100-r1.ebuild | 21 |
2 files changed, 28 insertions, 1 deletions
diff --git a/virtual/perl-Storable/ChangeLog b/virtual/perl-Storable/ChangeLog index 5243e4ac326a..4840e5fc235a 100644 --- a/virtual/perl-Storable/ChangeLog +++ b/virtual/perl-Storable/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for virtual/perl-Storable # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Storable/ChangeLog,v 1.80 2015/02/18 08:38:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Storable/ChangeLog,v 1.81 2015/02/21 09:48:08 mgorny Exp $ + +*perl-Storable-2.490.100-r1 (21 Feb 2015) + + 21 Feb 2015; Michał Górny <mgorny@gentoo.org> + +perl-Storable-2.490.100-r1.ebuild: + Revbump the virtuals where dependencies have been changed 18 Feb 2015; Agostino Sarubbo <ago@gentoo.org> perl-Storable-2.490.0.ebuild: Stable for alpha, wrt bug #536790 diff --git a/virtual/perl-Storable/perl-Storable-2.490.100-r1.ebuild b/virtual/perl-Storable/perl-Storable-2.490.100-r1.ebuild new file mode 100644 index 000000000000..6389c725a7f1 --- /dev/null +++ b/virtual/perl-Storable/perl-Storable-2.490.100-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2015 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.100-r1.ebuild,v 1.1 2015/02/21 09:48:08 mgorny Exp $ + +EAPI=5 + +DESCRIPTION="Virtual for ${PN#perl-}" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +DEPEND="" +RDEPEND=" + || ( =dev-lang/perl-5.20.2* ~perl-core/${PN#perl-}-${PV} ) + !<perl-core/${PN#perl-}-${PV} + !>perl-core/${PN#perl-}-${PV}-r999 +" |