Gentoo Archives: gentoo-commits

From: "Timo Gurr (tgurr)" <tgurr@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/kding: ChangeLog kding-0.5.ebuild kding-0.4.1.ebuild
Date: Tue, 28 Jul 2009 20:58:19
Message-Id: E1MVtkX-0005eK-K6@stork.gentoo.org
1 tgurr 09/07/28 20:58:17
2
3 Modified: ChangeLog
4 Added: kding-0.5.ebuild
5 Removed: kding-0.4.1.ebuild
6 Log:
7 Version bump thanks to Alexander Stein, fixes bug #278387.
8 (Portage version: 2.2_rc33/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.9 app-text/kding/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/kding/ChangeLog?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/kding/ChangeLog?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/kding/ChangeLog?r1=1.8&r2=1.9
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-text/kding/ChangeLog,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- ChangeLog 8 Jul 2009 20:36:56 -0000 1.8
24 +++ ChangeLog 28 Jul 2009 20:58:17 -0000 1.9
25 @@ -1,6 +1,13 @@
26 # ChangeLog for app-text/kding
27 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-text/kding/ChangeLog,v 1.8 2009/07/08 20:36:56 maekke Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-text/kding/ChangeLog,v 1.9 2009/07/28 20:58:17 tgurr Exp $
30 +
31 +*kding-0.5 (28 Jul 2009)
32 +
33 + 28 Jul 2009; Timo Gurr <tgurr@g.o> -kding-0.4.1.ebuild,
34 + -files/kding-0.4.1-appsdir.patch, -files/kding-0.4.1-desktopentry.patch,
35 + -files/kding-0.4.1-localization-de.patch, +kding-0.5.ebuild:
36 + Version bump thanks to Alexander Stein, fixes bug #278387.
37
38 08 Jul 2009; Markus Meier <maekke@g.o> kding-0.4.3.ebuild:
39 amd64 stable, bug #226699
40
41
42
43 1.1 app-text/kding/kding-0.5.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/kding/kding-0.5.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/kding/kding-0.5.ebuild?rev=1.1&content-type=text/plain
47
48 Index: kding-0.5.ebuild
49 ===================================================================
50 # Copyright 1999-2009 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/app-text/kding/kding-0.5.ebuild,v 1.1 2009/07/28 20:58:17 tgurr Exp $
53
54 EAPI="2"
55
56 KDE_LINGUAS="de"
57 inherit kde4-base
58
59 DESCRIPTION="KDing is a KDE port of Ding, a dictionary lookup program."
60 HOMEPAGE="http://www.rexi.org/software/kding/"
61 SRC_URI="http://www.rexi.org/downloads/${PN}/${P}.tar.bz2"
62
63 LICENSE="GPL-2"
64 SLOT="4"
65 KEYWORDS="~amd64 ~x86"
66 IUSE="debug"