diff options
author | Torsten Veller <tove@gentoo.org> | 2009-04-18 17:10:10 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-04-18 17:10:10 +0000 |
commit | 7c3b489f6989f45d97ce2a760612e2138314d9e3 (patch) | |
tree | 1506dbf2ce8286715afbe243ef64fd1d4bbae38b /perl-core | |
parent | arm/ia64/s390/sh/sparc stable wrt #264604 (diff) | |
download | gentoo-2-7c3b489f6989f45d97ce2a760612e2138314d9e3.tar.gz gentoo-2-7c3b489f6989f45d97ce2a760612e2138314d9e3.tar.bz2 gentoo-2-7c3b489f6989f45d97ce2a760612e2138314d9e3.zip |
Version bump
(Portage version: 2.2_rc30/cvs/Linux i686)
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/Compress-Raw-Zlib/ChangeLog | 10 | ||||
-rw-r--r-- | perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.017.ebuild | 34 |
2 files changed, 42 insertions, 2 deletions
diff --git a/perl-core/Compress-Raw-Zlib/ChangeLog b/perl-core/Compress-Raw-Zlib/ChangeLog index 147cb4e80146..3f3806545e3c 100644 --- a/perl-core/Compress-Raw-Zlib/ChangeLog +++ b/perl-core/Compress-Raw-Zlib/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for perl-core/Compress-Raw-Zlib -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog,v 1.1 2008/11/02 07:17:55 tove Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog,v 1.2 2009/04/18 17:10:10 tove Exp $ + +*Compress-Raw-Zlib-2.017 (18 Apr 2009) + + 18 Apr 2009; Torsten Veller <tove@gentoo.org> + +Compress-Raw-Zlib-2.017.ebuild: + Version bump 01 Nov 2008; Torsten Veller <tove@gentoo.org> +metadata.xml, +Compress-Raw-Zlib-2.005.ebuild, +Compress-Raw-Zlib-2.015.ebuild: diff --git a/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.017.ebuild b/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.017.ebuild new file mode 100644 index 000000000000..ec6675c921d4 --- /dev/null +++ b/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.017.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.017.ebuild,v 1.1 2009/04/18 17:10:10 tove Exp $ + +MODULE_AUTHOR=PMQS + +inherit multilib perl-module + +DESCRIPTION="Low-Level Interface to zlib compression library" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +IUSE="test" + +RDEPEND="dev-lang/perl + >=sys-libs/zlib-1.2.2.1" +DEPEND="${RDEPEND} + test? ( dev-perl/Test-Pod )" + +SRC_TEST="do" + +src_unpack() { + perl-module_src_unpack + + cat <<-EOF > "${S}/config.in" + BUILD_ZLIB = False + INCLUDE = /usr/include + LIB = /usr/${get_libdir} + + OLD_ZLIB = False + GZIP_OS_CODE = AUTO_DETECT + EOF +} |