Gentoo Archives: gentoo-commits

From: "Jonathan Callen (abcd)" <abcd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/kgraphviewer: kgraphviewer-2.1.1.ebuild ChangeLog
Date: Fri, 28 Oct 2011 23:59:38
Message-Id: 20111028235928.380DD20033@flycatcher.gentoo.org
1 abcd 11/10/28 23:59:28
2
3 Modified: kgraphviewer-2.1.1.ebuild ChangeLog
4 Log:
5 Bump to EAPI=4; set KDE_HANDBOOK
6
7 (Portage version: 2.2.0_alpha70/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 media-gfx/kgraphviewer/kgraphviewer-2.1.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/kgraphviewer/kgraphviewer-2.1.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/kgraphviewer/kgraphviewer-2.1.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/kgraphviewer/kgraphviewer-2.1.1.ebuild?r1=1.1&r2=1.2
15
16 Index: kgraphviewer-2.1.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/kgraphviewer/kgraphviewer-2.1.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- kgraphviewer-2.1.1.ebuild 17 Dec 2010 12:19:21 -0000 1.1
23 +++ kgraphviewer-2.1.1.ebuild 28 Oct 2011 23:59:28 -0000 1.2
24 @@ -1,12 +1,13 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/kgraphviewer/kgraphviewer-2.1.1.ebuild,v 1.1 2010/12/17 12:19:21 scarabeus Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/kgraphviewer/kgraphviewer-2.1.1.ebuild,v 1.2 2011/10/28 23:59:28 abcd Exp $
30
31 -EAPI=3
32 +EAPI=4
33
34 KDE_LINGUAS="ar be bg ca ca@valencia cs da de el en_GB eo es et eu fr ga gl hi hne
35 hr is it ja km ku lt mai nb nds nl nn pa pl pt pt_BR ro ru se sk sv th tr uk vi
36 zh_CN zh_TW"
37 +KDE_HANDBOOK="optional"
38 inherit kde4-base
39
40 DESCRIPTION="A graphviz dot graph file viewer for KDE"
41 @@ -16,7 +17,7 @@
42 LICENSE="GPL-2 FDL-1.2"
43 SLOT="4"
44 KEYWORDS="~amd64 ~x86"
45 -IUSE="debug +handbook"
46 +IUSE="debug"
47
48 RDEPEND="
49 media-gfx/graphviz
50
51
52
53 1.7 media-gfx/kgraphviewer/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/kgraphviewer/ChangeLog?rev=1.7&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/kgraphviewer/ChangeLog?rev=1.7&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/kgraphviewer/ChangeLog?r1=1.6&r2=1.7
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/media-gfx/kgraphviewer/ChangeLog,v
62 retrieving revision 1.6
63 retrieving revision 1.7
64 diff -u -r1.6 -r1.7
65 --- ChangeLog 17 Dec 2010 12:19:21 -0000 1.6
66 +++ ChangeLog 28 Oct 2011 23:59:28 -0000 1.7
67 @@ -1,6 +1,9 @@
68 # ChangeLog for media-gfx/kgraphviewer
69 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/kgraphviewer/ChangeLog,v 1.6 2010/12/17 12:19:21 scarabeus Exp $
71 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
72 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/kgraphviewer/ChangeLog,v 1.7 2011/10/28 23:59:28 abcd Exp $
73 +
74 + 28 Oct 2011; Jonathan Callen <abcd@g.o> kgraphviewer-2.1.1.ebuild:
75 + Bump to EAPI=4; set KDE_HANDBOOK
76
77 *kgraphviewer-2.1.1 (17 Dec 2010)