diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2005-04-24 23:06:19 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2005-04-24 23:06:19 +0000 |
commit | 4cfbef75f2e91b0a3c767d82b7b2b0c74e00f7a4 (patch) | |
tree | 4db01326744a58c616d0c6c3eb2e7e7cd9cf30ce /net-p2p | |
parent | move donkey to edonkey (diff) | |
download | historical-4cfbef75f2e91b0a3c767d82b7b2b0c74e00f7a4.tar.gz historical-4cfbef75f2e91b0a3c767d82b7b2b0c74e00f7a4.tar.bz2 historical-4cfbef75f2e91b0a3c767d82b7b2b0c74e00f7a4.zip |
remove donkey
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/donkey/ChangeLog | 11 | ||||
-rw-r--r-- | net-p2p/donkey/Manifest | 4 | ||||
-rw-r--r-- | net-p2p/donkey/donkey-0.53.3.ebuild | 24 | ||||
-rw-r--r-- | net-p2p/donkey/files/digest-donkey-0.53.3 | 1 | ||||
-rw-r--r-- | net-p2p/donkey/metadata.xml | 5 |
5 files changed, 0 insertions, 45 deletions
diff --git a/net-p2p/donkey/ChangeLog b/net-p2p/donkey/ChangeLog deleted file mode 100644 index a7ad405adb42..000000000000 --- a/net-p2p/donkey/ChangeLog +++ /dev/null @@ -1,11 +0,0 @@ -# ChangeLog for net-p2p/donkey -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/donkey/ChangeLog,v 1.1 2004/07/05 16:58:54 squinky86 Exp $ - -*donkey-0.53.3 (05 Jul 2004) - - 05 Jul 2004; Jon Hood <squinky86@gentoo.org> +metadata.xml, - +donkey-0.53.3.ebuild: - Initial import, thanks to Alexandru Toma <flash3001@yahoo.com> in #50189 for - this ebuild - diff --git a/net-p2p/donkey/Manifest b/net-p2p/donkey/Manifest deleted file mode 100644 index afecac902dc8..000000000000 --- a/net-p2p/donkey/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -MD5 e8bac573359dfbfc1d38a1538de33e18 donkey-0.53.3.ebuild 626 -MD5 19be61db81f4697d4b65c4237e7ccb9c ChangeLog 415 -MD5 8aefbc0e49db723ca1ad02d0c409cd49 metadata.xml 160 -MD5 d6cc1cf8464aa3c6faa81dc55525766c files/digest-donkey-0.53.3 65 diff --git a/net-p2p/donkey/donkey-0.53.3.ebuild b/net-p2p/donkey/donkey-0.53.3.ebuild deleted file mode 100644 index d16d66c014f3..000000000000 --- a/net-p2p/donkey/donkey-0.53.3.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/donkey/donkey-0.53.3.ebuild,v 1.1 2004/07/05 16:58:54 squinky86 Exp $ - -DESCRIPTION="Official client for the eDonkey2000 network" -HOMEPAGE="http://www.edonkey2000.com" -SRC_URI="http://download.overnet.com/${P}.tar.gz" -SLOT="0" -LICENSE="as-is" -KEYWORDS="~x86" -IUSE="" - -DEPEND="virtual/libc" - -src_compile() { - einfo "Distributed in binary. No compilation required." -} - -src_install () { - exeinto /opt/bin - doexe ${P/-/} - dosym ${D}/opt/bin/${P/-/} /opt/bin/${PN} - dodoc README -} diff --git a/net-p2p/donkey/files/digest-donkey-0.53.3 b/net-p2p/donkey/files/digest-donkey-0.53.3 deleted file mode 100644 index 82c8ee7f7a54..000000000000 --- a/net-p2p/donkey/files/digest-donkey-0.53.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 d5386e8db7d8376df1acf459b951b061 donkey-0.53.3.tar.gz 356115 diff --git a/net-p2p/donkey/metadata.xml b/net-p2p/donkey/metadata.xml deleted file mode 100644 index aa0f3664825f..000000000000 --- a/net-p2p/donkey/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>net-p2p</herd> -</pkgmetadata> |