diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-02-26 23:50:05 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-02-26 23:50:05 +0000 |
commit | ed40676841e317a2aafa04c4c804bb6043864740 (patch) | |
tree | 91c5e4b12acc09eabb2b1234eb633aa78af224d2 /net-p2p/gnunet-gtk/gnunet-gtk-0.8.0_pre0.ebuild | |
parent | dc106bfbeb980942a8490753d6883eb34b13ea12 (diff) |
repo cleanup...drop old ebuilds, drop ebuilds already in portage tree
Diffstat (limited to 'net-p2p/gnunet-gtk/gnunet-gtk-0.8.0_pre0.ebuild')
-rw-r--r-- | net-p2p/gnunet-gtk/gnunet-gtk-0.8.0_pre0.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/net-p2p/gnunet-gtk/gnunet-gtk-0.8.0_pre0.ebuild b/net-p2p/gnunet-gtk/gnunet-gtk-0.8.0_pre0.ebuild deleted file mode 100644 index bbc2a165..00000000 --- a/net-p2p/gnunet-gtk/gnunet-gtk-0.8.0_pre0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -# Nonofficial ebuild by Ycarus. For new version look here : http://gentoo.zugaina.org/ -# This ebuild is a small modification of the official gnunet-gtk ebuild - -inherit eutils autotools - -MY_PV=${PV/_pre/pre} -DESCRIPTION="Graphical front end for GNUnet." -HOMEPAGE="http://gnunet.org/" -SRC_URI="http://gnunet.org/download/${PN}-${MY_PV}.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" - -S=${WORKDIR}/${PN}-${MY_PV} - -src_unpack() { - unpack ${A} - cd "${S}" - AT_M4DIR="${S}/m4" eautoreconf -} - -src_compile() { - econf --with-gnunet=/usr || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" -} |