diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-07-19 14:20:39 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-07-19 14:20:39 +0000 |
commit | 99ca871bff9c469ad765bf1476bf7101f20dfe6d (patch) | |
tree | ed9a551e1d0df52e3a6c54c091fafd893030d355 /net-p2p/amule | |
parent | Added warning about broken FATX driver (diff) | |
download | historical-99ca871bff9c469ad765bf1476bf7101f20dfe6d.tar.gz historical-99ca871bff9c469ad765bf1476bf7101f20dfe6d.tar.bz2 historical-99ca871bff9c469ad765bf1476bf7101f20dfe6d.zip |
version bump, closes #57528
Diffstat (limited to 'net-p2p/amule')
-rw-r--r-- | net-p2p/amule/ChangeLog | 8 | ||||
-rw-r--r-- | net-p2p/amule/Manifest | 4 | ||||
-rw-r--r-- | net-p2p/amule/amule-2.0.0_rc5.ebuild | 75 | ||||
-rw-r--r-- | net-p2p/amule/files/digest-amule-2.0.0_rc5 | 1 |
4 files changed, 86 insertions, 2 deletions
diff --git a/net-p2p/amule/ChangeLog b/net-p2p/amule/ChangeLog index 56da07c59c9d..85307b61298c 100644 --- a/net-p2p/amule/ChangeLog +++ b/net-p2p/amule/ChangeLog @@ -1,6 +1,12 @@ # 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.25 2004/07/14 23:16:32 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/ChangeLog,v 1.26 2004/07/19 14:20:39 squinky86 Exp $ + +*amule-2.0.0_rc5 (19 Jul 2004) + + 19 Jul 2004; Jon Hood <squinky86@gentoo.org> +amule-2.0.0_rc5.ebuild: + version bump, closes #57528, thanks to Giacomo Perale <ghepeu@virgilio.it> for + the update *amule-1.2.8 (14 Jul 2004) diff --git a/net-p2p/amule/Manifest b/net-p2p/amule/Manifest index 969644012a67..49a58f533820 100644 --- a/net-p2p/amule/Manifest +++ b/net-p2p/amule/Manifest @@ -1,10 +1,12 @@ MD5 4d782261e1774291ce965fc6e560c4ba amule-2.0.0_rc3.ebuild 2206 MD5 44203597f71957b61d479e8dff75af9d amule-1.2.7.ebuild 1087 +MD5 7d3dbbbdb61c7fad2b8b71db676014e5 amule-2.0.0_rc5.ebuild 2206 MD5 83a5322edb2d852d6bb032f9ee59ff7d amule-1.2.6.ebuild 1028 -MD5 9dbca577fb9d3c1f31227a6092f6f6a1 ChangeLog 3571 +MD5 6043989152e29ec4b353a3b2ac912dbc ChangeLog 3770 MD5 ae2f0c7a2c494c412921813d8f047f92 amule-1.2.8.ebuild 1086 MD5 8aefbc0e49db723ca1ad02d0c409cd49 metadata.xml 160 MD5 2fb2652f4ff91f2244ff07cccd31d5d2 files/digest-amule-2.0.0_rc3 68 +MD5 25f3451bd4e421754b720ec5f10605b4 files/digest-amule-2.0.0_rc5 68 MD5 a301972585e39355d61f9dcc8daaab86 files/digest-amule-1.2.6 65 MD5 7a18b938fdc0d7255544a5e112db30b9 files/digest-amule-1.2.7 65 MD5 6222124296125a6909963944434e0291 files/digest-amule-1.2.8 65 diff --git a/net-p2p/amule/amule-2.0.0_rc5.ebuild b/net-p2p/amule/amule-2.0.0_rc5.ebuild new file mode 100644 index 000000000000..1951f6cb9618 --- /dev/null +++ b/net-p2p/amule/amule-2.0.0_rc5.ebuild @@ -0,0 +1,75 @@ +# 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_rc5.ebuild,v 1.1 2004/07/19 14:20:39 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_rc5 b/net-p2p/amule/files/digest-amule-2.0.0_rc5 new file mode 100644 index 000000000000..eab48bb84bf4 --- /dev/null +++ b/net-p2p/amule/files/digest-amule-2.0.0_rc5 @@ -0,0 +1 @@ +MD5 c701db7489b98424a5eb652bd28eaa4d aMule-2.0.0rc5.tar.bz2 2854287 |