Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/kding: ChangeLog kding-0.6.ebuild
Date: Fri, 29 Oct 2010 12:48:56
Message-Id: 20101029124837.3593220051@flycatcher.gentoo.org
1 ssuominen 10/10/29 12:48:37
2
3 Modified: ChangeLog kding-0.6.ebuild
4 Log:
5 Change DTD version scheme from 4.1.2 to 4.2 wrt #338466 by Diego E. Pettenò.
6
7 (Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.15 app-text/kding/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/kding/ChangeLog?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/kding/ChangeLog?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/kding/ChangeLog?r1=1.14&r2=1.15
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/kding/ChangeLog,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- ChangeLog 19 Nov 2009 09:37:28 -0000 1.14
23 +++ ChangeLog 29 Oct 2010 12:48:37 -0000 1.15
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-text/kding
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/kding/ChangeLog,v 1.14 2009/11/19 09:37:28 fauli Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-text/kding/ChangeLog,v 1.15 2010/10/29 12:48:37 ssuominen Exp $
30 +
31 + 29 Oct 2010; Samuli Suominen <ssuominen@g.o> kding-0.6.ebuild,
32 + +files/kding-0.6-dtd.patch:
33 + Change DTD version scheme from 4.1.2 to 4.2 wrt #338466 by Diego E.
34 + Pettenò.
35
36 19 Nov 2009; Christian Faulhammer <fauli@g.o> kding-0.6.ebuild:
37 stable x86, bug 292736
38
39
40
41 1.4 app-text/kding/kding-0.6.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/kding/kding-0.6.ebuild?rev=1.4&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/kding/kding-0.6.ebuild?rev=1.4&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/kding/kding-0.6.ebuild?r1=1.3&r2=1.4
46
47 Index: kding-0.6.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/app-text/kding/kding-0.6.ebuild,v
50 retrieving revision 1.3
51 retrieving revision 1.4
52 diff -u -r1.3 -r1.4
53 --- kding-0.6.ebuild 19 Nov 2009 09:37:28 -0000 1.3
54 +++ kding-0.6.ebuild 29 Oct 2010 12:48:37 -0000 1.4
55 @@ -1,6 +1,6 @@
56 -# Copyright 1999-2009 Gentoo Foundation
57 +# Copyright 1999-2010 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/app-text/kding/kding-0.6.ebuild,v 1.3 2009/11/19 09:37:28 fauli Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/app-text/kding/kding-0.6.ebuild,v 1.4 2010/10/29 12:48:37 ssuominen Exp $
61
62 EAPI=2
63 KDE_LINGUAS="de"
64 @@ -14,3 +14,5 @@
65 SLOT="4"
66 KEYWORDS="amd64 x86"
67 IUSE="debug +handbook"
68 +
69 +PATCHES=( "${FILESDIR}"/${P}-dtd.patch )