Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/gtksourceview: ChangeLog gtksourceview-2.0.2.ebuild
Date: Wed, 05 Dec 2007 23:27:14
Message-Id: E1J03e0-0003cU-2e@stork.gentoo.org
1 eva 07/12/05 23:27:08
2
3 Modified: ChangeLog
4 Added: gtksourceview-2.0.2.ebuild
5 Log:
6 bump to 2.0.2
7 (Portage version: 2.1.4_rc7)
8
9 Revision Changes Path
10 1.118 x11-libs/gtksourceview/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.118&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.118&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/ChangeLog?r1=1.117&r2=1.118
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v
19 retrieving revision 1.117
20 retrieving revision 1.118
21 diff -u -r1.117 -r1.118
22 --- ChangeLog 29 Nov 2007 06:00:15 -0000 1.117
23 +++ ChangeLog 5 Dec 2007 23:27:07 -0000 1.118
24 @@ -1,6 +1,12 @@
25 # ChangeLog for x11-libs/gtksourceview
26 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.117 2007/11/29 06:00:15 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.118 2007/12/05 23:27:07 eva Exp $
29 +
30 +*gtksourceview-2.0.2 (05 Dec 2007)
31 +
32 + 05 Dec 2007; Gilles Dartiguelongue <eva@g.o>
33 + +gtksourceview-2.0.2.ebuild:
34 + bump to 2.0.2
35
36 29 Nov 2007; Jeroen Roovers <jer@g.o>
37 gtksourceview-2.0.1-r1.ebuild:
38
39
40
41 1.1 x11-libs/gtksourceview/gtksourceview-2.0.2.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.0.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.0.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gtksourceview-2.0.2.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.0.2.ebuild,v 1.1 2007/12/05 23:27:07 eva Exp $
51
52 inherit gnome2 eutils autotools
53
54 DESCRIPTION="A text widget implementing syntax highlighting and other features"
55 HOMEPAGE="http://www.gnome.org/"
56
57 LICENSE="GPL-2"
58 SLOT="2.0"
59 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
60 IUSE="doc"
61
62 RDEPEND=">=x11-libs/gtk+-2.8
63 >=dev-libs/libxml2-2.5
64 >=dev-libs/glib-2
65 >=dev-libs/libpcre-7.4"
66 DEPEND="${RDEPEND}
67 sys-devel/gettext
68 >=dev-util/intltool-0.35
69 >=dev-util/pkgconfig-0.9
70 doc? ( >=dev-util/gtk-doc-1 )"
71
72 DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README TODO"
73
74 pkg_setup() {
75 # Removes the gnome-vfs dep
76 G2CONF="${G2CONF} --disable-build-tests --with-system-pcre"
77 }
78
79 src_install() {
80 gnome2_src_install
81
82 insinto /usr/share/${PN}-2.0/language-specs
83 doins "${FILESDIR}"/2.0/gentoo.lang
84 }
85
86
87
88 --
89 gentoo-commits@g.o mailing list