--- net-p2p/azureus/azureus-3.0.5.2.ebuild.orig 2008-04-24 19:43:08.000000000 +0200 +++ net-p2p/azureus/azureus-3.0.5.2.ebuild 2008-04-24 19:48:11.000000000 +0200 @@ -22,7 +22,8 @@ DESCRIPTION="BitTorrent client in Java" HOMEPAGE="http://azureus.sourceforge.net/" -SRC_URI="mirror://sourceforge/azureus/Azureus_${PV}_source.zip" +SRC_URI="mirror://sourceforge/azureus/Azureus_${PV}_source.zip + http://azureus.sourceforge.net/plugins/azupdater_1.8.8.zip" LICENSE="GPL-2 BSD" SLOT="0" @@ -60,9 +61,13 @@ src_unpack() { unpack ${A} + unzip -q Updater.jar || die + unzip -q azupdaterpatcher_1.8.8.jar || die + rm -v org/gudy/azureus2/update/*.class || die epatch "${FILESDIR}/patches-3.0.5.2/use-jdk-cipher-only.patch" epatch "${FILESDIR}/patches-3.0.5.2/remove-osx-platform.patch" + epatch "${FILESDIR}/patches-3.0.5.2/no-debug.patch" ### Remove an unit test we never run #rm -v ./org/gudy/azureus2/ui/console/multiuser/TestUserManager.java || die --- /dev/null 2008-03-12 21:22:57.760873784 +0100 +++ net-p2p/azureus/files/patches-3.0.5.2/no-debug.patch 2008-04-24 19:46:28.000000000 +0200 @@ -0,0 +1,11 @@ +--- build.xml.orig 2008-03-03 00:04:43.000000000 +0100 ++++ build.xml 2008-03-03 00:05:04.000000000 +0100 +@@ -29,7 +29,7 @@ + + + +- ++ + + +