From 063be030b6d53620b52618e5cb94f4bdc31405e3 Mon Sep 17 00:00:00 2001 From: Jon Hood Date: Fri, 2 Jul 2004 20:26:25 +0000 Subject: version bump, closes #55896 --- net-p2p/amule/ChangeLog | 9 +++++++- net-p2p/amule/Manifest | 16 ++++--------- net-p2p/amule/amule-1.2.7.ebuild | 42 ++++++++++++++++++++++++++++++++++ net-p2p/amule/amule-2.0.0_rc3.ebuild | 3 ++- net-p2p/amule/files/digest-amule-1.2.7 | 1 + 5 files changed, 57 insertions(+), 14 deletions(-) create mode 100644 net-p2p/amule/amule-1.2.7.ebuild create mode 100644 net-p2p/amule/files/digest-amule-1.2.7 (limited to 'net-p2p/amule') diff --git a/net-p2p/amule/ChangeLog b/net-p2p/amule/ChangeLog index 9bb7a42163b5..8ab80579ee3b 100644 --- a/net-p2p/amule/ChangeLog +++ b/net-p2p/amule/ChangeLog @@ -1,6 +1,13 @@ # 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.23 2004/06/29 00:41:44 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/ChangeLog,v 1.24 2004/07/02 20:26:25 squinky86 Exp $ + +*amule-1.2.7 (02 Jul 2004) + + 02 Jul 2004; Jon Hood +amule-1.2.7.ebuild, + amule-2.0.0_rc3.ebuild: + version bump, closes #55896, thanks to Giacomo Perale and + the aMule forums for this ebuild, added note to 2.0.0_rc3 ebuild 28 Jun 2004; Jon Hood -amule-1.1.0.ebuild, amule-1.2.6.ebuild: diff --git a/net-p2p/amule/Manifest b/net-p2p/amule/Manifest index 3532ec968393..a767af061fa1 100644 --- a/net-p2p/amule/Manifest +++ b/net-p2p/amule/Manifest @@ -1,16 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 8779564b38edc51c0b1f328846d668dc ChangeLog 3130 -MD5 8aefbc0e49db723ca1ad02d0c409cd49 metadata.xml 160 MD5 95a9f46918fe29b551a0991a8f94874b amule-2.0.0_rc3.ebuild 2138 +MD5 8835c3bc916e988d02777f125bdc5cf3 amule-1.2.7.ebuild 992 MD5 83a5322edb2d852d6bb032f9ee59ff7d amule-1.2.6.ebuild 1028 +MD5 8779564b38edc51c0b1f328846d668dc ChangeLog 3130 +MD5 8aefbc0e49db723ca1ad02d0c409cd49 metadata.xml 160 MD5 2fb2652f4ff91f2244ff07cccd31d5d2 files/digest-amule-2.0.0_rc3 68 MD5 a301972585e39355d61f9dcc8daaab86 files/digest-amule-1.2.6 65 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.8 (GNU/Linux) - -iD8DBQFA4weSHTu7gpaalycRAqovAKDqor+Gp+H+GwPPY/lJ+lcnxpn3WACgobwC -dOTPTgux2F0Zd+IwtE642ic= -=qzfz ------END PGP SIGNATURE----- +MD5 7a18b938fdc0d7255544a5e112db30b9 files/digest-amule-1.2.7 65 diff --git a/net-p2p/amule/amule-1.2.7.ebuild b/net-p2p/amule/amule-1.2.7.ebuild new file mode 100644 index 000000000000..d31e86386bdb --- /dev/null +++ b/net-p2p/amule/amule-1.2.7.ebuild @@ -0,0 +1,42 @@ +# 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.7.ebuild,v 1.1 2004/07/02 20:26:25 squinky86 Exp $ + +MY_P=${P/m/M} +S=${WORKDIR}/${MY_P} + +DESCRIPTION="aMule, the all-platform eMule p2p client" +HOMEPAGE="http://www.amule.org" +SRC_URI="http://download.berlios.de/${PN}/${MY_P}.tar.bz2" + + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="debug nls remote" + +DEPEND=">=x11-libs/wxGTK-2.4.2 + >=net-misc/curl-7.11.0 + >=sys-libs/zlib-1.2.1" + +pkg_setup() { + 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() { + econf `use_enable nls` \ + `use_enable remote amulecmd` \ + `use_enable debug` || die + + emake -j1 || die +} + +src_install() { + make DESTDIR=${D} install || die +} diff --git a/net-p2p/amule/amule-2.0.0_rc3.ebuild b/net-p2p/amule/amule-2.0.0_rc3.ebuild index 0a6350f25cb0..c9008dcd2157 100644 --- a/net-p2p/amule/amule-2.0.0_rc3.ebuild +++ b/net-p2p/amule/amule-2.0.0_rc3.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-2.0.0_rc3.ebuild,v 1.5 2004/06/30 18:33:27 vapier Exp $ +# $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/_/} @@ -12,6 +12,7 @@ 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" diff --git a/net-p2p/amule/files/digest-amule-1.2.7 b/net-p2p/amule/files/digest-amule-1.2.7 new file mode 100644 index 000000000000..57558132d243 --- /dev/null +++ b/net-p2p/amule/files/digest-amule-1.2.7 @@ -0,0 +1 @@ +MD5 5236a8d553b5a9759b1650136ffc5941 aMule-1.2.7.tar.bz2 1847182 -- cgit v1.2.3-65-gdbad