diff options
Diffstat (limited to 'dev-perl/Compress-Raw-Zlib')
-rw-r--r-- | dev-perl/Compress-Raw-Zlib/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.005.ebuild | 36 | ||||
-rw-r--r-- | dev-perl/Compress-Raw-Zlib/files/digest-Compress-Raw-Zlib-2.005 | 3 |
3 files changed, 46 insertions, 1 deletions
diff --git a/dev-perl/Compress-Raw-Zlib/ChangeLog b/dev-perl/Compress-Raw-Zlib/ChangeLog index a08b8b27a7e1..5afecb0c029f 100644 --- a/dev-perl/Compress-Raw-Zlib/ChangeLog +++ b/dev-perl/Compress-Raw-Zlib/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Compress-Raw-Zlib # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Compress-Raw-Zlib/ChangeLog,v 1.26 2007/07/05 15:05:09 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Compress-Raw-Zlib/ChangeLog,v 1.27 2007/07/07 14:22:31 mcummings Exp $ + +*Compress-Raw-Zlib-2.005 (07 Jul 2007) + + 07 Jul 2007; Michael Cummings <mcummings@gentoo.org> + +Compress-Raw-Zlib-2.005.ebuild: + Version bump 05 Jul 2007; Tom Gall <tgall@gentoo.org> Compress-Raw-Zlib-2.004-r1.ebuild: diff --git a/dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.005.ebuild b/dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.005.ebuild new file mode 100644 index 000000000000..54558c659c51 --- /dev/null +++ b/dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.005.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.005.ebuild,v 1.1 2007/07/07 14:22:31 mcummings Exp $ + +inherit perl-module multilib + +DESCRIPTION="Low-Level Interface to zlib compression library" +HOMEPAGE="http://search.cpan.org/~pmqs" +SRC_URI="mirror://cpan/authors/id/P/PM/PMQS/${P}.tar.gz" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="dev-lang/perl + sys-libs/zlib" + +DEPEND=${RDEPEND} + +SRC_TEST="do" + + +src_unpack() { + perl-module_src_unpack + + cat - > "${S}/config.in" <<EOF +BUILD_ZLIB = False +INCLUDE = /usr/include +LIB = /usr/${get_libdir} + +OLD_ZLIB = False +GZIP_OS_CODE = AUTO_DETECT +EOF +} + diff --git a/dev-perl/Compress-Raw-Zlib/files/digest-Compress-Raw-Zlib-2.005 b/dev-perl/Compress-Raw-Zlib/files/digest-Compress-Raw-Zlib-2.005 new file mode 100644 index 000000000000..f35a96fc26da --- /dev/null +++ b/dev-perl/Compress-Raw-Zlib/files/digest-Compress-Raw-Zlib-2.005 @@ -0,0 +1,3 @@ +MD5 3e56b9e584a5a54d550d411261ea8ba9 Compress-Raw-Zlib-2.005.tar.gz 207334 +RMD160 a4afb30ebf298c323693f3ec9de0b3f6bcd71b98 Compress-Raw-Zlib-2.005.tar.gz 207334 +SHA256 118d7041d5527b3414051251828801524308eacb2f5af71c371ba764cddc7557 Compress-Raw-Zlib-2.005.tar.gz 207334 |