diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-12-18 03:25:04 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-12-18 03:25:04 +0000 |
commit | 7593511982651f465e4e45a0822d685265b2462a (patch) | |
tree | b7edce09b7fccef2fc0950dd59b464b099808a05 /virtual | |
parent | Version bump via perl-bump experimental tool. (diff) | |
download | gentoo-2-7593511982651f465e4e45a0822d685265b2462a.tar.gz gentoo-2-7593511982651f465e4e45a0822d685265b2462a.tar.bz2 gentoo-2-7593511982651f465e4e45a0822d685265b2462a.zip |
Version bump via perl-bump experimental tool.
(Portage version: 2.2_rc58/cvs/Linux x86_64)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/perl-Safe/ChangeLog | 7 | ||||
-rw-r--r-- | virtual/perl-Safe/perl-Safe-2.20.ebuild | 14 |
2 files changed, 20 insertions, 1 deletions
diff --git a/virtual/perl-Safe/ChangeLog b/virtual/perl-Safe/ChangeLog index 4c6e3f0ccc16..41b318c057de 100644 --- a/virtual/perl-Safe/ChangeLog +++ b/virtual/perl-Safe/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for virtual/perl-Safe # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Safe/ChangeLog,v 1.11 2009/12/14 19:19:46 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Safe/ChangeLog,v 1.12 2009/12/18 03:25:04 robbat2 Exp $ + +*perl-Safe-2.20 (18 Dec 2009) + + 18 Dec 2009; Robin H. Johnson <robbat2@gentoo.org> +perl-Safe-2.20.ebuild: + Version bump via perl-bump experimental tool. 14 Dec 2009; Raúl Porcel <armin76@gentoo.org> perl-Safe-2.19.ebuild: alpha/ia64/sparc stable wrt #288026 diff --git a/virtual/perl-Safe/perl-Safe-2.20.ebuild b/virtual/perl-Safe/perl-Safe-2.20.ebuild new file mode 100644 index 000000000000..e0163e1741bf --- /dev/null +++ b/virtual/perl-Safe/perl-Safe-2.20.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Safe/perl-Safe-2.20.ebuild,v 1.1 2009/12/18 03:25:04 robbat2 Exp $ + +DESCRIPTION="Virtual for Safe" +HOMEPAGE="http://www.gentoo.org/proj/en/perl/" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="~perl-core/Safe-${PV}" |