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