Gentoo Archives: gentoo-commits

From: "Mart Raudsepp (leio)" <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/gtksourceview: ChangeLog gtksourceview-2.4.0.ebuild
Date: Tue, 07 Oct 2008 10:59:59
Message-Id: E1KnAIG-0007wy-4A@stork.gentoo.org
1 leio 08/10/07 10:59:56
2
3 Modified: ChangeLog
4 Added: gtksourceview-2.4.0.ebuild
5 Log:
6 New major version. Adds function to guess language for a given filename and mime type; allows setting background color of paragraphs with marks; supports drawing white spaces; improvements to some language syntax files
7 (Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
8
9 Revision Changes Path
10 1.144 x11-libs/gtksourceview/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.144&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.144&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/ChangeLog?r1=1.143&r2=1.144
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v
19 retrieving revision 1.143
20 retrieving revision 1.144
21 diff -u -r1.143 -r1.144
22 --- ChangeLog 25 Sep 2008 14:36:44 -0000 1.143
23 +++ ChangeLog 7 Oct 2008 10:59:55 -0000 1.144
24 @@ -1,6 +1,13 @@
25 # ChangeLog for x11-libs/gtksourceview
26 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.143 2008/09/25 14:36:44 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.144 2008/10/07 10:59:55 leio Exp $
29 +
30 +*gtksourceview-2.4.0 (07 Oct 2008)
31 +
32 + 07 Oct 2008; Mart Raudsepp <leio@g.o> +gtksourceview-2.4.0.ebuild:
33 + New major version. Adds function to guess language for a given filename
34 + and mime type; allows setting background color of paragraphs with marks;
35 + supports drawing white spaces; improvements to some language syntax files
36
37 25 Sep 2008; Jeroen Roovers <jer@g.o> gtksourceview-2.2.2.ebuild:
38 Stable for HPPA (bug #236971).
39
40
41
42 1.1 x11-libs/gtksourceview/gtksourceview-2.4.0.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.4.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.4.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gtksourceview-2.4.0.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.4.0.ebuild,v 1.1 2008/10/07 10:59:55 leio Exp $
52
53 inherit gnome2
54
55 DESCRIPTION="A text widget implementing syntax highlighting and other features"
56 HOMEPAGE="http://www.gnome.org/"
57
58 LICENSE="GPL-2"
59 SLOT="2.0"
60 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
61 IUSE="doc"
62
63 RDEPEND=">=x11-libs/gtk+-2.12
64 >=dev-libs/libxml2-2.5
65 >=dev-libs/glib-2.14"
66 DEPEND="${RDEPEND}
67 sys-devel/gettext
68 >=dev-util/intltool-0.40
69 >=dev-util/pkgconfig-0.9
70 doc? ( >=dev-util/gtk-doc-1 )"
71
72 DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README"
73
74 src_install() {
75 gnome2_src_install
76
77 insinto /usr/share/${PN}-2.0/language-specs
78 doins "${FILESDIR}"/2.0/gentoo.lang
79 }