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.4.3.ebuild
Date: Sun, 01 Jun 2008 03:09:03
Message-Id: E1K2dwH-0008U7-6y@stork.gentoo.org
1 tgurr 08/06/01 03:08:57
2
3 Modified: ChangeLog
4 Added: kding-0.4.3.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.5.2)
8
9 Revision Changes Path
10 1.5 app-text/kding/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/kding/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/kding/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/kding/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/kding/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 30 Dec 2007 16:32:26 -0000 1.4
23 +++ ChangeLog 1 Jun 2008 03:08:56 -0000 1.5
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-text/kding
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/kding/ChangeLog,v 1.4 2007/12/30 16:32:26 maekke Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-text/kding/ChangeLog,v 1.5 2008/06/01 03:08:56 tgurr Exp $
30 +
31 +*kding-0.4.3 (01 Jun 2008)
32 +
33 + 01 Jun 2008; Timo Gurr <tgurr@g.o> +kding-0.4.3.ebuild:
34 + Version bump.
35
36 30 Dec 2007; Markus Meier <maekke@g.o> kding-0.4.1.ebuild:
37 x86 stable, bug #203342
38
39
40
41 1.1 app-text/kding/kding-0.4.3.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/kding/kding-0.4.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/kding/kding-0.4.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: kding-0.4.3.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-text/kding/kding-0.4.3.ebuild,v 1.1 2008/06/01 03:08:56 tgurr Exp $
51
52 inherit eutils kde
53
54 DESCRIPTION="KDing is a KDE port of Ding, a dictionary lookup program."
55 HOMEPAGE="http://www.rexi.org/software/kding/"
56 SRC_URI="http://www.rexi.org/downloads/${PN}/${P}.tar.bz2"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~x86"
61 IUSE=""
62
63 need-kde 3.5
64
65 LANGS="de"
66 LANGS_DOC="de en"
67
68 for X in ${LANGS} ${LANGS_DOC} ; do
69 IUSE="${IUSE} linguas_${X}"
70 done
71
72 src_unpack() {
73 kde_src_unpack
74
75 cd "${S}"
76 elibtoolize
77
78 local MAKE_LANGS
79 cd "${WORKDIR}/${P}/po"
80 for X in ${LANGS} ; do
81 use linguas_${X} && MAKE_LANGS="${MAKE_LANGS} ${X}.po"
82 done
83 sed -i -e "s:POFILES =.*:POFILES = ${MAKE_LANGS}:" Makefile.am
84
85 MAKE_LANGS=""
86 cd "${WORKDIR}/${P}/doc"
87 for X in ${LANGS_DOC} ; do
88 use linguas_${X} && MAKE_LANGS="${MAKE_LANGS} ${X}"
89 done
90 sed -i -e "s:SUBDIRS =.*:SUBDIRS = ${MAKE_LANGS}:" Makefile.am
91 rm -f "${S}"/configure
92 }
93
94
95
96 --
97 gentoo-commits@l.g.o mailing list