+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>
+++ /dev/null
-# 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
-}