diff options
author | Karol Wojtaszek <sekretarz@gentoo.org> | 2005-04-28 19:53:37 +0000 |
---|---|---|
committer | Karol Wojtaszek <sekretarz@gentoo.org> | 2005-04-28 19:53:37 +0000 |
commit | 33cee3e3bbade1b00b2fd664bf86ca725dd433fc (patch) | |
tree | c0253a7b57f5b579ad7d5d0fc7e889af195f12e9 /net-p2p | |
parent | Fixing bug 90489 (diff) | |
download | gentoo-2-33cee3e3bbade1b00b2fd664bf86ca725dd433fc.tar.gz gentoo-2-33cee3e3bbade1b00b2fd664bf86ca725dd433fc.tar.bz2 gentoo-2-33cee3e3bbade1b00b2fd664bf86ca725dd433fc.zip |
Fixed azureus-bin and swt problems on amd64, bug #70031 and #76882
(Portage version: 2.0.51.20-r5)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/azureus-bin/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/azureus-bin/azureus-bin-2.2.0.2.ebuild | 8 |
2 files changed, 6 insertions, 8 deletions
diff --git a/net-p2p/azureus-bin/ChangeLog b/net-p2p/azureus-bin/ChangeLog index b935aece4bd3..dda3be563244 100644 --- a/net-p2p/azureus-bin/ChangeLog +++ b/net-p2p/azureus-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/azureus-bin # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/azureus-bin/ChangeLog,v 1.29 2005/04/03 12:03:55 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/azureus-bin/ChangeLog,v 1.30 2005/04/28 19:53:37 sekretarz Exp $ + + 28 Apr 2005; Karol Wojtaszek <sekretarz@gentoo.org> + azureus-bin-2.2.0.2.ebuild: + Fixed azureus-bin and swt problems on amd64, bug #70031 and #76882 03 Apr 2005; Thomas Matthijs <axxo@gentoo.org> +files/azureus-bin-gentoo.sh, -azureus-bin-2.1.0.0-r1.ebuild, diff --git a/net-p2p/azureus-bin/azureus-bin-2.2.0.2.ebuild b/net-p2p/azureus-bin/azureus-bin-2.2.0.2.ebuild index 3463cc9b7d1e..1b7c3119c0ee 100644 --- a/net-p2p/azureus-bin/azureus-bin-2.2.0.2.ebuild +++ b/net-p2p/azureus-bin/azureus-bin-2.2.0.2.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-bin/azureus-bin-2.2.0.2.ebuild,v 1.5 2005/04/03 12:03:55 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/azureus-bin/azureus-bin-2.2.0.2.ebuild,v 1.6 2005/04/28 19:53:37 sekretarz Exp $ inherit eutils java-pkg @@ -65,12 +65,6 @@ src_unpack() { fi fi - if use amd64 ; then - cd ${S} - unpack swt-3.0-linux-gtk-amd64.zip - cd ${WORKDIR} - fi - cp ${FILESDIR}/${PN}-gentoo.sh ${MY_PN}/azureus || die "failed to copy wrapper" # Set runtime settings in the startup script |