Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 8541 - ebuild for overnet
Summary: ebuild for overnet
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Martin Holzer (RETIRED)
URL: http://www.overnet.com
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2002-09-29 15:50 UTC by Jordi Böhme
Modified: 2003-05-22 17:41 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jordi Böhme 2002-09-29 15:50:33 UTC
I have made an ebuild for overnet. 
 
Jordi B
Comment 1 Jordi Böhme 2002-09-29 15:50:33 UTC
I have made an ebuild for overnet. 
 
Jordi Böhme 
mail@jordi-boehme.de 
http://www.jordi-boehme.de 
 
The eBuild: 
------------------------------------------------ 
# Author: Jordi Böhme <mail@jordi-boehme.de> http://jordi-boehme.de 
 
S="${WORKDIR}/${P}" 
NV="0.29.1" 
 
# no version number on this install dir since upgrades will be using same dir 
I=/usr/bin 
 
DESCRIPTION="Overnet is the successor of eDonkey2000 that allows you to share 
files with millions of other people across the globe." 
HOMEPAGE="http://www.overnet.com" 
SRC_URI="http://www.overnet.com/files/overnet${NV}.gz" 
SLOT="0" 
LICENSE="proprietary" 
KEYWORDS="x86" 
 
src_unpack () { 
        cd ${WORKDIR} 
        test ! -d ${S} && mkdir ${S} 
        gunzip -dc ${DISTDIR}/overnet${NV}.gz > ${S}/overnet 
} 
 
src_install () { 
        dodir ${I} 
        cp overnet ${D}/${I} 
        chown root.root ${D}/${I}/overnet 
        chmod 755 ${D}/${I}/overnet 
}
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2003-05-22 17:41:28 UTC
0.48.2 is in cvs