Gentoo Archives: gentoo-commits

From: "Nirbheek Chauhan (nirbheek)" <nirbheek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/gtksourceview: metadata.xml ChangeLog gtksourceview-3.0.1.ebuild
Date: Sat, 30 Apr 2011 09:38:31
Message-Id: 20110430093821.8989220054@flycatcher.gentoo.org
1 nirbheek 11/04/30 09:38:21
2
3 Modified: metadata.xml ChangeLog
4 Added: gtksourceview-3.0.1.ebuild
5 Log:
6 Add 3.0.1, with USE=glade masked
7
8 (Portage version: 2.1.9.46/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 x11-libs/gtksourceview/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/metadata.xml?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/metadata.xml?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/metadata.xml?r1=1.2&r2=1.3
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/metadata.xml,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- metadata.xml 13 Jun 2010 16:13:18 -0000 1.2
24 +++ metadata.xml 30 Apr 2011 09:38:21 -0000 1.3
25 @@ -4,5 +4,7 @@
26 <herd>gnome</herd>
27 <use>
28 <flag name="glade">Install a glade catalog file</flag>
29 + <flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg>
30 + for introspection</flag>
31 </use>
32 </pkgmetadata>
33
34
35
36 1.201 x11-libs/gtksourceview/ChangeLog
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.201&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.201&content-type=text/plain
40 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/ChangeLog?r1=1.200&r2=1.201
41
42 Index: ChangeLog
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v
45 retrieving revision 1.200
46 retrieving revision 1.201
47 diff -u -r1.200 -r1.201
48 --- ChangeLog 10 Apr 2011 10:50:02 -0000 1.200
49 +++ ChangeLog 30 Apr 2011 09:38:21 -0000 1.201
50 @@ -1,6 +1,12 @@
51 # ChangeLog for x11-libs/gtksourceview
52 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
53 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.200 2011/04/10 10:50:02 ssuominen Exp $
54 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.201 2011/04/30 09:38:21 nirbheek Exp $
55 +
56 +*gtksourceview-3.0.1 (30 Apr 2011)
57 +
58 + 30 Apr 2011; Nirbheek Chauhan <nirbheek@g.o>
59 + +gtksourceview-3.0.1.ebuild:
60 + Add 3.0.1, with USE=glade masked
61
62 10 Apr 2011; Samuli Suominen <ssuominen@g.o>
63 gtksourceview-2.10.5-r1.ebuild:
64
65
66
67 1.1 x11-libs/gtksourceview/gtksourceview-3.0.1.ebuild
68
69 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/gtksourceview-3.0.1.ebuild?rev=1.1&view=markup
70 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/gtksourceview-3.0.1.ebuild?rev=1.1&content-type=text/plain
71
72 Index: gtksourceview-3.0.1.ebuild
73 ===================================================================
74 # Copyright 1999-2011 Gentoo Foundation
75 # Distributed under the terms of the GNU General Public License v2
76 # $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-3.0.1.ebuild,v 1.1 2011/04/30 09:38:21 nirbheek Exp $
77
78 EAPI="2"
79 GCONF_DEBUG="no"
80 GNOME2_LA_PUNT="yes"
81
82 inherit gnome2 virtualx
83
84 DESCRIPTION="A text widget implementing syntax highlighting and other features"
85 HOMEPAGE="http://www.gnome.org/"
86
87 LICENSE="GPL-2"
88 SLOT="3.0"
89 IUSE="doc glade +introspection"
90 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
91
92 # Note: has native OSX support, prefix teams, attack!
93 RDEPEND=">=x11-libs/gtk+-3.0:3[introspection?]
94 >=dev-libs/libxml2-2.6:2
95 >=dev-libs/glib-2.28:2
96 glade? ( >=dev-util/glade-3.9:3 )
97 introspection? ( >=dev-libs/gobject-introspection-0.9.0 )"
98 DEPEND="${RDEPEND}
99 >=sys-devel/gettext-0.17
100 >=dev-util/intltool-0.40
101 >=dev-util/pkgconfig-0.9
102 doc? ( >=dev-util/gtk-doc-1.11 )"
103
104 pkg_setup() {
105 DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README"
106 G2CONF="${G2CONF}
107 --disable-deprecations
108 --enable-providers
109 $(use_enable glade glade-catalog)
110 $(use_enable introspection)"
111 }
112
113 src_prepare() {
114 sed -i -e 's:--warn-all::' gtksourceview/Makefile.in
115
116 # Skip broken test until upstream bug #621383 is solved
117 sed -e "/guess-language/d" \
118 -e "/get-language/d" \
119 -i tests/test-languagemanager.c || die
120
121 gnome2_src_prepare
122 }
123
124 src_test() {
125 Xemake check || die "Test phase failed"
126 }
127
128 src_install() {
129 gnome2_src_install
130
131 insinto /usr/share/${PN}-3.0/language-specs
132 doins "${FILESDIR}"/2.0/gentoo.lang || die "doins failed"
133 }