diff options
author | Torsten Veller <tove@gentoo.org> | 2009-06-29 14:54:30 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-06-29 14:54:30 +0000 |
commit | 5dd974be29f8d550dae8635bfabf6b0e2166e08c (patch) | |
tree | 2f3ad210604f465206a83e26acea9a3d21fb7873 /virtual/perl-Safe | |
parent | Version bump (diff) | |
download | gentoo-2-5dd974be29f8d550dae8635bfabf6b0e2166e08c.tar.gz gentoo-2-5dd974be29f8d550dae8635bfabf6b0e2166e08c.tar.bz2 gentoo-2-5dd974be29f8d550dae8635bfabf6b0e2166e08c.zip |
Version bump
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'virtual/perl-Safe')
-rw-r--r-- | virtual/perl-Safe/ChangeLog | 9 | ||||
-rw-r--r-- | virtual/perl-Safe/perl-Safe-2.17.ebuild | 14 |
2 files changed, 21 insertions, 2 deletions
diff --git a/virtual/perl-Safe/ChangeLog b/virtual/perl-Safe/ChangeLog index a245308fb00b..dd0498909ea5 100644 --- a/virtual/perl-Safe/ChangeLog +++ b/virtual/perl-Safe/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for virtual/perl-Safe -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Safe/ChangeLog,v 1.5 2008/12/08 07:32:06 robbat2 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Safe/ChangeLog,v 1.6 2009/06/29 14:54:30 tove Exp $ + +*perl-Safe-2.17 (29 Jun 2009) + + 29 Jun 2009; Torsten Veller <tove@gentoo.org> +perl-Safe-2.17.ebuild: + Version bump *perl-Safe-2.16 (08 Dec 2008) diff --git a/virtual/perl-Safe/perl-Safe-2.17.ebuild b/virtual/perl-Safe/perl-Safe-2.17.ebuild new file mode 100644 index 000000000000..8214a6a47564 --- /dev/null +++ b/virtual/perl-Safe/perl-Safe-2.17.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.17.ebuild,v 1.1 2009/06/29 14:54:30 tove 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}" |