Gentoo Archives: gentoo-commits

From: "Wulf Krueger (philantrop)" <philantrop@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/ktouch: ChangeLog ktouch-3.5.9.ebuild
Date: Wed, 20 Feb 2008 23:24:52
Message-Id: E1JRyIy-00085a-Td@stork.gentoo.org
1 philantrop 08/02/20 23:24:48
2
3 Modified: ChangeLog
4 Added: ktouch-3.5.9.ebuild
5 Log:
6 Version bump to KDE 3.5.9.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.86 kde-base/ktouch/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ktouch/ChangeLog?rev=1.86&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ktouch/ChangeLog?rev=1.86&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ktouch/ChangeLog?r1=1.85&r2=1.86
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/ktouch/ChangeLog,v
19 retrieving revision 1.85
20 retrieving revision 1.86
21 diff -u -r1.85 -r1.86
22 --- ChangeLog 17 Feb 2008 02:33:43 -0000 1.85
23 +++ ChangeLog 20 Feb 2008 23:24:48 -0000 1.86
24 @@ -1,6 +1,11 @@
25 # ChangeLog for kde-base/ktouch
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ktouch/ChangeLog,v 1.85 2008/02/17 02:33:43 ingmar Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/ktouch/ChangeLog,v 1.86 2008/02/20 23:24:48 philantrop Exp $
29 +
30 +*ktouch-3.5.9 (20 Feb 2008)
31 +
32 + 20 Feb 2008; Wulf C. Krueger <philantrop@g.o> +ktouch-3.5.9.ebuild:
33 + Version bump to KDE 3.5.9.
34
35 16 Feb 2008; Ingmar Vanhassel <ingmar@g.o> -ktouch-3.5.5.ebuild,
36 -ktouch-3.5.6.ebuild, -ktouch-3.5.7.ebuild, -ktouch-4.0.0.ebuild:
37
38
39
40 1.1 kde-base/ktouch/ktouch-3.5.9.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ktouch/ktouch-3.5.9.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ktouch/ktouch-3.5.9.ebuild?rev=1.1&content-type=text/plain
44
45 Index: ktouch-3.5.9.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/kde-base/ktouch/ktouch-3.5.9.ebuild,v 1.1 2008/02/20 23:24:48 philantrop Exp $
50 KMNAME=kdeedu
51 EAPI="1"
52 inherit kde-meta
53
54 DESCRIPTION="KDE: A program that helps you to learn and practice touch typing"
55 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
56 IUSE=""
57
58 DEPEND=">=kde-base/libkdeedu-${PV}:${SLOT}"
59 RDEPEND="${DEPEND}"
60
61 KMEXTRACTONLY="libkdeedu/kdeeduplot"
62 KMCOPYLIB="libkdeeduplot libkdeedu/kdeeduplot"
63
64 src_unpack() {
65 kde-meta_src_unpack
66
67 sed -i -e 's:Miscellaneous:X-Miscellaneous:' \
68 "${S}/${PN}/${PN}.desktop" || sed "Sed to fix .desktop files failed."
69 }
70
71
72
73 --
74 gentoo-commits@l.g.o mailing list