diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-06-06 22:49:34 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-06-06 22:49:34 +0000 |
commit | 5572a8c2b3e927190b39d897f6eb3ef2616f57cc (patch) | |
tree | 500e95e9feecd62c39d534b39a561675d21ce8f4 /dev-perl | |
parent | Stable on all bar x86-fbsd (diff) | |
download | gentoo-2-5572a8c2b3e927190b39d897f6eb3ef2616f57cc.tar.gz gentoo-2-5572a8c2b3e927190b39d897f6eb3ef2616f57cc.tar.bz2 gentoo-2-5572a8c2b3e927190b39d897f6eb3ef2616f57cc.zip |
Bug 178923, using the ebuild patch with multilib additions
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Compress-Raw-Zlib/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.004-r1.ebuild | 36 | ||||
-rw-r--r-- | dev-perl/Compress-Raw-Zlib/files/digest-Compress-Raw-Zlib-2.004-r1 | 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 49be956d30d4..5171fa3822f8 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.23 2007/06/01 18:59:56 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Compress-Raw-Zlib/ChangeLog,v 1.24 2007/06/06 22:49:34 mcummings Exp $ + +*Compress-Raw-Zlib-2.004-r1 (06 Jun 2007) + + 06 Jun 2007; Michael Cummings <mcummings@gentoo.org> + +Compress-Raw-Zlib-2.004-r1.ebuild: + Bug 178923, using the ebuild patch with multilib additions 01 Jun 2007; Jeroen Roovers <jer@gentoo.org> Compress-Raw-Zlib-2.004.ebuild: diff --git a/dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.004-r1.ebuild b/dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.004-r1.ebuild new file mode 100644 index 000000000000..1ea72113c55b --- /dev/null +++ b/dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.004-r1.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.004-r1.ebuild,v 1.1 2007/06/06 22:49:34 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.004-r1 b/dev-perl/Compress-Raw-Zlib/files/digest-Compress-Raw-Zlib-2.004-r1 new file mode 100644 index 000000000000..2ea82738f144 --- /dev/null +++ b/dev-perl/Compress-Raw-Zlib/files/digest-Compress-Raw-Zlib-2.004-r1 @@ -0,0 +1,3 @@ +MD5 e5b78784b4e3ec857793cc3fa4e51346 Compress-Raw-Zlib-2.004.tar.gz 207214 +RMD160 f9e3a4f8dc9ae7fe6c82233817714df6724c13ef Compress-Raw-Zlib-2.004.tar.gz 207214 +SHA256 0f60879a7b3fa4c6439a67271095d2e1e6d084f3395baa323bd9d405d0bd90ac Compress-Raw-Zlib-2.004.tar.gz 207214 |