summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2008-03-10 07:32:35 +0000
committerChristian Faulhammer <opfer@gentoo.org>2008-03-10 07:32:35 +0000
commit294bf8f6c62c4900662476ca690edb4ef03b3438 (patch)
tree656434ea85262f795e0251f4c285fcab725f347f /net-p2p/azureus
parentstable x86, bug 212902 (diff)
downloadgentoo-2-294bf8f6c62c4900662476ca690edb4ef03b3438.tar.gz
gentoo-2-294bf8f6c62c4900662476ca690edb4ef03b3438.tar.bz2
gentoo-2-294bf8f6c62c4900662476ca690edb4ef03b3438.zip
filter jikes
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-p2p/azureus')
-rw-r--r--net-p2p/azureus/ChangeLog6
-rw-r--r--net-p2p/azureus/azureus-3.0.4.2-r1.ebuild9
2 files changed, 10 insertions, 5 deletions
diff --git a/net-p2p/azureus/ChangeLog b/net-p2p/azureus/ChangeLog
index f6fa745c72fe..0e048dff0a95 100644
--- a/net-p2p/azureus/ChangeLog
+++ b/net-p2p/azureus/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-p2p/azureus
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/azureus/ChangeLog,v 1.60 2008/03/08 20:50:03 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/azureus/ChangeLog,v 1.61 2008/03/10 07:32:35 opfer Exp $
+
+ 10 Mar 2008; Christian Faulhammer <opfer@gentoo.org>
+ azureus-3.0.4.2-r1.ebuild:
+ filter jikes
08 Mar 2008; Markus Meier <maekke@gentoo.org> azureus-3.0.4.2-r1.ebuild:
unquote A, x86 stable, bug #212667
diff --git a/net-p2p/azureus/azureus-3.0.4.2-r1.ebuild b/net-p2p/azureus/azureus-3.0.4.2-r1.ebuild
index 9afe7b6ee934..eae0e472def8 100644
--- a/net-p2p/azureus/azureus-3.0.4.2-r1.ebuild
+++ b/net-p2p/azureus/azureus-3.0.4.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/azureus/azureus-3.0.4.2-r1.ebuild,v 1.3 2008/03/08 20:50:03 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/azureus/azureus-3.0.4.2-r1.ebuild,v 1.4 2008/03/10 07:32:35 opfer Exp $
###
### @Todo The new Azureus gui requires swt built with embedded mozilla support,
@@ -39,6 +39,7 @@ DEPEND="${RDEPEND}
app-arch/unzip
dev-util/desktop-file-utils
>=virtual/jdk-1.4"
+JAVA_PKG_FILTER_COMPILER="jikes"
S="${WORKDIR}"
@@ -64,12 +65,12 @@ src_unpack() {
### Removes OS X files and entries.
rm -rv "org/gudy/azureus2/platform/macosx" \
- "org/gudy/azureus2/ui/swt/osx" || die
+ "org/gudy/azureus2/ui/swt/osx" || die
### Removes Windows files.
rm -rv "com/aelitis/azureus/util/win32" \
- "org/gudy/azureus2/platform/win32" \
- "org/gudy/azureus2/ui/swt/win32" || die
+ "org/gudy/azureus2/platform/win32" \
+ "org/gudy/azureus2/ui/swt/win32" || die
### Removes test files.
rm -rv "org/gudy/azureus2/ui/swt/test" || die