diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2011-03-28 22:19:02 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2011-03-28 22:19:02 +0000 |
commit | 983f95d12977fd855e3fe0d69d95323177b15782 (patch) | |
tree | 2c03f533c5405a20acf2e5b09b0d217b54a304ed /net-p2p/gnunet-gtk | |
parent | Version bump. Add gtk-2.24 support, document updates. (diff) | |
download | gentoo-2-983f95d12977fd855e3fe0d69d95323177b15782.tar.gz gentoo-2-983f95d12977fd855e3fe0d69d95323177b15782.tar.bz2 gentoo-2-983f95d12977fd855e3fe0d69d95323177b15782.zip |
Use appropriate slots for gtk libs and use EAPI 3.
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p/gnunet-gtk')
-rw-r--r-- | net-p2p/gnunet-gtk/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/gnunet-gtk/gnunet-gtk-0.8.1.ebuild | 16 |
2 files changed, 16 insertions, 7 deletions
diff --git a/net-p2p/gnunet-gtk/ChangeLog b/net-p2p/gnunet-gtk/ChangeLog index 6b2a62a4bee0..5541b8004069 100644 --- a/net-p2p/gnunet-gtk/ChangeLog +++ b/net-p2p/gnunet-gtk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/gnunet-gtk -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet-gtk/ChangeLog,v 1.13 2010/01/29 14:03:29 patrick Exp $ +# 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 $ + + 28 Mar 2011; Gilles Dartiguelongue <eva@gentoo.org> gnunet-gtk-0.8.1.ebuild: + Use appropriate slots for gtk libs and use EAPI 3. *gnunet-gtk-0.8.1 (29 Jan 2010) diff --git a/net-p2p/gnunet-gtk/gnunet-gtk-0.8.1.ebuild b/net-p2p/gnunet-gtk/gnunet-gtk-0.8.1.ebuild index bd6fb3b8fe8d..fc4efd460a38 100644 --- a/net-p2p/gnunet-gtk/gnunet-gtk-0.8.1.ebuild +++ b/net-p2p/gnunet-gtk/gnunet-gtk-0.8.1.ebuild @@ -1,6 +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/net-p2p/gnunet-gtk/gnunet-gtk-0.8.1.ebuild,v 1.1 2010/01/29 14:03:29 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet-gtk/gnunet-gtk-0.8.1.ebuild,v 1.2 2011/03/28 22:19:02 eva Exp $ + +EAPI="3" DESCRIPTION="Graphical front end for GNUnet." HOMEPAGE="http://gnunet.org/" @@ -11,12 +13,16 @@ LICENSE="GPL-2" SLOT="0" IUSE="" -DEPEND=">=x11-libs/gtk+-2.6.0 +RDEPEND=">=x11-libs/gtk+-2.6:2 >=net-p2p/gnunet-${PV} - >=gnome-base/libglade-2.0" + gnome-base/libglade:2.0" +DEPEND="${RDEPEND}" + +src_configure() { + econf --with-gnunet=/usr +} src_compile() { - econf --with-gnunet=/usr || die "econf failed" emake || die "emake failed" } |