Gentoo Archives: gentoo-commits

From: "Johannes Huber (johu)" <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/kding: kding-0.6-r1.ebuild ChangeLog
Date: Fri, 24 Aug 2012 09:40:33
Message-Id: 20120824094023.6BEE02056F@flycatcher.gentoo.org
1 johu 12/08/24 09:40:23
2
3 Modified: ChangeLog
4 Added: kding-0.6-r1.ebuild
5 Log:
6 Bump to EAPI 4. Shorten the description. Use kde4 eclass specific var for handbook use flag. Fix .desktop file to pass validation.
7
8 (Portage version: 2.2.0_alpha122/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.17 app-text/kding/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/kding/ChangeLog?rev=1.17&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/kding/ChangeLog?rev=1.17&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/kding/ChangeLog?r1=1.16&r2=1.17
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-text/kding/ChangeLog,v
20 retrieving revision 1.16
21 retrieving revision 1.17
22 diff -u -r1.16 -r1.17
23 --- ChangeLog 30 Jan 2011 12:42:03 -0000 1.16
24 +++ ChangeLog 24 Aug 2012 09:40:23 -0000 1.17
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-text/kding
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-text/kding/ChangeLog,v 1.16 2011/01/30 12:42:03 tampakrap Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/app-text/kding/ChangeLog,v 1.17 2012/08/24 09:40:23 johu Exp $
31 +
32 +*kding-0.6-r1 (24 Aug 2012)
33 +
34 + 24 Aug 2012; Johannes Huber <johu@g.o> +kding-0.6-r1.ebuild:
35 + Bump to EAPI 4. Shorten the description. Use kde4 eclass specific var for
36 + handbook use flag. Fix .desktop file to pass validation.
37
38 30 Jan 2011; Theo Chatzimichos <tampakrap@g.o> kding-0.6.ebuild:
39 EAPI3
40 @@ -71,4 +77,3 @@
41 +files/kding-0.4.1-localization-de.patch, +metadata.xml,
42 +kding-0.4.1.ebuild:
43 Initial ebuild. Bug 189125, also thanks to Tobias Roeser (bug 124466).
44 -
45
46
47
48 1.1 app-text/kding/kding-0.6-r1.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/kding/kding-0.6-r1.ebuild?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/kding/kding-0.6-r1.ebuild?rev=1.1&content-type=text/plain
52
53 Index: kding-0.6-r1.ebuild
54 ===================================================================
55 # Copyright 1999-2012 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Header: /var/cvsroot/gentoo-x86/app-text/kding/kding-0.6-r1.ebuild,v 1.1 2012/08/24 09:40:23 johu Exp $
58
59 EAPI=4
60 KDE_HANDBOOK="optional"
61 KDE_LINGUAS="de"
62 inherit kde4-base
63
64 DESCRIPTION="KDE port of Ding, a dictionary lookup program."
65 HOMEPAGE="http://www.rexi.org/software/kding/"
66 SRC_URI="http://www.rexi.org/downloads/${PN}/${P}.tar.bz2"
67
68 LICENSE="GPL-2"
69 SLOT="4"
70 KEYWORDS="~amd64 ~x86"
71 IUSE="debug"
72
73 PATCHES=( "${FILESDIR}"/${P}-dtd.patch )
74
75 src_prepare() {
76 sed -e "/Encoding=UTF-8/d" \
77 -i resources/kding.desktop || die "fixing .desktop file failed"
78 sed -e "s/Office/Office;TextTools;Utility/" \
79 -i resources/kding.desktop || die "fixing .desktop file failed"
80
81 kde4-base_src_prepare
82 }