diff options
author | Vlastimil Babka <caster@gentoo.org> | 2010-01-22 22:21:53 +0000 |
---|---|---|
committer | Vlastimil Babka <caster@gentoo.org> | 2010-01-22 22:21:53 +0000 |
commit | 8d73903e28ff3d6359235f0c0dddeb5e83808cae (patch) | |
tree | b1b47a0cc89b4c5c9673607dd3b4477e55667c96 /net-p2p/vuze | |
parent | Version bump. (diff) | |
download | gentoo-2-8d73903e28ff3d6359235f0c0dddeb5e83808cae.tar.gz gentoo-2-8d73903e28ff3d6359235f0c0dddeb5e83808cae.tar.bz2 gentoo-2-8d73903e28ff3d6359235f0c0dddeb5e83808cae.zip |
Version bump.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p/vuze')
-rw-r--r-- | net-p2p/vuze/ChangeLog | 10 | ||||
-rw-r--r-- | net-p2p/vuze/vuze-4.3.0.6.ebuild (renamed from net-p2p/vuze/vuze-4.2.0.4-r1.ebuild) | 19 |
2 files changed, 18 insertions, 11 deletions
diff --git a/net-p2p/vuze/ChangeLog b/net-p2p/vuze/ChangeLog index 0f99374a2aa9..649c00ef2dc5 100644 --- a/net-p2p/vuze/ChangeLog +++ b/net-p2p/vuze/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-p2p/vuze -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/vuze/ChangeLog,v 1.24 2009/11/21 13:57:39 caster Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/vuze/ChangeLog,v 1.25 2010/01/22 22:21:53 caster Exp $ + +*vuze-4.3.0.6 (22 Jan 2010) + + 22 Jan 2010; Vlastimil Babka <caster@gentoo.org> -vuze-4.2.0.4-r1.ebuild, + +vuze-4.3.0.6.ebuild: + Version bump. *vuze-4.3.0.4 (21 Nov 2009) diff --git a/net-p2p/vuze/vuze-4.2.0.4-r1.ebuild b/net-p2p/vuze/vuze-4.3.0.6.ebuild index f7c41c931e15..470d70ace7fe 100644 --- a/net-p2p/vuze/vuze-4.2.0.4-r1.ebuild +++ b/net-p2p/vuze/vuze-4.3.0.6.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/vuze/vuze-4.2.0.4-r1.ebuild,v 1.2 2009/09/29 05:36:34 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/vuze/vuze-4.3.0.6.ebuild,v 1.1 2010/01/22 22:21:53 caster Exp $ EAPI=2 JAVA_PKG_IUSE="source" -PATCHSET_VER="4.2.0.0" - inherit eutils fdo-mime java-pkg-2 java-ant-2 +PATCHSET_VER="4.2.0.8" + DESCRIPTION="BitTorrent client in Java, formerly called Azureus" HOMEPAGE="http://www.vuze.com/" SRC_URI="mirror://sourceforge/azureus/Vuze_${PV}_source.zip @@ -44,11 +44,6 @@ src_unpack() { } java_prepare() { - # build.xml disappeared from 4.1.0.0 although it was there in 4.0.0.4 - # hopefully that's just a packaging mistake - [[ -f build.xml ]] && die "upstream has build.xml again, don't overwrite" - cp "${FILESDIR}/build.xml" . || die "failed to copy build.xml" - EPATCH_FORCE="yes" EPATCH_SUFFIX="patch" epatch "${S}/${PN}-${PATCHSET_VER}-gentoo-patches/" ### Removes OS X files and entries. @@ -136,6 +131,12 @@ pkg_postinst() { elog elog "If you have problems starting Vuze, try starting it" elog "from the command line to look at debugging output." + elog + elog "If vuze crashes with sun-jdk or icedtea and crash log includes CompileTask" + elog "add this line to the end of your ~/.axureus/gentoo.config file:" + local opts='-XX:CompileCommand=exclude,com/aelitis/net/udp/uc/impl/PRUDPPacketHandlerImpl$5,runSupport' + elog "JAVA_OPTIONS='${opts}'" + elog "This is a workaround for a bug in the JDK, see https://bugs.gentoo.org/show_bug.cgi?id=259884" fdo-mime_desktop_database_update } |