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.010.ebuild
Date: Fri, 09 May 2008 13:40:39
Message-Id: E1JuSpv-0001tr-JU@stork.gentoo.org
1 tove 08/05/09 13:40:35
2
3 Modified: ChangeLog
4 Added: Compress-Raw-Zlib-2.010.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.5_rc7)
8
9 Revision Changes Path
10 1.40 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.40&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Compress-Raw-Zlib/ChangeLog?rev=1.40&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Compress-Raw-Zlib/ChangeLog?r1=1.39&r2=1.40
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Compress-Raw-Zlib/ChangeLog,v
19 retrieving revision 1.39
20 retrieving revision 1.40
21 diff -u -r1.39 -r1.40
22 --- ChangeLog 29 Apr 2008 09:38:34 -0000 1.39
23 +++ ChangeLog 9 May 2008 13:40:35 -0000 1.40
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.39 2008/04/29 09:38:34 tove Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Compress-Raw-Zlib/ChangeLog,v 1.40 2008/05/09 13:40:35 tove Exp $
29 +
30 +*Compress-Raw-Zlib-2.010 (09 May 2008)
31 +
32 + 09 May 2008; Torsten Veller <tove@g.o>
33 + +Compress-Raw-Zlib-2.010.ebuild:
34 + Version bump
35
36 *Compress-Raw-Zlib-2.009 (29 Apr 2008)
37
38
39
40
41 1.1 dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.010.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.010.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.010.ebuild?rev=1.1&content-type=text/plain
45
46 Index: Compress-Raw-Zlib-2.010.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.010.ebuild,v 1.1 2008/05/09 13:40:35 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=""
62
63 DEPEND="dev-lang/perl
64 sys-libs/zlib"
65
66 SRC_TEST="do"
67
68 src_unpack() {
69 perl-module_src_unpack
70
71 cat <<-EOF > "${S}/config.in"
72 BUILD_ZLIB = False
73 INCLUDE = /usr/include
74 LIB = /usr/${get_libdir}
75
76 OLD_ZLIB = False
77 GZIP_OS_CODE = AUTO_DETECT
78 EOF
79 }
80
81
82
83 --
84 gentoo-commits@l.g.o mailing list