From c7eb41b5b9143a60e57ab26b49bf9047fc651f9d Mon Sep 17 00:00:00 2001 From: Michael Palimaka Date: Thu, 2 Jun 2016 02:13:25 +1000 Subject: net-p2p/nap: remove last-rited packagea --- net-p2p/nap/Manifest | 1 - net-p2p/nap/metadata.xml | 5 ----- net-p2p/nap/nap-1.5.4-r1.ebuild | 34 ---------------------------------- 3 files changed, 40 deletions(-) delete mode 100644 net-p2p/nap/Manifest delete mode 100644 net-p2p/nap/metadata.xml delete mode 100644 net-p2p/nap/nap-1.5.4-r1.ebuild diff --git a/net-p2p/nap/Manifest b/net-p2p/nap/Manifest deleted file mode 100644 index df6dd76d6a07..000000000000 --- a/net-p2p/nap/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST nap-1.5.4.tar.gz 321353 SHA256 55c7527951fb9408a133b4c3302df6096de6bc4e0511b3654d820ce455694db2 SHA512 dcb0db523f7e3eeb910b6cfd9768a562b0b383ea33a236a144e0b3299c2cd9e89c15165a8e28525bc1d94d84f2b8c5d41ec54102f1f2ce3aca2cdc022c81944d WHIRLPOOL fa04300bca97d82478da861c9bc071eabbf5adffdc454ba31b915680669e477d74aec4d1ccd894dc15922f5efc268759d34ceff2177ffd7a34f8e11e70736161 diff --git a/net-p2p/nap/metadata.xml b/net-p2p/nap/metadata.xml deleted file mode 100644 index 6f49eba8f496..000000000000 --- a/net-p2p/nap/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/net-p2p/nap/nap-1.5.4-r1.ebuild b/net-p2p/nap/nap-1.5.4-r1.ebuild deleted file mode 100644 index 5d4a33524d83..000000000000 --- a/net-p2p/nap/nap-1.5.4-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit toolchain-funcs - -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" - -LICENSE="nap GPL-2+ LGPL-2+" -SLOT="0" -KEYWORDS="ppc x86" -IUSE="" -RESTRICT="bindist" - -src_unpack() { - unpack ${A} - - # Install the docs in the right dir - sed -i -e "s~\$(prefix)/doc/nap~\$(prefix)/share/doc/${P}~g" \ - "${S}"/doc/Makefile.in -} - -src_compile() { - ./configure --prefix="${D}"/usr --mandir="${D}"/usr/share/man || die "configure problem" - emake CC="$(tc-getCC)" || die "compile problem" -} - -src_install() { - emake install || die "install problem" - - dodoc AUTHORS COPYRIGHT ChangeLog NEWS README -} -- cgit v1.2.3-65-gdbad