diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-03-23 17:04:22 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-03-23 17:04:22 +0000 |
commit | d67eb0b3891da95386dd04216f5f049459db23a8 (patch) | |
tree | ff954782ee29d0f7b0344007b8376aa80696aaaa /net-p2p/gnunet-gtk | |
parent | Version bump wrt bug 167680 (diff) | |
download | gentoo-2-d67eb0b3891da95386dd04216f5f049459db23a8.tar.gz gentoo-2-d67eb0b3891da95386dd04216f5f049459db23a8.tar.bz2 gentoo-2-d67eb0b3891da95386dd04216f5f049459db23a8.zip |
Version bump wrt bug 167680
(Portage version: 2.1.2.2)
Diffstat (limited to 'net-p2p/gnunet-gtk')
-rw-r--r-- | net-p2p/gnunet-gtk/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/gnunet-gtk/files/digest-gnunet-gtk-0.7.1b | 3 | ||||
-rw-r--r-- | net-p2p/gnunet-gtk/gnunet-gtk-0.7.1b.ebuild | 25 |
3 files changed, 34 insertions, 1 deletions
diff --git a/net-p2p/gnunet-gtk/ChangeLog b/net-p2p/gnunet-gtk/ChangeLog index 8b0d99750175..8aa44f7016cc 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet-gtk/ChangeLog,v 1.6 2007/01/23 15:53:20 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet-gtk/ChangeLog,v 1.7 2007/03/23 17:04:22 armin76 Exp $ + +*gnunet-gtk-0.7.1b (23 Mar 2007) + + 23 Mar 2007; Raúl Porcel <armin76@gentoo.org> +gnunet-gtk-0.7.1b.ebuild: + Version bump wrt bug 167680 23 Jan 2007; Raúl Porcel <armin76@gentoo.org> -gnunet-gtk-0.7.0d.ebuild: Drop old diff --git a/net-p2p/gnunet-gtk/files/digest-gnunet-gtk-0.7.1b b/net-p2p/gnunet-gtk/files/digest-gnunet-gtk-0.7.1b new file mode 100644 index 000000000000..4eab2170ab40 --- /dev/null +++ b/net-p2p/gnunet-gtk/files/digest-gnunet-gtk-0.7.1b @@ -0,0 +1,3 @@ +MD5 c3660a540bbbc0034c28252dadd36bd9 gnunet-gtk-0.7.1b.tar.bz2 567409 +RMD160 02cdb94c0ea9cc2e2f7a0a8b14723e14600e8d20 gnunet-gtk-0.7.1b.tar.bz2 567409 +SHA256 6efdc84b898b6e8e6b692dde76e4f04cebea188b75be224d431e4c3497ccb9ff gnunet-gtk-0.7.1b.tar.bz2 567409 diff --git a/net-p2p/gnunet-gtk/gnunet-gtk-0.7.1b.ebuild b/net-p2p/gnunet-gtk/gnunet-gtk-0.7.1b.ebuild new file mode 100644 index 000000000000..370c00064ce5 --- /dev/null +++ b/net-p2p/gnunet-gtk/gnunet-gtk-0.7.1b.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.1b.ebuild,v 1.1 2007/03/23 17:04:22 armin76 Exp $ + +DESCRIPTION="Graphical front end for GNUnet." +HOMEPAGE="http://gnunet.org/" +SRC_URI="http://gnunet.org/download/${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 +} |