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.009.ebuild
Date: Tue, 29 Apr 2008 09:38:45
Message-Id: E1JqmIE-0007YL-Qv@stork.gentoo.org
1 tove 08/04/29 09:38:34
2
3 Modified: ChangeLog
4 Added: Compress-Raw-Zlib-2.009.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.5_rc6)
8
9 Revision Changes Path
10 1.39 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.39&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Compress-Raw-Zlib/ChangeLog?rev=1.39&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Compress-Raw-Zlib/ChangeLog?r1=1.38&r2=1.39
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Compress-Raw-Zlib/ChangeLog,v
19 retrieving revision 1.38
20 retrieving revision 1.39
21 diff -u -r1.38 -r1.39
22 --- ChangeLog 19 Mar 2008 01:33:05 -0000 1.38
23 +++ ChangeLog 29 Apr 2008 09:38:34 -0000 1.39
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.38 2008/03/19 01:33:05 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Compress-Raw-Zlib/ChangeLog,v 1.39 2008/04/29 09:38:34 tove Exp $
29 +
30 +*Compress-Raw-Zlib-2.009 (29 Apr 2008)
31 +
32 + 29 Apr 2008; Torsten Veller <tove@g.o>
33 + +Compress-Raw-Zlib-2.009.ebuild:
34 + Version bump
35
36 19 Mar 2008; Jeroen Roovers <jer@g.o>
37 Compress-Raw-Zlib-2.005.ebuild:
38
39
40
41 1.1 dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.009.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.009.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.009.ebuild?rev=1.1&content-type=text/plain
45
46 Index: Compress-Raw-Zlib-2.009.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.009.ebuild,v 1.1 2008/04/29 09:38:34 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