Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 753 - napshare.tar.gz (New Package)
Summary: napshare.tar.gz (New Package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Bart Verwilst
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-18 12:55 UTC by Bob Phan
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
napshare.tar.gz (contains napshare-1.0.ebuild) (napshare.tar.gz,840 bytes, application/x-tar)
2002-02-18 12:57 UTC, Bob Phan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bob Phan 2002-02-18 12:55:34 UTC
Attatched file: napshare.tar.gz
containing:
napshare-1.0.ebuild

Very simple ebuild, standard autoconf/automake.
Depends on GTK+

Check out: http://napshare.sourceforge.net

-Bob
Comment 1 Bob Phan 2002-02-18 12:57:47 UTC
Created attachment 201 [details]
napshare.tar.gz (contains napshare-1.0.ebuild)
Comment 2 Dan Armak (RETIRED) gentoo-dev 2002-03-13 15:54:13 UTC
Hi Verwilst, 
 
I know you're interested in qtella and that stuff, so I'm giving this to you. If you don't like it, 
bounce it right back again :-) 
 
Bob: In case yuo're wondering, I haven't done anything about this because we're in a new ebuild 
freeze until the gentoo v1.0 release soon. Verwilst may not do anything abut it right away either, 
but he might prove a more enthusiastic maintainer, too. 
Comment 3 Bart Verwilst 2002-04-13 17:37:13 UTC
Could you please paste the ebuild as a comment? i can't download the tarball.. :(
Comment 4 Bart Verwilst 2002-04-13 17:59:52 UTC
oops, wrong button :) +> waiting for actual ebuild :o)
Comment 5 Bart Verwilst 2002-04-13 18:20:09 UTC
oopsy :)
Comment 6 Bob Phan 2002-05-30 09:56:28 UTC
Sorry about the delay, forgot all about this one. :)
I'll post the ebuild in plain text in the next comment.
-Bob
Comment 7 Bob Phan 2002-05-30 09:57:55 UTC
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# Maintainer: Bob Phan <bob@evil-core.com>
# /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.3 2002/02/04 15:46:51 gbevin Exp

S=${WORKDIR}/${P}
DESCRIPTION="A fully automated Gnutella P2P client made to run 24/7 unattended."
SRC_URI="http://prdownloads.sourceforge.net/napshare/napshare-1.0.tar.gz"
HOMEPAGE="http://napshare.sourceforge.net"

DEPEND=">=x11-libs/gtk+-1.2.10-r4"

src_unpack() {
        unpack ${A}

        # Fix the lack of version number on directory name
        mv napshare ${P}
        cd ${S}
}

src_compile() {
        ./configure \
                --host=${CHOST} \
                --prefix=/usr \
                --infodir=/usr/share/info \
                --mandir=/usr/share/man || die "./configure failed"
        emake || die
}

src_install () {
        make DESTDIR=${D} install || die
        dodoc README ChangeLog TODO AUTHORS
}
Comment 8 Bart Verwilst 2002-08-09 08:17:07 UTC
Ahum, sorry for the long delay :$ I will include this into portage, if there's a new version out already, now's the time to update it :o) Let me know if it's still the latest version. Thanks 
Comment 9 Hanno Böck gentoo-dev 2002-08-28 09:54:25 UTC
napshare 1.1 is in portage, so this one can be closed.