Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in perl-core/Compress-Raw-Zlib: Compress-Raw-Zlib-2.020.ebuild ChangeLog Compress-Raw-Zlib-2.021.ebuild
Date: Sat, 12 Sep 2009 05:50:53
Message-Id: E1MmLVa-0003dR-Of@stork.gentoo.org
1 tove 09/09/12 05:50:50
2
3 Modified: Compress-Raw-Zlib-2.020.ebuild ChangeLog
4 Compress-Raw-Zlib-2.021.ebuild
5 Log:
6 get_libdir is a function in LIB.
7 (Portage version: 2.2_rc40/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.8 perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.020.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.020.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.020.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.020.ebuild?r1=1.7&r2=1.8
15
16 Index: Compress-Raw-Zlib-2.020.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.020.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- Compress-Raw-Zlib-2.020.ebuild 2 Jul 2009 12:28:20 -0000 1.7
23 +++ Compress-Raw-Zlib-2.020.ebuild 12 Sep 2009 05:50:50 -0000 1.8
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.020.ebuild,v 1.7 2009/07/02 12:28:20 josejx Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.020.ebuild,v 1.8 2009/09/12 05:50:50 tove Exp $
29
30 EAPI=2
31
32 @@ -25,7 +25,7 @@
33 cat <<-EOF > "${S}/config.in"
34 BUILD_ZLIB = False
35 INCLUDE = /usr/include
36 - LIB = /usr/${get_libdir}
37 + LIB = /usr/$(get_libdir)
38
39 OLD_ZLIB = False
40 GZIP_OS_CODE = AUTO_DETECT
41
42
43
44 1.13 perl-core/Compress-Raw-Zlib/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog?rev=1.13&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog?rev=1.13&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog?r1=1.12&r2=1.13
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog,v
53 retrieving revision 1.12
54 retrieving revision 1.13
55 diff -u -r1.12 -r1.13
56 --- ChangeLog 31 Aug 2009 08:14:15 -0000 1.12
57 +++ ChangeLog 12 Sep 2009 05:50:50 -0000 1.13
58 @@ -1,6 +1,10 @@
59 # ChangeLog for perl-core/Compress-Raw-Zlib
60 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog,v 1.12 2009/08/31 08:14:15 tove Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog,v 1.13 2009/09/12 05:50:50 tove Exp $
63 +
64 + 12 Sep 2009; Torsten Veller <tove@g.o>
65 + Compress-Raw-Zlib-2.020.ebuild, Compress-Raw-Zlib-2.021.ebuild:
66 + Use get_libdir as function in LIB.
67
68 *Compress-Raw-Zlib-2.021 (31 Aug 2009)
69
70
71
72
73 1.2 perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.021.ebuild
74
75 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.021.ebuild?rev=1.2&view=markup
76 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.021.ebuild?rev=1.2&content-type=text/plain
77 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.021.ebuild?r1=1.1&r2=1.2
78
79 Index: Compress-Raw-Zlib-2.021.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.021.ebuild,v
82 retrieving revision 1.1
83 retrieving revision 1.2
84 diff -u -r1.1 -r1.2
85 --- Compress-Raw-Zlib-2.021.ebuild 31 Aug 2009 08:14:15 -0000 1.1
86 +++ Compress-Raw-Zlib-2.021.ebuild 12 Sep 2009 05:50:50 -0000 1.2
87 @@ -1,6 +1,6 @@
88 # Copyright 1999-2009 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.021.ebuild,v 1.1 2009/08/31 08:14:15 tove Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.021.ebuild,v 1.2 2009/09/12 05:50:50 tove Exp $
92
93 EAPI=2
94
95 @@ -25,7 +25,7 @@
96 cat <<-EOF > "${S}/config.in"
97 BUILD_ZLIB = False
98 INCLUDE = /usr/include
99 - LIB = /usr/${get_libdir}
100 + LIB = /usr/$(get_libdir)
101
102 OLD_ZLIB = False
103 GZIP_OS_CODE = AUTO_DETECT