diff options
author | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-09-16 02:11:18 +0000 |
---|---|---|
committer | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-09-16 02:11:18 +0000 |
commit | 5dd6bbe300bfea32c5578cbd2dee56da289167e6 (patch) | |
tree | e9957b57651f0cd9f1284366f05d08d00f892c22 | |
parent | ppc-macos keywording (Manifest recommit) (diff) | |
download | gentoo-2-5dd6bbe300bfea32c5578cbd2dee56da289167e6.tar.gz gentoo-2-5dd6bbe300bfea32c5578cbd2dee56da289167e6.tar.bz2 gentoo-2-5dd6bbe300bfea32c5578cbd2dee56da289167e6.zip |
ppc-macos keywording
-rw-r--r-- | media-libs/libvorbis/libvorbis-1.0.1-r2.ebuild | 10 | ||||
-rw-r--r-- | media-libs/tiff/tiff-3.6.1-r1.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/darkstat/darkstat-2.6-r1.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/fping/fping-2.4_beta2.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/gnu-netcat/gnu-netcat-0.7.1.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/nbtscan/nbtscan-1.5.1.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/netio/netio-1.23.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/netperf/netperf-2.2.4.ebuild | 5 | ||||
-rw-r--r-- | net-analyzer/ngrep/ngrep-1.42.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/p0f/p0f-2.0.3.ebuild | 4 |
10 files changed, 27 insertions, 20 deletions
diff --git a/media-libs/libvorbis/libvorbis-1.0.1-r2.ebuild b/media-libs/libvorbis/libvorbis-1.0.1-r2.ebuild index 1c1b3cb50542..285357527989 100644 --- a/media-libs/libvorbis/libvorbis-1.0.1-r2.ebuild +++ b/media-libs/libvorbis/libvorbis-1.0.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/media-libs/libvorbis/libvorbis-1.0.1-r2.ebuild,v 1.9 2004/09/12 10:32:54 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.0.1-r2.ebuild,v 1.10 2004/09/16 02:08:05 pvdabeel Exp $ inherit libtool flag-o-matic gcc @@ -10,7 +10,7 @@ SRC_URI="http://www.vorbis.com/files/${PV}/unix/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="x86 amd64 mips sparc hppa alpha ia64 ppc ppc64 ~macos" +KEYWORDS="x86 amd64 mips sparc hppa alpha ia64 ppc ppc64 ~macos ~ppc-macos" IUSE="" @@ -31,6 +31,8 @@ src_compile() { # Mac OS X if use macos; then glibtoolize + elif use ppc-macos; then + glibtoolize else elibtoolize fi @@ -55,6 +57,7 @@ src_compile() { econf || die use macos && cd ${S} && sed -i -e 's/examples//' Makefile + use ppc-macos && cd ${S} && sed -i -e 's/examples//' Makefile emake || die } @@ -63,6 +66,9 @@ src_install() { if use macos; then dosym /usr/lib/libvorbisfile.3.1.0.dylib /usr/lib/libvorbisfile.0.dylib dosym /usr/lib/libvorbisenc.2.0.0.dylib /usr/lib/libvorbisenc.0.dylib + elif use ppc-macos; then + dosym /usr/lib/libvorbisfile.3.1.0.dylib /usr/lib/libvorbisfile.0.dylib + dosym /usr/lib/libvorbisenc.2.0.0.dylib /usr/lib/libvorbisenc.0.dylib else dosym /usr/lib/libvorbisfile.so.3.1.0 /usr/lib/libvorbisfile.so.0 dosym /usr/lib/libvorbisenc.so.2.0.0 /usr/lib/libvorbisenc.so.0 diff --git a/media-libs/tiff/tiff-3.6.1-r1.ebuild b/media-libs/tiff/tiff-3.6.1-r1.ebuild index bda208f53fa3..8132fb0a8aaa 100644 --- a/media-libs/tiff/tiff-3.6.1-r1.ebuild +++ b/media-libs/tiff/tiff-3.6.1-r1.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/media-libs/tiff/tiff-3.6.1-r1.ebuild,v 1.7 2004/09/07 02:16:15 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-3.6.1-r1.ebuild,v 1.8 2004/09/16 02:08:25 pvdabeel Exp $ MY_S=${P/tiff-/tiff-v} MY_P=${PN}-v${PV/_beta/-beta} @@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.remotesensing.org/pub/libtiff/${MY_P}.tar.gz LICENSE="as-is" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc mips alpha arm hppa amd64 ia64 s390 macos" +KEYWORDS="~x86 ~ppc ~sparc mips alpha arm hppa amd64 ia64 s390 macos ppc-macos" IUSE="lzw-tiff" DEPEND=">=media-libs/jpeg-6b diff --git a/net-analyzer/darkstat/darkstat-2.6-r1.ebuild b/net-analyzer/darkstat/darkstat-2.6-r1.ebuild index 7372b77e7a18..e1b81d5f9f9f 100644 --- a/net-analyzer/darkstat/darkstat-2.6-r1.ebuild +++ b/net-analyzer/darkstat/darkstat-2.6-r1.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-analyzer/darkstat/darkstat-2.6-r1.ebuild,v 1.3 2004/08/23 13:04:01 eldad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/darkstat/darkstat-2.6-r1.ebuild,v 1.4 2004/09/16 02:08:46 pvdabeel Exp $ inherit eutils @@ -8,7 +8,7 @@ DESCRIPTION="darkstat is a network traffic analyzer" HOMEPAGE="http://dmr.ath.cx/net/darkstat/" SRC_URI="http://dmr.ath.cx/net/darkstat/${P}.tar.gz" -KEYWORDS="x86 ~ppc macos" +KEYWORDS="x86 ~ppc macos ppc-macos" IUSE="nls" LICENSE="GPL-2" SLOT="0" diff --git a/net-analyzer/fping/fping-2.4_beta2.ebuild b/net-analyzer/fping/fping-2.4_beta2.ebuild index 84fdc69f86eb..1fbb4e221976 100644 --- a/net-analyzer/fping/fping-2.4_beta2.ebuild +++ b/net-analyzer/fping/fping-2.4_beta2.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-analyzer/fping/fping-2.4_beta2.ebuild,v 1.10 2004/08/05 17:40:56 alexander Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fping/fping-2.4_beta2.ebuild,v 1.11 2004/09/16 02:09:10 pvdabeel Exp $ S=${WORKDIR}/fping-2.4b2_to-ipv6 DESCRIPTION="A utility to ping multiple hosts at once" @@ -9,7 +9,7 @@ HOMEPAGE="http://www.fping.com/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 sparc macos" +KEYWORDS="x86 sparc macos ppc-macos" IUSE="" src_compile() { diff --git a/net-analyzer/gnu-netcat/gnu-netcat-0.7.1.ebuild b/net-analyzer/gnu-netcat/gnu-netcat-0.7.1.ebuild index 8a84bb526c93..aaabe92740db 100644 --- a/net-analyzer/gnu-netcat/gnu-netcat-0.7.1.ebuild +++ b/net-analyzer/gnu-netcat/gnu-netcat-0.7.1.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-analyzer/gnu-netcat/gnu-netcat-0.7.1.ebuild,v 1.5 2004/08/16 10:20:06 eldad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/gnu-netcat/gnu-netcat-0.7.1.ebuild,v 1.6 2004/09/16 02:09:29 pvdabeel Exp $ inherit eutils gcc flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/netcat/netcat-${PV}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc ~sparc ~alpha ~arm ~hppa ~amd64 macos" +KEYWORDS="x86 ~ppc ~sparc ~alpha ~arm ~hppa ~amd64 macos ppc-macos" IUSE="nls debug" DEPEND="virtual/libc" diff --git a/net-analyzer/nbtscan/nbtscan-1.5.1.ebuild b/net-analyzer/nbtscan/nbtscan-1.5.1.ebuild index 78bc9f198a1a..c7542c0746d3 100644 --- a/net-analyzer/nbtscan/nbtscan-1.5.1.ebuild +++ b/net-analyzer/nbtscan/nbtscan-1.5.1.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-analyzer/nbtscan/nbtscan-1.5.1.ebuild,v 1.8 2004/07/26 04:23:03 j4rg0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nbtscan/nbtscan-1.5.1.ebuild,v 1.9 2004/09/16 02:09:48 pvdabeel Exp $ S=${WORKDIR}/${P}a DESCRIPTION="NBTscan is a program for scanning IP networks for NetBIOS name information" @@ -11,7 +11,7 @@ DEPEND="virtual/libc" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 sparc ~amd64 macos" +KEYWORDS="x86 sparc ~amd64 macos ppc-macos" IUSE="" src_compile() { diff --git a/net-analyzer/netio/netio-1.23.ebuild b/net-analyzer/netio/netio-1.23.ebuild index 2e8015adc8f1..fe8d95d12209 100644 --- a/net-analyzer/netio/netio-1.23.ebuild +++ b/net-analyzer/netio/netio-1.23.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netio/netio-1.23.ebuild,v 1.8 2004/07/30 03:20:35 gongloo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netio/netio-1.23.ebuild,v 1.9 2004/09/16 02:10:06 pvdabeel Exp $ DESCRIPTION="a network benchmark for DOS, OS/2, Windows NT and Unix that measures net througput with NetBIOS and TCP/IP protocols." HOMEPAGE="http://freshmeat.net/projects/netio/" SRC_URI="http://ftp.leo.org/pub/comp/os/os2/leo/systools/netio123.zip" LICENSE="free-noncomm" SLOT="0" -KEYWORDS="x86 ppc ~sparc macos" +KEYWORDS="x86 ppc ~sparc macos ppc-macos" IUSE="" DEPEND="virtual/libc app-arch/unzip" diff --git a/net-analyzer/netperf/netperf-2.2.4.ebuild b/net-analyzer/netperf/netperf-2.2.4.ebuild index dfb722ddeb41..4fcfbf9a0579 100644 --- a/net-analyzer/netperf/netperf-2.2.4.ebuild +++ b/net-analyzer/netperf/netperf-2.2.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-analyzer/netperf/netperf-2.2.4.ebuild,v 1.11 2004/08/03 11:58:31 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netperf/netperf-2.2.4.ebuild,v 1.12 2004/09/16 02:10:40 pvdabeel Exp $ inherit flag-o-matic @@ -16,7 +16,7 @@ SRC_URI="ftp://ftp.cup.hp.com/dist/networking/benchmarks/netperf/${MY_P}.tar.gz" HOMEPAGE="http://www.netperf.org/" LICENSE="netperf" SLOT="0" -KEYWORDS="x86 sparc ia64 alpha amd64 ppc64 macos ~ppc" +KEYWORDS="x86 sparc ia64 alpha amd64 ppc64 macos ~ppc ppc-macos" IUSE="ipv6" @@ -26,6 +26,7 @@ DEPEND="${RDEPEND} src_compile() { use macos || append-flags -DDO_UNIX + use ppc-macos || append-flags -DDO_UNIX use ipv6 && append-flags -DDO_IPV6 emake CFLAGS="${CFLAGS}" || die sed -i 's:^\(NETHOME=\).*:\1/usr/bin:' *_script diff --git a/net-analyzer/ngrep/ngrep-1.42.ebuild b/net-analyzer/ngrep/ngrep-1.42.ebuild index 7671d3bce33b..ed7e57b4dde8 100644 --- a/net-analyzer/ngrep/ngrep-1.42.ebuild +++ b/net-analyzer/ngrep/ngrep-1.42.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-analyzer/ngrep/ngrep-1.42.ebuild,v 1.6 2004/08/27 02:53:16 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ngrep/ngrep-1.42.ebuild,v 1.7 2004/09/16 02:10:59 pvdabeel Exp $ inherit eutils @@ -18,7 +18,7 @@ RDEPEND="virtual/libc" SLOT="0" LICENSE="as-is" -KEYWORDS="x86 ~ppc sparc alpha ~amd64 macos ppc64" +KEYWORDS="x86 ~ppc sparc alpha ~amd64 macos ppc64 ppc-macos" src_unpack() { unpack ${A} diff --git a/net-analyzer/p0f/p0f-2.0.3.ebuild b/net-analyzer/p0f/p0f-2.0.3.ebuild index 1a209cd7dc2f..c7101c47be3d 100644 --- a/net-analyzer/p0f/p0f-2.0.3.ebuild +++ b/net-analyzer/p0f/p0f-2.0.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-analyzer/p0f/p0f-2.0.3.ebuild,v 1.7 2004/08/06 13:56:39 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/p0f/p0f-2.0.3.ebuild,v 1.8 2004/09/16 02:11:18 pvdabeel Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://lcamtuf.coredump.cx/p0f/${P}.tgz" HOMEPAGE="http://lcamtuf.coredump.cx/p0f.shtml" SLOT="0" LICENSE="LGPL-2.1" -KEYWORDS="x86 ~amd64 sparc macos" +KEYWORDS="x86 ~amd64 sparc macos ppc-macos" IUSE="" S=${WORKDIR}/${PN} |