summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-libs/libwww/libwww-5.4.0-r2.ebuild7
-rw-r--r--net-mail/mailbase/mailbase-0.00-r6.ebuild4
-rw-r--r--net-misc/aget/aget-0.4.ebuild4
-rw-r--r--net-misc/axel/axel-1.0a.ebuild4
-rw-r--r--net-misc/tor/tor-0.0.7.2.ebuild6
-rw-r--r--net-misc/tor/tor-0.0.7.3.ebuild4
-rw-r--r--net-misc/wget/wget-1.9.1-r2.ebuild4
-rw-r--r--net-www/links/links-2.1_pre15.ebuild6
8 files changed, 21 insertions, 18 deletions
diff --git a/net-libs/libwww/libwww-5.4.0-r2.ebuild b/net-libs/libwww/libwww-5.4.0-r2.ebuild
index 27f2ce704a2b..5d6f3020cbb4 100644
--- a/net-libs/libwww/libwww-5.4.0-r2.ebuild
+++ b/net-libs/libwww/libwww-5.4.0-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libwww/libwww-5.4.0-r2.ebuild,v 1.21 2004/07/12 08:44:34 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libwww/libwww-5.4.0-r2.ebuild,v 1.22 2004/09/16 02:14:54 pvdabeel Exp $
inherit eutils
@@ -12,7 +12,7 @@ SRC_URI="http://www.w3.org/Library/Distribution/${MY_P}.tgz
LICENSE="W3C"
SLOT="0"
-KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 s390 ppc64 macos"
+KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 s390 ppc64 macos ppc-macos"
IUSE="ssl mysql"
RDEPEND="dev-lang/perl
@@ -36,6 +36,8 @@ src_unpack() {
if use macos; then
glibtoolize -c -f || die "libtoolize failed"
+ elif use ppc-macos; then
+ glibtoolize -c -f || die "libtoolize failed"
else
libtoolize -c -f || die "libtoolize failed"
fi
@@ -60,6 +62,7 @@ src_compile() {
emake check-am || die
use macos && echo "#undef HAVE_APPKIT_APPKIT_H" >> wwwconf.h
+ use ppc-macos && echo "#undef HAVE_APPKIT_APPKIT_H" >> wwwconf.h
emake || die
}
diff --git a/net-mail/mailbase/mailbase-0.00-r6.ebuild b/net-mail/mailbase/mailbase-0.00-r6.ebuild
index 1d4a5e9e5673..0cee1e2edc9e 100644
--- a/net-mail/mailbase/mailbase-0.00-r6.ebuild
+++ b/net-mail/mailbase/mailbase-0.00-r6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/mailbase/mailbase-0.00-r6.ebuild,v 1.12 2004/07/23 11:34:44 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/mailbase/mailbase-0.00-r6.ebuild,v 1.13 2004/09/16 02:15:13 pvdabeel Exp $
DESCRIPTION="MTA layout package"
SRC_URI=""
@@ -8,7 +8,7 @@ HOMEPAGE="http://www.gentoo.org/"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~mips alpha arm ~hppa ~amd64 ia64 ppc64 s390 macos"
+KEYWORDS="~x86 ~ppc ~sparc ~mips alpha arm ~hppa ~amd64 ia64 ppc64 s390 macos ppc-macos"
IUSE=""
DEPEND=""
diff --git a/net-misc/aget/aget-0.4.ebuild b/net-misc/aget/aget-0.4.ebuild
index 53073c464d0a..3a91cfb6eff2 100644
--- a/net-misc/aget/aget-0.4.ebuild
+++ b/net-misc/aget/aget-0.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/aget/aget-0.4.ebuild,v 1.7 2004/08/11 16:33:33 gongloo Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/aget/aget-0.4.ebuild,v 1.8 2004/09/16 02:15:31 pvdabeel Exp $
inherit eutils
@@ -13,7 +13,7 @@ SRC_URI="http://www.enderunix.org/${PN}/${P}.tar.gz
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~mips ppc64 macos"
+KEYWORDS="~x86 ~ppc ~sparc ~mips ppc64 macos ppc-macos"
DEPEND="virtual/libc"
diff --git a/net-misc/axel/axel-1.0a.ebuild b/net-misc/axel/axel-1.0a.ebuild
index 9d8bf9f6491e..c979320f068d 100644
--- a/net-misc/axel/axel-1.0a.ebuild
+++ b/net-misc/axel/axel-1.0a.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/axel/axel-1.0a.ebuild,v 1.15 2004/08/30 02:53:52 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/axel/axel-1.0a.ebuild,v 1.16 2004/09/16 02:15:50 pvdabeel Exp $
DESCRIPTION="light Unix download accelerator"
HOMEPAGE="http://www.lintux.cx/axel.html"
@@ -8,7 +8,7 @@ SRC_URI="http://www.lintux.cx/downloads/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 sparc ppc macos ppc64"
+KEYWORDS="x86 sparc ppc macos ppc64 ppc-macos"
IUSE="debug"
DEPEND="virtual/libc"
diff --git a/net-misc/tor/tor-0.0.7.2.ebuild b/net-misc/tor/tor-0.0.7.2.ebuild
index 6df3b948626a..4831e502a6ee 100644
--- a/net-misc/tor/tor-0.0.7.2.ebuild
+++ b/net-misc/tor/tor-0.0.7.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.0.7.2.ebuild,v 1.2 2004/07/24 18:40:54 erik_swanson Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.0.7.2.ebuild,v 1.3 2004/09/16 02:16:26 pvdabeel Exp $
MY_P=${P/_rc/rc}
DESCRIPTION="Anonymizing overlay network for TCP"
@@ -9,11 +9,11 @@ SRC_URI="http://www.freehaven.net/tor/dist/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc macos"
+KEYWORDS="~x86 ~ppc macos ppc-macos"
IUSE=""
DEPEND="dev-libs/openssl"
-RDEPEND="!macos? ( net-misc/tsocks )"
+RDEPEND="!macos? ( !ppc-macos? ( net-misc/tsocks ) )"
S=${WORKDIR}/${MY_P}
diff --git a/net-misc/tor/tor-0.0.7.3.ebuild b/net-misc/tor/tor-0.0.7.3.ebuild
index a4f99494975f..5eaa2885c98b 100644
--- a/net-misc/tor/tor-0.0.7.3.ebuild
+++ b/net-misc/tor/tor-0.0.7.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.0.7.3.ebuild,v 1.2 2004/09/16 02:16:26 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.0.7.3.ebuild,v 1.3 2004/09/16 02:17:06 pvdabeel Exp $
MY_P=${P/_rc/rc}
DESCRIPTION="Anonymizing overlay network for TCP"
@@ -13,7 +13,7 @@ KEYWORDS="~x86 ~ppc macos ppc-macos"
IUSE=""
DEPEND="dev-libs/openssl"
-RDEPEND="!macos? ( net-misc/tsocks )"
+RDEPEND="!macos? ( !ppc-macos? ( net-misc/tsocks ) )"
S=${WORKDIR}/${MY_P}
diff --git a/net-misc/wget/wget-1.9.1-r2.ebuild b/net-misc/wget/wget-1.9.1-r2.ebuild
index 07b17156a5eb..3644d06297d7 100644
--- a/net-misc/wget/wget-1.9.1-r2.ebuild
+++ b/net-misc/wget/wget-1.9.1-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.9.1-r2.ebuild,v 1.17 2004/09/08 15:24:22 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.9.1-r2.ebuild,v 1.18 2004/09/16 02:17:26 pvdabeel Exp $
inherit gnuconfig eutils
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/wget/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc ppc64 ~sparc ~mips alpha arm hppa amd64 ia64 s390 macos"
+KEYWORDS="~x86 ~ppc ppc64 ~sparc ~mips alpha arm hppa amd64 ia64 s390 macos ppc-macos"
IUSE="build debug ipv6 nls socks5 ssl static"
RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6b )"
diff --git a/net-www/links/links-2.1_pre15.ebuild b/net-www/links/links-2.1_pre15.ebuild
index de562354b7e1..0c820f60a208 100644
--- a/net-www/links/links-2.1_pre15.ebuild
+++ b/net-www/links/links-2.1_pre15.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/links/links-2.1_pre15.ebuild,v 1.9 2004/09/09 12:25:20 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/links/links-2.1_pre15.ebuild,v 1.10 2004/09/16 02:18:58 pvdabeel Exp $
IUSE="directfb ssl javascript png X gpm tiff fbcon svga jpeg"
@@ -14,14 +14,14 @@ SRC_URI="${HOMEPAGE}/download/${MYP}.tar.bz2"
SLOT="2"
LICENSE="GPL-2"
-KEYWORDS="~x86 ppc ~sparc alpha ~mips ~hppa ~amd64 ~ia64 macos ~ppc64"
+KEYWORDS="~x86 ppc ~sparc alpha ~mips ~hppa ~amd64 ~ia64 macos ~ppc64 ppc-macos"
# Note: if X or fbcon usegflag are enabled, links will be built in graphic
# mode. libpng is required to compile links in graphic mode
# (not required in text mode), so let's add libpng for X? and fbcon?
RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6c )
- !macos? ( gpm? ( sys-libs/gpm ) )
+ !macos? ( !ppc-macos? ( gpm? ( sys-libs/gpm ) ) )
javascript? ( >=sys-devel/flex-2.5.4a )
png? ( >=media-libs/libpng-1.2.1 )
jpeg? ( >=media-libs/jpeg-6b )