commit:     4ec260dc76e7c35a91135639ecde327b4855038b
Author:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 22:25:08 2016 +0000
Commit:     Ole Reifschneider <tranquility <AT> gentoo <DOT> 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) )
 "

Reply via email to