diff options
author | 2007-04-08 00:50:38 +0000 | |
---|---|---|
committer | 2007-04-08 00:50:38 +0000 | |
commit | e0890e1abfe8b82ef45e5f0f4006bc4e8f6fde89 (patch) | |
tree | e658b4237dfdb715b963e2f03473ff38a872a285 /net-p2p/azureus | |
parent | Marked ~ppc for bug #168677, thanks to Nathan and Vo for testing. (diff) | |
download | gentoo-2-e0890e1abfe8b82ef45e5f0f4006bc4e8f6fde89.tar.gz gentoo-2-e0890e1abfe8b82ef45e5f0f4006bc4e8f6fde89.tar.bz2 gentoo-2-e0890e1abfe8b82ef45e5f0f4006bc4e8f6fde89.zip |
Marked ~ppc for bug #170955.
(Portage version: 2.1.2.3)
Diffstat (limited to 'net-p2p/azureus')
-rw-r--r-- | net-p2p/azureus/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/azureus/azureus-2.5.0.4-r1.ebuild | 6 | ||||
-rw-r--r-- | net-p2p/azureus/azureus-2.5.0.4.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/net-p2p/azureus/ChangeLog b/net-p2p/azureus/ChangeLog index 0937d94e2c40..1e55df52d223 100644 --- a/net-p2p/azureus/ChangeLog +++ b/net-p2p/azureus/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/azureus # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/azureus/ChangeLog,v 1.45 2007/03/29 18:30:29 wltjr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/azureus/ChangeLog,v 1.46 2007/04/08 00:50:38 josejx Exp $ + + 08 Apr 2007; Joseph Jezak <josejx@gentoo.org> azureus-2.5.0.4.ebuild, + azureus-2.5.0.4-r1.ebuild: + Marked ~ppc for bug #170955. 29 Mar 2007; William L. Thomson Jr. <wltjr@gentoo.org> +files/azureus-bcprov-1.35.patch, diff --git a/net-p2p/azureus/azureus-2.5.0.4-r1.ebuild b/net-p2p/azureus/azureus-2.5.0.4-r1.ebuild index cd2fafa164dc..c18cc22301df 100644 --- a/net-p2p/azureus/azureus-2.5.0.4-r1.ebuild +++ b/net-p2p/azureus/azureus-2.5.0.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/azureus/azureus-2.5.0.4-r1.ebuild,v 1.2 2007/03/29 18:30:29 wltjr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/azureus/azureus-2.5.0.4-r1.ebuild,v 1.3 2007/04/08 00:50:38 josejx Exp $ inherit eutils fdo-mime java-pkg-2 java-ant-2 @@ -9,7 +9,7 @@ HOMEPAGE="http://azureus.sourceforge.net/" SRC_URI="mirror://sourceforge/azureus/azureus_${PV}_source.zip" LICENSE="GPL-2 BSD" SLOT="0" -KEYWORDS="~amd64 ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" IUSE="source" @@ -41,7 +41,7 @@ src_unpack() { # patches from 2.5.0.0 still work here EPATCH_SUFFIX="patch" EPATCH_FORCE="yes" \ epatch ${FILESDIR}/fedora-${PV}/ - + epatch ${FILESDIR}/azureus-bcprov-1.35.patch #removing osx files and entries diff --git a/net-p2p/azureus/azureus-2.5.0.4.ebuild b/net-p2p/azureus/azureus-2.5.0.4.ebuild index 7156090a4401..d9f9e2fc6700 100644 --- a/net-p2p/azureus/azureus-2.5.0.4.ebuild +++ b/net-p2p/azureus/azureus-2.5.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/azureus/azureus-2.5.0.4.ebuild,v 1.3 2007/03/15 17:18:25 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/azureus/azureus-2.5.0.4.ebuild,v 1.4 2007/04/08 00:50:38 josejx Exp $ inherit eutils fdo-mime java-pkg-2 java-ant-2 @@ -9,7 +9,7 @@ HOMEPAGE="http://azureus.sourceforge.net/" SRC_URI="mirror://sourceforge/azureus/azureus_${PV}_source.zip" LICENSE="GPL-2 BSD" SLOT="0" -KEYWORDS="amd64 x86 ~x86-fbsd" +KEYWORDS="amd64 ~ppc x86 ~x86-fbsd" IUSE="source" |