Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/gtksourceview: gtksourceview-3.12.3.ebuild ChangeLog gtksourceview-3.12.1.ebuild gtksourceview-3.10.2.ebuild
Date: Thu, 04 Sep 2014 09:50:03
Message-Id: 20140904094958.E1B5D4ADB@oystercatcher.gentoo.org
1 pacho 14/09/04 09:49:58
2
3 Modified: ChangeLog
4 Added: gtksourceview-3.12.3.ebuild
5 Removed: gtksourceview-3.12.1.ebuild
6 gtksourceview-3.10.2.ebuild
7 Log:
8 Version bump, drop old
9
10 (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
11
12 Revision Changes Path
13 1.269 x11-libs/gtksourceview/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.269&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.269&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/ChangeLog?r1=1.268&r2=1.269
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v
22 retrieving revision 1.268
23 retrieving revision 1.269
24 diff -u -r1.268 -r1.269
25 --- ChangeLog 25 Aug 2014 11:04:00 -0000 1.268
26 +++ ChangeLog 4 Sep 2014 09:49:58 -0000 1.269
27 @@ -1,6 +1,12 @@
28 # ChangeLog for x11-libs/gtksourceview
29 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.268 2014/08/25 11:04:00 ago Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.269 2014/09/04 09:49:58 pacho Exp $
32 +
33 +*gtksourceview-3.12.3 (04 Sep 2014)
34 +
35 + 04 Sep 2014; Pacho Ramos <pacho@g.o> +gtksourceview-3.12.3.ebuild,
36 + -gtksourceview-3.10.2.ebuild, -gtksourceview-3.12.1.ebuild:
37 + Version bump, drop old
38
39 25 Aug 2014; Agostino Sarubbo <ago@g.o> gtksourceview-3.12.2.ebuild:
40 Stable for alpha, wrt bug #512012
41
42
43
44 1.1 x11-libs/gtksourceview/gtksourceview-3.12.3.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/gtksourceview-3.12.3.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/gtksourceview-3.12.3.ebuild?rev=1.1&content-type=text/plain
48
49 Index: gtksourceview-3.12.3.ebuild
50 ===================================================================
51 # Copyright 1999-2014 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-3.12.3.ebuild,v 1.1 2014/09/04 09:49:58 pacho Exp $
54
55 EAPI="5"
56 GCONF_DEBUG="no"
57
58 inherit gnome2 virtualx
59
60 DESCRIPTION="A text widget implementing syntax highlighting and other features"
61 HOMEPAGE="https://wiki.gnome.org/Projects/GtkSourceView"
62
63 LICENSE="GPL-2+ LGPL-2.1+"
64 SLOT="3.0/2"
65 IUSE="glade +introspection"
66 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
67
68 # Note: has native OSX support, prefix teams, attack!
69 RDEPEND="
70 >=dev-libs/glib-2.37.3:2
71 >=dev-libs/libxml2-2.6:2
72 >=x11-libs/gtk+-3.11:3[introspection?]
73 glade? ( >=dev-util/glade-3.9:3.10 )
74 introspection? ( >=dev-libs/gobject-introspection-0.9.0 )
75 "
76 DEPEND="${RDEPEND}
77 dev-util/gtk-doc-am
78 >=dev-util/intltool-0.50
79 >=sys-devel/gettext-0.17
80 virtual/pkgconfig
81 "
82
83 src_configure() {
84 gnome2_src_configure \
85 --disable-deprecations \
86 --enable-providers \
87 $(use_enable glade glade-catalog) \
88 $(use_enable introspection)
89 }
90
91 src_test() {
92 Xemake check
93 }
94
95 src_install() {
96 DOCS="AUTHORS HACKING MAINTAINERS NEWS README"
97 gnome2_src_install
98
99 insinto /usr/share/${PN}-3.0/language-specs
100 doins "${FILESDIR}"/2.0/gentoo.lang
101 }