public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jordi Böhme" <mail@jordi-boehme.de>
To: gentoo-dev@gentoo.org
Subject: [gentoo-dev] ebuild for overnet
Date: Sun, 29 Sep 2002 22:40:44 +0200	[thread overview]
Message-ID: <200209292241.04622.mail@jordi-boehme.de> (raw)

[-- Attachment #1: clearsigned data --]
[-- Type: Text/Plain, Size: 96 bytes --]

Hi.

I have made an ebuild for overnet.
Where can I commit it or send it to?

Greets
Jordi

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: overnet-0.29.1.ebuild --]
[-- Type: text/plain; charset="us-ascii"; name="overnet-0.29.1.ebuild", Size: 759 bytes --]

# 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
# (data will be stored here too)
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
}


             reply	other threads:[~2002-09-29 20:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-29 20:40 Jordi Böhme [this message]
2002-09-30 22:42 ` [gentoo-dev] ebuild for overnet Hannes Mehnert
2002-09-30 22:50 ` Mike Frysinger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200209292241.04622.mail@jordi-boehme.de \
    --to=mail@jordi-boehme.de \
    --cc=gentoo-dev@gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox