From e48e21b80fa2b522aa87b6eb9bba3e6a348299bd Mon Sep 17 00:00:00 2001 From: Jon Hood Date: Mon, 16 Aug 2004 03:27:53 +0000 Subject: stable on x86 --- net-p2p/xmule/ChangeLog | 6 ++- net-p2p/xmule/files/digest-xmule-1.6.0a-r1 | 1 - net-p2p/xmule/files/digest-xmule-1.8.1 | 1 - net-p2p/xmule/files/rehash.patch | 11 ------ net-p2p/xmule/xmule-1.6.0a-r1.ebuild | 50 ------------------------ net-p2p/xmule/xmule-1.8.1.ebuild | 61 ------------------------------ net-p2p/xmule/xmule-1.8.4.ebuild | 4 +- 7 files changed, 7 insertions(+), 127 deletions(-) delete mode 100644 net-p2p/xmule/files/digest-xmule-1.6.0a-r1 delete mode 100644 net-p2p/xmule/files/digest-xmule-1.8.1 delete mode 100644 net-p2p/xmule/files/rehash.patch delete mode 100644 net-p2p/xmule/xmule-1.6.0a-r1.ebuild delete mode 100644 net-p2p/xmule/xmule-1.8.1.ebuild (limited to 'net-p2p/xmule') 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 -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 xmule-1.8.2-r3.ebuild: Fixed removal of temp files irt #58083; thanks Antonio . 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" -- cgit v1.2.3-65-gdbad