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/ktux: ChangeLog ktux-4.0.1.ebuild
Date: Sat, 23 Feb 2008 17:44:51
Message-Id: E1JSyQb-00083p-I3@stork.gentoo.org
1 ingmar 08/02/23 17:44:49
2
3 Modified: ChangeLog ktux-4.0.1.ebuild
4 Log:
5 Remove traces of monolithic KDE 4.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.77 kde-base/ktux/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ktux/ChangeLog?rev=1.77&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ktux/ChangeLog?rev=1.77&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ktux/ChangeLog?r1=1.76&r2=1.77
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/kde-base/ktux/ChangeLog,v
18 retrieving revision 1.76
19 retrieving revision 1.77
20 diff -u -r1.76 -r1.77
21 --- ChangeLog 20 Feb 2008 23:25:57 -0000 1.76
22 +++ ChangeLog 23 Feb 2008 17:44:48 -0000 1.77
23 @@ -1,6 +1,9 @@
24 # ChangeLog for kde-base/ktux
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ktux/ChangeLog,v 1.76 2008/02/20 23:25:57 philantrop Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/kde-base/ktux/ChangeLog,v 1.77 2008/02/23 17:44:48 ingmar Exp $
28 +
29 + 23 Feb 2008; Ingmar Vanhassel <ingmar@g.o> ktux-4.0.1.ebuild:
30 + Remove traces of monolithic KDE 4.
31
32 *ktux-3.5.9 (20 Feb 2008)
33
34
35
36
37 1.2 kde-base/ktux/ktux-4.0.1.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ktux/ktux-4.0.1.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ktux/ktux-4.0.1.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ktux/ktux-4.0.1.ebuild?r1=1.1&r2=1.2
42
43 Index: ktux-4.0.1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/kde-base/ktux/ktux-4.0.1.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- ktux-4.0.1.ebuild 7 Feb 2008 00:10:46 -0000 1.1
50 +++ ktux-4.0.1.ebuild 23 Feb 2008 17:44:48 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ktux/ktux-4.0.1.ebuild,v 1.1 2008/02/07 00:10:46 philantrop Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/kde-base/ktux/ktux-4.0.1.ebuild,v 1.2 2008/02/23 17:44:48 ingmar Exp $
56
57 EAPI="1"
58
59 @@ -11,11 +11,9 @@
60 KEYWORDS="~amd64 ~x86"
61 IUSE="debug"
62
63 -COMMON_DEPEND=">=app-misc/strigi-0.5.7
64 - || ( >=kde-base/kscreensaver-${PV}:${SLOT}
65 - >=kde-base/kdebase-${PV}:${SLOT} )"
66 -DEPEND="${DEPEND} ${COMMON_DEPEND}"
67 -RDEPEND="${RDEPEND} ${COMMON_DEPEND}"
68 +DEPEND=">=app-misc/strigi-0.5.7
69 + >=kde-base/kscreensaver-${PV}:${SLOT}"
70 +RDEPEND="${DEPEND}"
71
72 src_compile() {
73 mycmakeargs="${mycmakeargs}
74
75
76
77 --
78 gentoo-commits@l.g.o mailing list