Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Compress-Raw-Zlib: ChangeLog Compress-Raw-Zlib-2.015.ebuild
Date: Fri, 05 Sep 2008 08:22:14
Message-Id: E1KbWa4-000302-6y@stork.gentoo.org
1 tove 08/09/05 08:22:12
2
3 Modified: ChangeLog
4 Added: Compress-Raw-Zlib-2.015.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc8/cvs/Linux 2.6.26-tuxonice i686)
8
9 Revision Changes Path
10 1.45 dev-perl/Compress-Raw-Zlib/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Compress-Raw-Zlib/ChangeLog?rev=1.45&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Compress-Raw-Zlib/ChangeLog?rev=1.45&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Compress-Raw-Zlib/ChangeLog?r1=1.44&r2=1.45
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Compress-Raw-Zlib/ChangeLog,v
19 retrieving revision 1.44
20 retrieving revision 1.45
21 diff -u -r1.44 -r1.45
22 --- ChangeLog 19 Jul 2008 08:27:33 -0000 1.44
23 +++ ChangeLog 5 Sep 2008 08:22:11 -0000 1.45
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-perl/Compress-Raw-Zlib
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Compress-Raw-Zlib/ChangeLog,v 1.44 2008/07/19 08:27:33 tove Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Compress-Raw-Zlib/ChangeLog,v 1.45 2008/09/05 08:22:11 tove Exp $
29 +
30 +*Compress-Raw-Zlib-2.015 (05 Sep 2008)
31 +
32 + 05 Sep 2008; Torsten Veller <tove@g.o>
33 + +Compress-Raw-Zlib-2.015.ebuild:
34 + Version bump
35
36 *Compress-Raw-Zlib-2.012 (19 Jul 2008)
37
38
39
40
41 1.1 dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.015.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.015.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.015.ebuild?rev=1.1&content-type=text/plain
45
46 Index: Compress-Raw-Zlib-2.015.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.015.ebuild,v 1.1 2008/09/05 08:22:11 tove Exp $
51
52 MODULE_AUTHOR=PMQS
53
54 inherit multilib perl-module
55
56 DESCRIPTION="Low-Level Interface to zlib compression library"
57
58 LICENSE="|| ( Artistic GPL-2 )"
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
61 IUSE="test"
62
63 RDEPEND="dev-lang/perl
64 >=sys-libs/zlib-1.2.2.1"
65 DEPEND="${RDEPEND}
66 test? ( dev-perl/Test-Pod )"
67
68 SRC_TEST="do"
69
70 src_unpack() {
71 perl-module_src_unpack
72
73 cat <<-EOF > "${S}/config.in"
74 BUILD_ZLIB = False
75 INCLUDE = /usr/include
76 LIB = /usr/${get_libdir}
77
78 OLD_ZLIB = False
79 GZIP_OS_CODE = AUTO_DETECT
80 EOF
81 }