Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/SoQt: ChangeLog SoQt-1.4.1.ebuild
Date: Sun, 04 Oct 2009 14:56:07
Message-Id: E1MuSVG-0007RF-S8@stork.gentoo.org
1 ssuominen 09/10/04 14:56:02
2
3 Modified: ChangeLog SoQt-1.4.1.ebuild
4 Log:
5 Replace -Wl,--no-as-needed with function from flag-o-matic eclass.
6 (Portage version: 2.2_rc42/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.22 media-libs/SoQt/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/SoQt/ChangeLog?rev=1.22&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/SoQt/ChangeLog?rev=1.22&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/SoQt/ChangeLog?r1=1.21&r2=1.22
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/SoQt/ChangeLog,v
18 retrieving revision 1.21
19 retrieving revision 1.22
20 diff -u -r1.21 -r1.22
21 --- ChangeLog 23 Aug 2009 19:02:15 -0000 1.21
22 +++ ChangeLog 4 Oct 2009 14:56:02 -0000 1.22
23 @@ -1,6 +1,9 @@
24 # ChangeLog for media-libs/SoQt
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-libs/SoQt/ChangeLog,v 1.21 2009/08/23 19:02:15 vostorga Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/SoQt/ChangeLog,v 1.22 2009/10/04 14:56:02 ssuominen Exp $
28 +
29 + 04 Oct 2009; Samuli Suominen <ssuominen@g.o> SoQt-1.4.1.ebuild:
30 + Replace -Wl,--no-as-needed with function from flag-o-matic eclass.
31
32 23 Aug 2009; VĂ­ctor Ostorga <vostorga@g.o> SoQt-1.4.1.ebuild,
33 +files/SoQt-1.4.1-gcc44.patch:
34
35
36
37 1.5 media-libs/SoQt/SoQt-1.4.1.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/SoQt/SoQt-1.4.1.ebuild?rev=1.5&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/SoQt/SoQt-1.4.1.ebuild?rev=1.5&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/SoQt/SoQt-1.4.1.ebuild?r1=1.4&r2=1.5
42
43 Index: SoQt-1.4.1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/media-libs/SoQt/SoQt-1.4.1.ebuild,v
46 retrieving revision 1.4
47 retrieving revision 1.5
48 diff -u -r1.4 -r1.5
49 --- SoQt-1.4.1.ebuild 23 Aug 2009 19:02:15 -0000 1.4
50 +++ SoQt-1.4.1.ebuild 4 Oct 2009 14:56:02 -0000 1.5
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/media-libs/SoQt/SoQt-1.4.1.ebuild,v 1.4 2009/08/23 19:02:15 vostorga Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/media-libs/SoQt/SoQt-1.4.1.ebuild,v 1.5 2009/10/04 14:56:02 ssuominen Exp $
56
57 EAPI="2"
58
59 @@ -37,7 +37,7 @@
60 export CONFIG_QTLIBS="$(pkg-config --libs QtGui)"
61 fi
62
63 - append-ldflags -Wl,--no-as-needed
64 + append-ldflags $(no-as-needed)
65
66 econf --with-coin --disable-html-help $(use_enable doc html) htmldir=/usr/share/doc/${PF}/html
67 }