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:38:08
Message-Id: 20111129183750.024DF2004B@flycatcher.gentoo.org
1 grobian 11/11/29 18:37:49
2
3 Modified: chrpath-0.13-r2.ebuild ChangeLog
4 Log:
5 Cleanup static-libs code, thanks Kacper Kowalik and Agostino Sarubbo. The produced shared libraries are only dlopened by the main chrpath program to work around a duplicate names issue, it are in fact just ordinary shared libraries, so we should retain .la files for them if we want static libs.
6
7 (Portage version: 2.2.01.19572-prefix/cvs/SunOS i386)
8
9 Revision Changes Path
10 1.5 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.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/chrpath/chrpath-0.13-r2.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/chrpath/chrpath-0.13-r2.ebuild?r1=1.4&r2=1.5
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.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- chrpath-0.13-r2.ebuild 11 Oct 2011 18:19:49 -0000 1.4
23 +++ chrpath-0.13-r2.ebuild 29 Nov 2011 18:37:49 -0000 1.5
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.4 2011/10/11 18:19:49 grobian Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-admin/chrpath/chrpath-0.13-r2.ebuild,v 1.5 2011/11/29 18:37:49 grobian Exp $
29
30 EAPI="2"
31
32 @@ -25,9 +25,12 @@
33 eautoreconf
34 }
35
36 +src_configure() {
37 + econf $(use_enable static_libs static) || die
38 +}
39 +
40 src_install() {
41 emake DESTDIR="${D}" install || die
42 dodoc ChangeLog AUTHORS NEWS README
43 - find "${D}" -name "*.la" -exec rm '{}' +
44 - use static-libs || find "${D}" -name "*.a" -exec rm '{}' +
45 + use static-libs || find "${D}" -name "*.la" -exec rm '{}' +
46 }
47
48
49
50 1.19 app-admin/chrpath/ChangeLog
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/chrpath/ChangeLog?rev=1.19&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/chrpath/ChangeLog?rev=1.19&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/chrpath/ChangeLog?r1=1.18&r2=1.19
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/app-admin/chrpath/ChangeLog,v
59 retrieving revision 1.18
60 retrieving revision 1.19
61 diff -u -r1.18 -r1.19
62 --- ChangeLog 11 Oct 2011 18:19:49 -0000 1.18
63 +++ ChangeLog 29 Nov 2011 18:37:49 -0000 1.19
64 @@ -1,6 +1,12 @@
65 # ChangeLog for app-admin/chrpath
66 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/app-admin/chrpath/ChangeLog,v 1.18 2011/10/11 18:19:49 grobian Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/app-admin/chrpath/ChangeLog,v 1.19 2011/11/29 18:37:49 grobian Exp $
69 +
70 + 29 Nov 2011; Fabian Groffen <grobian@g.o> chrpath-0.13-r2.ebuild:
71 + Cleanup static-libs code, thanks Kacper Kowalik and Agostino Sarubbo. The
72 + produced shared libraries are only dlopened by the main chrpath program to
73 + work around a duplicate names issue, it are in fact just ordinary shared
74 + libraries, so we should retain .la files for them if we want static libs.
75
76 11 Oct 2011; Fabian Groffen <grobian@g.o> chrpath-0.13-r2.ebuild:
77 Fix odd double docs dir installation, remove libtool archives, install static