Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/gwenhywfar: gwenhywfar-3.7.2.ebuild ChangeLog gwenhywfar-3.8.0.ebuild
Date: Sun, 04 Oct 2009 14:28:30
Message-Id: E1MuS4a-0006SE-7y@stork.gentoo.org
1 ssuominen 09/10/04 14:28:28
2
3 Modified: gwenhywfar-3.7.2.ebuild ChangeLog
4 gwenhywfar-3.8.0.ebuild
5 Log:
6 Replace -Wl,--no-as-needed with function from flag-o-matic eclass. And also remove it from global scope.
7 (Portage version: 2.2_rc42/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sys-libs/gwenhywfar/gwenhywfar-3.7.2.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-3.7.2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-3.7.2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-3.7.2.ebuild?r1=1.1&r2=1.2
15
16 Index: gwenhywfar-3.7.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-3.7.2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- gwenhywfar-3.7.2.ebuild 2 Mar 2009 17:50:17 -0000 1.1
23 +++ gwenhywfar-3.7.2.ebuild 4 Oct 2009 14:28:27 -0000 1.2
24 @@ -1,10 +1,9 @@
25 # Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-3.7.2.ebuild,v 1.1 2009/03/02 17:50:17 hanno Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-3.7.2.ebuild,v 1.2 2009/10/04 14:28:27 ssuominen Exp $
29
30 inherit flag-o-matic
31
32 -append-ldflags -Wl,--no-as-needed
33 RESTRICT="test"
34
35 DESCRIPTION="A multi-platform helper library for other libraries"
36 @@ -23,6 +22,7 @@
37 doc? ( app-doc/doxygen )"
38
39 src_compile() {
40 + append-ldflags $(no-as-needed)
41 econf \
42 $(use_enable ssl) \
43 $(use_enable debug) \
44
45
46
47 1.73 sys-libs/gwenhywfar/ChangeLog
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gwenhywfar/ChangeLog?rev=1.73&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gwenhywfar/ChangeLog?rev=1.73&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gwenhywfar/ChangeLog?r1=1.72&r2=1.73
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/ChangeLog,v
56 retrieving revision 1.72
57 retrieving revision 1.73
58 diff -u -r1.72 -r1.73
59 --- ChangeLog 27 Sep 2009 14:16:14 -0000 1.72
60 +++ ChangeLog 4 Oct 2009 14:28:27 -0000 1.73
61 @@ -1,6 +1,10 @@
62 # ChangeLog for sys-libs/gwenhywfar
63 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/ChangeLog,v 1.72 2009/09/27 14:16:14 nixnut Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/ChangeLog,v 1.73 2009/10/04 14:28:27 ssuominen Exp $
66 +
67 + 04 Oct 2009; Samuli Suominen <ssuominen@g.o>
68 + gwenhywfar-3.7.2.ebuild, gwenhywfar-3.8.0.ebuild:
69 + Replace -Wl,--no-as-needed with function from flag-o-matic eclass.
70
71 27 Sep 2009; nixnut <nixnut@g.o> gwenhywfar-3.8.2.ebuild:
72 ppc stable #275705
73
74
75
76 1.2 sys-libs/gwenhywfar/gwenhywfar-3.8.0.ebuild
77
78 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-3.8.0.ebuild?rev=1.2&view=markup
79 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-3.8.0.ebuild?rev=1.2&content-type=text/plain
80 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-3.8.0.ebuild?r1=1.1&r2=1.2
81
82 Index: gwenhywfar-3.8.0.ebuild
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-3.8.0.ebuild,v
85 retrieving revision 1.1
86 retrieving revision 1.2
87 diff -u -r1.1 -r1.2
88 --- gwenhywfar-3.8.0.ebuild 5 Apr 2009 16:55:23 -0000 1.1
89 +++ gwenhywfar-3.8.0.ebuild 4 Oct 2009 14:28:27 -0000 1.2
90 @@ -1,10 +1,9 @@
91 # Copyright 1999-2009 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-3.8.0.ebuild,v 1.1 2009/04/05 16:55:23 hanno Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-3.8.0.ebuild,v 1.2 2009/10/04 14:28:27 ssuominen Exp $
95
96 inherit flag-o-matic
97
98 -append-ldflags -Wl,--no-as-needed
99 RESTRICT="test"
100
101 DESCRIPTION="A multi-platform helper library for other libraries"
102 @@ -23,6 +22,7 @@
103 doc? ( app-doc/doxygen )"
104
105 src_compile() {
106 + append-ldflags $(no-as-needed)
107 econf \
108 $(use_enable ssl) \
109 $(use_enable debug) \