Gentoo Archives: gentoo-commits

From: Alexandre Restovtsev <tetromino@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:gnome-next commit in: x11-libs/gtksourceview/
Date: Wed, 28 Sep 2011 21:19:12
Message-Id: 4b7f9d45e20a5c2ad16eef7f466899f1346a407a.tetromino@gentoo
1 commit: 4b7f9d45e20a5c2ad16eef7f466899f1346a407a
2 Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
3 AuthorDate: Wed Sep 28 21:15:20 2011 +0000
4 Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
5 CommitDate: Wed Sep 28 21:15:20 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=4b7f9d45
7
8 x11-libs/gtksourceview: 3.2.0 is in gx86
9
10 ---
11 x11-libs/gtksourceview/gtksourceview-3.2.0.ebuild | 68 ---------------------
12 1 files changed, 0 insertions(+), 68 deletions(-)
13
14 diff --git a/x11-libs/gtksourceview/gtksourceview-3.2.0.ebuild b/x11-libs/gtksourceview/gtksourceview-3.2.0.ebuild
15 deleted file mode 100644
16 index 6c1e791..0000000
17 --- a/x11-libs/gtksourceview/gtksourceview-3.2.0.ebuild
18 +++ /dev/null
19 @@ -1,68 +0,0 @@
20 -# Copyright 1999-2011 Gentoo Foundation
21 -# Distributed under the terms of the GNU General Public License v2
22 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-3.0.4.ebuild,v 1.1 2011/06/20 11:45:03 pacho Exp $
23 -
24 -EAPI="4"
25 -GCONF_DEBUG="no"
26 -GNOME2_LA_PUNT="yes"
27 -
28 -inherit gnome2 virtualx
29 -if [[ ${PV} = 9999 ]]; then
30 - inherit gnome2-live
31 -fi
32 -
33 -DESCRIPTION="A text widget implementing syntax highlighting and other features"
34 -HOMEPAGE="http://projects.gnome.org/gtksourceview/"
35 -
36 -LICENSE="GPL-2"
37 -SLOT="3.0"
38 -IUSE="doc glade +introspection"
39 -if [[ ${PV} = 9999 ]]; then
40 - KEYWORDS=""
41 -else
42 - 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"
43 -fi
44 -
45 -# Note: has native OSX support, prefix teams, attack!
46 -RDEPEND=">=x11-libs/gtk+-3.0:3[introspection?]
47 - >=dev-libs/libxml2-2.6:2
48 - >=dev-libs/glib-2.28:2
49 - glade? ( >=dev-util/glade-3.9:3.10 )
50 - introspection? ( >=dev-libs/gobject-introspection-0.9.0 )"
51 -DEPEND="${RDEPEND}
52 - >=sys-devel/gettext-0.17
53 - >=dev-util/intltool-0.40
54 - >=dev-util/pkgconfig-0.9
55 - doc? ( >=dev-util/gtk-doc-1.11 )"
56 -
57 -pkg_setup() {
58 - DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README"
59 - G2CONF="${G2CONF}
60 - --disable-deprecations
61 - --disable-maintainer-mode
62 - --enable-providers
63 - $(use_enable glade glade-catalog)
64 - $(use_enable introspection)"
65 -}
66 -
67 -src_prepare() {
68 - sed -i -e 's:--warn-all::' gtksourceview/Makefile.in || die
69 -
70 - # Skip broken test until upstream bug #621383 is solved
71 - sed -e "/guess-language/d" \
72 - -e "/get-language/d" \
73 - -i tests/test-languagemanager.c || die
74 -
75 - gnome2_src_prepare
76 -}
77 -
78 -src_test() {
79 - Xemake check
80 -}
81 -
82 -src_install() {
83 - gnome2_src_install
84 -
85 - insinto /usr/share/${PN}-3.0/language-specs
86 - doins "${FILESDIR}"/2.0/gentoo.lang
87 -}