diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-07-11 10:20:38 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-07-11 10:20:38 +0000 |
commit | 249aeed48494a8facdcd8543c8bcb121316695b4 (patch) | |
tree | 641ba13e7cebfec74cd1624572ba0d3bcc8ef988 /net-p2p/gnunet-gtk | |
parent | Version bump wrt #230347 (diff) | |
download | gentoo-2-249aeed48494a8facdcd8543c8bcb121316695b4.tar.gz gentoo-2-249aeed48494a8facdcd8543c8bcb121316695b4.tar.bz2 gentoo-2-249aeed48494a8facdcd8543c8bcb121316695b4.zip |
Version bump
(Portage version: 2.1.4.4)
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.0.ebuild | 25 |
2 files changed, 31 insertions, 1 deletions
diff --git a/net-p2p/gnunet-gtk/ChangeLog b/net-p2p/gnunet-gtk/ChangeLog index 270e40513487..36ec62770878 100644 --- a/net-p2p/gnunet-gtk/ChangeLog +++ b/net-p2p/gnunet-gtk/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-p2p/gnunet-gtk # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet-gtk/ChangeLog,v 1.11 2008/03/01 19:59:00 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet-gtk/ChangeLog,v 1.12 2008/07/11 10:20:38 armin76 Exp $ + +*gnunet-gtk-0.8.0 (11 Jul 2008) + + 11 Jul 2008; Raúl Porcel <armin76@gentoo.org> +gnunet-gtk-0.8.0.ebuild: + Version bump 01 Mar 2008; Raúl Porcel <armin76@gentoo.org> gnunet-gtk-0.7.3.ebuild: Some enhancemebts, bug #211613 diff --git a/net-p2p/gnunet-gtk/gnunet-gtk-0.8.0.ebuild b/net-p2p/gnunet-gtk/gnunet-gtk-0.8.0.ebuild new file mode 100644 index 000000000000..1b80e07d4c5f --- /dev/null +++ b/net-p2p/gnunet-gtk/gnunet-gtk-0.8.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2008 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 $ + +DESCRIPTION="Graphical front end for GNUnet." +HOMEPAGE="http://gnunet.org/" +SRC_URI="http://gnunet.org/download/${P}.tar.bz2" + +KEYWORDS="~amd64 ~ppc64 ~x86" +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +DEPEND=">=x11-libs/gtk+-2.6.0 + >=net-p2p/gnunet-${PV} + >=gnome-base/libglade-2.0" + +src_compile() { + econf --with-gnunet=/usr || die "econf failed" + emake || die "emake failed" +} + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" +} |