summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Matthijs <axxo@gentoo.org>2005-10-07 16:51:53 +0000
committerThomas Matthijs <axxo@gentoo.org>2005-10-07 16:51:53 +0000
commite303822608bfe1689e8595b40cb623d17a64420c (patch)
tree0c7476169700a86031f67f4d41fde7a141fe2f1a /net-p2p
parentDon't assume GNU ld (with configure at least). (diff)
downloadgentoo-2-e303822608bfe1689e8595b40cb623d17a64420c.tar.gz
gentoo-2-e303822608bfe1689e8595b40cb623d17a64420c.tar.bz2
gentoo-2-e303822608bfe1689e8595b40cb623d17a64420c.zip
Fix deps
(Portage version: 2.0.53_rc4)
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/azureus/ChangeLog6
-rw-r--r--net-p2p/azureus/azureus-2.2.0.0-r1.ebuild15
-rw-r--r--net-p2p/azureus/azureus-2.3.0.4.ebuild18
3 files changed, 21 insertions, 18 deletions
diff --git a/net-p2p/azureus/ChangeLog b/net-p2p/azureus/ChangeLog
index 500ad6002e0a..ceb404697884 100644
--- a/net-p2p/azureus/ChangeLog
+++ b/net-p2p/azureus/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-p2p/azureus
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/azureus/ChangeLog,v 1.5 2005/10/02 23:34:04 mkay Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/azureus/ChangeLog,v 1.6 2005/10/07 16:51:53 axxo Exp $
+
+ 07 Oct 2005; Thomas Matthijs <axxo@gentoo.org> azureus-2.2.0.0-r1.ebuild,
+ azureus-2.3.0.4.ebuild:
+ Fix deps
*azureus-2.3.0.4 (02 Oct 2005)
diff --git a/net-p2p/azureus/azureus-2.2.0.0-r1.ebuild b/net-p2p/azureus/azureus-2.2.0.0-r1.ebuild
index 886972819e7a..fa3def52a72b 100644
--- a/net-p2p/azureus/azureus-2.2.0.0-r1.ebuild
+++ b/net-p2p/azureus/azureus-2.2.0.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/azureus/azureus-2.2.0.0-r1.ebuild,v 1.3 2005/05/12 07:06:49 sejo Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/azureus/azureus-2.2.0.0-r1.ebuild,v 1.4 2005/10/07 16:51:53 axxo Exp $
DESCRIPTION="Azureus - Java BitTorrent Client"
HOMEPAGE="http://azureus.sourceforge.net/"
@@ -10,15 +10,18 @@ LICENSE="GPL-2 BSD"
SLOT="0"
KEYWORDS="~x86 ~ppc"
IUSE=""
-DEPEND="virtual/libc
- >=dev-java/swt-3.0
- >=app-arch/unzip-5.0
- !net-p2p/azureus-bin"
-RDEPEND="virtual/libc
+
+RDEPEND=">=virtual/jre-1.4
>=dev-java/swt-3.0-r2
>=dev-java/log4j-1.2.8
>=dev-java/commons-cli-1.0
>=dev-java/systray4j-2.4"
+DEPEND=">=virtual/jdk-1.4
+ ${RDEPEND}
+ >=dev-java/ant-core-1.6.2
+ >=app-arch/unzip-5.0
+ !net-p2p/azureus-bin"
+
S=${WORKDIR}/${PN}
src_unpack() {
diff --git a/net-p2p/azureus/azureus-2.3.0.4.ebuild b/net-p2p/azureus/azureus-2.3.0.4.ebuild
index dc597b8de4da..bc74f6dbe4c5 100644
--- a/net-p2p/azureus/azureus-2.3.0.4.ebuild
+++ b/net-p2p/azureus/azureus-2.3.0.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/azureus/azureus-2.3.0.4.ebuild,v 1.1 2005/10/02 23:34:04 mkay Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/azureus/azureus-2.3.0.4.ebuild,v 1.2 2005/10/07 16:51:53 axxo Exp $
DESCRIPTION="Azureus - Java BitTorrent Client"
HOMEPAGE="http://azureus.sourceforge.net/"
@@ -9,15 +9,15 @@ SRC_URI="mirror://sourceforge/azureus/Azureus_${PV}_source.zip
LICENSE="GPL-2 BSD"
SLOT="0"
KEYWORDS="~x86"
-IUSE=""
-DEPEND="virtual/libc
- >=dev-java/swt-3.0
- >=app-arch/unzip-5.0
- !net-p2p/azureus-bin"
-RDEPEND="virtual/libc
+RDEPEND=">=virtual/jre-1.4
>=dev-java/swt-3.0-r2
>=dev-java/log4j-1.2.8
>=dev-java/commons-cli-1.0"
+DEPEND=">=virtual/jdk-1.4
+ ${RDEPEND}
+ >=dev-java/ant-core-1.6.2
+ >=app-arch/unzip-5.0
+ !net-p2p/azureus-bin"
S=${WORKDIR}/${PN}
@@ -48,10 +48,6 @@ src_unpack() {
}
src_compile() {
- einfo
- einfo "Compiling the sources. This may take a few minutes..."
- einfo
-
# Figure out correct boot classpath
if [ ! -z "$(java-config --java-version | grep IBM)" ] ; then
# IBM JRE