diff options
-rw-r--r-- | sys-devel/flex/flex-2.5.4a-r5.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/gettext/gettext-0.12.1-r1.ebuild | 6 | ||||
-rw-r--r-- | sys-devel/gnuconfig/gnuconfig-20040214.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/gdbm/gdbm-1.8.0-r5.ebuild | 6 | ||||
-rw-r--r-- | sys-libs/libsystem/libsystem-7.1.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/ncurses/ncurses-8.1.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/readline/readline-4.3-r6.ebuild | 7 | ||||
-rw-r--r-- | sys-libs/slang/slang-1.4.9.ebuild | 4 | ||||
-rw-r--r-- | x11-terms/aterm/aterm-0.4.2-r9.ebuild | 4 | ||||
-rw-r--r-- | x11-wm/fluxbox/fluxbox-0.9.10-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-wm/fluxbox/fluxbox-0.9.10-r2.ebuild | 4 | ||||
-rw-r--r-- | x11-wm/fluxbox/fluxbox-0.9.10-r3.ebuild | 4 | ||||
-rw-r--r-- | x11-wm/fluxbox/fluxbox-0.9.9.ebuild | 4 |
13 files changed, 32 insertions, 27 deletions
diff --git a/sys-devel/flex/flex-2.5.4a-r5.ebuild b/sys-devel/flex/flex-2.5.4a-r5.ebuild index 07989d89b4aa..7263a984d090 100644 --- a/sys-devel/flex/flex-2.5.4a-r5.ebuild +++ b/sys-devel/flex/flex-2.5.4a-r5.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/sys-devel/flex/flex-2.5.4a-r5.ebuild,v 1.24 2004/09/06 20:42:44 alexander Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.4a-r5.ebuild,v 1.25 2004/09/16 02:24:25 pvdabeel Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="FLEX" 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="build static" DEPEND="virtual/libc" diff --git a/sys-devel/gettext/gettext-0.12.1-r1.ebuild b/sys-devel/gettext/gettext-0.12.1-r1.ebuild index 2ecdf1bdff64..3c6a56e8b302 100644 --- a/sys-devel/gettext/gettext-0.12.1-r1.ebuild +++ b/sys-devel/gettext/gettext-0.12.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/sys-devel/gettext/gettext-0.12.1-r1.ebuild,v 1.23 2004/07/31 05:27:39 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.12.1-r1.ebuild,v 1.24 2004/09/16 02:25:14 pvdabeel Exp $ inherit eutils gnuconfig @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~mips alpha arm hppa amd64 ~ia64 s390 macos ppc64" +KEYWORDS="~x86 ~ppc ~sparc ~mips alpha arm hppa amd64 ~ia64 s390 macos ppc64 ppc-macos" IUSE="bootstrap emacs nls" DEPEND="virtual/libc" @@ -25,6 +25,7 @@ src_unpack() { src_compile() { local myconf="" use macos && myconf="--enable-nls" || myconf="`use_enable nls`" + use ppc-macos && myconf="--enable-nls" || myconf="`use_enable nls`" # Compaq Java segfaults trying to build gettext stuff, and there's # no good way to tell gettext to refrain from building the java @@ -70,6 +71,7 @@ src_install() { # /usr/lib/charset.alias is provided by Mac OS X use macos && rm -f ${D}/usr/lib/charset.alias + use ppc-macos && rm -f ${D}/usr/lib/charset.alias if [ -d ${D}/usr/doc/gettext ] then diff --git a/sys-devel/gnuconfig/gnuconfig-20040214.ebuild b/sys-devel/gnuconfig/gnuconfig-20040214.ebuild index 5114114c4099..2dd34a6e6971 100644 --- a/sys-devel/gnuconfig/gnuconfig-20040214.ebuild +++ b/sys-devel/gnuconfig/gnuconfig-20040214.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/sys-devel/gnuconfig/gnuconfig-20040214.ebuild,v 1.11 2004/09/03 19:37:35 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20040214.ebuild,v 1.12 2004/09/16 02:25:33 pvdabeel Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc ppc64 sparc mips alpha arm hppa amd64 ~ia64 macos" +KEYWORDS="x86 ppc ppc64 sparc mips alpha arm hppa amd64 ~ia64 macos ppc-macos" IUSE="uclibc" S=${WORKDIR} diff --git a/sys-libs/gdbm/gdbm-1.8.0-r5.ebuild b/sys-libs/gdbm/gdbm-1.8.0-r5.ebuild index 57752bec0488..cd99a818c9c8 100644 --- a/sys-libs/gdbm/gdbm-1.8.0-r5.ebuild +++ b/sys-libs/gdbm/gdbm-1.8.0-r5.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/sys-libs/gdbm/gdbm-1.8.0-r5.ebuild,v 1.36 2004/07/24 17:15:27 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gdbm/gdbm-1.8.0-r5.ebuild,v 1.37 2004/09/16 02:26:18 pvdabeel Exp $ inherit gnuconfig eutils flag-o-matic @@ -10,12 +10,12 @@ SRC_URI="mirror://gnu/gdbm/${P}.tar.gz" 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="berkdb static" # Mac OS X already has berkdb installed DEPEND="virtual/libc - !macos? ( berkdb? ( =sys-libs/db-1.85-r1 ) )" + !macos? ( !ppc-macos? ( berkdb? ( =sys-libs/db-1.85-r1 ) ) )" RDEPEND="virtual/libc" diff --git a/sys-libs/libsystem/libsystem-7.1.ebuild b/sys-libs/libsystem/libsystem-7.1.ebuild index 0febc5b3b33b..554489f76819 100644 --- a/sys-libs/libsystem/libsystem-7.1.ebuild +++ b/sys-libs/libsystem/libsystem-7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation, Pieter Van den Abeele <pvdabeel@gentoo.org> # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsystem/libsystem-7.1.ebuild,v 1.7 2004/07/12 23:22:02 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsystem/libsystem-7.1.ebuild,v 1.8 2004/09/16 02:26:46 pvdabeel Exp $ DESCRIPTION="Darwin Libsystem, a collection of core libs similar to glibc on linux" @@ -8,7 +8,7 @@ HOMEPAGE="http://www.opensource.apple.com/darwinsource/" SRC_URI="" LICENSE="APSL-2" SLOT="0" -KEYWORDS="-* macos" +KEYWORDS="-* macos ppc-macos" IUSE="" PROVIDE="virtual/libc" diff --git a/sys-libs/ncurses/ncurses-8.1.ebuild b/sys-libs/ncurses/ncurses-8.1.ebuild index 86f6856facb9..528ff36b8e75 100644 --- a/sys-libs/ncurses/ncurses-8.1.ebuild +++ b/sys-libs/ncurses/ncurses-8.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/sys-libs/ncurses/ncurses-8.1.ebuild,v 1.3 2004/08/11 02:47:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-8.1.ebuild,v 1.4 2004/09/16 02:27:07 pvdabeel Exp $ DESCRIPTION="console display library" HOMEPAGE="http://www.opensource.apple.com/darwinsource/" @@ -8,7 +8,7 @@ SRC_URI="" LICENSE="APSL-2" SLOT="0" -KEYWORDS="-* macos" +KEYWORDS="-* macos ppc-macos" IUSE="" DEPEND="" diff --git a/sys-libs/readline/readline-4.3-r6.ebuild b/sys-libs/readline/readline-4.3-r6.ebuild index d628f1880637..fe9e1852641d 100644 --- a/sys-libs/readline/readline-4.3-r6.ebuild +++ b/sys-libs/readline/readline-4.3-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/sys-libs/readline/readline-4.3-r6.ebuild,v 1.6 2004/08/26 11:51:25 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-4.3-r6.ebuild,v 1.7 2004/09/16 02:28:09 pvdabeel Exp $ inherit eutils gnuconfig @@ -14,7 +14,7 @@ SRC_URI="mirror://gnu/readline/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="macos" # Only changed Darwin specific part, should work just fine on other archs. +KEYWORDS="macos ppc-macos" # Only changed Darwin specific part, should work just fine on other archs. IUSE="" # We must be certain that we have a bash that is linked @@ -31,6 +31,7 @@ src_unpack() { epatch ${DISTDIR}/${PN}${PV/\.}-${x} done use macos && epatch ${FILESDIR}/macos.patch + use ppc-macos && epatch ${FILESDIR}/macos.patch gnuconfig_update } @@ -57,6 +58,7 @@ src_install() { cd ${S} if ! use macos; then + if ! use ppc-macos; then dodir /$(get_libdir) mv ${D}/usr/$(get_libdir)/*.so* ${D}/$(get_libdir) rm -f ${D}/$(get_libdir)/*.old @@ -71,6 +73,7 @@ src_install() { dosym libreadline.so.${PV/a/} /$(get_libdir)/libreadline.so.4 chmod 755 ${D}/$(get_libdir)/*.${PV/a/} fi + fi dodoc CHANGELOG CHANGES README USAGE docinto ps diff --git a/sys-libs/slang/slang-1.4.9.ebuild b/sys-libs/slang/slang-1.4.9.ebuild index e0b0d26be24f..065d41d889e9 100644 --- a/sys-libs/slang/slang-1.4.9.ebuild +++ b/sys-libs/slang/slang-1.4.9.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/sys-libs/slang/slang-1.4.9.ebuild,v 1.22 2004/09/03 18:24:08 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/slang/slang-1.4.9.ebuild,v 1.23 2004/09/16 02:28:28 pvdabeel Exp $ DESCRIPTION="Console display library used by most text viewer" HOMEPAGE="http://space.mit.edu/~davis/slang/" @@ -8,7 +8,7 @@ SRC_URI="ftp://space.mit.edu/pub/davis/slang/v1.4/${P}.tar.bz2" LICENSE="GPL-2 | Artistic" 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="cjk" DEPEND=">=sys-libs/ncurses-5.2-r2" diff --git a/x11-terms/aterm/aterm-0.4.2-r9.ebuild b/x11-terms/aterm/aterm-0.4.2-r9.ebuild index f45836fc03be..93f2c1a095b5 100644 --- a/x11-terms/aterm/aterm-0.4.2-r9.ebuild +++ b/x11-terms/aterm/aterm-0.4.2-r9.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/x11-terms/aterm/aterm-0.4.2-r9.ebuild,v 1.16 2004/09/04 12:48:10 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/aterm/aterm-0.4.2-r9.ebuild,v 1.17 2004/09/16 02:28:49 pvdabeel Exp $ inherit eutils inherit flag-o-matic @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/aterm/${P}.tar.bz2 HOMEPAGE="http://aterm.sourceforge.net" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc sparc alpha amd64 ~ppc64 macos" +KEYWORDS="x86 ppc sparc alpha amd64 ~ppc64 macos ppc-macos" DEPEND="media-libs/jpeg media-libs/libpng diff --git a/x11-wm/fluxbox/fluxbox-0.9.10-r1.ebuild b/x11-wm/fluxbox/fluxbox-0.9.10-r1.ebuild index c2beeb31c869..b2ca13444496 100644 --- a/x11-wm/fluxbox/fluxbox-0.9.10-r1.ebuild +++ b/x11-wm/fluxbox/fluxbox-0.9.10-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/x11-wm/fluxbox/fluxbox-0.9.10-r1.ebuild,v 1.3 2004/09/06 23:24:22 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-0.9.10-r1.ebuild,v 1.4 2004/09/16 02:29:12 pvdabeel Exp $ inherit eutils @@ -24,7 +24,7 @@ PROVIDE="virtual/blackbox" SLOT="0" LICENSE="MIT" -KEYWORDS="~x86 ~ppc ~sparc ~amd64 ~alpha ~hppa ~ia64 ~mips ~ppc64 ~macos" +KEYWORDS="~x86 ~ppc ~sparc ~amd64 ~alpha ~hppa ~ia64 ~mips ~ppc64 ~macos ~ppc-macos" src_unpack() { unpack ${A} diff --git a/x11-wm/fluxbox/fluxbox-0.9.10-r2.ebuild b/x11-wm/fluxbox/fluxbox-0.9.10-r2.ebuild index 14eb129e6d37..d6a19eeca191 100644 --- a/x11-wm/fluxbox/fluxbox-0.9.10-r2.ebuild +++ b/x11-wm/fluxbox/fluxbox-0.9.10-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/x11-wm/fluxbox/fluxbox-0.9.10-r2.ebuild,v 1.1 2004/09/06 23:47:12 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-0.9.10-r2.ebuild,v 1.2 2004/09/16 02:29:12 pvdabeel Exp $ inherit eutils @@ -24,7 +24,7 @@ PROVIDE="virtual/blackbox" SLOT="0" LICENSE="MIT" -KEYWORDS="~x86 ~ppc ~sparc ~amd64 ~alpha ~hppa ~ia64 ~mips ~ppc64 ~macos" +KEYWORDS="~x86 ~ppc ~sparc ~amd64 ~alpha ~hppa ~ia64 ~mips ~ppc64 ~macos ~ppc-macos" src_unpack() { unpack ${A} diff --git a/x11-wm/fluxbox/fluxbox-0.9.10-r3.ebuild b/x11-wm/fluxbox/fluxbox-0.9.10-r3.ebuild index fd87338858ab..74908702f08d 100644 --- a/x11-wm/fluxbox/fluxbox-0.9.10-r3.ebuild +++ b/x11-wm/fluxbox/fluxbox-0.9.10-r3.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/x11-wm/fluxbox/fluxbox-0.9.10-r3.ebuild,v 1.3 2004/09/15 21:36:40 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-0.9.10-r3.ebuild,v 1.4 2004/09/16 02:29:12 pvdabeel Exp $ inherit eutils @@ -25,7 +25,7 @@ PROVIDE="virtual/blackbox" SLOT="0" LICENSE="MIT" -KEYWORDS="~x86 ~ppc ~sparc ~amd64 ~alpha ~hppa ~ia64 ~mips ~ppc64 ~macos" +KEYWORDS="~x86 ~ppc ~sparc ~amd64 ~alpha ~hppa ~ia64 ~mips ~ppc64 ~macos ~ppc-macos" src_unpack() { unpack ${A} diff --git a/x11-wm/fluxbox/fluxbox-0.9.9.ebuild b/x11-wm/fluxbox/fluxbox-0.9.9.ebuild index e09b96791f4d..2567690675e4 100644 --- a/x11-wm/fluxbox/fluxbox-0.9.9.ebuild +++ b/x11-wm/fluxbox/fluxbox-0.9.9.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/x11-wm/fluxbox/fluxbox-0.9.9.ebuild,v 1.15 2004/08/11 02:52:41 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-0.9.9.ebuild,v 1.16 2004/09/16 02:29:12 pvdabeel Exp $ inherit eutils @@ -21,7 +21,7 @@ PROVIDE="virtual/blackbox" SLOT="0" LICENSE="MIT" -KEYWORDS="x86 ppc sparc amd64 alpha hppa ~ia64 mips ppc64 macos" +KEYWORDS="x86 ppc sparc amd64 alpha hppa ~ia64 mips ppc64 macos ppc-macos" src_unpack() { unpack ${A} |