From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 249E059CA9 for ; Sat, 26 Mar 2016 22:54:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8751521C017; Sat, 26 Mar 2016 22:54:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 514A9E0864 for ; Sat, 26 Mar 2016 22:54:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 401D8340C3C for ; Sat, 26 Mar 2016 22:54:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3BA1A86E for ; Sat, 26 Mar 2016 22:54:19 +0000 (UTC) From: "Ole Reifschneider" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ole Reifschneider" Message-ID: <1459031315.4ec260dc76e7c35a91135639ecde327b4855038b.tranquility@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: x11-libs/gtksourceview/ X-VCS-Repository: proj/gnome X-VCS-Files: x11-libs/gtksourceview/gtksourceview-3.20.0.ebuild x11-libs/gtksourceview/gtksourceview-9999.ebuild X-VCS-Directories: x11-libs/gtksourceview/ X-VCS-Committer: tranquility X-VCS-Committer-Name: Ole Reifschneider X-VCS-Revision: 4ec260dc76e7c35a91135639ecde327b4855038b X-VCS-Branch: master Date: Sat, 26 Mar 2016 22:54:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bfe698bf-fb93-4d6b-b173-7c90cecfe582 X-Archives-Hash: c647fd3c020589cea54d7b5b1c86359b commit: 4ec260dc76e7c35a91135639ecde327b4855038b Author: Ole Reifschneider gentoo org> AuthorDate: Sat Mar 26 22:25:08 2016 +0000 Commit: Ole Reifschneider gentoo org> CommitDate: Sat Mar 26 22:28:35 2016 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=4ec260dc x11-libs/gtksourceview: Bump version to 3.20.0 Package-Manager: portage-2.2.28 Manifest-Sign-Key: 0xE9E568677E8B4D42 ...iew-9999.ebuild => gtksourceview-3.20.0.ebuild} | 32 +++++++--------------- x11-libs/gtksourceview/gtksourceview-9999.ebuild | 15 +++++----- 2 files changed, 18 insertions(+), 29 deletions(-) diff --git a/x11-libs/gtksourceview/gtksourceview-9999.ebuild b/x11-libs/gtksourceview/gtksourceview-3.20.0.ebuild similarity index 60% copy from x11-libs/gtksourceview/gtksourceview-9999.ebuild copy to x11-libs/gtksourceview/gtksourceview-3.20.0.ebuild index 9c441d0..173e965 100644 --- a/x11-libs/gtksourceview/gtksourceview-9999.ebuild +++ b/x11-libs/gtksourceview/gtksourceview-3.20.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,45 +8,33 @@ VALA_MIN_API_VERSION="0.24" VALA_USE_DEPEND="vapigen" inherit gnome2 vala virtualx -if [[ ${PV} = 9999 ]]; then - inherit gnome2-live -fi 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 )" -if [[ ${PV} = 9999 ]]; then - IUSE="${IUSE} doc" - KEYWORDS="" -else - 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" -fi -# Note: has native OSX support, prefix teams, attack! +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.44:2 + >=dev-libs/glib-2.47:2 >=dev-libs/libxml2-2.6:2 - >=x11-libs/gtk+-3.16:3[introspection?] + >=x11-libs/gtk+-3.19.6:3[introspection?] glade? ( >=dev-util/glade-3.9:3.10 ) - introspection? ( >=dev-libs/gobject-introspection-1.42 ) + introspection? ( >=dev-libs/gobject-introspection-1.42:= ) " DEPEND="${RDEPEND} - >=dev-util/gtk-doc-am-1.18 - >=dev-util/intltool-0.50 - >=sys-devel/gettext-0.17 + >=dev-util/gtk-doc-am-1.24 + >=sys-devel/gettext-0.19.4 + dev-util/itstool virtual/pkgconfig vala? ( $(vala_depend) ) " -if [[ ${PV} = 9999 ]]; then - DEPEND="${DEPEND} - doc? ( >=dev-util/gtk-doc-1.18 )" -fi - src_prepare() { use vala && vala_src_prepare gnome2_src_prepare diff --git a/x11-libs/gtksourceview/gtksourceview-9999.ebuild b/x11-libs/gtksourceview/gtksourceview-9999.ebuild index 9c441d0..4b047df 100644 --- a/x11-libs/gtksourceview/gtksourceview-9999.ebuild +++ b/x11-libs/gtksourceview/gtksourceview-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,6 +17,7 @@ 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 )" if [[ ${PV} = 9999 ]]; then @@ -28,16 +29,16 @@ fi # Note: has native OSX support, prefix teams, attack! RDEPEND=" - >=dev-libs/glib-2.44:2 + >=dev-libs/glib-2.47:2 >=dev-libs/libxml2-2.6:2 - >=x11-libs/gtk+-3.16:3[introspection?] + >=x11-libs/gtk+-3.19.6:3[introspection?] glade? ( >=dev-util/glade-3.9:3.10 ) - introspection? ( >=dev-libs/gobject-introspection-1.42 ) + introspection? ( >=dev-libs/gobject-introspection-1.42:= ) " DEPEND="${RDEPEND} - >=dev-util/gtk-doc-am-1.18 - >=dev-util/intltool-0.50 - >=sys-devel/gettext-0.17 + >=dev-util/gtk-doc-am-1.24 + >=sys-devel/gettext-0.19.4 + dev-util/itstool virtual/pkgconfig vala? ( $(vala_depend) ) "