diff options
Diffstat (limited to 'virtual/perl-Safe')
-rw-r--r-- | virtual/perl-Safe/ChangeLog | 7 | ||||
-rw-r--r-- | virtual/perl-Safe/perl-Safe-2.330.0.ebuild | 14 |
2 files changed, 20 insertions, 1 deletions
diff --git a/virtual/perl-Safe/ChangeLog b/virtual/perl-Safe/ChangeLog index 0bedf7051a31..0d6520c405fe 100644 --- a/virtual/perl-Safe/ChangeLog +++ b/virtual/perl-Safe/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for virtual/perl-Safe # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Safe/ChangeLog,v 1.33 2012/04/01 13:16:24 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Safe/ChangeLog,v 1.34 2012/04/04 14:45:05 tove Exp $ + +*perl-Safe-2.330.0 (04 Apr 2012) + + 04 Apr 2012; Torsten Veller <tove@gentoo.org> +perl-Safe-2.330.0.ebuild: + Version bump *perl-Safe-2.320.0 (01 Apr 2012) diff --git a/virtual/perl-Safe/perl-Safe-2.330.0.ebuild b/virtual/perl-Safe/perl-Safe-2.330.0.ebuild new file mode 100644 index 000000000000..13657d1bc258 --- /dev/null +++ b/virtual/perl-Safe/perl-Safe-2.330.0.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Safe/perl-Safe-2.330.0.ebuild,v 1.1 2012/04/04 14:45:05 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}" |