summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Hood <squinky86@gentoo.org>2004-08-14 00:44:00 +0000
committerJon Hood <squinky86@gentoo.org>2004-08-14 00:44:00 +0000
commit89773732d612f393bfe447b9cdfa8faebde59820 (patch)
tree3205bec56549a75a5cf7bbc8b1a7c16c5ee47d9e /net-p2p/amule
parentPatch missing parenthesis. Thanks spyderous (diff)
downloadhistorical-89773732d612f393bfe447b9cdfa8faebde59820.tar.gz
historical-89773732d612f393bfe447b9cdfa8faebde59820.tar.bz2
historical-89773732d612f393bfe447b9cdfa8faebde59820.zip
stable on x86
Diffstat (limited to 'net-p2p/amule')
-rw-r--r--net-p2p/amule/ChangeLog6
-rw-r--r--net-p2p/amule/amule-1.2.8.ebuild4
-rw-r--r--net-p2p/amule/amule-2.0.0_rc3.ebuild75
-rw-r--r--net-p2p/amule/files/digest-amule-2.0.0_rc31
4 files changed, 7 insertions, 79 deletions
diff --git a/net-p2p/amule/ChangeLog b/net-p2p/amule/ChangeLog
index 43126a3cfa99..ac117fd3fd78 100644
--- a/net-p2p/amule/ChangeLog
+++ b/net-p2p/amule/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-p2p/amule
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/ChangeLog,v 1.29 2004/08/08 03:02:01 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/ChangeLog,v 1.30 2004/08/14 00:44:00 squinky86 Exp $
+
+ 13 Aug 2004; Jon Hood <squinky86@gentoo.org> amule-1.2.8.ebuild,
+ -amule-2.0.0_rc3.ebuild:
+ Stable on x86, cleanup old ebuilds.
07 Aug 2004; Jon Hood <squinky86@gentoo.org> amule-2.0.0_rc5.ebuild:
Inherit wxwindows; thanks Giacomo Perale <ghepeu@virgilio.it>, #59672.
diff --git a/net-p2p/amule/amule-1.2.8.ebuild b/net-p2p/amule/amule-1.2.8.ebuild
index 324b985f02b7..327b80db54b3 100644
--- a/net-p2p/amule/amule-1.2.8.ebuild
+++ b/net-p2p/amule/amule-1.2.8.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/amule/amule-1.2.8.ebuild,v 1.1 2004/07/14 23:16:32 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/amule-1.2.8.ebuild,v 1.2 2004/08/14 00:44:00 squinky86 Exp $
MY_P=${P/m/M}
S=${WORKDIR}/${MY_P}
@@ -11,7 +11,7 @@ SRC_URI="http://download.berlios.de/${PN}/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="x86 ~amd64"
IUSE="debug nls remote"
DEPEND=">=x11-libs/wxGTK-2.4.2
diff --git a/net-p2p/amule/amule-2.0.0_rc3.ebuild b/net-p2p/amule/amule-2.0.0_rc3.ebuild
deleted file mode 100644
index c9008dcd2157..000000000000
--- a/net-p2p/amule/amule-2.0.0_rc3.ebuild
+++ /dev/null
@@ -1,75 +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/amule/amule-2.0.0_rc3.ebuild,v 1.6 2004/07/02 20:26:25 squinky86 Exp $
-
-MY_P=${P/m/M}
-MY_P=${MY_P/_/}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="aNOTHER wxWindows based eMule P2P Client"
-HOMEPAGE="http://www.amule.org"
-SRC_URI="http://download.berlios.de/${PN}/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-# this is a release candidate- do not put in the stable tree yet
-KEYWORDS="~x86 ~amd64"
-IUSE="debug nls stats remote"
-RESTRICT="nomirror"
-
-EXTRA_ECONF="--disable-optimise"
-
-# optimizations disabled for better stability
-# new USE "noamulestats" disables aMule GUI statistics (wxCas) (require gd)
-# new USE "noamuleremote" disables remote control utilities: webserver,
-# web client, amulecmd text client
-
-
-DEPEND=">=x11-libs/wxGTK-2.4.2
- >=net-misc/curl-7.11.0
- >=dev-libs/crypto++-5.1
- >=sys-libs/zlib-1.2.1
- stats? ( >=media-libs/gd-2.0.22 )"
-
-pkg_setup() {
-
- # GTK2 is unstable and not supported by aMule developers
- if wx-config --cppflags | grep gtk2 >& /dev/null; then
- einfo "Compiling ${PN} against wxGTK2 is not supported."
- die "wxGTK must be re-emerged with USE=-gtk2."
- fi
-
- # aMule doesn't compile against unicoded wxGTK at all.
- if wx-config --cppflags | grep gtk2u >& /dev/null; then
- einfo "${PN} will not build if wxGTK was compiled"
- einfo "with unicode support. If you are using a version of"
- einfo "wxGTK <= 2.4.2, you must set USE=-gtk2. In newer versions,"
- einfo "you must set USE=-unicode."
- die "wxGTK must be re-emerged without unicode suport"
- fi
-
-}
-
-src_compile() {
-
- use remote || EXTRA_ECONF="${EXTRA_ECONF} --disable-amulecmd \
- --disable-amulecmdgui \
- --disable-webserver \
- --disable-webservergui" \
- || EXTRA_ECONF="${EXTRA_ECONF} --enable-amulecmd \
- --enable-amulecmdgui \
- --enable-webserver \
- --enable-webservergui"
-
- #workaround for broken configure (doesn't recognize --enable-wxcas)
- use stats || EXTRA_ECONF="${EXTRA_ECONF} --disable-wxcas"
-
- econf `use_enable nls` \
- `use_enable debug` || die
-
- emake -j1 || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
-}
diff --git a/net-p2p/amule/files/digest-amule-2.0.0_rc3 b/net-p2p/amule/files/digest-amule-2.0.0_rc3
deleted file mode 100644
index 0adc1a6d5b04..000000000000
--- a/net-p2p/amule/files/digest-amule-2.0.0_rc3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9c56b982e89bff7fc10af57bbb57b7db aMule-2.0.0rc3.tar.bz2 2283194