diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-11-29 19:52:15 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-11-29 19:52:15 +0000 |
commit | 1ef308dbdbced315a185d34d3bc82a86472de517 (patch) | |
tree | 18a1a374d01170b5c9009fbce8ec0e458ec77a69 /virtual | |
parent | arm stable, bug #525680 (diff) | |
download | gentoo-2-1ef308dbdbced315a185d34d3bc82a86472de517.tar.gz gentoo-2-1ef308dbdbced315a185d34d3bc82a86472de517.tar.bz2 gentoo-2-1ef308dbdbced315a185d34d3bc82a86472de517.zip |
Add Perl 5.20 version
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/perl-Data-Dumper/ChangeLog | 8 | ||||
-rw-r--r-- | virtual/perl-Data-Dumper/perl-Data-Dumper-2.151.0.ebuild | 20 |
2 files changed, 27 insertions, 1 deletions
diff --git a/virtual/perl-Data-Dumper/ChangeLog b/virtual/perl-Data-Dumper/ChangeLog index 70574ce3575a..7622c770d3c3 100644 --- a/virtual/perl-Data-Dumper/ChangeLog +++ b/virtual/perl-Data-Dumper/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for virtual/perl-Data-Dumper # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Data-Dumper/ChangeLog,v 1.37 2014/11/10 13:51:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Data-Dumper/ChangeLog,v 1.38 2014/11/29 19:52:15 dilfridge Exp $ + +*perl-Data-Dumper-2.151.0 (29 Nov 2014) + + 29 Nov 2014; Andreas K. Huettel <dilfridge@gentoo.org> + +perl-Data-Dumper-2.151.0.ebuild: + Add Perl 5.20 version 10 Nov 2014; Agostino Sarubbo <ago@gentoo.org> perl-Data-Dumper-2.154.0.ebuild: diff --git a/virtual/perl-Data-Dumper/perl-Data-Dumper-2.151.0.ebuild b/virtual/perl-Data-Dumper/perl-Data-Dumper-2.151.0.ebuild new file mode 100644 index 000000000000..69f7ef1eda19 --- /dev/null +++ b/virtual/perl-Data-Dumper/perl-Data-Dumper-2.151.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Data-Dumper/perl-Data-Dumper-2.151.0.ebuild,v 1.4 2014/11/29 19:52:15 dilfridge 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 ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-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* ~perl-core/${PN#perl-}-${PV} ) + !<perl-core/${PN#perl-}-${PV} + !>perl-core/${PN#perl-}-${PV}-r999 +" |