diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-01-12 21:16:11 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-01-12 21:16:11 +0000 |
commit | f3da156aac381a1ed22d072839ace2ae33ea6208 (patch) | |
tree | ce3958e478dcfe63be8bfd9d7875d662f8a2f67f /net-p2p/gnunet-gtk | |
parent | Stable on ppc wrt bug 159855 (diff) | |
download | gentoo-2-f3da156aac381a1ed22d072839ace2ae33ea6208.tar.gz gentoo-2-f3da156aac381a1ed22d072839ace2ae33ea6208.tar.bz2 gentoo-2-f3da156aac381a1ed22d072839ace2ae33ea6208.zip |
Version bump, bug 134198
(Portage version: 2.1.1-r2)
Diffstat (limited to 'net-p2p/gnunet-gtk')
-rw-r--r-- | net-p2p/gnunet-gtk/ChangeLog | 10 | ||||
-rw-r--r-- | net-p2p/gnunet-gtk/files/digest-gnunet-gtk-0.7.0e | 3 | ||||
-rw-r--r-- | net-p2p/gnunet-gtk/gnunet-gtk-0.7.0e.ebuild | 25 |
3 files changed, 36 insertions, 2 deletions
diff --git a/net-p2p/gnunet-gtk/ChangeLog b/net-p2p/gnunet-gtk/ChangeLog index 65186b9dcbc8..2b4ac9f44ece 100644 --- a/net-p2p/gnunet-gtk/ChangeLog +++ b/net-p2p/gnunet-gtk/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-p2p/gnunet-gtk -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet-gtk/ChangeLog,v 1.4 2006/05/19 14:59:18 squinky86 Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet-gtk/ChangeLog,v 1.5 2007/01/12 21:16:11 armin76 Exp $ + +*gnunet-gtk-0.7.0e (12 Jan 2007) + + 12 Jan 2007; Raúl Porcel <armin76@gentoo.org> -gnunet-gtk-0.7.0.ebuild, + +gnunet-gtk-0.7.0e.ebuild: + Version bump, bug 134198 *gnunet-gtk-0.7.0d (19 May 2006) diff --git a/net-p2p/gnunet-gtk/files/digest-gnunet-gtk-0.7.0e b/net-p2p/gnunet-gtk/files/digest-gnunet-gtk-0.7.0e new file mode 100644 index 000000000000..803c9172b7ee --- /dev/null +++ b/net-p2p/gnunet-gtk/files/digest-gnunet-gtk-0.7.0e @@ -0,0 +1,3 @@ +MD5 9fee90bb9161fbbb97856f7242f3a40f gnunet-gtk-0.7.0e.tar.bz2 507453 +RMD160 dfc453d4bc1ed227f479306ae101f1ad8405ac3f gnunet-gtk-0.7.0e.tar.bz2 507453 +SHA256 bf4d578eb09f234c9ab231e53d66c2553279bb6600eccafa8a0d5741074b5bb4 gnunet-gtk-0.7.0e.tar.bz2 507453 diff --git a/net-p2p/gnunet-gtk/gnunet-gtk-0.7.0e.ebuild b/net-p2p/gnunet-gtk/gnunet-gtk-0.7.0e.ebuild new file mode 100644 index 000000000000..75fa46dd9f45 --- /dev/null +++ b/net-p2p/gnunet-gtk/gnunet-gtk-0.7.0e.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2007 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.0e.ebuild,v 1.1 2007/01/12 21:16:11 armin76 Exp $ + +DESCRIPTION="Graphical front end for GNUnet." +HOMEPAGE="http://www.gnu.org/software/GNUnet/" +SRC_URI="mirror://gnu//gnunet/${P}.tar.bz2" + +KEYWORDS="~amd64 ~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 -j1 || die "emake failed" +} + +src_install() { + make install DESTDIR=${D} install || die +} |