summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2005-04-24 23:04:43 +0000
committerHeinrich Wendel <lanius@gentoo.org>2005-04-24 23:04:43 +0000
commit23b10de95d19eadfa64b55e76a5fa830fdfa750f (patch)
tree2ac04716a50463a62b673041f7d48c7fd03d85ec /net-p2p/edonkey/edonkey-1.1.0.ebuild
parentVersion bump closes bug #82309. (diff)
downloadhistorical-23b10de95d19eadfa64b55e76a5fa830fdfa750f.tar.gz
historical-23b10de95d19eadfa64b55e76a5fa830fdfa750f.tar.bz2
historical-23b10de95d19eadfa64b55e76a5fa830fdfa750f.zip
move net-p2p/donkey to net-p2p/edonkey; version bump
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-p2p/edonkey/edonkey-1.1.0.ebuild')
-rw-r--r--net-p2p/edonkey/edonkey-1.1.0.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/net-p2p/edonkey/edonkey-1.1.0.ebuild b/net-p2p/edonkey/edonkey-1.1.0.ebuild
new file mode 100644
index 000000000000..8528e2a996a7
--- /dev/null
+++ b/net-p2p/edonkey/edonkey-1.1.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/edonkey/edonkey-1.1.0.ebuild,v 1.1 2005/04/24 23:04:42 lanius Exp $
+
+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.zen18864.zen.co.uk/edonkey/${PV}/edonkeyclc-${PV}_i386.tgz"
+
+LICENSE="as-is"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND="virtual/libc"
+
+S="${WORKDIR}"
+
+src_compile() {
+ einfo "Distributed in binary. No compilation required."
+}
+
+src_install() {
+ mv usr "${D}"
+}