diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-02-04 13:16:35 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-02-04 13:16:35 +0000 |
commit | 5c366e5e6e074489309c21ccf622b673035b82f4 (patch) | |
tree | ff6d921902afa0d304ee3ef3ab7f3df6f7ed304e /net-p2p | |
parent | New version (diff) | |
download | historical-5c366e5e6e074489309c21ccf622b673035b82f4.tar.gz historical-5c366e5e6e074489309c21ccf622b673035b82f4.tar.bz2 historical-5c366e5e6e074489309c21ccf622b673035b82f4.zip |
Version bump.
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/napshare/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/napshare/files/digest-napshare-1.2 | 1 | ||||
-rw-r--r-- | net-p2p/napshare/napshare-1.2.ebuild | 23 |
3 files changed, 30 insertions, 1 deletions
diff --git a/net-p2p/napshare/ChangeLog b/net-p2p/napshare/ChangeLog index 5f4ce1a18ddf..56bcabcd9bb3 100644 --- a/net-p2p/napshare/ChangeLog +++ b/net-p2p/napshare/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-p2p/napshare # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/napshare/ChangeLog,v 1.2 2002/10/25 16:43:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/napshare/ChangeLog,v 1.3 2003/02/04 13:16:35 aliz Exp $ + +*napshare-1.2 (04 Feb 2003) + + 04 Feb 2003; Daniel Ahlberg <aliz@gentoo.org> : + Version bump, closes #14337. *napshare-1.1-r1 (17 Aug 2002) diff --git a/net-p2p/napshare/files/digest-napshare-1.2 b/net-p2p/napshare/files/digest-napshare-1.2 new file mode 100644 index 000000000000..49b2d075b1e9 --- /dev/null +++ b/net-p2p/napshare/files/digest-napshare-1.2 @@ -0,0 +1 @@ +MD5 862373717fd7bee31b9dca003a0840a0 napshare-1.2.tar.gz 227013 diff --git a/net-p2p/napshare/napshare-1.2.ebuild b/net-p2p/napshare/napshare-1.2.ebuild new file mode 100644 index 000000000000..08cab298148b --- /dev/null +++ b/net-p2p/napshare/napshare-1.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 2002 Gentoo Technologies, Inc. +# 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.1 2003/02/04 13:16:35 aliz Exp $ + +S=${WORKDIR}/${P} +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 + emake +} + +src_install() { + make prefix=${D}/usr install || die "make install failed" +} |