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-ExtUtils-CBuilder | |
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-ExtUtils-CBuilder')
-rw-r--r-- | virtual/perl-ExtUtils-CBuilder/ChangeLog | 8 | ||||
-rw-r--r-- | virtual/perl-ExtUtils-CBuilder/perl-ExtUtils-CBuilder-0.280.217-r1.ebuild | 20 |
2 files changed, 27 insertions, 1 deletions
diff --git a/virtual/perl-ExtUtils-CBuilder/ChangeLog b/virtual/perl-ExtUtils-CBuilder/ChangeLog index 486d04148336..1074df0e62e9 100644 --- a/virtual/perl-ExtUtils-CBuilder/ChangeLog +++ b/virtual/perl-ExtUtils-CBuilder/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for virtual/perl-ExtUtils-CBuilder # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-CBuilder/ChangeLog,v 1.90 2015/02/18 08:37:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-CBuilder/ChangeLog,v 1.91 2015/02/21 09:48:08 mgorny Exp $ + +*perl-ExtUtils-CBuilder-0.280.217-r1 (21 Feb 2015) + + 21 Feb 2015; Michał Górny <mgorny@gentoo.org> + +perl-ExtUtils-CBuilder-0.280.217-r1.ebuild: + Revbump the virtuals where dependencies have been changed 18 Feb 2015; Agostino Sarubbo <ago@gentoo.org> perl-ExtUtils-CBuilder-0.280.217.ebuild: diff --git a/virtual/perl-ExtUtils-CBuilder/perl-ExtUtils-CBuilder-0.280.217-r1.ebuild b/virtual/perl-ExtUtils-CBuilder/perl-ExtUtils-CBuilder-0.280.217-r1.ebuild new file mode 100644 index 000000000000..de17fd7f8aec --- /dev/null +++ b/virtual/perl-ExtUtils-CBuilder/perl-ExtUtils-CBuilder-0.280.217-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-CBuilder/perl-ExtUtils-CBuilder-0.280.217-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 ~m68k ~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="" + +RDEPEND=" + || ( =dev-lang/perl-5.20.2* =dev-lang/perl-5.20.1* ~perl-core/${PN#perl-}-${PV} ) + !<perl-core/${PN#perl-}-${PV} + !>perl-core/${PN#perl-}-${PV}-r999 +" |