Gentoo Archives: gentoo-commits

From: "Sebastian Pipping (sping)" <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/kdbg: ChangeLog kdbg-2.1.0.ebuild
Date: Sat, 03 Oct 2009 20:04:46
Message-Id: E1MuAqT-0003sK-1d@stork.gentoo.org
1 sping 09/10/03 20:04:45
2
3 Modified: ChangeLog kdbg-2.1.0.ebuild
4 Log:
5 Fix linking of 2.1.0 on KDE 4 (bug 244694)
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.64 dev-util/kdbg/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kdbg/ChangeLog?rev=1.64&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kdbg/ChangeLog?rev=1.64&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kdbg/ChangeLog?r1=1.63&r2=1.64
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/kdbg/ChangeLog,v
18 retrieving revision 1.63
19 retrieving revision 1.64
20 diff -u -r1.63 -r1.64
21 --- ChangeLog 3 Oct 2009 19:19:38 -0000 1.63
22 +++ ChangeLog 3 Oct 2009 20:04:44 -0000 1.64
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-util/kdbg
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-util/kdbg/ChangeLog,v 1.63 2009/10/03 19:19:38 sping Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-util/kdbg/ChangeLog,v 1.64 2009/10/03 20:04:44 sping Exp $
28 +
29 + 03 Oct 2009; Sebastian Pipping <sping@g.o> kdbg-2.1.0.ebuild,
30 + +files/kdbg-2.1.0-move-kde-ldflags-up-front.patch:
31 + Fix linking of 2.1.0 on KDE 4 (bug 244694), thanks to Theofilos Intzoglou
32
33 *kdbg-2.2.0 (03 Oct 2009)
34
35
36
37
38 1.7 dev-util/kdbg/kdbg-2.1.0.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kdbg/kdbg-2.1.0.ebuild?rev=1.7&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kdbg/kdbg-2.1.0.ebuild?rev=1.7&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kdbg/kdbg-2.1.0.ebuild?r1=1.6&r2=1.7
43
44 Index: kdbg-2.1.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-util/kdbg/kdbg-2.1.0.ebuild,v
47 retrieving revision 1.6
48 retrieving revision 1.7
49 diff -u -r1.6 -r1.7
50 --- kdbg-2.1.0.ebuild 19 May 2008 17:39:27 -0000 1.6
51 +++ kdbg-2.1.0.ebuild 3 Oct 2009 20:04:44 -0000 1.7
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2008 Gentoo Foundation
54 +# Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-util/kdbg/kdbg-2.1.0.ebuild,v 1.6 2008/05/19 17:39:27 fmccor Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-util/kdbg/kdbg-2.1.0.ebuild,v 1.7 2009/10/03 20:04:44 sping Exp $
58
59 ARTS_REQUIRED="never"
60
61 @@ -19,4 +19,5 @@
62
63 need-kde 3.5
64
65 -PATCHES="${FILESDIR}/kdbg-2.1.0-desktop-entry.diff"
66 +PATCHES=( "${FILESDIR}"/${PN}-2.1.0-desktop-entry.diff
67 + "${FILESDIR}"/${PN}-2.1.0-move-kde-ldflags-up-front.patch )