summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Hood <squinky86@gentoo.org>2004-07-02 20:26:25 +0000
committerJon Hood <squinky86@gentoo.org>2004-07-02 20:26:25 +0000
commitd9d9173089c6c27ae20066447ca871ab3d5ee99f (patch)
tree328371810d8063d370e64b3c1c461c94f0a97cb0 /net-p2p/amule
parentVersion bump (diff)
downloadhistorical-d9d9173089c6c27ae20066447ca871ab3d5ee99f.tar.gz
historical-d9d9173089c6c27ae20066447ca871ab3d5ee99f.tar.bz2
historical-d9d9173089c6c27ae20066447ca871ab3d5ee99f.zip
version bump, closes #55896
Diffstat (limited to 'net-p2p/amule')
-rw-r--r--net-p2p/amule/ChangeLog9
-rw-r--r--net-p2p/amule/Manifest18
-rw-r--r--net-p2p/amule/amule-1.2.7.ebuild42
-rw-r--r--net-p2p/amule/amule-2.0.0_rc3.ebuild3
-rw-r--r--net-p2p/amule/files/digest-amule-1.2.71
5 files changed, 58 insertions, 15 deletions
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 <squinky86@gentoo.org> +amule-1.2.7.ebuild,
+ amule-2.0.0_rc3.ebuild:
+ version bump, closes #55896, thanks to Giacomo Perale <ghepeu@virgilio.it> and
+ the aMule forums for this ebuild, added note to 2.0.0_rc3 ebuild
28 Jun 2004; Jon Hood <squinky86@gentoo.org> -amule-1.1.0.ebuild,
amule-1.2.6.ebuild:
diff --git a/net-p2p/amule/Manifest b/net-p2p/amule/Manifest
index 3532ec968393..32c771b4adba 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 4d782261e1774291ce965fc6e560c4ba amule-2.0.0_rc3.ebuild 2206
+MD5 44203597f71957b61d479e8dff75af9d amule-1.2.7.ebuild 1087
MD5 83a5322edb2d852d6bb032f9ee59ff7d amule-1.2.6.ebuild 1028
+MD5 9244ae9d66a6ecd95d792656d42140ac ChangeLog 3401
+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