diff options
author | Torsten Veller <tove@gentoo.org> | 2013-03-13 08:01:30 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2013-03-13 08:01:30 +0000 |
commit | f378ac22c1281926c8fa6638791e4668647cd77f (patch) | |
tree | 855a77abbc9437f50720973291b826b889abfb4d /virtual | |
parent | [bump] perl-core/Safe-2.350.0 (diff) | |
download | gentoo-2-f378ac22c1281926c8fa6638791e4668647cd77f.tar.gz gentoo-2-f378ac22c1281926c8fa6638791e4668647cd77f.tar.bz2 gentoo-2-f378ac22c1281926c8fa6638791e4668647cd77f.zip |
[bump] virtual/perl-Safe-2.350.0
(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-Safe/ChangeLog | 7 | ||||
-rw-r--r-- | virtual/perl-Safe/perl-Safe-2.350.0.ebuild | 14 |
2 files changed, 20 insertions, 1 deletions
diff --git a/virtual/perl-Safe/ChangeLog b/virtual/perl-Safe/ChangeLog index 6cdac3bd809c..811e04b568f8 100644 --- a/virtual/perl-Safe/ChangeLog +++ b/virtual/perl-Safe/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for virtual/perl-Safe # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Safe/ChangeLog,v 1.41 2013/02/23 08:58:09 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Safe/ChangeLog,v 1.42 2013/03/13 08:01:30 tove Exp $ + +*perl-Safe-2.350.0 (13 Mar 2013) + + 13 Mar 2013; Torsten Veller <tove@gentoo.org> +perl-Safe-2.350.0.ebuild: + Version bump 23 Feb 2013; Agostino Sarubbo <ago@gentoo.org> perl-Safe-2.330.0.ebuild: Stable for sparc, wrt bug #458122 diff --git a/virtual/perl-Safe/perl-Safe-2.350.0.ebuild b/virtual/perl-Safe/perl-Safe-2.350.0.ebuild new file mode 100644 index 000000000000..eb28c572bff2 --- /dev/null +++ b/virtual/perl-Safe/perl-Safe-2.350.0.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-Safe/perl-Safe-2.350.0.ebuild,v 1.1 2013/03/13 08:01:30 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}" |