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.1.ebuild gtksourceview-2.4.0.ebuild
Date: Sat, 01 Nov 2008 18:02:16
Message-Id: E1KwKnd-0001XJ-9n@stork.gentoo.org
1 leio 08/11/01 18:02:13
2
3 Modified: ChangeLog
4 Added: gtksourceview-2.4.1.ebuild
5 Removed: gtksourceview-2.4.0.ebuild
6 Log:
7 Version bump. Fixes crash when inserting images in the buffer, adds graphviz syntax highlighting and improves the octave one, translation updates
8 (Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo x86_64)
9
10 Revision Changes Path
11 1.146 x11-libs/gtksourceview/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.146&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.146&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/ChangeLog?r1=1.145&r2=1.146
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v
20 retrieving revision 1.145
21 retrieving revision 1.146
22 diff -u -r1.145 -r1.146
23 --- ChangeLog 18 Oct 2008 22:45:54 -0000 1.145
24 +++ ChangeLog 1 Nov 2008 18:02:13 -0000 1.146
25 @@ -1,6 +1,14 @@
26 # ChangeLog for x11-libs/gtksourceview
27 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.145 2008/10/18 22:45:54 ranger Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.146 2008/11/01 18:02:13 leio Exp $
30 +
31 +*gtksourceview-2.4.1 (01 Nov 2008)
32 +
33 + 01 Nov 2008; Mart Raudsepp <leio@g.o> -gtksourceview-2.4.0.ebuild,
34 + +gtksourceview-2.4.1.ebuild:
35 + Version bump. Fixes crash when inserting images in the buffer, adds
36 + graphviz syntax highlighting and improves the octave one, translation
37 + updates
38
39 18 Oct 2008; Brent Baude <ranger@g.o> gtksourceview-2.2.2.ebuild:
40 Marking gtksourceview-2.2.2 ppc stable for bug 236971
41
42
43
44 1.1 x11-libs/gtksourceview/gtksourceview-2.4.1.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.4.1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.4.1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: gtksourceview-2.4.1.ebuild
50 ===================================================================
51 # Copyright 1999-2008 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.4.1.ebuild,v 1.1 2008/11/01 18:02:13 leio Exp $
54
55 inherit gnome2
56
57 DESCRIPTION="A text widget implementing syntax highlighting and other features"
58 HOMEPAGE="http://www.gnome.org/"
59
60 LICENSE="GPL-2"
61 SLOT="2.0"
62 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
63 IUSE="doc"
64
65 RDEPEND=">=x11-libs/gtk+-2.12
66 >=dev-libs/libxml2-2.5
67 >=dev-libs/glib-2.14"
68 DEPEND="${RDEPEND}
69 sys-devel/gettext
70 >=dev-util/intltool-0.40
71 >=dev-util/pkgconfig-0.9
72 doc? ( >=dev-util/gtk-doc-1 )"
73
74 DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README"
75
76 src_install() {
77 gnome2_src_install
78
79 insinto /usr/share/${PN}-2.0/language-specs
80 doins "${FILESDIR}"/2.0/gentoo.lang
81 }