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.2.2.ebuild
Date: Wed, 02 Jul 2008 21:03:34
Message-Id: E1KE9U8-0007dY-Jy@stork.gentoo.org
1 eva 08/07/02 21:03:28
2
3 Modified: ChangeLog
4 Added: gtksourceview-2.2.2.ebuild
5 Log:
6 bump to 2.2.2. Improvements to some of the lang files Misc bugfixes. Updated translations.
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
8
9 Revision Changes Path
10 1.134 x11-libs/gtksourceview/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.134&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.134&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/ChangeLog?r1=1.133&r2=1.134
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v
19 retrieving revision 1.133
20 retrieving revision 1.134
21 diff -u -r1.133 -r1.134
22 --- ChangeLog 15 Jun 2008 19:47:58 -0000 1.133
23 +++ ChangeLog 2 Jul 2008 21:03:28 -0000 1.134
24 @@ -1,6 +1,15 @@
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.133 2008/06/15 19:47:58 swegener Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.134 2008/07/02 21:03:28 eva Exp $
29 +
30 +*gtksourceview-2.2.2 (02 Jul 2008)
31 +
32 + 02 Jul 2008; Gilles Dartiguelongue <eva@g.o>
33 + +gtksourceview-2.2.2.ebuild:
34 + bump to 2.2.2.
35 + * Improvements to some of the lang files
36 + * Misc bugfixes
37 + * Updated translations
38
39 15 Jun 2008; Sven Wegener <swegener@g.o>
40 gtksourceview-2.0.2.ebuild:
41
42
43
44 1.1 x11-libs/gtksourceview/gtksourceview-2.2.2.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.2.2.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.2.2.ebuild?rev=1.1&content-type=text/plain
48
49 Index: gtksourceview-2.2.2.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.2.2.ebuild,v 1.1 2008/07/02 21:03:28 eva Exp $
54
55 inherit gnome2 eutils
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 # glib-2.14 dep is to be sure GRegex exists, so that gtksourceview does not
66 # build a copy of it. However gtk+-2.12 already can't work with lower version
67 # than that
68 RDEPEND=">=x11-libs/gtk+-2.12
69 >=dev-libs/libxml2-2.5
70 >=dev-libs/glib-2.14"
71 DEPEND="${RDEPEND}
72 sys-devel/gettext
73 >=dev-util/intltool-0.35
74 >=dev-util/pkgconfig-0.9
75 doc? ( >=dev-util/gtk-doc-1 )"
76
77 DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README TODO"
78
79 pkg_setup() {
80 # Removes the gnome-vfs dep
81 G2CONF="${G2CONF} --disable-build-tests"
82 }
83
84 src_install() {
85 gnome2_src_install
86
87 insinto /usr/share/${PN}-2.0/language-specs
88 doins "${FILESDIR}"/2.0/gentoo.lang
89 }
90
91
92
93 --
94 gentoo-commits@l.g.o mailing list