Gentoo Archives: gentoo-commits

From: "Ingmar Vanhassel (ingmar)" <ingmar@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/superkaramba: ChangeLog superkaramba-4.0.1.ebuild
Date: Mon, 18 Feb 2008 17:06:07
Message-Id: E1JR9RM-0005KY-CO@stork.gentoo.org
1 ingmar 08/02/18 17:06:04
2
3 Modified: ChangeLog superkaramba-4.0.1.ebuild
4 Log:
5 Fix compilation with LDFLAGS="-Wl,--as-needed", thanks to Steffen Hau in bug 209274.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.65 kde-base/superkaramba/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/superkaramba/ChangeLog?rev=1.65&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/superkaramba/ChangeLog?rev=1.65&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/superkaramba/ChangeLog?r1=1.64&r2=1.65
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v
18 retrieving revision 1.64
19 retrieving revision 1.65
20 diff -u -r1.64 -r1.65
21 --- ChangeLog 17 Feb 2008 02:38:09 -0000 1.64
22 +++ ChangeLog 18 Feb 2008 17:06:03 -0000 1.65
23 @@ -1,6 +1,11 @@
24 # ChangeLog for kde-base/superkaramba
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v 1.64 2008/02/17 02:38:09 ingmar Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v 1.65 2008/02/18 17:06:03 ingmar Exp $
28 +
29 + 18 Feb 2008; Ingmar Vanhassel <ingmar@g.o>
30 + +files/superkaramba-4.0.1-as-needed.patch, superkaramba-4.0.1.ebuild:
31 + Fix compilation with LDFLAGS="-Wl,--as-needed", thanks to Steffen Hau in bug
32 + 209274.
33
34 16 Feb 2008; Ingmar Vanhassel <ingmar@g.o>
35 -superkaramba-3.5.5.ebuild, -superkaramba-3.5.6.ebuild,
36
37
38
39 1.3 kde-base/superkaramba/superkaramba-4.0.1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/superkaramba/superkaramba-4.0.1.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/superkaramba/superkaramba-4.0.1.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/superkaramba/superkaramba-4.0.1.ebuild?r1=1.2&r2=1.3
44
45 Index: superkaramba-4.0.1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/kde-base/superkaramba/superkaramba-4.0.1.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- superkaramba-4.0.1.ebuild 15 Feb 2008 20:00:43 -0000 1.2
52 +++ superkaramba-4.0.1.ebuild 18 Feb 2008 17:06:03 -0000 1.3
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/superkaramba-4.0.1.ebuild,v 1.2 2008/02/15 20:00:43 zlin Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/superkaramba-4.0.1.ebuild,v 1.3 2008/02/18 17:06:03 ingmar Exp $
58
59 EAPI="1"
60
61 @@ -18,6 +18,8 @@
62 DEPEND="${DEPEND} ${COMMONDEPEND}"
63 RDEPEND="${RDEPEND} ${COMMONDEPEND}"
64
65 +PATCHES="${FILESDIR}/${P}-as-needed.patch"
66 +
67 src_compile() {
68 mycmakeargs="${mycmakeargs}
69 $(cmake-utils_use_with python PythonLibs)"
70
71
72
73 --
74 gentoo-commits@l.g.o mailing list