summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/napshare/napshare-1.2.ebuild')
-rw-r--r--net-p2p/napshare/napshare-1.2.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/net-p2p/napshare/napshare-1.2.ebuild b/net-p2p/napshare/napshare-1.2.ebuild
deleted file mode 100644
index d22d7c6d4143..000000000000
--- a/net-p2p/napshare/napshare-1.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/napshare/napshare-1.2.ebuild,v 1.9 2004/07/09 02:42:24 squinky86 Exp $
-
-IUSE=""
-
-DESCRIPTION="NapShare is a fully automated Gnutella P2P client made to run 24/7 unattended"
-SRC_URI="mirror://sourceforge/napshare/${P}.tar.gz"
-HOMEPAGE="http://napshare.sourceforge.net/"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86"
-
-DEPEND="=x11-libs/gtk+-1.2*"
-RDEPEND=""
-
-src_compile() {
- econf || die "econf failed"
- emake
-}
-
-src_install() {
- make prefix=${D}/usr install || die "make install failed"
-}