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 | d1f8587c62b026dbc071bf149da70268b07ef4fd (patch) | |
tree | edb33298c297c166e0ca34beb5cbfe66e0a2322f /net-p2p/azureus-bin | |
parent | cleaning (diff) | |
download | historical-d1f8587c62b026dbc071bf149da70268b07ef4fd.tar.gz historical-d1f8587c62b026dbc071bf149da70268b07ef4fd.tar.bz2 historical-d1f8587c62b026dbc071bf149da70268b07ef4fd.zip |
Fixed azureus-bin and swt problems on amd64, bug #70031 and #76882
Package-Manager: portage-2.0.51.20-r5
Diffstat (limited to 'net-p2p/azureus-bin')
-rw-r--r-- | net-p2p/azureus-bin/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/azureus-bin/Manifest | 10 | ||||
-rw-r--r-- | net-p2p/azureus-bin/azureus-bin-2.2.0.2.ebuild | 8 |
3 files changed, 11 insertions, 13 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/Manifest b/net-p2p/azureus-bin/Manifest index 78434c65d266..de1881697327 100644 --- a/net-p2p/azureus-bin/Manifest +++ b/net-p2p/azureus-bin/Manifest @@ -1,9 +1,9 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 f04d53429766fa868b2a4cce6f37a6b3 azureus-bin-2.2.0.2.ebuild 3703 +MD5 5405ad836da96354ef8e6ef116c4fa17 azureus-bin-2.2.0.2.ebuild 3619 MD5 d2c866c163dd505217c5178c35e64d4b azureus-bin-2.1.0.4.ebuild 4144 -MD5 67ff3c619cd1d6b2f4dc2b50b9ed8a8e ChangeLog 4806 +MD5 5e18f49ba2c4a0fe35607a4a16e7434c ChangeLog 4965 MD5 8aefbc0e49db723ca1ad02d0c409cd49 metadata.xml 160 MD5 dd1bae8b7878a07bd8103cc94c779940 files/digest-azureus-bin-2.1.0.4 295 MD5 9974cf8846a961ae819866fdd0ec590b files/digest-azureus-bin-2.2.0.2 382 @@ -15,7 +15,7 @@ MD5 17762081fd25f6928b7bd085fa61d9ee files/azureus-bin-Makefile.patch 402 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFCT9vU/rLF9B432nYRAhjdAKC0bokKxWz6c31zI3Zw925VGH2wYQCeMNnO -t0JSWizRnScdR0YpmlGEJQo= -=vR+Q +iD8DBQFCcT9uZ/iYVBmujdURAmdgAKDWTBnbD00OvO46ziuT4Jv+CEDjSACgyCVW +WER19pwmfacjjMC/pjuIzLE= +=ozqP -----END PGP SIGNATURE----- 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 |