summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2008-05-21 14:27:35 +0000
committerTorsten Veller <tove@gentoo.org>2008-05-21 14:27:35 +0000
commitfc70c2c5ef22a8811996e41a7ae961594f91868f (patch)
tree3d9ae12da58beca5b5afce0c1e3cc5f525adbeaf /virtual
parentRemove libstdc++-v3 dependency on 3.0 as reported by calculus on irc (diff)
downloadgentoo-2-fc70c2c5ef22a8811996e41a7ae961594f91868f.tar.gz
gentoo-2-fc70c2c5ef22a8811996e41a7ae961594f91868f.tar.bz2
gentoo-2-fc70c2c5ef22a8811996e41a7ae961594f91868f.zip
Version bump
(Portage version: 2.1.5.2)
Diffstat (limited to 'virtual')
-rw-r--r--virtual/perl-Storable/ChangeLog7
-rw-r--r--virtual/perl-Storable/perl-Storable-2.18.ebuild15
2 files changed, 21 insertions, 1 deletions
diff --git a/virtual/perl-Storable/ChangeLog b/virtual/perl-Storable/ChangeLog
index 6bb8850d4aa2..ba00c50bb4c6 100644
--- a/virtual/perl-Storable/ChangeLog
+++ b/virtual/perl-Storable/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for virtual/perl-Storable
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Storable/ChangeLog,v 1.15 2008/03/31 17:10:28 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Storable/ChangeLog,v 1.16 2008/05/21 14:27:35 tove Exp $
+
+*perl-Storable-2.18 (21 May 2008)
+
+ 21 May 2008; Torsten Veller <tove@gentoo.org> +perl-Storable-2.18.ebuild:
+ Version bump
31 Mar 2008; Jeroen Roovers <jer@gentoo.org> perl-Storable-2.16.ebuild:
Stable for HPPA too.
diff --git a/virtual/perl-Storable/perl-Storable-2.18.ebuild b/virtual/perl-Storable/perl-Storable-2.18.ebuild
new file mode 100644
index 000000000000..7cd49791af0b
--- /dev/null
+++ b/virtual/perl-Storable/perl-Storable-2.18.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Storable/perl-Storable-2.18.ebuild,v 1.1 2008/05/21 14:27:35 tove Exp $
+
+DESCRIPTION="Virtual for Storable"
+HOMEPAGE="http://www.gentoo.org/proj/en/perl/"
+SRC_URI=""
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+
+IUSE=""
+DEPEND=""
+RDEPEND="~perl-core/Storable-${PV}"