diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-02-25 14:11:41 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-02-25 14:11:41 +0000 |
commit | 0d2245244859222d65a2261fb806e645309f34cb (patch) | |
tree | c5c49b29494610bf0615534945fb1e3678230833 /net-p2p/gnunet-gtk | |
parent | Mask beta versions of sudo. (diff) | |
download | historical-0d2245244859222d65a2261fb806e645309f34cb.tar.gz historical-0d2245244859222d65a2261fb806e645309f34cb.tar.bz2 historical-0d2245244859222d65a2261fb806e645309f34cb.zip |
old
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'net-p2p/gnunet-gtk')
-rw-r--r-- | net-p2p/gnunet-gtk/gnunet-gtk-0.7.2c.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/net-p2p/gnunet-gtk/gnunet-gtk-0.7.2c.ebuild b/net-p2p/gnunet-gtk/gnunet-gtk-0.7.2c.ebuild deleted file mode 100644 index d23c8749f4bc..000000000000 --- a/net-p2p/gnunet-gtk/gnunet-gtk-0.7.2c.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# 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.7.2c.ebuild,v 1.2 2008/01/16 15:07:32 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 DESTDIR="${D}" -j1 install || die -} |