summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@gentoo.org>2011-03-16 10:10:53 +0000
committerNirbheek Chauhan <nirbheek@gentoo.org>2011-03-16 10:10:53 +0000
commit68e251efe8255a1af9ab3d923fb2d5f2bb775156 (patch)
tree49f3087a181bf778bb0a6446d16719f90326feab /app-text
parentRename /usr/bin/merge -> /usr/bin/gts-merge, #358963 (diff)
downloadhistorical-68e251efe8255a1af9ab3d923fb2d5f2bb775156.tar.gz
historical-68e251efe8255a1af9ab3d923fb2d5f2bb775156.tar.bz2
historical-68e251efe8255a1af9ab3d923fb2d5f2bb775156.zip
Fix slot-deps on gtk+ and other libs
Package-Manager: portage-2.1.9.42/cvs/Linux x86_64
Diffstat (limited to 'app-text')
-rw-r--r--app-text/evince/ChangeLog6
-rw-r--r--app-text/evince/evince-2.30.3.ebuild12
-rw-r--r--app-text/evince/evince-2.32.0-r1.ebuild6
-rw-r--r--app-text/evince/evince-2.32.0.ebuild6
-rw-r--r--app-text/gtkspell/ChangeLog8
-rw-r--r--app-text/gtkspell/gtkspell-2.0.16.ebuild6
6 files changed, 26 insertions, 18 deletions
diff --git a/app-text/evince/ChangeLog b/app-text/evince/ChangeLog
index 5fce83a10c5a..393d07bbf059 100644
--- a/app-text/evince/ChangeLog
+++ b/app-text/evince/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/evince
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v 1.209 2011/03/12 19:57:14 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v 1.210 2011/03/16 10:10:53 nirbheek Exp $
+
+ 16 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> evince-2.30.3.ebuild,
+ evince-2.32.0.ebuild, evince-2.32.0-r1.ebuild:
+ Fix slot-deps on gtk+ and other libs
12 Mar 2011; Raúl Porcel <armin76@gentoo.org> evince-2.32.0-r1.ebuild:
alpha/arm/ia64/sparc stable wrt #353436
diff --git a/app-text/evince/evince-2.30.3.ebuild b/app-text/evince/evince-2.30.3.ebuild
index 5fd679e191d0..2ed848e6b607 100644
--- a/app-text/evince/evince-2.30.3.ebuild
+++ b/app-text/evince/evince-2.30.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-2.30.3.ebuild,v 1.10 2010/10/17 15:28:24 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-2.30.3.ebuild,v 1.11 2011/03/16 10:10:53 nirbheek Exp $
EAPI="2"
@@ -21,15 +21,15 @@ IUSE="dbus debug djvu doc dvi gnome gnome-keyring nautilus t1lib tiff"
# introspection? ( >=dev-libs/gobject-introspection-0.6 )
RDEPEND="
>=app-text/libspectre-0.2.0
- >=dev-libs/glib-2.18.0
- >=dev-libs/libxml2-2.5
- >=x11-libs/gtk+-2.14
+ >=dev-libs/glib-2.18.0:2
+ >=dev-libs/libxml2-2.5:2
+ >=x11-libs/gtk+-2.14:2
>=x11-libs/libSM-1
|| (
>=x11-themes/gnome-icon-theme-2.17.1
>=x11-themes/hicolor-icon-theme-0.10 )
dbus? ( >=dev-libs/dbus-glib-0.71 )
- gnome? ( >=gnome-base/gconf-2 )
+ gnome? ( >=gnome-base/gconf-2:2 )
gnome-keyring? ( >=gnome-base/gnome-keyring-2.22.0 )
nautilus? ( >=gnome-base/nautilus-2.10 )
>=app-text/poppler-0.12.3-r3[cairo]
diff --git a/app-text/evince/evince-2.32.0-r1.ebuild b/app-text/evince/evince-2.32.0-r1.ebuild
index d9afedc3b6d0..af69177bc508 100644
--- a/app-text/evince/evince-2.32.0-r1.ebuild
+++ b/app-text/evince/evince-2.32.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-2.32.0-r1.ebuild,v 1.4 2011/03/12 19:57:14 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-2.32.0-r1.ebuild,v 1.5 2011/03/16 10:10:53 nirbheek Exp $
EAPI="3"
GCONF_DEBUG="yes"
@@ -21,7 +21,7 @@ IUSE="dbus debug djvu doc dvi gnome gnome-keyring +introspection nautilus t1lib
RDEPEND="
>=app-text/libspectre-0.2.0
>=dev-libs/glib-2.25.11:2
- >=dev-libs/libxml2-2.5
+ >=dev-libs/libxml2-2.5:2
>=x11-libs/gtk+-2.21.5:2[introspection?]
>=x11-libs/libSM-1
|| (
@@ -33,7 +33,7 @@ RDEPEND="
dvi? (
virtual/tex-base
t1lib? ( >=media-libs/t1lib-5.0.0 ) )
- gnome? ( >=gnome-base/gconf-2[introspection?] )
+ gnome? ( >=gnome-base/gconf-2:2[introspection?] )
gnome-keyring? ( >=gnome-base/gnome-keyring-2.22.0 )
introspection? ( >=dev-libs/gobject-introspection-0.6 )
nautilus? ( >=gnome-base/nautilus-2.10[introspection?] )
diff --git a/app-text/evince/evince-2.32.0.ebuild b/app-text/evince/evince-2.32.0.ebuild
index 1421750e7618..6c6efa89c39c 100644
--- a/app-text/evince/evince-2.32.0.ebuild
+++ b/app-text/evince/evince-2.32.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-2.32.0.ebuild,v 1.3 2011/02/14 17:51:19 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-2.32.0.ebuild,v 1.4 2011/03/16 10:10:53 nirbheek Exp $
EAPI="3"
GCONF_DEBUG="yes"
@@ -21,7 +21,7 @@ IUSE="dbus debug djvu doc dvi gnome gnome-keyring +introspection nautilus t1lib
RDEPEND="
>=app-text/libspectre-0.2.0
>=dev-libs/glib-2.25.11:2
- >=dev-libs/libxml2-2.5
+ >=dev-libs/libxml2-2.5:2
gnome-base/gsettings-desktop-schemas
>=x11-libs/gtk+-2.21.5:2[introspection?]
>=x11-libs/libSM-1
@@ -34,7 +34,7 @@ RDEPEND="
dvi? (
virtual/tex-base
t1lib? ( >=media-libs/t1lib-5.0.0 ) )
- gnome? ( >=gnome-base/gconf-2[introspection?] )
+ gnome? ( >=gnome-base/gconf-2:2[introspection?] )
gnome-keyring? ( >=gnome-base/gnome-keyring-2.22.0 )
introspection? ( >=dev-libs/gobject-introspection-0.6 )
nautilus? ( >=gnome-base/nautilus-2.10[introspection?] )
diff --git a/app-text/gtkspell/ChangeLog b/app-text/gtkspell/ChangeLog
index c0febbc5c937..1ce0fb33d858 100644
--- a/app-text/gtkspell/ChangeLog
+++ b/app-text/gtkspell/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/gtkspell
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/ChangeLog,v 1.86 2010/12/17 23:11:41 eva Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/ChangeLog,v 1.87 2011/03/16 10:09:30 nirbheek Exp $
+
+ 16 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
+ gtkspell-2.0.16.ebuild:
+ Fix slot-deps on gtk+ and other libs
17 Dec 2010; Gilles Dartiguelongue <eva@gentoo.org> -gtkspell-2.0.15.ebuild,
-gtkspell-2.0.15-r1.ebuild, -files/gtkspell-2.0.15-fix-null-list.patch:
diff --git a/app-text/gtkspell/gtkspell-2.0.16.ebuild b/app-text/gtkspell/gtkspell-2.0.16.ebuild
index 0ed39635d7d6..d40b72a19327 100644
--- a/app-text/gtkspell/gtkspell-2.0.16.ebuild
+++ b/app-text/gtkspell/gtkspell-2.0.16.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-2.0.16.ebuild,v 1.7 2010/07/12 17:21:20 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-2.0.16.ebuild,v 1.8 2011/03/16 10:09:30 nirbheek Exp $
EAPI="2"
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
IUSE="doc"
-RDEPEND=">=x11-libs/gtk+-2
+RDEPEND=">=x11-libs/gtk+-2:2
>=app-text/enchant-1.1.6"
DEPEND="${RDEPEND}