summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-04-18 17:12:55 +0000
committerTorsten Veller <tove@gentoo.org>2009-04-18 17:12:55 +0000
commitfc27e9ff4ed6724d03f591ac0186c10684ae3617 (patch)
tree90de0168db26845971b7f19748051e16e339732b /virtual
parentVersion bump. (diff)
downloadgentoo-2-fc27e9ff4ed6724d03f591ac0186c10684ae3617.tar.gz
gentoo-2-fc27e9ff4ed6724d03f591ac0186c10684ae3617.tar.bz2
gentoo-2-fc27e9ff4ed6724d03f591ac0186c10684ae3617.zip
Version bump
(Portage version: 2.2_rc30/cvs/Linux i686)
Diffstat (limited to 'virtual')
-rw-r--r--virtual/perl-Compress-Raw-Zlib/ChangeLog8
-rw-r--r--virtual/perl-Compress-Raw-Zlib/perl-Compress-Raw-Zlib-2.017.ebuild16
2 files changed, 23 insertions, 1 deletions
diff --git a/virtual/perl-Compress-Raw-Zlib/ChangeLog b/virtual/perl-Compress-Raw-Zlib/ChangeLog
index b9497e293eb7..4675cae79648 100644
--- a/virtual/perl-Compress-Raw-Zlib/ChangeLog
+++ b/virtual/perl-Compress-Raw-Zlib/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for virtual/perl-Compress-Raw-Zlib
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Compress-Raw-Zlib/ChangeLog,v 1.3 2009/03/13 22:23:51 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Compress-Raw-Zlib/ChangeLog,v 1.4 2009/04/18 17:12:55 tove Exp $
+
+*perl-Compress-Raw-Zlib-2.017 (18 Apr 2009)
+
+ 18 Apr 2009; Torsten Veller <tove@gentoo.org>
+ +perl-Compress-Raw-Zlib-2.017.ebuild:
+ Version bump
13 Mar 2009; Torsten Veller <tove@gentoo.org>
-perl-Compress-Raw-Zlib-2.008.ebuild:
diff --git a/virtual/perl-Compress-Raw-Zlib/perl-Compress-Raw-Zlib-2.017.ebuild b/virtual/perl-Compress-Raw-Zlib/perl-Compress-Raw-Zlib-2.017.ebuild
new file mode 100644
index 000000000000..4efb3832d62c
--- /dev/null
+++ b/virtual/perl-Compress-Raw-Zlib/perl-Compress-Raw-Zlib-2.017.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Compress-Raw-Zlib/perl-Compress-Raw-Zlib-2.017.ebuild,v 1.1 2009/04/18 17:12:55 tove Exp $
+
+DESCRIPTION="Low-Level Interface to zlib compression library"
+HOMEPAGE="http://www.gentoo.org/proj/en/perl/"
+SRC_URI=""
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
+
+IUSE=""
+DEPEND=""
+
+RDEPEND="~perl-core/Compress-Raw-Zlib-${PV}"