summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2008-12-08 07:32:06 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2008-12-08 07:32:06 +0000
commit95636fa3402dce6f6b18e46e66701a6be6354638 (patch)
tree76d32320f54250c35abd75483c91497a9aeb172c /virtual/perl-Safe
parentVersion bump. (diff)
downloadhistorical-95636fa3402dce6f6b18e46e66701a6be6354638.tar.gz
historical-95636fa3402dce6f6b18e46e66701a6be6354638.tar.bz2
historical-95636fa3402dce6f6b18e46e66701a6be6354638.zip
Version bump.
Package-Manager: portage-2.2_rc16/cvs/Linux 2.6.28-rc5-00117-g7f0f598 x86_64
Diffstat (limited to 'virtual/perl-Safe')
-rw-r--r--virtual/perl-Safe/ChangeLog9
-rw-r--r--virtual/perl-Safe/Manifest3
-rw-r--r--virtual/perl-Safe/perl-Safe-2.16.ebuild15
3 files changed, 24 insertions, 3 deletions
diff --git a/virtual/perl-Safe/ChangeLog b/virtual/perl-Safe/ChangeLog
index eeb7b3f25e72..a245308fb00b 100644
--- a/virtual/perl-Safe/ChangeLog
+++ b/virtual/perl-Safe/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for virtual/perl-Safe
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Safe/ChangeLog,v 1.4 2006/10/25 02:39:35 mcummings Exp $
+# 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 $
+
+*perl-Safe-2.16 (08 Dec 2008)
+
+ 08 Dec 2008; Robin H. Johnson <robbat2@gentoo.org> +perl-Safe-2.16.ebuild:
+ Version bump.
25 Oct 2006; Michael Cummings <mcummings@gentoo.org>
perl-Safe-2.11.ebuild:
diff --git a/virtual/perl-Safe/Manifest b/virtual/perl-Safe/Manifest
index b82130cd8ba5..2b0a2f5abb59 100644
--- a/virtual/perl-Safe/Manifest
+++ b/virtual/perl-Safe/Manifest
@@ -1,3 +1,4 @@
EBUILD perl-Safe-2.11.ebuild 443 RMD160 6e5458c2974ba3d0fad2053b3e3388a08315d229 SHA1 fd844dd904f1d52ca4d35efd4697dc6725bdb4b9 SHA256 051f760b2bfe0886dfe3b9cb54b30b2d664a74437dd16c2346d4eb7c2dfb546f
-MISC ChangeLog 568 RMD160 ffb62237989dba9061b942b0672f9fd38b5f5b87 SHA1 6831ea07a5c8893c65b973ab60525f1c8a03f411 SHA256 91d6c8711d18392d21ad2bd97663f2f8c29fd5826d58f240ea497c518b2f624a
+EBUILD perl-Safe-2.16.ebuild 449 RMD160 e4590e3e627636fe49cd97347eadc73b554633e1 SHA1 3d3f9239e4d67bba808663e76d7c79ea3e5159c6 SHA256 741071884e7d9a100337a84b6b42ba7260396b34d323fbd27b305f25029357a8
+MISC ChangeLog 691 RMD160 9b441dbf12b36fd378fa45c375a684a523df9d41 SHA1 812fffc94f55d4053b8430ce88a66bbb740d5e4f SHA256 6aed98f49a45c1fe24f0bfda24d87027ea7197a8c4aa0273776569f07eb7f5a2
MISC metadata.xml 305 RMD160 647980838c590f54441a053916ea629e53e551c0 SHA1 99ef1deeae9a934fb6e46cf5fc4a5fcb8379a74a SHA256 f05dbef15061919972882cab07057e102760a542beba17d131194091401cd7ca
diff --git a/virtual/perl-Safe/perl-Safe-2.16.ebuild b/virtual/perl-Safe/perl-Safe-2.16.ebuild
new file mode 100644
index 000000000000..b5a852bdd0e4
--- /dev/null
+++ b/virtual/perl-Safe/perl-Safe-2.16.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-Safe/perl-Safe-2.16.ebuild,v 1.1 2008/12/08 07:32:06 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=""
+DEPEND=""
+RDEPEND="~perl-core/Safe-${PV}"