summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaik Schreiber <blizzy@gentoo.org>2002-07-08 20:43:04 +0000
committerMaik Schreiber <blizzy@gentoo.org>2002-07-08 20:43:04 +0000
commit73bed0d89db776224c01a6acf8a746e92be90f7f (patch)
treef9878c6460a4b043eb5b4e9046b7e25d3e313a46 /net-p2p/nap
parentinitial import, closes bug #3642 (diff)
downloadgentoo-2-73bed0d89db776224c01a6acf8a746e92be90f7f.tar.gz
gentoo-2-73bed0d89db776224c01a6acf8a746e92be90f7f.tar.bz2
gentoo-2-73bed0d89db776224c01a6acf8a746e92be90f7f.zip
removed 'Author'; added LICENSE and KEYWORDS
Diffstat (limited to 'net-p2p/nap')
-rw-r--r--net-p2p/nap/ChangeLog9
-rw-r--r--net-p2p/nap/nap-1.5.0.ebuild8
2 files changed, 8 insertions, 9 deletions
diff --git a/net-p2p/nap/ChangeLog b/net-p2p/nap/ChangeLog
index 9fe008949eef..3ccb8dec5017 100644
--- a/net-p2p/nap/ChangeLog
+++ b/net-p2p/nap/ChangeLog
@@ -1,13 +1,10 @@
# ChangeLog for net-p2p/nap
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/nap/ChangeLog,v 1.1 2002/06/25 10:26:11 bangert Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/nap/ChangeLog,v 1.2 2002/07/08 20:43:04 blizzy Exp $
*nap-1.5.0 (21 Jun 2002)
21 Jun 2002; Ryan Phillips <rphillips@gentoo.org> ChangeLog :
- Added initial ChangeLog which should be updated whenever the package is
- updated in any way. This changelog is targetted to users. This means that the
- comments should well explained and written in clean English. The details about
- writing correct changelogs are explained in the skel.ChangeLog file which you
- can find in the root directory of the portage repository.
+ Initial import, closes bug #3867.
+ ebuild submitted by Maik Schreiber <blizzy@gentoo.org>
diff --git a/net-p2p/nap/nap-1.5.0.ebuild b/net-p2p/nap/nap-1.5.0.ebuild
index 2fd8dbddf250..943c2672f897 100644
--- a/net-p2p/nap/nap-1.5.0.ebuild
+++ b/net-p2p/nap/nap-1.5.0.ebuild
@@ -1,15 +1,17 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# Author: Maik Schreiber <bZ@iq-computing.de>
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/nap/nap-1.5.0.ebuild,v 1.2 2002/06/25 11:12:27 bangert Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/nap/nap-1.5.0.ebuild,v 1.3 2002/07/08 20:43:04 blizzy Exp $
S="${WORKDIR}/${P}"
DESCRIPTION="Console Napster/OpenNap client"
HOMEPAGE="http://quasar.mathstat.uottawa.ca/~selinger/nap/"
+SRC_URI="http://quasar.mathstat.uottawa.ca/~selinger/nap/${P}.tar.gz"
+LICENSE="as-is"
+
RDEPEND="virtual/glibc"
DEPEND="${RDEPEND}"
-SRC_URI="http://quasar.mathstat.uottawa.ca/~selinger/nap/${P}.tar.gz"
SLOT="0"
+KEYWORDS="x86"
src_compile() {
./configure --prefix=${D}/usr || die "configure problem"