diff options
author | Daniel Goller <morfic@gentoo.org> | 2005-02-22 07:06:11 +0000 |
---|---|---|
committer | Daniel Goller <morfic@gentoo.org> | 2005-02-22 07:06:11 +0000 |
commit | 40becede2cc5de783d4baa1af52d3d1f21d7fb22 (patch) | |
tree | 1ee3503760fa4fbf0e1aa154042a515b911a13dd /net-p2p/azureus-bin | |
parent | Bump. Attempt to fix miscellaneous issues, including weird, non-standard PVM_... (diff) | |
download | gentoo-2-40becede2cc5de783d4baa1af52d3d1f21d7fb22.tar.gz gentoo-2-40becede2cc5de783d4baa1af52d3d1f21d7fb22.tar.bz2 gentoo-2-40becede2cc5de783d4baa1af52d3d1f21d7fb22.zip |
Bringing azureus-bin to the ~ppc world
(Portage version: 2.0.51-r15)
Diffstat (limited to 'net-p2p/azureus-bin')
-rw-r--r-- | net-p2p/azureus-bin/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/azureus-bin/azureus-bin-2.2.0.2.ebuild | 30 |
2 files changed, 21 insertions, 14 deletions
diff --git a/net-p2p/azureus-bin/ChangeLog b/net-p2p/azureus-bin/ChangeLog index 009fcd40a861..e3039135fa43 100644 --- a/net-p2p/azureus-bin/ChangeLog +++ b/net-p2p/azureus-bin/ChangeLog @@ -1,6 +1,9 @@ # 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.26 2005/02/02 03:09:53 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/azureus-bin/ChangeLog,v 1.27 2005/02/22 07:06:11 morfic Exp $ + + 22 Feb 2005; morfic,,, <morfic@gentoo.org> azureus-bin-2.2.0.2.ebuild: + Bringing azureus-bin to the ~ppc world 01 Feb 2005; Jon Hood <squinky86@gentoo.org> azureus-bin-2.1.0.4.ebuild, azureus-bin-2.2.0.0-r1.ebuild, azureus-bin-2.2.0.0.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 d764a9af43eb..7b2748983ddc 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.2 2005/02/02 03:09:53 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/azureus-bin/azureus-bin-2.2.0.2.ebuild,v 1.3 2005/02/22 07:06:11 morfic Exp $ inherit eutils @@ -21,7 +21,7 @@ LICENSE="GPL-2 BSD" SLOT="0" # Still in progress... trying to get most external classes in through DEPENDs rather than -KEYWORDS="~x86 ~amd64" +KEYWORDS="~x86 ~amd64 ~ppc" IUSE="kde gtk" DEPEND="virtual/libc @@ -44,18 +44,22 @@ src_unpack() { if use amd64 ; then unpack Azureus_${MY_PV}_linux.AMD64.tar.bz2 else - if use gtk ; then - unpack Azureus_${MY_PV}_linux.GTK.tar.bz2 - echo - einfo "Using the GTK Azureus package, to use the Motif package" - einfo " set USE=\"-gtk\" in /etc/make.conf." - echo + if use ppc ; then + unpack Azureus_${MY_PV}_linux.PPC.tar.bz2 else - unpack Azureus_${MY_PV}_linux.Motif.tar.bz2 - echo - einfo "Using the Motif Azureus package, to use the GTK package" - einfo " set USE=\"gtk\" in /etc/make.conf." - echo + if use gtk ; then + unpack Azureus_${MY_PV}_linux.GTK.tar.bz2 + echo + einfo "Using the GTK Azureus package, to use the Motif package" + einfo " set USE=\"-gtk\" in /etc/make.conf." + echo + else + unpack Azureus_${MY_PV}_linux.Motif.tar.bz2 + echo + einfo "Using the Motif Azureus package, to use the GTK package" + einfo " set USE=\"gtk\" in /etc/make.conf." + echo + fi fi fi |