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/kmousetool: ChangeLog kmousetool-4.0.1.ebuild
Date: Sat, 23 Feb 2008 17:42:27
Message-Id: E1JSyOG-0007y3-D5@stork.gentoo.org
1 ingmar 08/02/23 17:42:24
2
3 Modified: ChangeLog kmousetool-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.79 kde-base/kmousetool/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kmousetool/ChangeLog?rev=1.79&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kmousetool/ChangeLog?rev=1.79&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kmousetool/ChangeLog?r1=1.78&r2=1.79
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/kde-base/kmousetool/ChangeLog,v
18 retrieving revision 1.78
19 retrieving revision 1.79
20 diff -u -r1.78 -r1.79
21 --- ChangeLog 20 Feb 2008 23:08:12 -0000 1.78
22 +++ ChangeLog 23 Feb 2008 17:42:23 -0000 1.79
23 @@ -1,6 +1,9 @@
24 # ChangeLog for kde-base/kmousetool
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kmousetool/ChangeLog,v 1.78 2008/02/20 23:08:12 philantrop Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmousetool/ChangeLog,v 1.79 2008/02/23 17:42:23 ingmar Exp $
28 +
29 + 23 Feb 2008; Ingmar Vanhassel <ingmar@g.o> kmousetool-4.0.1.ebuild:
30 + Remove traces of monolithic KDE 4.
31
32 *kmousetool-3.5.9 (20 Feb 2008)
33
34
35
36
37 1.2 kde-base/kmousetool/kmousetool-4.0.1.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kmousetool/kmousetool-4.0.1.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kmousetool/kmousetool-4.0.1.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kmousetool/kmousetool-4.0.1.ebuild?r1=1.1&r2=1.2
42
43 Index: kmousetool-4.0.1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/kde-base/kmousetool/kmousetool-4.0.1.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- kmousetool-4.0.1.ebuild 7 Feb 2008 00:12:09 -0000 1.1
50 +++ kmousetool-4.0.1.ebuild 23 Feb 2008 17:42:23 -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/kmousetool/kmousetool-4.0.1.ebuild,v 1.1 2008/02/07 00:12:09 philantrop Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmousetool/kmousetool-4.0.1.ebuild,v 1.2 2008/02/23 17:42:23 ingmar Exp $
56
57 EAPI="1"
58
59 @@ -11,5 +11,6 @@
60 KEYWORDS="~amd64 ~x86"
61 IUSE="debug htmlhandbook"
62
63 -RDEPEND="|| ( ( >=kde-base/knotify-${PV}:${SLOT} >=kde-base/phonon-${PV}:${SLOT} )
64 - >=kde-base/kdebase-${PV}:${SLOT} )"
65 +RDEPEND="
66 + >=kde-base/knotify-${PV}:${SLOT}
67 + >=kde-base/phonon-${PV}:${SLOT}"
68
69
70
71 --
72 gentoo-commits@l.g.o mailing list