From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=DMARC_MISSING, MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H2 autolearn=unavailable autolearn_force=no version=4.0.0 Received: from mailout06.sul.t-online.com (mailout06.sul.t-online.com [194.25.134.19]) by chiba.3jane.net (Postfix) with ESMTP id 0F1C9ABAE8 for ; Sun, 29 Sep 2002 15:43:15 -0500 (CDT) Received: from fwd00.sul.t-online.de by mailout06.sul.t-online.com with smtp id 17vkuC-0007A4-03; Sun, 29 Sep 2002 22:43:08 +0200 Received: from pD953094E.dip.t-dialin.net (520093615728-0001@[217.83.9.78]) by fmrl00.sul.t-online.com with esmtp id 17vku1-1ZIpyiC; Sun, 29 Sep 2002 22:42:57 +0200 From: Jordi =?iso-8859-1?q?B=F6hme?= To: gentoo-dev@gentoo.org Date: Sun, 29 Sep 2002 22:40:44 +0200 User-Agent: KMail/1.4.6 MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_MV2l9RVyetJaHI/" Message-Id: <200209292241.04622.mail@jordi-boehme.de> X-Sender: 520093615728-0001@t-dialin.net Subject: [gentoo-dev] ebuild for overnet Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux developer list List-Unsubscribe: , List-Archive: X-Archives-Salt: d67a9ef7-1831-418f-8e90-5b775efacbd8 X-Archives-Hash: 92930d0c81c263e8ade3dd3222f1edec --Boundary-00=_MV2l9RVyetJaHI/ Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Description: clearsigned data Content-Disposition: inline Hi. I have made an ebuild for overnet. Where can I commit it or send it to? Greets Jordi --Boundary-00=_MV2l9RVyetJaHI/ Content-Type: text/plain; charset="us-ascii"; name="overnet-0.29.1.ebuild" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="overnet-0.29.1.ebuild" # Author: Jordi B=F6hme http://jordi-boehme.de S=3D"${WORKDIR}/${P}" NV=3D"0.29.1" # no version number on this install dir since upgrades will be using same d= ir # (data will be stored here too) I=3D/usr/bin DESCRIPTION=3D"Overnet is the successor of eDonkey2000 that allows you to s= hare files with millions of other people across the globe." HOMEPAGE=3D"http://www.overnet.com" SRC_URI=3D"http://www.overnet.com/files/overnet${NV}.gz" SLOT=3D"0" LICENSE=3D"proprietary" KEYWORDS=3D"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 } --Boundary-00=_MV2l9RVyetJaHI/--