Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-electronics/gwave: gwave-20051222.ebuild ChangeLog gwave-20060606.ebuild
Date: Sun, 04 Oct 2009 15:16:28
Message-Id: E1MuSp0-0008Ji-74@stork.gentoo.org
1 ssuominen 09/10/04 15:16:26
2
3 Modified: gwave-20051222.ebuild ChangeLog
4 gwave-20060606.ebuild
5 Log:
6 Replace filtering of -Wl,--as-needed with function from flag-o-matic eclass.
7 (Portage version: 2.2_rc42/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 sci-electronics/gwave/gwave-20051222.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/gwave/gwave-20051222.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/gwave/gwave-20051222.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/gwave/gwave-20051222.ebuild?r1=1.4&r2=1.5
15
16 Index: gwave-20051222.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-electronics/gwave/gwave-20051222.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- gwave-20051222.ebuild 22 Jun 2007 22:30:23 -0000 1.4
23 +++ gwave-20051222.ebuild 4 Oct 2009 15:16:25 -0000 1.5
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2007 Gentoo Foundation
26 +# Copyright 1999-2009 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gwave/gwave-20051222.ebuild,v 1.4 2007/06/22 22:30:23 dberkholz Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gwave/gwave-20051222.ebuild,v 1.5 2009/10/04 15:16:25 ssuominen Exp $
30
31 inherit flag-o-matic
32
33 @@ -19,7 +19,7 @@
34 =x11-libs/guile-gtk-1.2*"
35
36 src_compile() {
37 - filter-ldflags -Wl,--as-needed --as-needed
38 + append-ldflags $(no-as-needed)
39 econf || die "econf failed"
40 make || die "make failed"
41 }
42
43
44
45 1.20 sci-electronics/gwave/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/gwave/ChangeLog?rev=1.20&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/gwave/ChangeLog?rev=1.20&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/gwave/ChangeLog?r1=1.19&r2=1.20
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sci-electronics/gwave/ChangeLog,v
54 retrieving revision 1.19
55 retrieving revision 1.20
56 diff -u -r1.19 -r1.20
57 --- ChangeLog 30 Apr 2008 18:10:45 -0000 1.19
58 +++ ChangeLog 4 Oct 2009 15:16:25 -0000 1.20
59 @@ -1,6 +1,11 @@
60 # ChangeLog for sci-electronics/gwave
61 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gwave/ChangeLog,v 1.19 2008/04/30 18:10:45 calchan Exp $
63 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gwave/ChangeLog,v 1.20 2009/10/04 15:16:25 ssuominen Exp $
65 +
66 + 04 Oct 2009; Samuli Suominen <ssuominen@g.o> gwave-20051222.ebuild,
67 + gwave-20060606.ebuild:
68 + Replace filtering of -Wl,--as-needed with function from flag-o-matic
69 + eclass.
70
71 30 Apr 2008; Denis Dupeyron <calchan@g.o> gwave-20080127.ebuild:
72 Fixed SRC_URI, bug #219846.
73
74
75
76 1.2 sci-electronics/gwave/gwave-20060606.ebuild
77
78 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/gwave/gwave-20060606.ebuild?rev=1.2&view=markup
79 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/gwave/gwave-20060606.ebuild?rev=1.2&content-type=text/plain
80 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/gwave/gwave-20060606.ebuild?r1=1.1&r2=1.2
81
82 Index: gwave-20060606.ebuild
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/sci-electronics/gwave/gwave-20060606.ebuild,v
85 retrieving revision 1.1
86 retrieving revision 1.2
87 diff -u -r1.1 -r1.2
88 --- gwave-20060606.ebuild 6 May 2007 15:56:43 -0000 1.1
89 +++ gwave-20060606.ebuild 4 Oct 2009 15:16:25 -0000 1.2
90 @@ -1,6 +1,6 @@
91 -# Copyright 1999-2007 Gentoo Foundation
92 +# Copyright 1999-2009 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gwave/gwave-20060606.ebuild,v 1.1 2007/05/06 15:56:43 calchan Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gwave/gwave-20060606.ebuild,v 1.2 2009/10/04 15:16:25 ssuominen Exp $
96
97 inherit flag-o-matic
98
99 @@ -20,7 +20,7 @@
100 plotutils? ( media-libs/plotutils )"
101
102 src_compile() {
103 - filter-ldflags -Wl,--as-needed --as-needed
104 + append-ldflags $(no-as-needed)
105 econf --disable-dependency-tracking || die "Configuration failed"
106 make || die "Compilation failed"
107 }