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: gtksourceview-2.10.5.ebuild ChangeLog
Date: Tue, 28 Sep 2010 21:32:48
Message-Id: 20100928212929.76B5020051@flycatcher.gentoo.org
1 eva 10/09/28 21:29:29
2
3 Modified: ChangeLog
4 Added: gtksourceview-2.10.5.ebuild
5 Log:
6 Version bump. Translation updates.
7
8 (Portage version: 2.2_rc88/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.186 x11-libs/gtksourceview/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.186&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.186&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/ChangeLog?r1=1.185&r2=1.186
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v
20 retrieving revision 1.185
21 retrieving revision 1.186
22 diff -u -r1.185 -r1.186
23 --- ChangeLog 11 Sep 2010 18:35:26 -0000 1.185
24 +++ ChangeLog 28 Sep 2010 21:29:29 -0000 1.186
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-libs/gtksourceview
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.185 2010/09/11 18:35:26 josejx Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.186 2010/09/28 21:29:29 eva Exp $
30 +
31 +*gtksourceview-2.10.5 (28 Sep 2010)
32 +
33 + 28 Sep 2010; Gilles Dartiguelongue <eva@g.o>
34 + +gtksourceview-2.10.5.ebuild:
35 + Version bump. Translation updates.
36
37 11 Sep 2010; Joseph Jezak <josejx@g.o> gtksourceview-2.10.4.ebuild:
38 Marked ppc for bug #324077.
39
40
41
42 1.1 x11-libs/gtksourceview/gtksourceview-2.10.5.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.10.5.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.10.5.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gtksourceview-2.10.5.ebuild
48 ===================================================================
49 # Copyright 1999-2010 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.10.5.ebuild,v 1.1 2010/09/28 21:29:29 eva Exp $
52
53 EAPI="2"
54 GCONF_DEBUG="no"
55
56 inherit gnome2 virtualx
57
58 DESCRIPTION="A text widget implementing syntax highlighting and other features"
59 HOMEPAGE="http://www.gnome.org/"
60
61 LICENSE="GPL-2"
62 SLOT="2.0"
63 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
64 IUSE="doc glade"
65
66 RDEPEND=">=x11-libs/gtk+-2.12
67 >=dev-libs/libxml2-2.5
68 >=dev-libs/glib-2.14
69 glade? ( >=dev-util/glade-3.2 )"
70 DEPEND="${RDEPEND}
71 >=sys-devel/gettext-0.17
72 >=dev-util/intltool-0.40
73 >=dev-util/pkgconfig-0.9
74 doc? ( >=dev-util/gtk-doc-1.11 )"
75
76 DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README"
77
78 pkg_config() {
79 G2CONF="${G2CONF}
80 --disable-maintainer-mode
81 $(use-enable glade glade-catalog)"
82 }
83
84 src_prepare() {
85 gnome2_src_prepare
86
87 # Skip broken test until upstream bug #621383 is solved
88 sed -i -e "/guess-language/d" tests/test-languagemanager.c || die
89 }
90
91 src_test() {
92 Xemake check || die "Test phase failed"
93 }
94
95 src_install() {
96 gnome2_src_install
97
98 insinto /usr/share/${PN}-2.0/language-specs
99 doins "${FILESDIR}"/2.0/gentoo.lang || die "doins failed"
100 }