Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/chrpath: chrpath-0.13-r2.ebuild ChangeLog
Date: Tue, 29 Nov 2011 18:40:16
Message-Id: 20111129183955.4C0AB2004B@flycatcher.gentoo.org
1 grobian 11/11/29 18:39:55
2
3 Modified: chrpath-0.13-r2.ebuild ChangeLog
4 Log:
5 Fix USE-flag name in use_enable
6
7 (Portage version: 2.2.01.19572-prefix/cvs/SunOS i386)
8
9 Revision Changes Path
10 1.6 app-admin/chrpath/chrpath-0.13-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/chrpath/chrpath-0.13-r2.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/chrpath/chrpath-0.13-r2.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/chrpath/chrpath-0.13-r2.ebuild?r1=1.5&r2=1.6
15
16 Index: chrpath-0.13-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-admin/chrpath/chrpath-0.13-r2.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- chrpath-0.13-r2.ebuild 29 Nov 2011 18:37:49 -0000 1.5
23 +++ chrpath-0.13-r2.ebuild 29 Nov 2011 18:39:55 -0000 1.6
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-admin/chrpath/chrpath-0.13-r2.ebuild,v 1.5 2011/11/29 18:37:49 grobian Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-admin/chrpath/chrpath-0.13-r2.ebuild,v 1.6 2011/11/29 18:39:55 grobian Exp $
29
30 EAPI="2"
31
32 @@ -26,7 +26,7 @@
33 }
34
35 src_configure() {
36 - econf $(use_enable static_libs static) || die
37 + econf $(use_enable static-libs static) || die
38 }
39
40 src_install() {
41
42
43
44 1.20 app-admin/chrpath/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/chrpath/ChangeLog?rev=1.20&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/chrpath/ChangeLog?rev=1.20&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/chrpath/ChangeLog?r1=1.19&r2=1.20
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/app-admin/chrpath/ChangeLog,v
53 retrieving revision 1.19
54 retrieving revision 1.20
55 diff -u -r1.19 -r1.20
56 --- ChangeLog 29 Nov 2011 18:37:49 -0000 1.19
57 +++ ChangeLog 29 Nov 2011 18:39:55 -0000 1.20
58 @@ -1,6 +1,9 @@
59 # ChangeLog for app-admin/chrpath
60 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/app-admin/chrpath/ChangeLog,v 1.19 2011/11/29 18:37:49 grobian Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/app-admin/chrpath/ChangeLog,v 1.20 2011/11/29 18:39:55 grobian Exp $
63 +
64 + 29 Nov 2011; Fabian Groffen <grobian@g.o> chrpath-0.13-r2.ebuild:
65 + Fix USE-flag name in use_enable
66
67 29 Nov 2011; Fabian Groffen <grobian@g.o> chrpath-0.13-r2.ebuild:
68 Cleanup static-libs code, thanks Kacper Kowalik and Agostino Sarubbo. The