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: ChangeLog gtksourceview-3.10.2.ebuild
Date: Thu, 06 Feb 2014 22:51:21
Message-Id: 20140206225117.5FB5E2004C@flycatcher.gentoo.org
1 eva 14/02/06 22:51:17
2
3 Modified: ChangeLog
4 Added: gtksourceview-3.10.2.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C6085806)
9
10 Revision Changes Path
11 1.255 x11-libs/gtksourceview/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.255&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.255&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/ChangeLog?r1=1.254&r2=1.255
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v
20 retrieving revision 1.254
21 retrieving revision 1.255
22 diff -u -r1.254 -r1.255
23 --- ChangeLog 24 Dec 2013 15:27:21 -0000 1.254
24 +++ ChangeLog 6 Feb 2014 22:51:17 -0000 1.255
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-libs/gtksourceview
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.254 2013/12/24 15:27:21 pacho Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.255 2014/02/06 22:51:17 eva Exp $
31 +
32 +*gtksourceview-3.10.2 (06 Feb 2014)
33 +
34 + 06 Feb 2014; Gilles Dartiguelongue <eva@g.o>
35 + +gtksourceview-3.10.2.ebuild:
36 + Version bump.
37
38 *gtksourceview-3.10.1 (24 Dec 2013)
39
40
41
42
43 1.1 x11-libs/gtksourceview/gtksourceview-3.10.2.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/gtksourceview-3.10.2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/gtksourceview-3.10.2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: gtksourceview-3.10.2.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-3.10.2.ebuild,v 1.1 2014/02/06 22:51:17 eva Exp $
53
54 EAPI="5"
55 GCONF_DEBUG="no"
56
57 inherit gnome2 virtualx
58
59 DESCRIPTION="A text widget implementing syntax highlighting and other features"
60 HOMEPAGE="http://projects.gnome.org/gtksourceview/"
61
62 LICENSE="GPL-2+ LGPL-2.1+"
63 SLOT="3.0/2"
64 IUSE="glade +introspection"
65 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"
66
67 # Note: has native OSX support, prefix teams, attack!
68 RDEPEND="
69 >=dev-libs/glib-2.37.3:2
70 >=dev-libs/libxml2-2.6:2
71 >=x11-libs/gtk+-3.9.9:3[introspection?]
72 glade? ( >=dev-util/glade-3.9:3.10 )
73 introspection? ( >=dev-libs/gobject-introspection-0.9.0 )
74 "
75 DEPEND="${RDEPEND}
76 dev-util/gtk-doc-am
77 >=dev-util/intltool-0.50
78 >=sys-devel/gettext-0.17
79 virtual/pkgconfig
80 "
81
82 src_configure() {
83 gnome2_src_configure \
84 --disable-deprecations \
85 --enable-providers \
86 $(use_enable glade glade-catalog) \
87 $(use_enable introspection)
88 }
89
90 src_test() {
91 Xemake check
92 }
93
94 src_install() {
95 DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README"
96 gnome2_src_install
97
98 insinto /usr/share/${PN}-3.0/language-specs
99 doins "${FILESDIR}"/2.0/gentoo.lang
100 }