diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-10-28 05:28:05 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-10-28 05:28:05 +0000 |
commit | 02781cabdf29d99996f7b576766c2bc4c51b91e7 (patch) | |
tree | c9d2cb4632627523d00d036a503dd35014419356 /virtual | |
parent | Bump (diff) | |
download | gentoo-2-02781cabdf29d99996f7b576766c2bc4c51b91e7.tar.gz gentoo-2-02781cabdf29d99996f7b576766c2bc4c51b91e7.tar.bz2 gentoo-2-02781cabdf29d99996f7b576766c2bc4c51b91e7.zip |
Bump
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/perl-parent/ChangeLog | 7 | ||||
-rw-r--r-- | virtual/perl-parent/perl-parent-0.228.ebuild | 14 |
2 files changed, 20 insertions, 1 deletions
diff --git a/virtual/perl-parent/ChangeLog b/virtual/perl-parent/ChangeLog index c8c21bac8e9a..401ba4c48da7 100644 --- a/virtual/perl-parent/ChangeLog +++ b/virtual/perl-parent/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for virtual/perl-parent # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-parent/ChangeLog,v 1.29 2013/09/05 06:58:24 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-parent/ChangeLog,v 1.30 2013/10/28 05:28:05 patrick Exp $ + +*perl-parent-0.228 (28 Oct 2013) + + 28 Oct 2013; Patrick Lauer <patrick@gentoo.org> +perl-parent-0.228.ebuild: + Bump 05 Sep 2013; Patrick Lauer <patrick@gentoo.org> -perl-parent-0.225.0-r4.ebuild, -perl-parent-0.226.ebuild, diff --git a/virtual/perl-parent/perl-parent-0.228.ebuild b/virtual/perl-parent/perl-parent-0.228.ebuild new file mode 100644 index 000000000000..4b35e3517ca1 --- /dev/null +++ b/virtual/perl-parent/perl-parent-0.228.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-parent/perl-parent-0.228.ebuild,v 1.1 2013/10/28 05:28:05 patrick Exp $ + +DESCRIPTION="Virtual for ${PN#perl-}" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sh ~sparc ~x86 ~x86-freebsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +IUSE="" + +RDEPEND="|| ( =dev-lang/perl-5.18* =dev-lang/perl-5.16* =dev-lang/perl-5.14* ~perl-core/${PN#perl-}-${PV} )" |