summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2011-04-01 06:41:31 +0000
committerChristoph Mende <angelos@gentoo.org>2011-04-01 06:41:31 +0000
commit884ada794c4b8045132139c5f5531ecae1696112 (patch)
tree87ea76a6051c65d22bb7d1a4620eb64299d66792 /net-p2p/gnunet-gtk
parentRemove unnecessary perl dependencies from DEPEND (bug #361329 by Jeroen Roove... (diff)
downloadgentoo-2-884ada794c4b8045132139c5f5531ecae1696112.tar.gz
gentoo-2-884ada794c4b8045132139c5f5531ecae1696112.tar.bz2
gentoo-2-884ada794c4b8045132139c5f5531ecae1696112.zip
Fix gtk+ slot deps
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p/gnunet-gtk')
-rw-r--r--net-p2p/gnunet-gtk/ChangeLog6
-rw-r--r--net-p2p/gnunet-gtk/gnunet-gtk-0.7.3.ebuild10
-rw-r--r--net-p2p/gnunet-gtk/gnunet-gtk-0.8.0.ebuild10
3 files changed, 17 insertions, 9 deletions
diff --git a/net-p2p/gnunet-gtk/ChangeLog b/net-p2p/gnunet-gtk/ChangeLog
index 5541b8004069..4972c4797831 100644
--- a/net-p2p/gnunet-gtk/ChangeLog
+++ b/net-p2p/gnunet-gtk/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-p2p/gnunet-gtk
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet-gtk/ChangeLog,v 1.14 2011/03/28 22:19:02 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet-gtk/ChangeLog,v 1.15 2011/04/01 06:41:31 angelos Exp $
+
+ 01 Apr 2011; Christoph Mende <angelos@gentoo.org> gnunet-gtk-0.7.3.ebuild,
+ gnunet-gtk-0.8.0.ebuild:
+ Fix gtk+ slot deps
28 Mar 2011; Gilles Dartiguelongue <eva@gentoo.org> gnunet-gtk-0.8.1.ebuild:
Use appropriate slots for gtk libs and use EAPI 3.
diff --git a/net-p2p/gnunet-gtk/gnunet-gtk-0.7.3.ebuild b/net-p2p/gnunet-gtk/gnunet-gtk-0.7.3.ebuild
index 13eebe05795a..26c49e942905 100644
--- a/net-p2p/gnunet-gtk/gnunet-gtk-0.7.3.ebuild
+++ b/net-p2p/gnunet-gtk/gnunet-gtk-0.7.3.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet-gtk/gnunet-gtk-0.7.3.ebuild,v 1.3 2008/03/01 19:59:00 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet-gtk/gnunet-gtk-0.7.3.ebuild,v 1.4 2011/04/01 06:41:31 angelos Exp $
+
+EAPI=1
DESCRIPTION="Graphical front end for GNUnet."
HOMEPAGE="http://gnunet.org/"
@@ -11,9 +13,9 @@ LICENSE="GPL-2"
SLOT="0"
IUSE=""
-DEPEND=">=x11-libs/gtk+-2.6.0
+DEPEND="x11-libs/gtk+:2
>=net-p2p/gnunet-${PV}
- >=gnome-base/libglade-2.0"
+ gnome-base/libglade:2.0"
src_compile() {
econf --with-gnunet=/usr || die "econf failed"
diff --git a/net-p2p/gnunet-gtk/gnunet-gtk-0.8.0.ebuild b/net-p2p/gnunet-gtk/gnunet-gtk-0.8.0.ebuild
index 1b80e07d4c5f..63720040de56 100644
--- a/net-p2p/gnunet-gtk/gnunet-gtk-0.8.0.ebuild
+++ b/net-p2p/gnunet-gtk/gnunet-gtk-0.8.0.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet-gtk/gnunet-gtk-0.8.0.ebuild,v 1.1 2008/07/11 10:20:38 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet-gtk/gnunet-gtk-0.8.0.ebuild,v 1.2 2011/04/01 06:41:31 angelos Exp $
+
+EAPI=1
DESCRIPTION="Graphical front end for GNUnet."
HOMEPAGE="http://gnunet.org/"
@@ -11,9 +13,9 @@ LICENSE="GPL-2"
SLOT="0"
IUSE=""
-DEPEND=">=x11-libs/gtk+-2.6.0
+DEPEND="x11-libs/gtk+:2
>=net-p2p/gnunet-${PV}
- >=gnome-base/libglade-2.0"
+ gnome-base/libglade:2.0"
src_compile() {
econf --with-gnunet=/usr || die "econf failed"