summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2011-03-29 13:05:12 +0000
committerChristoph Mende <angelos@gentoo.org>2011-03-29 13:05:12 +0000
commit121d122ea3909620f8c2e095c7a13a83422c92f0 (patch)
tree913bae9da0230fa3e018bd2959dddc57b6c3f47d /x11-misc/obconf
parentStable for HPPA (bug #358407). (diff)
downloadgentoo-2-121d122ea3909620f8c2e095c7a13a83422c92f0.tar.gz
gentoo-2-121d122ea3909620f8c2e095c7a13a83422c92f0.tar.bz2
gentoo-2-121d122ea3909620f8c2e095c7a13a83422c92f0.zip
Fix gtk+ slot deps
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/obconf')
-rw-r--r--x11-misc/obconf/ChangeLog6
-rw-r--r--x11-misc/obconf/obconf-2.0.3-r1.ebuild4
-rw-r--r--x11-misc/obconf/obconf-2.0.3.ebuild9
-rw-r--r--x11-misc/obconf/obconf-2.0.3_p20110314.ebuild4
-rw-r--r--x11-misc/obconf/obconf-9999.ebuild4
5 files changed, 16 insertions, 11 deletions
diff --git a/x11-misc/obconf/ChangeLog b/x11-misc/obconf/ChangeLog
index 807cb88d5c8e..aba13e66fade 100644
--- a/x11-misc/obconf/ChangeLog
+++ b/x11-misc/obconf/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/obconf
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/ChangeLog,v 1.73 2011/03/27 15:05:01 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/ChangeLog,v 1.74 2011/03/29 13:05:12 angelos Exp $
+
+ 29 Mar 2011; Christoph Mende <angelos@gentoo.org> obconf-2.0.3.ebuild,
+ obconf-2.0.3-r1.ebuild, obconf-2.0.3_p20110314.ebuild, obconf-9999.ebuild:
+ Fix gtk+ slot deps
27 Mar 2011; Tobias Klausmann <klausman@gentoo.org> obconf-2.0.3-r1.ebuild:
Stable on alpha, bug #358543
diff --git a/x11-misc/obconf/obconf-2.0.3-r1.ebuild b/x11-misc/obconf/obconf-2.0.3-r1.ebuild
index 415a29bf70e9..d6d37e1fe56d 100644
--- a/x11-misc/obconf/obconf-2.0.3-r1.ebuild
+++ b/x11-misc/obconf/obconf-2.0.3-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/x11-misc/obconf/obconf-2.0.3-r1.ebuild,v 1.6 2011/03/27 15:05:01 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/obconf-2.0.3-r1.ebuild,v 1.7 2011/03/29 13:05:12 angelos Exp $
EAPI="2"
@@ -15,7 +15,7 @@ SLOT="0"
KEYWORDS="alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="nls"
-RDEPEND=">=gnome-base/libglade-2
+RDEPEND="gnome-base/libglade:2.0
x11-libs/gtk+:2
x11-libs/startup-notification
>=x11-wm/openbox-3.4.2"
diff --git a/x11-misc/obconf/obconf-2.0.3.ebuild b/x11-misc/obconf/obconf-2.0.3.ebuild
index b3dac35037ac..b9e35da4fcf0 100644
--- a/x11-misc/obconf/obconf-2.0.3.ebuild
+++ b/x11-misc/obconf/obconf-2.0.3.ebuild
@@ -1,7 +1,8 @@
-# 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/x11-misc/obconf/obconf-2.0.3.ebuild,v 1.10 2010/02/23 21:58:57 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/obconf-2.0.3.ebuild,v 1.11 2011/03/29 13:05:12 angelos Exp $
+EAPI=1
inherit fdo-mime
DESCRIPTION="ObConf is a tool for configuring the Openbox window manager."
@@ -13,8 +14,8 @@ SLOT="0"
KEYWORDS="alpha amd64 arm hppa ppc ppc64 sparc x86 ~x86-fbsd"
IUSE="nls"
-RDEPEND=">=gnome-base/libglade-2
- >=x11-libs/gtk+-2
+RDEPEND="gnome-base/libglade:2.0
+ x11-libs/gtk+:2
x11-libs/startup-notification
>=x11-wm/openbox-3.4.2
nls? ( sys-devel/gettext )"
diff --git a/x11-misc/obconf/obconf-2.0.3_p20110314.ebuild b/x11-misc/obconf/obconf-2.0.3_p20110314.ebuild
index 449636c78a2c..f83d3b15660d 100644
--- a/x11-misc/obconf/obconf-2.0.3_p20110314.ebuild
+++ b/x11-misc/obconf/obconf-2.0.3_p20110314.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/x11-misc/obconf/obconf-2.0.3_p20110314.ebuild,v 1.5 2011/03/14 17:04:00 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/obconf-2.0.3_p20110314.ebuild,v 1.6 2011/03/29 13:05:12 angelos Exp $
EAPI=2
inherit autotools fdo-mime
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="nls"
-RDEPEND=">=gnome-base/libglade-2
+RDEPEND="gnome-base/libglade:2.0
x11-libs/gtk+:2
x11-libs/startup-notification
>=x11-wm/openbox-3.5.0_pre20110313"
diff --git a/x11-misc/obconf/obconf-9999.ebuild b/x11-misc/obconf/obconf-9999.ebuild
index 446e66fe1c65..d335cce99c31 100644
--- a/x11-misc/obconf/obconf-9999.ebuild
+++ b/x11-misc/obconf/obconf-9999.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/x11-misc/obconf/obconf-9999.ebuild,v 1.6 2011/03/14 17:04:00 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/obconf-9999.ebuild,v 1.7 2011/03/29 13:05:12 angelos Exp $
EAPI="2"
@@ -16,7 +16,7 @@ SLOT="0"
KEYWORDS=""
IUSE="nls"
-RDEPEND=">=gnome-base/libglade-2
+RDEPEND="gnome-base/libglade:2.0
x11-libs/gtk+:2
x11-libs/startup-notification
>=x11-wm/openbox-3.4.2"