commit: eeca11a22bec0ec4f995e6fce8067a30ce9b20c9 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com> AuthorDate: Wed Aug 20 11:48:15 2014 +0000 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com> CommitDate: Wed Aug 20 11:52:21 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=eeca11a2
[virtualfix] virtual/perl-constant Implement 1.230.0 in terms of perl-virtual-2 Package-Manager: portage-2.2.10 Manifest-Sign-Key: E854324B1366A820 --- virtual/perl-constant/ChangeLog | 6 ++++++ virtual/perl-constant/perl-constant-1.230.0-r1.ebuild | 8 ++++++++ 2 files changed, 14 insertions(+) diff --git a/virtual/perl-constant/ChangeLog b/virtual/perl-constant/ChangeLog index d8e9edc..651518a 100644 --- a/virtual/perl-constant/ChangeLog +++ b/virtual/perl-constant/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*perl-constant-1.230.0-r1 (20 Aug 2014) + + 20 Aug 2014; Kent Fredric <[email protected]> + +perl-constant-1.230.0-r1.ebuild: + Implement 1.230.0 in terms of perl-virtual-2 + *perl-constant-1.250.0-r1 (20 Aug 2014) 20 Aug 2014; Kent Fredric <[email protected]> diff --git a/virtual/perl-constant/perl-constant-1.230.0-r1.ebuild b/virtual/perl-constant/perl-constant-1.230.0-r1.ebuild new file mode 100644 index 0000000..a09552b --- /dev/null +++ b/virtual/perl-constant/perl-constant-1.230.0-r1.ebuild @@ -0,0 +1,8 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=5 +PERL_VERSIONS="5.16" +inherit perl-virtual-2; +SLOT="0" +KEYWORDS="~amd64 ~x86"
