summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Hood <squinky86@gentoo.org>2004-08-24 17:37:32 +0000
committerJon Hood <squinky86@gentoo.org>2004-08-24 17:37:32 +0000
commitdc29a894f8ac431e213234eced55effb4a361375 (patch)
treeba83f76efed73859e32b3ef7a8ab58f338772e14 /net-p2p/amule
parentdo not install lablgtk from the internet if it's not available (Manifest reco... (diff)
downloadgentoo-2-dc29a894f8ac431e213234eced55effb4a361375.tar.gz
gentoo-2-dc29a894f8ac431e213234eced55effb4a361375.tar.bz2
gentoo-2-dc29a894f8ac431e213234eced55effb4a361375.zip
block xmule, #61438
Diffstat (limited to 'net-p2p/amule')
-rw-r--r--net-p2p/amule/ChangeLog6
-rw-r--r--net-p2p/amule/amule-1.2.6.ebuild38
-rw-r--r--net-p2p/amule/amule-1.2.7.ebuild42
-rw-r--r--net-p2p/amule/amule-1.2.8.ebuild5
-rw-r--r--net-p2p/amule/amule-2.0.0_rc5.ebuild5
-rw-r--r--net-p2p/amule/files/digest-amule-1.2.61
-rw-r--r--net-p2p/amule/files/digest-amule-1.2.71
7 files changed, 11 insertions, 87 deletions
diff --git a/net-p2p/amule/ChangeLog b/net-p2p/amule/ChangeLog
index ac117fd3fd78..bf8d8a0beadf 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.30 2004/08/14 00:44:00 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/ChangeLog,v 1.31 2004/08/24 17:37:32 squinky86 Exp $
+
+ 24 Aug 2004; Jon Hood <squinky86@gentoo.org> -amule-1.2.6.ebuild,
+ -amule-1.2.7.ebuild, amule-1.2.8.ebuild, amule-2.0.0_rc5.ebuild:
+ Block install of xmule, fixes #61438.
13 Aug 2004; Jon Hood <squinky86@gentoo.org> amule-1.2.8.ebuild,
-amule-2.0.0_rc3.ebuild:
diff --git a/net-p2p/amule/amule-1.2.6.ebuild b/net-p2p/amule/amule-1.2.6.ebuild
deleted file mode 100644
index fb18d8efd916..000000000000
--- a/net-p2p/amule/amule-1.2.6.ebuild
+++ /dev/null
@@ -1,38 +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-1.2.6.ebuild,v 1.8 2004/06/29 00:41:44 squinky86 Exp $
-
-MY_P=${P/m/M}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="aNOTHER wxWindows based eMule P2P Client"
-HOMEPAGE="http://sourceforge.net/projects/amule"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~amd64"
-IUSE="nls"
-
-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` || die
- emake -j1 || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
-}
diff --git a/net-p2p/amule/amule-1.2.7.ebuild b/net-p2p/amule/amule-1.2.7.ebuild
deleted file mode 100644
index d31e86386bdb..000000000000
--- a/net-p2p/amule/amule-1.2.7.ebuild
+++ /dev/null
@@ -1,42 +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-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-1.2.8.ebuild b/net-p2p/amule/amule-1.2.8.ebuild
index 327b80db54b3..68b313ba4a53 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.2 2004/08/14 00:44:00 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/amule-1.2.8.ebuild,v 1.3 2004/08/24 17:37:32 squinky86 Exp $
MY_P=${P/m/M}
S=${WORKDIR}/${MY_P}
@@ -16,7 +16,8 @@ IUSE="debug nls remote"
DEPEND=">=x11-libs/wxGTK-2.4.2
>=net-misc/curl-7.11.0
- >=sys-libs/zlib-1.2.1"
+ >=sys-libs/zlib-1.2.1
+ !net-p2p/xmule"
pkg_setup() {
if wx-config --cppflags | grep gtk2u >& /dev/null; then
diff --git a/net-p2p/amule/amule-2.0.0_rc5.ebuild b/net-p2p/amule/amule-2.0.0_rc5.ebuild
index 63ed1931617e..a418f05878e7 100644
--- a/net-p2p/amule/amule-2.0.0_rc5.ebuild
+++ b/net-p2p/amule/amule-2.0.0_rc5.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_rc5.ebuild,v 1.4 2004/08/08 03:02:01 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/amule-2.0.0_rc5.ebuild,v 1.5 2004/08/24 17:37:32 squinky86 Exp $
inherit wxwidgets
@@ -28,7 +28,8 @@ DEPEND="remote? ( =x11-libs/wxGTK-2.4* )
>=dev-libs/crypto++-5.1-r1
>=sys-libs/zlib-1.2.1
stats? ( >=media-libs/gd-2.0.26 )
- gd? ( >=media-libs/gd-2.0.26 )"
+ gd? ( >=media-libs/gd-2.0.26 )
+ !net-p2p/xmule"
pkg_setup() {
diff --git a/net-p2p/amule/files/digest-amule-1.2.6 b/net-p2p/amule/files/digest-amule-1.2.6
deleted file mode 100644
index 540dd6a41528..000000000000
--- a/net-p2p/amule/files/digest-amule-1.2.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 bcd30926d68f4f54dc9c3799f8cde070 aMule-1.2.6.tar.bz2 1398755
diff --git a/net-p2p/amule/files/digest-amule-1.2.7 b/net-p2p/amule/files/digest-amule-1.2.7
deleted file mode 100644
index 57558132d243..000000000000
--- a/net-p2p/amule/files/digest-amule-1.2.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5236a8d553b5a9759b1650136ffc5941 aMule-1.2.7.tar.bz2 1847182