summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-06-29 14:54:30 +0000
committerTorsten Veller <tove@gentoo.org>2009-06-29 14:54:30 +0000
commit5dd974be29f8d550dae8635bfabf6b0e2166e08c (patch)
tree2f3ad210604f465206a83e26acea9a3d21fb7873 /virtual/perl-Safe
parentVersion bump (diff)
downloadgentoo-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/ChangeLog9
-rw-r--r--virtual/perl-Safe/perl-Safe-2.17.ebuild14
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}"