diff options
Diffstat (limited to 'net-p2p/gnut/gnut-0.4.28-r1.ebuild')
-rw-r--r-- | net-p2p/gnut/gnut-0.4.28-r1.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/net-p2p/gnut/gnut-0.4.28-r1.ebuild b/net-p2p/gnut/gnut-0.4.28-r1.ebuild deleted file mode 100644 index fbcd994e1a2c..000000000000 --- a/net-p2p/gnut/gnut-0.4.28-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Text-mode gnutella client" -HOMEPAGE="http://www.gnutelliums.com/linux_unix/gnut/" -SRC_URI=" - http://alge.anart.no/ftp/pub/gnutella/${P}.tar.gz - mirror://gentoo/${P}-patches.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="ppc x86" - -PATCHES=( - "${WORKDIR}"/configure.patch - "${WORKDIR}"/src.patch -) - -src_install() { - local HTML_DOCS=( doc/*.html ) - default - dodoc doc/TUTORIAL GDJ HACKING -} |