Gentoo Archives: gentoo-commits

From: Alexandre Restovtsev <tetromino@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: x11-libs/gtksourceview/
Date: Mon, 27 Feb 2012 04:07:24
Message-Id: 1330315497.6f74c073f2f2c7975b744e4b41ce79b0e962cc94.tetromino@gentoo
1 commit: 6f74c073f2f2c7975b744e4b41ce79b0e962cc94
2 Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 27 04:04:57 2012 +0000
4 Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
5 CommitDate: Mon Feb 27 04:04:57 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=6f74c073
7
8 x11-libs/gtksourceview: add 3.3.4
9
10 ---
11 ...view-9999.ebuild => gtksourceview-3.3.4.ebuild} | 17 +++++------------
12 x11-libs/gtksourceview/gtksourceview-9999.ebuild | 10 +++++-----
13 2 files changed, 10 insertions(+), 17 deletions(-)
14
15 diff --git a/x11-libs/gtksourceview/gtksourceview-9999.ebuild b/x11-libs/gtksourceview/gtksourceview-3.3.4.ebuild
16 similarity index 79%
17 copy from x11-libs/gtksourceview/gtksourceview-9999.ebuild
18 copy to x11-libs/gtksourceview/gtksourceview-3.3.4.ebuild
19 index 6b0f80c..a15881c 100644
20 --- a/x11-libs/gtksourceview/gtksourceview-9999.ebuild
21 +++ b/x11-libs/gtksourceview/gtksourceview-3.3.4.ebuild
22 @@ -1,15 +1,12 @@
23 -# Copyright 1999-2011 Gentoo Foundation
24 +# Copyright 1999-2012 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-3.0.4.ebuild,v 1.1 2011/06/20 11:45:03 pacho Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-3.2.3.ebuild,v 1.2 2012/01/22 14:46:11 jer Exp $
28
29 EAPI="4"
30 GCONF_DEBUG="no"
31 GNOME2_LA_PUNT="yes"
32
33 inherit gnome2 virtualx
34 -if [[ ${PV} = 9999 ]]; then
35 - inherit gnome2-live
36 -fi
37
38 DESCRIPTION="A text widget implementing syntax highlighting and other features"
39 HOMEPAGE="http://projects.gnome.org/gtksourceview/"
40 @@ -17,11 +14,7 @@ HOMEPAGE="http://projects.gnome.org/gtksourceview/"
41 LICENSE="GPL-2"
42 SLOT="3.0"
43 IUSE="doc glade +introspection"
44 -if [[ ${PV} = 9999 ]]; then
45 - KEYWORDS=""
46 -else
47 - 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"
48 -fi
49 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
50
51 # Note: has native OSX support, prefix teams, attack!
52 RDEPEND=">=x11-libs/gtk+-3.0:3[introspection?]
53 @@ -45,14 +38,14 @@ pkg_setup() {
54 }
55
56 src_prepare() {
57 + gnome2_src_prepare
58 +
59 sed -i -e 's:--warn-all::' gtksourceview/Makefile.in || die
60
61 # Skip broken test until upstream bug #621383 is solved
62 sed -e "/guess-language/d" \
63 -e "/get-language/d" \
64 -i tests/test-languagemanager.c || die
65 -
66 - gnome2_src_prepare
67 }
68
69 src_test() {
70
71 diff --git a/x11-libs/gtksourceview/gtksourceview-9999.ebuild b/x11-libs/gtksourceview/gtksourceview-9999.ebuild
72 index 6b0f80c..fa22437 100644
73 --- a/x11-libs/gtksourceview/gtksourceview-9999.ebuild
74 +++ b/x11-libs/gtksourceview/gtksourceview-9999.ebuild
75 @@ -1,6 +1,6 @@
76 -# Copyright 1999-2011 Gentoo Foundation
77 +# Copyright 1999-2012 Gentoo Foundation
78 # Distributed under the terms of the GNU General Public License v2
79 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-3.0.4.ebuild,v 1.1 2011/06/20 11:45:03 pacho Exp $
80 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-3.2.3.ebuild,v 1.2 2012/01/22 14:46:11 jer Exp $
81
82 EAPI="4"
83 GCONF_DEBUG="no"
84 @@ -20,7 +20,7 @@ IUSE="doc glade +introspection"
85 if [[ ${PV} = 9999 ]]; then
86 KEYWORDS=""
87 else
88 - 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"
89 + KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
90 fi
91
92 # Note: has native OSX support, prefix teams, attack!
93 @@ -45,14 +45,14 @@ pkg_setup() {
94 }
95
96 src_prepare() {
97 + gnome2_src_prepare
98 +
99 sed -i -e 's:--warn-all::' gtksourceview/Makefile.in || die
100
101 # Skip broken test until upstream bug #621383 is solved
102 sed -e "/guess-language/d" \
103 -e "/get-language/d" \
104 -i tests/test-languagemanager.c || die
105 -
106 - gnome2_src_prepare
107 }
108
109 src_test() {