diff options
Diffstat (limited to 'net-p2p/nap/nap-1.5.4.ebuild')
-rw-r--r-- | net-p2p/nap/nap-1.5.4.ebuild | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/net-p2p/nap/nap-1.5.4.ebuild b/net-p2p/nap/nap-1.5.4.ebuild deleted file mode 100644 index 246919dcf295..000000000000 --- a/net-p2p/nap/nap-1.5.4.ebuild +++ /dev/null @@ -1,23 +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/nap/nap-1.5.4.ebuild,v 1.4 2008/04/13 21:43:14 betelgeuse Exp $ - -IUSE="" -DESCRIPTION="Console Napster/OpenNap client" -HOMEPAGE="http://www.mathstat.dal.ca/~selinger/nap/" -SRC_URI="http://www.mathstat.dal.ca/~selinger/nap/dist/${P}.tar.gz" - -SLOT="0" -KEYWORDS="ppc x86" -LICENSE="as-is" - -src_compile() { - ./configure --prefix=${D}/usr || die "configure problem" - emake || die "compile problem" -} - -src_install() { - emake install || die "install problem" - - dodoc AUTHORS COPYRIGHT COPYING ChangeLog NEWS README -} |