commit:     79c35561dc5a0da36550838994c1d33d3afc0fcc
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 28 03:38:32 2016 +0000
Commit:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
CommitDate: Tue Jun 28 03:46:50 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79c35561

x11-libs/gtksourceview: bump to 3.20.4

Package-Manager: portage-2.3.0

 x11-libs/gtksourceview/Manifest                    |  1 +
 x11-libs/gtksourceview/gtksourceview-3.20.4.ebuild | 60 ++++++++++++++++++++++
 2 files changed, 61 insertions(+)

diff --git a/x11-libs/gtksourceview/Manifest b/x11-libs/gtksourceview/Manifest
index d4e86e0..8f31387 100644
--- a/x11-libs/gtksourceview/Manifest
+++ b/x11-libs/gtksourceview/Manifest
@@ -2,3 +2,4 @@ DIST gtksourceview-2.10.5.tar.bz2 1253321 SHA256 
c585773743b1df8a04b1be7f7d90eec
 DIST gtksourceview-3.16.1.tar.xz 1272152 SHA256 
669e9846ca744ec4d04ce61377e85df7ca909ad476329922a6abf4da423f1b0c SHA512 
8bae196d923d08e58c8f02d7612b32aa7caec8457c2ff35c2bb2322a3013a8f1fe52cbc62540f9d83054811ee517088d4e880b82733b2a73e7724a206b2ad911
 WHIRLPOOL 
c51a0dd6ccad2262b289509f8dfa85675ba90cf4f0242358ca2d1ad857cf06e33ad0495560b726430738d827f9204c2eb63a90209171194a7c8eb163e46a1471
 DIST gtksourceview-3.18.2.tar.xz 1317804 SHA256 
60f75a9f0039e13a2281fc595b5ef7344afa06732cc53b57d13234bfb0a5b7b2 SHA512 
75e502264d7d9f63f9a2c9c884072cfc2d323c7cc49383b9b53916321ce20ef695e7a2dd0f6db67a4daf70ba84a3a907dfc6d9407ba5982adb976210e0589328
 WHIRLPOOL 
4143a624a0582a5d92de707b5167bc9805a5b484906977c4b0d195703d7bd113ebd677829f6e6c2c2d8d10cdae2041db99e8294e18e7114d53e15da6f233ad80
 DIST gtksourceview-3.18.3.tar.xz 1294704 SHA256 
4720710d559c372f6add0b73b5ee1511630ba7cf0502e554461503602400e015 SHA512 
29fba52d961137a23cadf50aab220e8bd7f1515727cedf081eb59f4f18e297cff40b0ad5432af7b45686c5f7b1fdbae43df3bf2de820ec91654b03bff175c0fe
 WHIRLPOOL 
66c198cf361c55975111288cea07684c538a9ceeb5a77424e1a698be0a0e0baca2126c0dd64e5f6545b91abb2d6c78301c0f47c8ca8d64b939b93760591ad980
+DIST gtksourceview-3.20.4.tar.xz 1582240 SHA256 
7a0e6ac95ff3862bd8ef77a40e95a942939e73cb407f2eb67af600d7ce533d01 SHA512 
4b69759e77acd120da24683e9cacd994e5bcef4c7b6404bad2df930b228a39f99f9391e137583fadb4939189f66f088bd386192b4d23bc232d718804156db941
 WHIRLPOOL 
7fb3895b3eeb56375ead63b709d4e0b0b02a33fdfed745a9a714af2e72f80c548228201702d317519cc0fb655c8c2e39c60333275889d323a59efb22556b28a1

diff --git a/x11-libs/gtksourceview/gtksourceview-3.20.4.ebuild 
b/x11-libs/gtksourceview/gtksourceview-3.20.4.ebuild
new file mode 100644
index 0000000..c5aca10
--- /dev/null
+++ b/x11-libs/gtksourceview/gtksourceview-3.20.4.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+VALA_MIN_API_VERSION="0.24"
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome2 vala virtualx
+
+DESCRIPTION="A text widget implementing syntax highlighting and other features"
+HOMEPAGE="https://wiki.gnome.org/Projects/GtkSourceView";
+
+LICENSE="GPL-2+ LGPL-2.1+"
+SLOT="3.0/3"
+
+IUSE="glade +introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+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"
+
+RDEPEND="
+       >=dev-libs/glib-2.47:2
+       >=dev-libs/libxml2-2.6:2
+       >=x11-libs/gtk+-3.19.6:3[introspection?]
+       glade? ( >=dev-util/glade-3.9:3.10 )
+       introspection? ( >=dev-libs/gobject-introspection-1.42:= )
+"
+DEPEND="${RDEPEND}
+       >=dev-util/gtk-doc-am-1.25
+       >=sys-devel/gettext-0.19.4
+       dev-util/itstool
+       virtual/pkgconfig
+       vala? ( $(vala_depend) )
+"
+
+src_prepare() {
+       use vala && vala_src_prepare
+       gnome2_src_prepare
+}
+
+src_configure() {
+       gnome2_src_configure \
+               --disable-deprecations \
+               --enable-providers \
+               $(use_enable glade glade-catalog) \
+               $(use_enable introspection) \
+               $(use_enable vala)
+}
+
+src_test() {
+       virtx emake check
+}
+
+src_install() {
+       gnome2_src_install
+
+       insinto /usr/share/${PN}-3.0/language-specs
+       doins "${FILESDIR}"/2.0/gentoo.lang
+}

Reply via email to