Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 8541

Summary: ebuild for overnet
Product: Gentoo Linux Reporter: Jordi Böhme <mail>
Component: New packagesAssignee: Martin Holzer (RETIRED) <mholzer>
Status: RESOLVED FIXED    
Severity: enhancement Keywords: EBUILD
Priority: High    
Version: 1.2   
Hardware: x86   
OS: Linux   
URL: http://www.overnet.com
Whiteboard:
Package list:
Runtime testing required: ---

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