Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/gtksourceview/
Date: Tue, 01 Nov 2016 11:18:45
Message-Id: 1477999088.b9290b0abbba08ac45407edbd1662433fe08df40.eva@gentoo
1 commit: b9290b0abbba08ac45407edbd1662433fe08df40
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 1 11:14:16 2016 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 1 11:18:08 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9290b0a
7
8 x11-libs/gtksourceview: version bump 3.20.4 → 3.22.0
9
10 Package-Manager: portage-2.3.2
11
12 x11-libs/gtksourceview/Manifest | 1 +
13 x11-libs/gtksourceview/gtksourceview-3.22.0.ebuild | 59 ++++++++++++++++++++++
14 2 files changed, 60 insertions(+)
15
16 diff --git a/x11-libs/gtksourceview/Manifest b/x11-libs/gtksourceview/Manifest
17 index 8f31387..7a8c001 100644
18 --- a/x11-libs/gtksourceview/Manifest
19 +++ b/x11-libs/gtksourceview/Manifest
20 @@ -3,3 +3,4 @@ DIST gtksourceview-3.16.1.tar.xz 1272152 SHA256 669e9846ca744ec4d04ce61377e85df7
21 DIST gtksourceview-3.18.2.tar.xz 1317804 SHA256 60f75a9f0039e13a2281fc595b5ef7344afa06732cc53b57d13234bfb0a5b7b2 SHA512 75e502264d7d9f63f9a2c9c884072cfc2d323c7cc49383b9b53916321ce20ef695e7a2dd0f6db67a4daf70ba84a3a907dfc6d9407ba5982adb976210e0589328 WHIRLPOOL 4143a624a0582a5d92de707b5167bc9805a5b484906977c4b0d195703d7bd113ebd677829f6e6c2c2d8d10cdae2041db99e8294e18e7114d53e15da6f233ad80
22 DIST gtksourceview-3.18.3.tar.xz 1294704 SHA256 4720710d559c372f6add0b73b5ee1511630ba7cf0502e554461503602400e015 SHA512 29fba52d961137a23cadf50aab220e8bd7f1515727cedf081eb59f4f18e297cff40b0ad5432af7b45686c5f7b1fdbae43df3bf2de820ec91654b03bff175c0fe WHIRLPOOL 66c198cf361c55975111288cea07684c538a9ceeb5a77424e1a698be0a0e0baca2126c0dd64e5f6545b91abb2d6c78301c0f47c8ca8d64b939b93760591ad980
23 DIST gtksourceview-3.20.4.tar.xz 1582240 SHA256 7a0e6ac95ff3862bd8ef77a40e95a942939e73cb407f2eb67af600d7ce533d01 SHA512 4b69759e77acd120da24683e9cacd994e5bcef4c7b6404bad2df930b228a39f99f9391e137583fadb4939189f66f088bd386192b4d23bc232d718804156db941 WHIRLPOOL 7fb3895b3eeb56375ead63b709d4e0b0b02a33fdfed745a9a714af2e72f80c548228201702d317519cc0fb655c8c2e39c60333275889d323a59efb22556b28a1
24 +DIST gtksourceview-3.22.0.tar.xz 1595016 SHA256 70657f48732427984dce6cc812bdd3f2b701c0a49e0a0a08889705b3dadcf8e5 SHA512 728c5c13de57a6ebd3d837d3d9440daa5e64a18e92cfbf0a635d8e3708ee257b568e110fa88c4e11c18bc0534d58ec1556f3fa974793cadeae3264c9ef449e26 WHIRLPOOL 3806bb90e4e34ff6fbe141b1c2fc95526c8cee108883a8b5821fa85a668bf8ad1ac4f60e23602f5d3bb991d5992c7b4553f0a4215a3378ee2f70d5d6aa55e7f3
25
26 diff --git a/x11-libs/gtksourceview/gtksourceview-3.22.0.ebuild b/x11-libs/gtksourceview/gtksourceview-3.22.0.ebuild
27 new file mode 100644
28 index 00000000..9b2b002
29 --- /dev/null
30 +++ b/x11-libs/gtksourceview/gtksourceview-3.22.0.ebuild
31 @@ -0,0 +1,59 @@
32 +# Copyright 1999-2016 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +# $Id$
35 +
36 +EAPI="6"
37 +VALA_MIN_API_VERSION="0.24"
38 +VALA_USE_DEPEND="vapigen"
39 +
40 +inherit gnome2 vala virtualx
41 +
42 +DESCRIPTION="A text widget implementing syntax highlighting and other features"
43 +HOMEPAGE="https://wiki.gnome.org/Projects/GtkSourceView"
44 +
45 +LICENSE="GPL-2+ LGPL-2.1+"
46 +SLOT="3.0/3"
47 +
48 +IUSE="glade +introspection vala"
49 +REQUIRED_USE="vala? ( introspection )"
50 +
51 +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"
52 +
53 +RDEPEND="
54 + >=dev-libs/glib-2.48:2
55 + >=dev-libs/libxml2-2.6:2
56 + >=x11-libs/gtk+-3.20:3[introspection?]
57 + glade? ( >=dev-util/glade-3.9:3.10 )
58 + introspection? ( >=dev-libs/gobject-introspection-1.42:= )
59 +"
60 +DEPEND="${RDEPEND}
61 + >=dev-util/gtk-doc-am-1.25
62 + >=sys-devel/gettext-0.19.4
63 + dev-util/itstool
64 + virtual/pkgconfig
65 + vala? ( $(vala_depend) )
66 +"
67 +
68 +src_prepare() {
69 + use vala && vala_src_prepare
70 + gnome2_src_prepare
71 +}
72 +
73 +src_configure() {
74 + gnome2_src_configure \
75 + --disable-deprecations \
76 + $(use_enable glade glade-catalog) \
77 + $(use_enable introspection) \
78 + $(use_enable vala)
79 +}
80 +
81 +src_test() {
82 + virtx emake check
83 +}
84 +
85 +src_install() {
86 + gnome2_src_install
87 +
88 + insinto /usr/share/${PN}-3.0/language-specs
89 + doins "${FILESDIR}"/2.0/gentoo.lang
90 +}