summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-10-31 04:14:48 +0000
committerTorsten Veller <tove@gentoo.org>2011-10-31 04:14:48 +0000
commitdd1c3164fc89d3ff1ecffeb49565dc91399a848f (patch)
tree191f20b57a2cb208920fe7b0375620202c649fc3 /perl-core/IO-Compress
parent[bump] virtual/perl-Compress-Raw-Zlib-2.40.0 (diff)
downloadgentoo-2-dd1c3164fc89d3ff1ecffeb49565dc91399a848f.tar.gz
gentoo-2-dd1c3164fc89d3ff1ecffeb49565dc91399a848f.tar.bz2
gentoo-2-dd1c3164fc89d3ff1ecffeb49565dc91399a848f.zip
[bump] perl-core/IO-Compress-2.40.0
(Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
Diffstat (limited to 'perl-core/IO-Compress')
-rw-r--r--perl-core/IO-Compress/ChangeLog7
-rw-r--r--perl-core/IO-Compress/IO-Compress-2.40.0.ebuild27
2 files changed, 33 insertions, 1 deletions
diff --git a/perl-core/IO-Compress/ChangeLog b/perl-core/IO-Compress/ChangeLog
index a634a8234679..a5a29170ef33 100644
--- a/perl-core/IO-Compress/ChangeLog
+++ b/perl-core/IO-Compress/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for perl-core/IO-Compress
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/IO-Compress/ChangeLog,v 1.42 2011/07/30 12:18:17 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/IO-Compress/ChangeLog,v 1.43 2011/10/31 04:14:48 tove Exp $
+
+*IO-Compress-2.40.0 (31 Oct 2011)
+
+ 31 Oct 2011; Torsten Veller <tove@gentoo.org> +IO-Compress-2.40.0.ebuild:
+ Version bump
30 Jul 2011; Torsten Veller <tove@gentoo.org> IO-Compress-2.024.ebuild,
IO-Compress-2.33.ebuild, IO-Compress-2.35.0.ebuild,
diff --git a/perl-core/IO-Compress/IO-Compress-2.40.0.ebuild b/perl-core/IO-Compress/IO-Compress-2.40.0.ebuild
new file mode 100644
index 000000000000..849bd0c68138
--- /dev/null
+++ b/perl-core/IO-Compress/IO-Compress-2.40.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/IO-Compress/IO-Compress-2.40.0.ebuild,v 1.1 2011/10/31 04:14:48 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=PMQS
+MODULE_VERSION=2.040
+inherit perl-module
+
+DESCRIPTION="allow reading and writing of compressed data"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND="virtual/perl-Scalar-List-Utils
+ >=virtual/perl-Compress-Raw-Zlib-${PV}
+ >=virtual/perl-Compress-Raw-Bzip2-${PV}
+ !perl-core/Compress-Zlib
+ !perl-core/IO-Compress-Zlib
+ !perl-core/IO-Compress-Bzip2
+ !perl-core/IO-Compress-Base"
+DEPEND="${RDEPEND}"
+# test? ( dev-perl/Test-Pod )"
+
+SRC_TEST=parallel