summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-12-24 15:27:21 +0000
committerPacho Ramos <pacho@gentoo.org>2013-12-24 15:27:21 +0000
commitfb0942d93cb724fb2e53dbbcd0c0bed15d8980c5 (patch)
tree89dfcfe2ccc86f76acb5388ec76e363a1eeca61c /x11-libs
parentVersion bump for Gnome 3.10, drop old (diff)
downloadgentoo-2-fb0942d93cb724fb2e53dbbcd0c0bed15d8980c5.tar.gz
gentoo-2-fb0942d93cb724fb2e53dbbcd0c0bed15d8980c5.tar.bz2
gentoo-2-fb0942d93cb724fb2e53dbbcd0c0bed15d8980c5.zip
Version bump for Gnome 3.10, drop old
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/gtksourceview/ChangeLog8
-rw-r--r--x11-libs/gtksourceview/gtksourceview-3.10.1.ebuild (renamed from x11-libs/gtksourceview/gtksourceview-3.8.1.ebuild)8
2 files changed, 11 insertions, 5 deletions
diff --git a/x11-libs/gtksourceview/ChangeLog b/x11-libs/gtksourceview/ChangeLog
index f0ac6ce03999..3e82d4787f3e 100644
--- a/x11-libs/gtksourceview/ChangeLog
+++ b/x11-libs/gtksourceview/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-libs/gtksourceview
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.253 2013/12/08 19:46:06 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.254 2013/12/24 15:27:21 pacho Exp $
+
+*gtksourceview-3.10.1 (24 Dec 2013)
+
+ 24 Dec 2013; Pacho Ramos <pacho@gentoo.org> +gtksourceview-3.10.1.ebuild,
+ -gtksourceview-3.8.1.ebuild:
+ Version bump for Gnome 3.10, drop old
08 Dec 2013; Pacho Ramos <pacho@gentoo.org> gtksourceview-3.8.2.ebuild:
x86 stable, bug #478252
diff --git a/x11-libs/gtksourceview/gtksourceview-3.8.1.ebuild b/x11-libs/gtksourceview/gtksourceview-3.10.1.ebuild
index d784aaea7bc0..a00985f72483 100644
--- a/x11-libs/gtksourceview/gtksourceview-3.8.1.ebuild
+++ b/x11-libs/gtksourceview/gtksourceview-3.10.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-3.8.1.ebuild,v 1.1 2013/04/22 18:09:49 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-3.10.1.ebuild,v 1.1 2013/12/24 15:27:21 pacho Exp $
EAPI="5"
GCONF_DEBUG="no"
@@ -11,15 +11,15 @@ DESCRIPTION="A text widget implementing syntax highlighting and other features"
HOMEPAGE="http://projects.gnome.org/gtksourceview/"
LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="3.0/1"
+SLOT="3.0/2"
IUSE="glade +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"
# Note: has native OSX support, prefix teams, attack!
RDEPEND="
- >=x11-libs/gtk+-3.7.12:3[introspection?]
+ >=dev-libs/glib-2.37.3:2
>=dev-libs/libxml2-2.6:2
- >=dev-libs/glib-2.34.0:2
+ >=x11-libs/gtk+-3.9.9:3[introspection?]
glade? ( >=dev-util/glade-3.9:3.10 )
introspection? ( >=dev-libs/gobject-introspection-0.9.0 )
"