diff options
author | Torsten Veller <tove@gentoo.org> | 2011-12-11 19:12:08 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-12-11 19:12:08 +0000 |
commit | 5f6dcd2ce79ec641c8b90e38595db3173bc99ea9 (patch) | |
tree | ca36567217d53b0648ad0570b1e1d895d2c60c38 /virtual/perl-Safe | |
parent | [bump] perl-core/Safe-2.300.0 (diff) | |
download | gentoo-2-5f6dcd2ce79ec641c8b90e38595db3173bc99ea9.tar.gz gentoo-2-5f6dcd2ce79ec641c8b90e38595db3173bc99ea9.tar.bz2 gentoo-2-5f6dcd2ce79ec641c8b90e38595db3173bc99ea9.zip |
[bump] virtual/perl-Safe-2.300.0
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'virtual/perl-Safe')
-rw-r--r-- | virtual/perl-Safe/ChangeLog | 7 | ||||
-rw-r--r-- | virtual/perl-Safe/perl-Safe-2.300.0.ebuild | 14 |
2 files changed, 20 insertions, 1 deletions
diff --git a/virtual/perl-Safe/ChangeLog b/virtual/perl-Safe/ChangeLog index 9244846d7463..e72d76675210 100644 --- a/virtual/perl-Safe/ChangeLog +++ b/virtual/perl-Safe/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for virtual/perl-Safe # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Safe/ChangeLog,v 1.31 2011/06/28 19:55:12 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Safe/ChangeLog,v 1.32 2011/12/11 19:12:08 tove Exp $ + +*perl-Safe-2.300.0 (11 Dec 2011) + + 11 Dec 2011; Torsten Veller <tove@gentoo.org> +perl-Safe-2.300.0.ebuild: + Version bump 28 Jun 2011; Torsten Veller <tove@gentoo.org> perl-Safe-2.27.ebuild: Add perl-5.12.4 virtual diff --git a/virtual/perl-Safe/perl-Safe-2.300.0.ebuild b/virtual/perl-Safe/perl-Safe-2.300.0.ebuild new file mode 100644 index 000000000000..ff21c1121fb9 --- /dev/null +++ b/virtual/perl-Safe/perl-Safe-2.300.0.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Safe/perl-Safe-2.300.0.ebuild,v 1.1 2011/12/11 19:12:08 tove Exp $ + +DESCRIPTION="Virtual for ${PN#perl-}" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND="~perl-core/${PN#perl-}-${PV}" |