summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Hood <squinky86@gentoo.org>2004-08-16 03:27:53 +0000
committerJon Hood <squinky86@gentoo.org>2004-08-16 03:27:53 +0000
commite48e21b80fa2b522aa87b6eb9bba3e6a348299bd (patch)
tree83e3f119c4c121e841950eca2d2249f11a2804e4 /net-p2p/xmule
parentStable on sparc. (Manifest recommit) (diff)
downloadgentoo-2-e48e21b80fa2b522aa87b6eb9bba3e6a348299bd.tar.gz
gentoo-2-e48e21b80fa2b522aa87b6eb9bba3e6a348299bd.tar.bz2
gentoo-2-e48e21b80fa2b522aa87b6eb9bba3e6a348299bd.zip
stable on x86
Diffstat (limited to 'net-p2p/xmule')
-rw-r--r--net-p2p/xmule/ChangeLog6
-rw-r--r--net-p2p/xmule/files/digest-xmule-1.6.0a-r11
-rw-r--r--net-p2p/xmule/files/digest-xmule-1.8.11
-rw-r--r--net-p2p/xmule/files/rehash.patch11
-rw-r--r--net-p2p/xmule/xmule-1.6.0a-r1.ebuild50
-rw-r--r--net-p2p/xmule/xmule-1.8.1.ebuild61
-rw-r--r--net-p2p/xmule/xmule-1.8.4.ebuild4
7 files changed, 7 insertions, 127 deletions
diff --git a/net-p2p/xmule/ChangeLog b/net-p2p/xmule/ChangeLog
index bab37646edbf..d1207749d732 100644
--- a/net-p2p/xmule/ChangeLog
+++ b/net-p2p/xmule/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-p2p/xmule
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/xmule/ChangeLog,v 1.43 2004/07/23 20:31:07 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/xmule/ChangeLog,v 1.44 2004/08/16 03:27:52 squinky86 Exp $
+
+ 15 Aug 2004; Jon Hood <squinky86@gentoo.org> -files/rehash.patch,
+ -xmule-1.6.0a-r1.ebuild, -xmule-1.8.1.ebuild, xmule-1.8.4.ebuild:
+ Stable on x86, cleanup old versions.
23 Jul 2004; Jon Hood <squinky86@gentoo.org> xmule-1.8.2-r3.ebuild:
Fixed removal of temp files irt #58083; thanks Antonio <netbix@tiscali.it>.
diff --git a/net-p2p/xmule/files/digest-xmule-1.6.0a-r1 b/net-p2p/xmule/files/digest-xmule-1.6.0a-r1
deleted file mode 100644
index 938b04b0f6f9..000000000000
--- a/net-p2p/xmule/files/digest-xmule-1.6.0a-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 513aee4826007d2e9c5bade5ca48b144 xmule-1.6.0.tar.bz2 1250341
diff --git a/net-p2p/xmule/files/digest-xmule-1.8.1 b/net-p2p/xmule/files/digest-xmule-1.8.1
deleted file mode 100644
index 3ff00c4482c8..000000000000
--- a/net-p2p/xmule/files/digest-xmule-1.8.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 7b385558338e4823cbc971456cd075fe xmule-1.8.1.tar.bz2 1166348
diff --git a/net-p2p/xmule/files/rehash.patch b/net-p2p/xmule/files/rehash.patch
deleted file mode 100644
index b4350ab645c5..000000000000
--- a/net-p2p/xmule/files/rehash.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/PartFile.cpp 2003-08-26 19:33:22.000000000 +0200
-+++ src/PartFile.cpp 2003-09-14 23:26:48.000000000 +0200
-@@ -464,7 +464,7 @@
- // rehash
- SetPartFileStatus(PS_WAITINGFORHASH);
-
-- CAddFileThread::AddFile(directory, searchpath, this);
-+ CAddFileThread::AddFile(directory, basename(searchpath), this);
- }
- delete[] searchpath;
-
diff --git a/net-p2p/xmule/xmule-1.6.0a-r1.ebuild b/net-p2p/xmule/xmule-1.6.0a-r1.ebuild
deleted file mode 100644
index 80533ede0cba..000000000000
--- a/net-p2p/xmule/xmule-1.6.0a-r1.ebuild
+++ /dev/null
@@ -1,50 +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/xmule/xmule-1.6.0a-r1.ebuild,v 1.11 2004/07/17 03:06:26 squinky86 Exp $
-
-inherit eutils
-
-MY_P=${P//a}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="wxWindows based client for the eDonkey/eMule/lMule network"
-HOMEPAGE="http://xmule.ws/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
-RESTRICT="nomirror"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-
-IUSE=""
-
-DEPEND=">=x11-libs/wxGTK-2.4
- >=sys-libs/zlib-1.1.4"
-
-pkg_setup() {
- # FIXME: Is this really how we want to do this ?
- GREP=`grep ' unicode' /var/db/pkg/x11-libs/wxGTK*/USE`
- if [ "${GREP}" != "" ]; then
- eerror "This package doesn't work with wxGTK"
- eerror "compiled with gtk2 and unicode in USE"
- eerror "Please re-compile wxGTK with -unicode"
- die "aborting..."
- fi
-}
-
-src_unpack() {
-# Small patch to fix rehashing of unfinished files
-
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/rehash.patch
-}
-
-src_compile () {
- econf || die
- MAKEOPTS="${MAKEOPTS} -j1" emake || die
-}
-
-src_install () {
- einstall || die
-}
diff --git a/net-p2p/xmule/xmule-1.8.1.ebuild b/net-p2p/xmule/xmule-1.8.1.ebuild
deleted file mode 100644
index e7c10adf4296..000000000000
--- a/net-p2p/xmule/xmule-1.8.1.ebuild
+++ /dev/null
@@ -1,61 +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/xmule/xmule-1.8.1.ebuild,v 1.5 2004/07/17 03:06:26 squinky86 Exp $
-
-MY_P=${P//a}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="wxWindows based client for the eDonkey/eMule/lMule network"
-HOMEPAGE="http://xmule.ws/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
-RESTRICT="nomirror"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64 ~ppc"
-
-IUSE="nls"
-
-DEPEND=">=x11-libs/wxGTK-2.4.1
- nls? ( sys-devel/gettext )
- >=sys-libs/zlib-1.2.1"
-
-pkg_setup() {
- # FIXME: Is this really how we want to do this ?
- GREP=`grep ' unicode' /var/db/pkg/x11-libs/wxGTK*/USE`
- if [ "${GREP}" != "" ]; then
- eerror "This package doesn't work with wxGTK"
- eerror "compiled with gtk2 and unicode in USE"
- eerror "Please re-compile wxGTK with -unicode"
- die "aborting..."
- fi
-}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- sed -i 's/@datadir@/${DESTDIR}@datadir@/' Makefile.in
-}
-
-src_compile () {
- export WANT_AUTOCONF=2.5
- WANT_AUTOMAKE=1.7
- aclocal
- autoconf
- autoheader
- automake
-
- local myconf=
-
- use nls \
- || myconf="${myconf} --disable-nls"
-
- myconf="${myconf} --with-zlib=/tmp/zlib/"
-
- econf ${myconf} || die
- MAKEOPTS="${MAKEOPTS} -j1" emake || die
-}
-
-src_install () {
- einstall mkinstalldirs=${S}/mkinstalldirs DESTDIR=${D} || die
-}
diff --git a/net-p2p/xmule/xmule-1.8.4.ebuild b/net-p2p/xmule/xmule-1.8.4.ebuild
index 8f9df1ab318d..c1a50c61873d 100644
--- a/net-p2p/xmule/xmule-1.8.4.ebuild
+++ b/net-p2p/xmule/xmule-1.8.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/xmule/xmule-1.8.4.ebuild,v 1.1 2004/07/17 03:06:26 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/xmule/xmule-1.8.4.ebuild,v 1.2 2004/08/16 03:27:53 squinky86 Exp $
DESCRIPTION="wxWindows based client for the eDonkey/eMule/lMule network"
HOMEPAGE="http://xmule.ws/"
@@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~amd64 ~ppc"
+KEYWORDS="x86 ~amd64 ~ppc"
IUSE="nls"