diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-07-05 12:23:29 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-07-05 12:23:29 +0000 |
commit | 423e1a89ef50c8e4995df31eb3b3dca23c4e0873 (patch) | |
tree | ca0c7af3a5b849b49df868f0055acce4c4e5feab /virtual/perl-Carp | |
parent | Add 5.20 version of Carp to perl-5.20 mask (diff) | |
download | gentoo-2-423e1a89ef50c8e4995df31eb3b3dca23c4e0873.tar.gz gentoo-2-423e1a89ef50c8e4995df31eb3b3dca23c4e0873.tar.bz2 gentoo-2-423e1a89ef50c8e4995df31eb3b3dca23c4e0873.zip |
Add perl-5.20 version
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'virtual/perl-Carp')
-rw-r--r-- | virtual/perl-Carp/ChangeLog | 10 | ||||
-rw-r--r-- | virtual/perl-Carp/perl-Carp-1.330.100.ebuild | 20 |
2 files changed, 28 insertions, 2 deletions
diff --git a/virtual/perl-Carp/ChangeLog b/virtual/perl-Carp/ChangeLog index 6a33e20da92f..e357e5152848 100644 --- a/virtual/perl-Carp/ChangeLog +++ b/virtual/perl-Carp/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for virtual/perl-Carp -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Carp/ChangeLog,v 1.2 2013/09/05 07:08:02 patrick Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Carp/ChangeLog,v 1.3 2014/07/05 12:23:29 dilfridge Exp $ + +*perl-Carp-1.330.100 (05 Jul 2014) + + 05 Jul 2014; Andreas K. Huettel <dilfridge@gentoo.org> + +perl-Carp-1.330.100.ebuild: + Add perl-5.20 version 05 Sep 2013; Patrick Lauer <patrick@gentoo.org> perl-Carp-1.290.0.ebuild: Restore keywords diff --git a/virtual/perl-Carp/perl-Carp-1.330.100.ebuild b/virtual/perl-Carp/perl-Carp-1.330.100.ebuild new file mode 100644 index 000000000000..7b032bf6018d --- /dev/null +++ b/virtual/perl-Carp/perl-Carp-1.330.100.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-Carp/perl-Carp-1.330.100.ebuild,v 1.1 2014/07/05 12:23:29 dilfridge Exp $ + +EAPI=5 + +DESCRIPTION="Virtual for Carp" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~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="" + +DEPEND="" +RDEPEND=" + =dev-lang/perl-5.20* + !perl-core/Carp +" |