diff options
author | Patrick Lauer <patrick@gentoo.org> | 2010-01-29 14:03:29 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2010-01-29 14:03:29 +0000 |
commit | 93a59b15a63345b6701a4658925588fed4562e96 (patch) | |
tree | 05988bb1ffb9ec1fc55ed27120c4f776abc61c2a /net-p2p | |
parent | Add librsvg dep, remove old. (diff) | |
download | gentoo-2-93a59b15a63345b6701a4658925588fed4562e96.tar.gz gentoo-2-93a59b15a63345b6701a4658925588fed4562e96.tar.bz2 gentoo-2-93a59b15a63345b6701a4658925588fed4562e96.zip |
Bump for #302751
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/gnunet-gtk/ChangeLog | 9 | ||||
-rw-r--r-- | net-p2p/gnunet-gtk/gnunet-gtk-0.8.1.ebuild | 25 |
2 files changed, 32 insertions, 2 deletions
diff --git a/net-p2p/gnunet-gtk/ChangeLog b/net-p2p/gnunet-gtk/ChangeLog index 36ec62770878..6b2a62a4bee0 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.12 2008/07/11 10:20:38 armin76 Exp $ +# 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 $ + +*gnunet-gtk-0.8.1 (29 Jan 2010) + + 29 Jan 2010; Patrick Lauer <patrick@gentoo.org> +gnunet-gtk-0.8.1.ebuild: + Bump for #302751 *gnunet-gtk-0.8.0 (11 Jul 2008) diff --git a/net-p2p/gnunet-gtk/gnunet-gtk-0.8.1.ebuild b/net-p2p/gnunet-gtk/gnunet-gtk-0.8.1.ebuild new file mode 100644 index 000000000000..bd6fb3b8fe8d --- /dev/null +++ b/net-p2p/gnunet-gtk/gnunet-gtk-0.8.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2010 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 $ + +DESCRIPTION="Graphical front end for GNUnet." +HOMEPAGE="http://gnunet.org/" +SRC_URI="http://gnunet.org/download/${P}.tar.gz" + +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" +} |