diff options
author | 2013-03-13 07:39:22 +0000 | |
---|---|---|
committer | 2013-03-13 07:39:22 +0000 | |
commit | e7be1353b21aa36c629f2d2bb68e13f053f7f34d (patch) | |
tree | eb005c36e84aa8356dc627b5b4af07a6e07f7e42 /virtual | |
parent | [bump] perl-core/version-0.990.200 (diff) | |
download | gentoo-2-e7be1353b21aa36c629f2d2bb68e13f053f7f34d.tar.gz gentoo-2-e7be1353b21aa36c629f2d2bb68e13f053f7f34d.tar.bz2 gentoo-2-e7be1353b21aa36c629f2d2bb68e13f053f7f34d.zip |
[bump] virtual/perl-version-0.990.200
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/perl-version/ChangeLog | 7 | ||||
-rw-r--r-- | virtual/perl-version/perl-version-0.990.200.ebuild | 14 |
2 files changed, 20 insertions, 1 deletions
diff --git a/virtual/perl-version/ChangeLog b/virtual/perl-version/ChangeLog index 181c984343f7..be238385db88 100644 --- a/virtual/perl-version/ChangeLog +++ b/virtual/perl-version/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for virtual/perl-version # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-version/ChangeLog,v 1.72 2013/03/02 16:39:28 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-version/ChangeLog,v 1.73 2013/03/13 07:39:22 tove Exp $ + +*perl-version-0.990.200 (13 Mar 2013) + + 13 Mar 2013; Torsten Veller <tove@gentoo.org> +perl-version-0.990.200.ebuild: + Version bump 02 Mar 2013; Agostino Sarubbo <ago@gentoo.org> perl-version-0.990.100.ebuild: Stable for sh, wrt bug #458122 diff --git a/virtual/perl-version/perl-version-0.990.200.ebuild b/virtual/perl-version/perl-version-0.990.200.ebuild new file mode 100644 index 000000000000..6f2a6605e9a3 --- /dev/null +++ b/virtual/perl-version/perl-version-0.990.200.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-version/perl-version-0.990.200.ebuild,v 1.1 2013/03/13 07:39:22 tove Exp $ + +DESCRIPTION="Virtual for ${PN#perl-}" +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 ~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="~perl-core/${PN#perl-}-${PV}" |