diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-16 05:51:11 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-16 05:51:11 +0000 |
commit | 508453b1ab9359cd195ee08017fe7e7b01f68873 (patch) | |
tree | 665bebb5ad5be6813d5176d0c2c4b80f27100643 | |
parent | fix keywords, sparc please check (diff) | |
download | gentoo-2-508453b1ab9359cd195ee08017fe7e7b01f68873.tar.gz gentoo-2-508453b1ab9359cd195ee08017fe7e7b01f68873.tar.bz2 gentoo-2-508453b1ab9359cd195ee08017fe7e7b01f68873.zip |
more ppc keywords
180 files changed, 239 insertions, 2401 deletions
diff --git a/sys-apps/baselayout/baselayout-1.7.8-r1.ebuild b/sys-apps/baselayout/baselayout-1.7.8-r1.ebuild index c829868354cc..c17dec75f91f 100644 --- a/sys-apps/baselayout/baselayout-1.7.8-r1.ebuild +++ b/sys-apps/baselayout/baselayout-1.7.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/baselayout-1.7.8-r1.ebuild,v 1.3 2002/07/14 19:20:16 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/baselayout-1.7.8-r1.ebuild,v 1.4 2002/07/16 05:50:49 seemant Exp $ SV="1.3.4" SVREV="" @@ -12,7 +12,7 @@ DESCRIPTION="Base layout for Gentoo Linux filesystem (incl. initscripts and sysv SRC_URI="ftp://metalab.unc.edu/pub/Linux/system/daemons/init/sysvinit-${SVIV}.tar.gz" # http://www.ibiblio.org/gentoo/distfiles/rc-scripts-${SV}.tar.bz2" HOMEPAGE="http://www.gentoo.org" -KEYWORDS="x86" +KEYWORDS="x86 ppc" SLOT="0" LICENSE="GPL-2" diff --git a/sys-apps/baselayout/baselayout-1.7.9-r1.ebuild b/sys-apps/baselayout/baselayout-1.7.9-r1.ebuild index c0a01a3887e0..4439ae63a520 100644 --- a/sys-apps/baselayout/baselayout-1.7.9-r1.ebuild +++ b/sys-apps/baselayout/baselayout-1.7.9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/baselayout-1.7.9-r1.ebuild,v 1.3 2002/07/14 19:20:16 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/baselayout-1.7.9-r1.ebuild,v 1.4 2002/07/16 05:50:49 seemant Exp $ SV="1.3.5" SVREV="" @@ -12,7 +12,7 @@ DESCRIPTION="Base layout for Gentoo Linux filesystem (incl. initscripts and sysv SRC_URI="ftp://metalab.unc.edu/pub/Linux/system/daemons/init/sysvinit-${SVIV}.tar.gz" # http://www.ibiblio.org/gentoo/distfiles/rc-scripts-${SV}.tar.bz2" HOMEPAGE="http://www.gentoo.org" -KEYWORDS="x86" +KEYWORDS="x86 ppc" LICENSE="GPL-2" SLOT="0" diff --git a/sys-apps/bash/bash-2.05a-r1.ebuild b/sys-apps/bash/bash-2.05a-r1.ebuild deleted file mode 100644 index 4994bb176ef6..000000000000 --- a/sys-apps/bash/bash-2.05a-r1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/bash/bash-2.05a-r1.ebuild,v 1.5 2002/07/14 19:20:16 aliz Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="The standard GNU Bourne again shell" -SRC_URI="ftp://ftp.gnu.org/gnu/bash/${P}.tar.gz" -HOMEPAGE="http://www.gnu.org/software/bash/bash.html" -KEYWORDS="x86" -SLOT="0" -LICENSE="GPL-2" - -DEPEND=">=sys-libs/ncurses-5.2-r2 readline? ( >=sys-libs/readline-4.1-r2 )" -RDEPEND="virtual/glibc" - -src_compile() { - - local myconf - [ "`use readline`" ] && myconf="--with-installed-readline" - [ -z "`use nls`" ] && myconf="${myconf} --disable-nls" - ./configure --prefix=/ \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ - --host=${CHOST} \ - --disable-profiling \ - --with-curses \ - --without-gnu-malloc \ - ${myconf} || die - emake || die -} - -src_install() { - make prefix=${D}/usr mandir=${D}/usr/share/man infodir=${D}/usr/share/info install - dodir /bin - mv ${D}/usr/bin/bash ${D}/bin - dosym bash /bin/sh - - if [ -z "`use build`" ] - then - doman doc/*.1 - if [ -z "`use readline`" ] - then - doman doc/*.3 - fi - dodoc README NEWS AUTHORS CHANGES COMPAT COPYING Y2K - dodoc doc/FAQ doc/INTRO - else - rm -rf ${D}/usr - fi -} diff --git a/sys-apps/bash/bash-2.05a-r2.ebuild b/sys-apps/bash/bash-2.05a-r2.ebuild index a9d28c23251d..2d247d2517ba 100644 --- a/sys-apps/bash/bash-2.05a-r2.ebuild +++ b/sys-apps/bash/bash-2.05a-r2.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/bash/bash-2.05a-r2.ebuild,v 1.8 2002/07/14 19:20:16 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/bash/bash-2.05a-r2.ebuild,v 1.9 2002/07/16 05:50:49 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="The standard GNU Bourne again shell" SRC_URI="ftp://ftp.gnu.org/gnu/bash/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/bash/bash.html" -KEYWORDS="x86" +KEYWORDS="x86 ppc" SLOT="0" LICENSE="GPL-2" diff --git a/sys-apps/bash/files/digest-bash-2.05a-r1 b/sys-apps/bash/files/digest-bash-2.05a-r1 deleted file mode 100644 index 5dc9061017e7..000000000000 --- a/sys-apps/bash/files/digest-bash-2.05a-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 eeabc3f624861c4a8a687f7701db3d06 bash-2.05a.tar.gz 1807947 diff --git a/sys-apps/bzip2/bzip2-1.0.1-r4.ebuild b/sys-apps/bzip2/bzip2-1.0.1-r4.ebuild deleted file mode 100644 index 00c0830932d8..000000000000 --- a/sys-apps/bzip2/bzip2-1.0.1-r4.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/bzip2/bzip2-1.0.1-r4.ebuild,v 1.6 2002/07/14 19:20:16 aliz Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="A high-quality data compressor used extensively by Gentoo Linux" -SRC_URI="ftp://sourceware.cygnus.com/pub/bzip2/v100/${P}.tar.gz - ftp://ftp.freesoftware.com/pub/sourceware/bzip2/v100/${P}.tar.gz" -HOMEPAGE="http://sourceware.cygnus.com/bzip2/" -KEYWORDS="x86" -SLOT="0" -LICENSE="BZIP2" - -DEPEND="virtual/glibc" - -src_unpack() { - - unpack ${A} - cd ${S} - patch -p0 < ${FILESDIR}/bzip2-1.0.1-Makefile-gentoo.diff - cp ${FILESDIR}/Makefile.dietlibc . -} - -src_compile() { - - if [ -z "`use build`" ] - then - emake -f Makefile-libbz2_so all || die - fi - emake all || die -} - -src_install() { - - if [ -z "`use build`" ] - then - make DESTDIR=${D} install || die - mv ${D}/usr/bin ${D} - make DESTDIR=${D} -f Makefile-libbz2_so install || die - dodoc README LICENSE CHANGES Y2K_INFO - docinto txt - dodoc bzip2.txt - docinto ps - dodoc manual.ps - docinto html - dodoc manual_*.html - else - into / - dobin bzip2 - cd ${D}/bin - ln -s bzip2 bunzip2 - fi -} - - diff --git a/sys-apps/bzip2/bzip2-1.0.2-r1.ebuild b/sys-apps/bzip2/bzip2-1.0.2-r1.ebuild index e7e5067233e6..c28bfaaaf506 100644 --- a/sys-apps/bzip2/bzip2-1.0.2-r1.ebuild +++ b/sys-apps/bzip2/bzip2-1.0.2-r1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/bzip2/bzip2-1.0.2-r1.ebuild,v 1.5 2002/07/14 19:20:16 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/bzip2/bzip2-1.0.2-r1.ebuild,v 1.6 2002/07/16 05:50:51 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="A high-quality data compressor used extensively by Gentoo Linux" SRC_URI="ftp://sourceware.cygnus.com/pub/bzip2/v102/${P}.tar.gz ftp://ftp.freesoftware.com/pub/sourceware/bzip2/v102/${P}.tar.gz" HOMEPAGE="http://sourceware.cygnus.com/bzip2/" -KEYWORDS="x86" +KEYWORDS="x86 ppc" SLOT="0" LICENSE="BZIP2" diff --git a/sys-apps/bzip2/bzip2-1.0.2-r2.ebuild b/sys-apps/bzip2/bzip2-1.0.2-r2.ebuild index bd7c8773f3b3..a226af816155 100644 --- a/sys-apps/bzip2/bzip2-1.0.2-r2.ebuild +++ b/sys-apps/bzip2/bzip2-1.0.2-r2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/bzip2/bzip2-1.0.2-r2.ebuild,v 1.3 2002/07/14 19:20:16 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/bzip2/bzip2-1.0.2-r2.ebuild,v 1.4 2002/07/16 05:50:52 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="A high-quality data compressor used extensively by Gentoo Linux" SRC_URI="ftp://sourceware.cygnus.com/pub/bzip2/v102/${P}.tar.gz ftp://ftp.freesoftware.com/pub/sourceware/bzip2/v102/${P}.tar.gz" HOMEPAGE="http://sourceware.cygnus.com/bzip2/" -KEYWORDS="x86" +KEYWORDS="x86 ppc" SLOT="0" DEPEND="virtual/glibc" LICENSE="BZIP2" diff --git a/sys-apps/bzip2/bzip2-1.0.2.ebuild b/sys-apps/bzip2/bzip2-1.0.2.ebuild deleted file mode 100644 index 218b7d54ca8c..000000000000 --- a/sys-apps/bzip2/bzip2-1.0.2.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/bzip2/bzip2-1.0.2.ebuild,v 1.4 2002/07/14 19:20:16 aliz Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="A high-quality data compressor used extensively by Gentoo Linux" -SRC_URI="ftp://sourceware.cygnus.com/pub/bzip2/v102/${P}.tar.gz - ftp://ftp.freesoftware.com/pub/sourceware/bzip2/v102/${P}.tar.gz" -HOMEPAGE="http://sourceware.cygnus.com/bzip2/" -KEYWORDS="x86" -SLOT="0" -LICENSE="BZIP2" - -DEPEND="virtual/glibc" - - -src_unpack() { - - unpack ${A} - - cd ${S} - cp Makefile Makefile.orig - sed -e 's:\$(PREFIX)/man:\$(PREFIX)/share/man:g' \ - Makefile.orig > Makefile -} - -src_compile() { - - if [ -z "`use build`" ] - then - emake -f Makefile-libbz2_so all || die - fi - emake all || die -} - -src_install() { - - if [ -z "`use build`" ] - then - make PREFIX=${D}/usr install || die - mv ${D}/usr/bin ${D} - dolib.so ${S}/libbz2.so.${PV} - dosym /usr/lib/libbz2.so.${PV} /usr/lib/libbz2.so.1.0 - dosym /usr/lib/libbz2.so.${PV} /usr/lib/libbz2.so - dodoc README LICENSE CHANGES Y2K_INFO - docinto txt - dodoc bzip2.txt - docinto ps - dodoc manual.ps - docinto html - dodoc manual_*.html - else - into / - dobin bzip2 - cd ${D}/bin - ln -s bzip2 bunzip2 - fi -} - - diff --git a/sys-apps/bzip2/files/digest-bzip2-1.0.1-r4 b/sys-apps/bzip2/files/digest-bzip2-1.0.1-r4 deleted file mode 100644 index e652b6e3e8e3..000000000000 --- a/sys-apps/bzip2/files/digest-bzip2-1.0.1-r4 +++ /dev/null @@ -1 +0,0 @@ -MD5 770135dc94369cb3eb6013ed505c8dc5 bzip2-1.0.1.tar.gz 464991 diff --git a/sys-apps/bzip2/files/digest-bzip2-1.0.2 b/sys-apps/bzip2/files/digest-bzip2-1.0.2 deleted file mode 100644 index 5b1f375c39ee..000000000000 --- a/sys-apps/bzip2/files/digest-bzip2-1.0.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 ee76864958d568677f03db8afad92beb bzip2-1.0.2.tar.gz 665198 diff --git a/sys-apps/cpio/cpio-2.4.2-r4.ebuild b/sys-apps/cpio/cpio-2.4.2-r4.ebuild index 287842782485..77dc3021939c 100644 --- a/sys-apps/cpio/cpio-2.4.2-r4.ebuild +++ b/sys-apps/cpio/cpio-2.4.2-r4.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpio/cpio-2.4.2-r4.ebuild,v 1.7 2002/07/14 19:20:16 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpio/cpio-2.4.2-r4.ebuild,v 1.8 2002/07/16 05:50:52 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="A file archival tool which can also read and write tar files" SRC_URI="ftp://prep.ai.mit.edu/gnu/cpio/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/cpio/cpio.html" -KEYWORDS="x86" +KEYWORDS="x86 ppc" SLOT="0" LICENSE="GPL-2 LGPL-2" diff --git a/sys-apps/cronbase/cronbase-0.2.1.ebuild b/sys-apps/cronbase/cronbase-0.2.1.ebuild index fa365a3fb62c..a2b14a3e8a76 100644 --- a/sys-apps/cronbase/cronbase-0.2.1.ebuild +++ b/sys-apps/cronbase/cronbase-0.2.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/cronbase/cronbase-0.2.1.ebuild,v 1.3 2002/07/14 19:20:16 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/cronbase/cronbase-0.2.1.ebuild,v 1.4 2002/07/16 05:50:52 seemant Exp $ DESCRIPTION="The is the base for all cron ebuilds." HOMEPAGE="http://www.gentoo.org/" -KEYWORDS="x86" +KEYWORDS="x86 ppc" SLOT="0" LICENSE="GPL-2" diff --git a/sys-apps/daemontools/daemontools-0.76-r1.ebuild b/sys-apps/daemontools/daemontools-0.76-r1.ebuild index 25bb3e8adb90..a75bb0eaf59f 100644 --- a/sys-apps/daemontools/daemontools-0.76-r1.ebuild +++ b/sys-apps/daemontools/daemontools-0.76-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/daemontools/daemontools-0.76-r1.ebuild,v 1.4 2002/07/14 19:20:16 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/daemontools/daemontools-0.76-r1.ebuild,v 1.5 2002/07/16 05:50:52 seemant Exp $ S=${WORKDIR}/admin/${P} DESCRIPTION="Collection of tools for managing UNIX services" SRC_URI="http://cr.yp.to/daemontools/${P}.tar.gz" HOMEPAGE="http://cr.yp.to/daemontools.html" -KEYWORDS="x86" +KEYWORDS="x86 ppc" SLOT="0" LICENSE="Freeware" diff --git a/sys-apps/dcron/dcron-2.7-r8.ebuild b/sys-apps/dcron/dcron-2.7-r8.ebuild index b29d3aebb6d9..b19e29ef37af 100644 --- a/sys-apps/dcron/dcron-2.7-r8.ebuild +++ b/sys-apps/dcron/dcron-2.7-r8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dcron/dcron-2.7-r8.ebuild,v 1.3 2002/07/14 19:20:16 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dcron/dcron-2.7-r8.ebuild,v 1.4 2002/07/16 05:50:52 seemant Exp $ # to use this, you must be part of the "cron" group @@ -8,7 +8,7 @@ S=${WORKDIR}/dcron DESCRIPTION="A cute little cron from Matt Dillon" SRC_URI="http://apollo.backplane.com/FreeSrc/dcron27.tgz" HOMEPAGE="http://apollo.backplane.com" -KEYWORDS="x86" +KEYWORDS="x86 ppc" SLOT="0" LICENSE="GPL-2" diff --git a/sys-apps/dcron/dcron-2.7-r9.ebuild b/sys-apps/dcron/dcron-2.7-r9.ebuild index 6f8b3b98068c..2cd2839f3395 100644 --- a/sys-apps/dcron/dcron-2.7-r9.ebuild +++ b/sys-apps/dcron/dcron-2.7-r9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dcron/dcron-2.7-r9.ebuild,v 1.5 2002/07/14 19:20:16 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dcron/dcron-2.7-r9.ebuild,v 1.6 2002/07/16 05:50:52 seemant Exp $ # to use this, you must be part of the "cron" group @@ -8,7 +8,7 @@ S=${WORKDIR}/dcron DESCRIPTION="A cute little cron from Matt Dillon" SRC_URI="http://apollo.backplane.com/FreeSrc/dcron27.tgz" HOMEPAGE="http://apollo.backplane.com/" -KEYWORDS="x86" +KEYWORDS="x86 ppc" SLOT="0" LICENSE="GPL-2" diff --git a/sys-apps/debianutils/debianutils-1.13.3-r3.ebuild b/sys-apps/debianutils/debianutils-1.13.3-r3.ebuild deleted file mode 100644 index 78f92ea1941d..000000000000 --- a/sys-apps/debianutils/debianutils-1.13.3-r3.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/debianutils-1.13.3-r3.ebuild,v 1.4 2002/07/14 19:20:16 aliz Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="A selection of tools from Debian" -SRC_URI="ftp://ftp.debian.org/debian/dists/potato/main/source/base/debianutils_${PV}.tar.gz" -HOMEPAGE="http://packages.debian.org/unstable/base/debianutils.html" -KEYWORDS="x86" -SLOT="0" -LICENSE="GPL-2 BSD SMAIL" - -DEPEND="virtual/glibc" - -src_unpack() { - - unpack ${A} - cd ${S} - patch -p0 < ${FILESDIR}/${P}-Makefile-gentoo.diff - -} - -src_compile() { - - if [ -z "`use static`" ] - then - try pmake - else - try pmake LDFLAGS=-static - fi -} - - -src_install() { - - into / - dobin readlink tempfile mktemp - - if [ -z "`use build`" ] - then - dobin run-parts - insopts -m755 - exeinto /usr/sbin - doexe savelog - - doman mktemp.1 readlink.1 tempfile.1 run-parts.8 savelog.8 - - cd debian - dodoc changelog control copyright - fi - -} - - - diff --git a/sys-apps/debianutils/debianutils-1.13.3-r4.ebuild b/sys-apps/debianutils/debianutils-1.13.3-r4.ebuild deleted file mode 100644 index d2066086f171..000000000000 --- a/sys-apps/debianutils/debianutils-1.13.3-r4.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/debianutils-1.13.3-r4.ebuild,v 1.6 2002/07/14 19:20:16 aliz Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="A selection of tools from Debian" -SRC_URI="ftp://ftp.debian.org/debian/dists/potato/main/source/base/debianutils_${PV}.tar.gz" -HOMEPAGE="http://packages.debian.org/unstable/base/debianutils.html" -KEYWORDS="x86" -SLOT="0" -LICENSE="GPL-2 BSD SMAIL" - -DEPEND="virtual/glibc" - -src_unpack() { - - unpack ${A} - cd ${S} - patch -p0 < ${FILESDIR}/${P}-Makefile-gentoo.diff -} - -src_compile() { - - if [ -z "`use static`" ] - then - pmake || die - else - pmake LDFLAGS=-static || die - fi -} - - -src_install() { - - into / - dobin readlink tempfile mktemp - - if [ -z "`use build`" ] - then - dobin run-parts - insopts -m755 - exeinto /usr/sbin - doexe savelog - - if [ -z "`use bootcd`" ] - then - into /usr - doman mktemp.1 readlink.1 tempfile.1 run-parts.8 savelog.8 - - cd debian - dodoc changelog control copyright - fi - fi -} - diff --git a/sys-apps/debianutils/debianutils-1.16.ebuild b/sys-apps/debianutils/debianutils-1.16.ebuild index a17f143f3e96..87505764a4fe 100644 --- a/sys-apps/debianutils/debianutils-1.16.ebuild +++ b/sys-apps/debianutils/debianutils-1.16.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/debianutils-1.16.ebuild,v 1.4 2002/07/14 19:20:16 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/debianutils-1.16.ebuild,v 1.5 2002/07/16 05:50:52 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="A selection of tools from Debian" SRC_URI="http://ftp.debian.org/debian/pool/main/d/${PN}/${PN}_${PV}.tar.gz" HOMEPAGE="http://packages.debian.org/unstable/base/debianutils.html" -KEYWORDS="x86" +KEYWORDS="x86 ppc" SLOT="0" LICENSE="GPL-2 BSD SMAIL" diff --git a/sys-apps/debianutils/files/debianutils-1.13.3-Makefile-gentoo.diff b/sys-apps/debianutils/files/debianutils-1.13.3-Makefile-gentoo.diff deleted file mode 100644 index e130532b5c39..000000000000 --- a/sys-apps/debianutils/files/debianutils-1.13.3-Makefile-gentoo.diff +++ /dev/null @@ -1,8 +0,0 @@ ---- Makefile.orig Tue Feb 27 01:13:51 2001 -+++ Makefile Tue Feb 27 16:41:17 2001 -@@ -1,4 +1,4 @@ --CFLAGS=-O2 -g -Wall -+CFLAGS+=-Wall - TARGETS=mktemp readlink run-parts tempfile - - all: $(TARGETS) diff --git a/sys-apps/debianutils/files/digest-debianutils-1.13.3-r3 b/sys-apps/debianutils/files/digest-debianutils-1.13.3-r3 deleted file mode 100644 index 89dd6518aebb..000000000000 --- a/sys-apps/debianutils/files/digest-debianutils-1.13.3-r3 +++ /dev/null @@ -1 +0,0 @@ -MD5 91511bc2eec9beebb23cf22fb57a202e debianutils_1.13.3.tar.gz 23173 diff --git a/sys-apps/debianutils/files/digest-debianutils-1.13.3-r4 b/sys-apps/debianutils/files/digest-debianutils-1.13.3-r4 deleted file mode 100644 index 89dd6518aebb..000000000000 --- a/sys-apps/debianutils/files/digest-debianutils-1.13.3-r4 +++ /dev/null @@ -1 +0,0 @@ -MD5 91511bc2eec9beebb23cf22fb57a202e debianutils_1.13.3.tar.gz 23173 diff --git a/sys-apps/devfsd/devfsd-1.3.25.ebuild b/sys-apps/devfsd/devfsd-1.3.25.ebuild index 1a7f7b74be3c..2464123720c3 100644 --- a/sys-apps/devfsd/devfsd-1.3.25.ebuild +++ b/sys-apps/devfsd/devfsd-1.3.25.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/devfsd/devfsd-1.3.25.ebuild,v 1.4 2002/07/14 19:20:16 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/devfsd/devfsd-1.3.25.ebuild,v 1.5 2002/07/16 05:50:53 seemant Exp $ S=${WORKDIR}/${PN} DESCRIPTION="Daemon for the Linux Device Filesystem" SRC_URI="ftp://ftp.atnf.csiro.au/pub/people/rgooch/linux/daemons/devfsd/devfsd-v${PV}.tar.gz" HOMEPAGE="http://www.atnf.csiro.au/~rgooch/linux/" -KEYWORDS="x86" +KEYWORDS="x86 ppc" SLOT="0" LICENSE="GPL-2" diff --git a/sys-apps/diffutils/diffutils-2.7-r4.ebuild b/sys-apps/diffutils/diffutils-2.7-r4.ebuild deleted file mode 100644 index fa833e51934f..000000000000 --- a/sys-apps/diffutils/diffutils-2.7-r4.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/diffutils/diffutils-2.7-r4.ebuild,v 1.8 2002/07/14 19:20:17 aliz Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Tools to make diffs and compare files" -SRC_URI="ftp://ftp.gnu.org/gnu/diffutils/${P}.tar.gz" - -HOMEPAGE="http://www.gnu.org/software/diffutils/diffutils.html" -KEYWORDS="x86" -SLOT="0" -DEPEND="virtual/glibc nls? ( sys-devel/gettext )" -LICENSE="GPL-2" - -if [ -z "`use build`" ] -then - DEPEND="$DEPEND sys-apps/texinfo" -fi - -RDEPEND="virtual/glibc" - -src_unpack() { - unpack ${A} - cd ${WORKDIR} - patch -p0 < ${FILESDIR}/${PF}-gentoo.diff -} - -src_compile() { - local myconf - [ -z "`use nls`" ] && myconf="--disable-nls" - ./configure --host=${CHOST} --prefix=/usr ${myconf} || die - if [ "`use build`" ] - then - #disable texinfo building so we can remove the dep - cp Makefile Makefile.orig - sed -e 's/^all: ${PROGRAMS} info/all: ${PROGRAMS}/g' Makefile.orig > Makefile - fi - emake || die -} - -src_install() { - make prefix=${D}/usr infodir=${D}/usr/share/info install || die - if [ -z "`use build`" ] - then - dodoc COPYING ChangeLog NEWS README - else - rm -rf ${D}/usr/share/info - fi -} - - diff --git a/sys-apps/diffutils/diffutils-2.7.5.ebuild b/sys-apps/diffutils/diffutils-2.7.5.ebuild deleted file mode 100644 index 909f1c208094..000000000000 --- a/sys-apps/diffutils/diffutils-2.7.5.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/diffutils/diffutils-2.7.5.ebuild,v 1.5 2002/07/14 19:20:17 aliz Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Tools to make diffs and compare files" -SRC_URI="ftp://alpha.gnu.org/gnu/diffutils/${P}.tar.gz" -HOMEPAGE="http://www.gnu.org/software/diffutils/diffutils.html" -KEYWORDS="x86" -SLOT="0" -LICENSE="GPL-2" - -DEPEND="virtual/glibc nls? ( sys-devel/gettext )" - -if [ -z "`use build`" ] -then - DEPEND="$DEPEND sys-apps/texinfo" -fi - -RDEPEND="virtual/glibc" - -src_unpack() { - unpack ${A} - cd ${WORKDIR} - patch -p0 < ${FILESDIR}/${PF}-gentoo.diff -} - -src_compile() { - local myconf="" - [ -z "`use nls`" ] && myconf="--disable-nls" - ./configure --host=${CHOST} \ - --prefix=/usr \ - ${myconf} || die - - if [ "`use build`" ] - then - #disable texinfo building so we can remove the dep - cp Makefile Makefile.orig - sed -e 's/^all: ${PROGRAMS} info/all: ${PROGRAMS}/g' \ - Makefile.orig > Makefile - fi - emake || die -} - -src_install() { - make prefix=${D}/usr \ - infodir=${D}/usr/share/info \ - install || die - - if [ -z "`use build`" ] - then - dodoc COPYING ChangeLog NEWS README - else - rm -rf ${D}/usr/share/info - fi -} - - diff --git a/sys-apps/diffutils/diffutils-2.7.7.ebuild b/sys-apps/diffutils/diffutils-2.7.7.ebuild index b926fe741ee1..72c4da219d0f 100644 --- a/sys-apps/diffutils/diffutils-2.7.7.ebuild +++ b/sys-apps/diffutils/diffutils-2.7.7.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/diffutils/diffutils-2.7.7.ebuild,v 1.4 2002/07/14 19:20:17 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/diffutils/diffutils-2.7.7.ebuild,v 1.5 2002/07/16 05:50:54 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Tools to make diffs and compare files" SRC_URI="ftp://alpha.gnu.org/gnu/diffutils/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/diffutils/diffutils.html" -KEYWORDS="x86" +KEYWORDS="x86 ppc" SLOT="0" LICENSE="GPL-2" diff --git a/sys-apps/diffutils/files/diffutils-2.7-r4-gentoo.diff b/sys-apps/diffutils/files/diffutils-2.7-r4-gentoo.diff deleted file mode 100644 index a15b4d21775e..000000000000 --- a/sys-apps/diffutils/files/diffutils-2.7-r4-gentoo.diff +++ /dev/null @@ -1,15 +0,0 @@ -diff -r -C2 diffutils-2.7.orig/diff.texi diffutils-2.7/diff.texi -*** diffutils-2.7.orig/diff.texi Fri Sep 30 16:54:40 1994 ---- diffutils-2.7/diff.texi Fri Aug 3 19:34:56 2001 -*************** -*** 7,10 **** ---- 7,15 ---- - - @ifinfo -+ -+ @direntry -+ * diff: (diff). Comparing and Merging Files. -+ @end direntry -+ - This file documents the the GNU @code{diff}, @code{diff3}, @code{sdiff}, - and @code{cmp} commands for showing the differences between text files diff --git a/sys-apps/diffutils/files/digest-diffutils-2.7-r4 b/sys-apps/diffutils/files/digest-diffutils-2.7-r4 deleted file mode 100644 index b333fc49ac90..000000000000 --- a/sys-apps/diffutils/files/digest-diffutils-2.7-r4 +++ /dev/null @@ -1 +0,0 @@ -MD5 300d86a0566afee1c3756828f6c9538a diffutils-2.7.tar.gz 312312 diff --git a/sys-apps/diffutils/files/digest-diffutils-2.7.5 b/sys-apps/diffutils/files/digest-diffutils-2.7.5 deleted file mode 100644 index be7ae9ae8f8f..000000000000 --- a/sys-apps/diffutils/files/digest-diffutils-2.7.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 6323bd82b7a84ca2c1891950f2f783f6 diffutils-2.7.5.tar.gz 722327 diff --git a/sys-apps/e2fsprogs/e2fsprogs-1.25-r1.ebuild b/sys-apps/e2fsprogs/e2fsprogs-1.25-r1.ebuild deleted file mode 100644 index 0b5f663bc158..000000000000 --- a/sys-apps/e2fsprogs/e2fsprogs-1.25-r1.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/e2fsprogs/e2fsprogs-1.25-r1.ebuild,v 1.6 2002/07/14 19:20:17 aliz Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Standard ext2 and ext3 filesystem utilities" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -HOMEPAGE="http://e2fsprogs.sourceforge.net/" -KEYWORDS="x86" -SLOT="0" -LICENSE="GPL-2" - -DEPEND="virtual/glibc nls? ( sys-devel/gettext ) sys-apps/texinfo" -RDEPEND="virtual/glibc" - -src_compile() { - local myconf - if [ "`use nls`" ] - then - myconf="--enable-nls" - else - myconf="--disable-nls" - fi - ./configure --host=${CHOST} --prefix=/ --mandir=/usr/share/man --infodir=/usr/share/info --enable-elf-shlibs ${myconf} || die - # Parallel make sometimes fails - make || die -} - -src_install() { - local myopts - myopts="${myopts} mandir=/usr/share/man infodir=/usr/share/info" - - make DESTDIR=${D} ${myopts} install || die - make DESTDIR=${D} ${myopts} install-libs || die - - if [ "`use nls`" ] - then - ( cd po; make DESTDIR=${D} install || die ) - fi - - dodoc COPYING ChangeLog README RELEASE-NOTES SHLIBS - docinto e2fsck - dodoc e2fsck/ChangeLog e2fsck/CHANGES - - dodir /usr/bin /usr/sbin - cd ${D}/bin - mv lsattr chattr uuidgen ../usr/bin - cd ${D}/sbin - mv mklost+found ../usr/sbin - - local i - for i in e2p et ext2fs ss uuid - do - docinto lib/${i} - dodoc lib/${i}/ChangeLog - done - docinto misc - dodoc misc/ChangeLog - docinto resize - dodoc resize/ChangeLog - docinto util - dodoc util/ChangeLog -} diff --git a/sys-apps/e2fsprogs/e2fsprogs-1.25-r3.ebuild b/sys-apps/e2fsprogs/e2fsprogs-1.25-r3.ebuild deleted file mode 100644 index cc0a315222a0..000000000000 --- a/sys-apps/e2fsprogs/e2fsprogs-1.25-r3.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/e2fsprogs/e2fsprogs-1.25-r3.ebuild,v 1.8 2002/07/14 19:20:17 aliz Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Standard EXT2 and EXT3 filesystem utilities" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -HOMEPAGE="http://e2fsprogs.sourceforge.net/" -KEYWORDS="x86" -SLOT="0" -LICENSE="GPL-2" - -#debianutils is for 'readlink' -DEPEND="virtual/glibc nls? ( sys-devel/gettext ) sys-apps/debianutils" -RDEPEND="virtual/glibc" - -src_compile() { - local myconf - if [ "`use nls`" ] - then - myconf="--enable-nls" - else - myconf="--disable-nls" - fi - ./configure --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ - --enable-dynamic-e2fsck \ - --enable-elf-shlibs \ - ${myconf} || die - # Parallel make sometimes fails - make || die -} - -src_install() { - make DESTDIR=${D} libdir=zapme install || die - #evil e2fsprogs makefile -- I'll get you! - rm -rf ${D}/zapme - make DESTDIR=${D} install-libs || die - if [ "`use nls`" ] - then - ( cd po; make DESTDIR=${D} install || die ) - fi - dodoc COPYING ChangeLog README RELEASE-NOTES SHLIBS - docinto e2fsck - dodoc e2fsck/ChangeLog e2fsck/CHANGES - dodir /lib /bin /sbin - cd ${D}/usr/lib - mv * ../../lib - cd ${D}/lib - mv *.a ../usr/lib - local mylib - local x - #normalize evil symlinks - cd ${D}/lib - for x in * - do - [ ! -L $x ]&& continue - mylib=`readlink $x` - mylib=`basename $mylib` - ln -sf $mylib $x - done - mv ${D}/usr/bin/* ${D}/bin - mv ${D}/usr/sbin/* ${D}/sbin - cd ${D}/usr/bin - mv lsattr chattr uuidgen ../usr/bin - cd ${D}/sbin - mv mklost+found ../usr/sbin - #time to convert hard links/duplicates to symbolic links - cd ${D}/sbin - rm fsck.* - ln -sf e2fsck fsck.ext2 - ln -sf e2fsck fsck.ext3 - rm mkfs.* - ln -sf mke2fs mkfs.ext2 - rm -rf ${D}/usr/share/et ${D}/usr/share/ss -} diff --git a/sys-apps/e2fsprogs/e2fsprogs-1.27-r1.ebuild b/sys-apps/e2fsprogs/e2fsprogs-1.27-r1.ebuild index 50ec36951fd6..9e15859d6d1e 100644 --- a/sys-apps/e2fsprogs/e2fsprogs-1.27-r1.ebuild +++ b/sys-apps/e2fsprogs/e2fsprogs-1.27-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/e2fsprogs/e2fsprogs-1.27-r1.ebuild,v 1.4 2002/07/14 19:20:17 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/e2fsprogs/e2fsprogs-1.27-r1.ebuild,v 1.5 2002/07/16 05:50:54 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Standard EXT2 and EXT3 filesystem utilities" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" HOMEPAGE="http://e2fsprogs.sourceforge.net/" -KEYWORDS="x86" +KEYWORDS="x86 ppc" SLOT="0" LICENSE="GPL-2" diff --git a/sys-apps/e2fsprogs/e2fsprogs-1.27.ebuild b/sys-apps/e2fsprogs/e2fsprogs-1.27.ebuild index 9c044fb1d7c7..d7b46a768e7f 100644 --- a/sys-apps/e2fsprogs/e2fsprogs-1.27.ebuild +++ b/sys-apps/e2fsprogs/e2fsprogs-1.27.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/e2fsprogs/e2fsprogs-1.27.ebuild,v 1.6 2002/07/14 19:20:17 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/e2fsprogs/e2fsprogs-1.27.ebuild,v 1.7 2002/07/16 05:50:54 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Standard EXT2 and EXT3 filesystem utilities" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" HOMEPAGE="http://e2fsprogs.sourceforge.net/" -KEYWORDS="x86" +KEYWORDS="x86 ppc" SLOT="0" LICENSE="GPL-2" diff --git a/sys-apps/e2fsprogs/files/digest-e2fsprogs-1.25-r1 b/sys-apps/e2fsprogs/files/digest-e2fsprogs-1.25-r1 deleted file mode 100644 index 14d5bdba514d..000000000000 --- a/sys-apps/e2fsprogs/files/digest-e2fsprogs-1.25-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 4bf7a3bce3a6e444a76184395c63a7f0 e2fsprogs-1.25.tar.gz 1205465 diff --git a/sys-apps/e2fsprogs/files/digest-e2fsprogs-1.25-r3 b/sys-apps/e2fsprogs/files/digest-e2fsprogs-1.25-r3 deleted file mode 100644 index 14d5bdba514d..000000000000 --- a/sys-apps/e2fsprogs/files/digest-e2fsprogs-1.25-r3 +++ /dev/null @@ -1 +0,0 @@ -MD5 4bf7a3bce3a6e444a76184395c63a7f0 e2fsprogs-1.25.tar.gz 1205465 diff --git a/sys-apps/ed/ed-0.2-r3.ebuild b/sys-apps/ed/ed-0.2-r3.ebuild index d259ec3375e4..7e52d6937ecb 100644 --- a/sys-apps/ed/ed-0.2-r3.ebuild +++ b/sys-apps/ed/ed-0.2-r3.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ed/ed-0.2-r3.ebuild,v 1.7 2002/07/14 19:20:17 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ed/ed-0.2-r3.ebuild,v 1.8 2002/07/16 05:50:55 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Your basic line editor" SRC_URI="ftp://ftp.gnu.org/pub/gnu/ed/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/ed/" -KEYWORDS="x86" +KEYWORDS="x86 ppc" SLOT="0" LICENSE="GPL-2" diff --git a/sys-apps/eject/eject-2.0.10.ebuild b/sys-apps/eject/eject-2.0.10.ebuild index a7b016351c79..7f3b926147b8 100644 --- a/sys-apps/eject/eject-2.0.10.ebuild +++ b/sys-apps/eject/eject-2.0.10.ebuild @@ -6,7 +6,7 @@ S=${WORKDIR}/${P} DESCRIPTION="A command to eject a disc from the CD-ROM drive" SRC_URI="http://www.ibiblio.org/pub/Linux/utils/disk-management/${P}.tar.gz" HOMEPAGE="http://www.pobox.com/~tranter/eject.html" -KEYWORDS="x86" +KEYWORDS="x86 ppc" SLOT="0" LICENSE="GPL-2" diff --git a/sys-apps/fbset/fbset-2.1.ebuild b/sys-apps/fbset/fbset-2.1.ebuild index aa3f7078ddff..3e063612eb2c 100644 --- a/sys-apps/fbset/fbset-2.1.ebuild +++ b/sys-apps/fbset/fbset-2.1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/fbset/fbset-2.1.ebuild,v 1.6 2002/07/14 19:20:17 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/fbset/fbset-2.1.ebuild,v 1.7 2002/07/16 05:50:55 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="A utility to set the framebuffer videomode" SRC_URI="http://home.tvd.be/cr26864/Linux/fbdev/${P}.tar.gz" HOMEPAGE="http://linux-fbdev.org" -KEYWORDS="x86" +KEYWORDS="x86 ppc" SLOT="0" LICENSE="GPL-2" diff --git a/sys-apps/file/file-3.33-r3.ebuild b/sys-apps/file/file-3.33-r3.ebuild deleted file mode 100644 index 13272b1ac36b..000000000000 --- a/sys-apps/file/file-3.33-r3.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-3.33-r3.ebuild,v 1.6 2002/07/14 19:20:17 aliz Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Program to identify a file's format by scanning binary data for patterns" -SRC_URI="ftp://ftp.astron.com/pub/file/${P}.tar.gz" -HOMEPAGE="" -KEYWORDS="x86" -SLOT="0" -LICENSE="BSD" -DEPEND="virtual/glibc" - -src_compile() { - ./configure --prefix=/usr --mandir=/usr/share/man --datadir=/usr/share/misc --host=${CHOST} || die - emake || die -} - -src_install() { - make DESTDIR=${D} install || die -if [ -z "`use build`" ] - then - dodoc LEGAL.NOTICE MAINT README - else - rm -rf ${D}/usr/share/man - fi -} - - - diff --git a/sys-apps/file/file-3.37.ebuild b/sys-apps/file/file-3.37.ebuild index 5e8fd2df64ae..e9fed55877e3 100644 --- a/sys-apps/file/file-3.37.ebuild +++ b/sys-apps/file/file-3.37.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-3.37.ebuild,v 1.5 2002/07/14 19:20:17 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-3.37.ebuild,v 1.6 2002/07/16 05:50:55 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Program to identify a file's format by scanning binary data for patterns" @@ -8,7 +8,7 @@ SRC_URI="ftp://ftp.gw.com/mirrors/pub/unix/file/${P}.tar.gz ftp://ftp.astron.com/pub/file/${P}.tar.gz" LICENSE="as-is" HOMEPAGE="" -KEYWORDS="x86" +KEYWORDS="x86 ppc" SLOT="0" DEPEND="virtual/glibc" diff --git a/sys-apps/file/files/digest-file-3.33-r3 b/sys-apps/file/files/digest-file-3.33-r3 deleted file mode 100644 index 9f0a4d006913..000000000000 --- a/sys-apps/file/files/digest-file-3.33-r3 +++ /dev/null @@ -1 +0,0 @@ -MD5 3b8e32ed3a79774bd92f0052fa07ca04 file-3.33.tar.gz 150771 diff --git a/sys-apps/fileutils/fileutils-4.1.8-r2.ebuild b/sys-apps/fileutils/fileutils-4.1.8-r2.ebuild index c1a1bb555fe7..aae21a1447a1 100644 --- a/sys-apps/fileutils/fileutils-4.1.8-r2.ebuild +++ b/sys-apps/fileutils/fileutils-4.1.8-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/fileutils/fileutils-4.1.8-r2.ebuild,v 1.3 2002/07/14 19:20:17 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/fileutils/fileutils-4.1.8-r2.ebuild,v 1.4 2002/07/16 05:50:56 seemant Exp $ ACLPV=4.1.8acl-0.8.25 @@ -8,7 +8,7 @@ S=${WORKDIR}/${P} DESCRIPTION="Standard GNU file utilities (chmod, cp, dd, dir, ls, etc)" SRC_URI="ftp://alpha.gnu.org/gnu/fetish/${P}.tar.gz http://acl.bestbits.at/current/diff/fileutils-${ACLPV}.xdelta" HOMEPAGE="http://www.gnu.org/software/fileutils/fileutils.html" -KEYWORDS="x86" +KEYWORDS="x86 ppc" SLOT="0" LICENSE="GPL-2" diff --git a/sys-apps/findutils/files/digest-findutils-4.1-r7 b/sys-apps/findutils/files/digest-findutils-4.1-r7 deleted file mode 100644 index 6966f97cae3a..000000000000 --- a/sys-apps/findutils/files/digest-findutils-4.1-r7 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 3ea8fe58ef5386da75f6c707713aa059 findutils-4.1.tar.gz 294494 -MD5 e77e882efc7ce437e89bdb62fb56cc6b findutils-4.1.diff.gz 2568 diff --git a/sys-apps/findutils/files/digest-findutils-4.1.7 b/sys-apps/findutils/files/digest-findutils-4.1.7 deleted file mode 100644 index 71e0d8a53382..000000000000 --- a/sys-apps/findutils/files/digest-findutils-4.1.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 582d9b35006065f81f71d681c165fa1e findutils-4.1.7.tar.gz 634058 diff --git a/sys-apps/findutils/findutils-4.1-r7.ebuild b/sys-apps/findutils/findutils-4.1-r7.ebuild deleted file mode 100644 index 4301fb6f4af8..000000000000 --- a/sys-apps/findutils/findutils-4.1-r7.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/findutils-4.1-r7.ebuild,v 1.5 2002/07/14 19:20:17 aliz Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="GNU utilities to find files" -SRC_URI="ftp://prep.ai.mit.edu/gnu/findutils/${P}.tar.gz http://www.ibiblio.org/gentoo/distfiles/findutils-4.1.diff.gz" -HOMEPAGE="http://www.gnu.org/software/findutils/findutils.html" -KEYWORDS="x86" -SLOT="0" -DEPEND="virtual/glibc sys-devel/gettext" -RDEPEND="virtual/glibc" -LICENSE="GPL-2" - -src_unpack() { - unpack ${P}.tar.gz - echo "Applying Patch..." - cd ${S} - cat ${DISTDIR}/findutils-4.1.diff.gz | gzip -d | patch -p1 || die -} - -src_compile() { - ./configure --host=${CHOST} --prefix=/usr || die - emake libexecdir=/usr/lib/find || die -} - -src_install() { - make prefix=${D}/usr mandir=${D}/usr/share/man infodir=${D}/usr/share/info libexecdir=${D}/usr/lib/find install || die - dosed "s:TMPDIR=/usr/tmp:TMPDIR=/tmp:" usr/bin/updatedb - rm -rf ${D}/usr/var - if [ -z "`use build`" ] - then - dodoc COPYING NEWS README TODO ChangeLog - else - rm -rf ${D}/usr/share - fi - dodir /var/spool/locate - touch ${D}/var/spool/locate/.keep -} - diff --git a/sys-apps/findutils/findutils-4.1.7-r1.ebuild b/sys-apps/findutils/findutils-4.1.7-r1.ebuild index 23eea98f27a0..3ad90d3677d0 100644 --- a/sys-apps/findutils/findutils-4.1.7-r1.ebuild +++ b/sys-apps/findutils/findutils-4.1.7-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/findutils-4.1.7-r1.ebuild,v 1.4 2002/07/14 19:20:17 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/findutils-4.1.7-r1.ebuild,v 1.5 2002/07/16 05:50:56 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="GNU utilities to find files" SRC_URI="ftp://alpha.gnu.org/gnu/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/findutils/findutils.html" -KEYWORDS="x86" +KEYWORDS="x86 ppc" SLOT="0" LICENSE="GPL-2" diff --git a/sys-apps/findutils/findutils-4.1.7.ebuild b/sys-apps/findutils/findutils-4.1.7.ebuild deleted file mode 100644 index 9246457d955b..000000000000 --- a/sys-apps/findutils/findutils-4.1.7.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/findutils-4.1.7.ebuild,v 1.6 2002/07/14 19:20:17 aliz Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="GNU utilities to find files" -SRC_URI="ftp://alpha.gnu.org/gnu/${P}.tar.gz" -HOMEPAGE="http://www.gnu.org/software/findutils/findutils.html" -KEYWORDS="x86" -SLOT="0" -LICENSE="GPL-2" - -DEPEND="virtual/glibc sys-devel/gettext" -RDEPEND="virtual/glibc" - -src_compile() { - ./configure --host=${CHOST} \ - --prefix=/usr \ - --localstatedir=/var/spool/locate || die - emake libexecdir=/usr/lib/find || die -} - -src_install() { - #do not change 'localstatedir=/var/spool/locate' to - #'localstatedir=${D}/var/spool/locate', as it will then be hardcoded - #into locate and updatedb - make prefix=${D}/usr \ - mandir=${D}/usr/share/man \ - infodir=${D}/usr/share/info \ - localstatedir=/var/spool/locate \ - libexecdir=${D}/usr/lib/find \ - install || die - - dosed "s:TMPDIR=/usr/tmp:TMPDIR=/tmp:" usr/bin/updatedb - rm -rf ${D}/usr/var - if [ -z "`use build`" ] - then - dodoc COPYING NEWS README TODO ChangeLog - else - rm -rf ${D}/usr/share - fi - dodir /var/spool/locate - touch ${D}/var/spool/locate/.keep -} - diff --git a/sys-apps/gawk/files/digest-gawk-3.1.0-r1 b/sys-apps/gawk/files/digest-gawk-3.1.0-r1 deleted file mode 100644 index bc69ec02d738..000000000000 --- a/sys-apps/gawk/files/digest-gawk-3.1.0-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 789d223fc7ee4ada694071e04124a3ae gawk-3.1.0.tar.gz 1614873 diff --git a/sys-apps/gawk/gawk-3.1.0-r1.ebuild b/sys-apps/gawk/gawk-3.1.0-r1.ebuild deleted file mode 100644 index 7d01b244f4e9..000000000000 --- a/sys-apps/gawk/gawk-3.1.0-r1.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/gawk-3.1.0-r1.ebuild,v 1.4 2002/07/14 19:20:17 aliz Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="GNU awk pattern-matching language" -SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/gawk/${P}.tar.gz" -HOMEPAGE="http://www.gnu.org/software/gawk/gawk.html" -KEYWORDS="x86" -SLOT="0" -LICENSE="GPL-2" - -DEPEND="virtual/glibc - nls? ( sys-devel/gettext )" - -src_compile() { - - local myconf - use nls || myconf="${myconf} --disable-nls" - - ./configure --prefix=/usr \ - --libexecdir=/usr/lib/awk \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ - --host=${CHOST} \ - ${myconf} || die - - emake || die -} - -src_install() { - make prefix=${D}/usr \ - mandir=${D}/usr/share/man \ - infodir=${D}/usr/share/info \ - libexecdir=${D}/usr/lib/awk \ - install || die - cd ${D}/usr/bin - rm gawk - ln -s gawk-${PV} gawk - cd ${S} - if [ -z "`use build`" ] - then - dosym gawk.1.gz /usr/share/man/man1/awk.1.gz - dodoc ChangeLog ACKNOWLEDGMENT COPYING FUTURES - dodoc LIMITATIONS NEWS PROBLEMS README - docinto README_d - dodoc README_d/* - docinto atari - dodoc atari/ChangeLog atari/README.1st - docinto awklib - dodoc awklib/ChangeLog - docinto pc - dodoc pc/ChangeLog - docinto posix - dodoc posix/ChangeLog - else - rm -rf ${D}/usr/share - fi -} diff --git a/sys-apps/gawk/gawk-3.1.0-r2.ebuild b/sys-apps/gawk/gawk-3.1.0-r2.ebuild index 3282d33ff4cb..8f98443720b3 100644 --- a/sys-apps/gawk/gawk-3.1.0-r2.ebuild +++ b/sys-apps/gawk/gawk-3.1.0-r2.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/gawk-3.1.0-r2.ebuild,v 1.4 2002/07/14 19:20:17 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/gawk-3.1.0-r2.ebuild,v 1.5 2002/07/16 05:50:56 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="GNU awk pattern-matching language" SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/gawk/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/gawk/gawk.html" -KEYWORDS="x86" +KEYWORDS="x86 ppc" SLOT="0" LICENSE="GPL-2" diff --git a/sys-apps/grep/files/digest-grep-2.4.2-r4 b/sys-apps/grep/files/digest-grep-2.4.2-r4 deleted file mode 100644 index 7f329c36a7cc..000000000000 --- a/sys-apps/grep/files/digest-grep-2.4.2-r4 +++ /dev/null @@ -1 +0,0 @@ -MD5 8ec9a2e875cd3aaa89896a8f39249f58 grep-2.4.2.tar.gz 460582 diff --git a/sys-apps/grep/files/digest-grep-2.5 b/sys-apps/grep/files/digest-grep-2.5 deleted file mode 100644 index 44d5eb65cda4..000000000000 --- a/sys-apps/grep/files/digest-grep-2.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 222a790b3fb5e6a90d43f9c1ee867ad2 grep-2.5.tar.gz 683116 diff --git a/sys-apps/grep/grep-2.4.2-r4.ebuild b/sys-apps/grep/grep-2.4.2-r4.ebuild deleted file mode 100644 index 71ad6cd4d208..000000000000 --- a/sys-apps/grep/grep-2.4.2-r4.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/grep-2.4.2-r4.ebuild,v 1.7 2002/07/14 19:20:17 aliz Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="GNU regular expression matcher" -SRC_URI="ftp://prep.ai.mit.edu/gnu/grep/${P}.tar.gz" -HOMEPAGE="http://www.gnu.org/software/grep/grep.html" -KEYWORDS="x86" -SLOT="0" -DEPEND="virtual/glibc nls? ( sys-devel/gettext )" -RDEPEND="virtual/glibc" -LICENSE="GPL-2" - -src_compile() { - local myconf - [ -z "`use nls`" ] && myconf="--disable-nls" - ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --host=${CHOST} ${myconf} || die - emake || die -} - -src_install() { - make prefix=${D}/usr mandir=${D}/usr/share/man infodir=${D}/usr/share/info install || die - if [ -z "`use build`" ] - then - dodoc AUTHORS COPYING ChangeLog NEWS README THANKS TODO - else - rm -rf ${D}/usr/share - fi -} - - - diff --git a/sys-apps/grep/grep-2.5-r1.ebuild b/sys-apps/grep/grep-2.5-r1.ebuild index a605da74bd45..e8558bf9f71d 100644 --- a/sys-apps/grep/grep-2.5-r1.ebuild +++ b/sys-apps/grep/grep-2.5-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/grep-2.5-r1.ebuild,v 1.4 2002/07/14 19:20:17 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/grep-2.5-r1.ebuild,v 1.5 2002/07/16 05:50:57 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="GNU regular expression matcher" SRC_URI="ftp://prep.ai.mit.edu/gnu/grep/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/grep/grep.html" -KEYWORDS="x86" +KEYWORDS="x86 ppc" SLOT="0" LICENSE="GPL-2" diff --git a/sys-apps/grep/grep-2.5.ebuild b/sys-apps/grep/grep-2.5.ebuild deleted file mode 100644 index b163cb2d92fc..000000000000 --- a/sys-apps/grep/grep-2.5.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/grep-2.5.ebuild,v 1.4 2002/07/14 19:20:17 aliz Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="GNU regular expression matcher" -SRC_URI="ftp://prep.ai.mit.edu/gnu/grep/${P}.tar.gz" -HOMEPAGE="http://www.gnu.org/software/grep/grep.html" -KEYWORDS="x86" -SLOT="0" -LICENSE="GPL-2" - -DEPEND="virtual/glibc nls? ( sys-devel/gettext )" -RDEPEND="virtual/glibc" - -src_compile() { - local myconf - [ -z "`use nls`" ] && myconf="--disable-nls" - - ./configure --prefix=/usr \ - --bindir=/bin \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ - --host=${CHOST} \ - ${myconf} || die - - emake || die -} - -src_install() { - make prefix=${D}/usr \ - bindir=${D}/bin \ - mandir=${D}/usr/share/man \ - infodir=${D}/usr/share/info \ - install || die - - if [ -z "`use build`" ] - then - dodoc AUTHORS COPYING ChangeLog NEWS README THANKS TODO - else - rm -rf ${D}/usr/share - fi -} - diff --git a/sys-apps/groff/groff-1.17.2-r1.ebuild b/sys-apps/groff/groff-1.17.2-r1.ebuild index a02490ffba1e..cdf6780f8b7c 100644 --- a/sys-apps/groff/groff-1.17.2-r1.ebuild +++ b/sys-apps/groff/groff-1.17.2-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.17.2-r1.ebuild,v 1.4 2002/07/14 19:20:17 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.17.2-r1.ebuild,v 1.5 2002/07/16 05:50:57 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Text formatter used for man pages" SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/groff/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/groff/groff.html" -KEYWORDS="x86" +KEYWORDS="x86 ppc" SLOT="0" LICENSE="GPL-2" diff --git a/sys-apps/gtkpbbuttons/gtkpbbuttons-0.4.6b.ebuild b/sys-apps/gtkpbbuttons/gtkpbbuttons-0.4.6b.ebuild index 2957f9aafae8..9c6d6ee05e7e 100644 --- a/sys-apps/gtkpbbuttons/gtkpbbuttons-0.4.6b.ebuild +++ b/sys-apps/gtkpbbuttons/gtkpbbuttons-0.4.6b.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gtkpbbuttons/gtkpbbuttons-0.4.6b.ebuild,v 1.7 2002/07/14 19:20:18 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gtkpbbuttons/gtkpbbuttons-0.4.6b.ebuild,v 1.8 2002/07/16 05:50:57 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="gtkpbbuttons is a PPC-only program to monitor special Powerbook/iBook keys in Linux" SRC_URI="http://www.cymes.de/members/joker/projects/pbbuttons/tar/${P}.tar.gz" HOMEPAGE="http://www.cymes.de/members/joker/projects/pbbuttons/pbbuttons.html" -KEYWORDS="x86" +KEYWORDS="ppc" SLOT="0" LICENSE="GPL-2" diff --git a/sys-apps/gzip/gzip-1.3.2.ebuild b/sys-apps/gzip/gzip-1.3.2.ebuild index 9cae779b2b15..768a5c4750b0 100644 --- a/sys-apps/gzip/gzip-1.3.2.ebuild +++ b/sys-apps/gzip/gzip-1.3.2.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gzip/gzip-1.3.2.ebuild,v 1.5 2002/07/14 19:20:18 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gzip/gzip-1.3.2.ebuild,v 1.6 2002/07/16 05:50:57 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Standard GNU compressor" SRC_URI="ftp://alpha.gnu.org/gnu/gzip/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/gzip/gzip.html" -KEYWORDS="x86" +KEYWORDS="x86 ppc" SLOT="0" LICENSE="GPL-2" diff --git a/sys-apps/hdparm/files/digest-hdparm-5.2 b/sys-apps/hdparm/files/digest-hdparm-5.2 deleted file mode 100644 index 2ad6a398657a..000000000000 --- a/sys-apps/hdparm/files/digest-hdparm-5.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 b98b78cc00c6058635ee655dbf06a784 hdparm-5.2.tar.gz 35586 diff --git a/sys-apps/hdparm/hdparm-4.9.ebuild b/sys-apps/hdparm/hdparm-4.9.ebuild index a6d89fafd0c6..51f893035e77 100644 --- a/sys-apps/hdparm/hdparm-4.9.ebuild +++ b/sys-apps/hdparm/hdparm-4.9.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hdparm/hdparm-4.9.ebuild,v 1.3 2002/07/14 19:20:18 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hdparm/hdparm-4.9.ebuild,v 1.4 2002/07/16 05:50:57 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Utility to change hard drive performance parameters" SRC_URI="http://metalab.unc.edu/pub/Linux/system/hardware/${P}.tar.gz" HOMEPAGE="http://www.ibiblio.org/pub/Linux/system/hardware/" -KEYWORDS="x86" +KEYWORDS="x86 ppc" DEPEND="virtual/glibc" SLOT="0" LICENSE="BSD" diff --git a/sys-apps/hdparm/hdparm-5.2-r1.ebuild b/sys-apps/hdparm/hdparm-5.2-r1.ebuild index eb06f8007bb3..c91bc390bc0d 100644 --- a/sys-apps/hdparm/hdparm-5.2-r1.ebuild +++ b/sys-apps/hdparm/hdparm-5.2-r1.ebuild @@ -8,7 +8,7 @@ SRC_URI="http://metalab.unc.edu/pub/Linux/system/hardware/${P}.tar.gz" HOMEPAGE="http://www.ibiblio.org/pub/Linux/system/hardware/" LICENSE="as-is" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 ppc" RDEPEND="virtual/glibc" DEPEND="${RDEPEND}" diff --git a/sys-apps/hdparm/hdparm-5.2.ebuild b/sys-apps/hdparm/hdparm-5.2.ebuild deleted file mode 100644 index 51be374d9496..000000000000 --- a/sys-apps/hdparm/hdparm-5.2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# /space/gentoo/cvsroot/gentoo-x86/sys-apps/hdparm/hdparm-5.2.ebuild,v 1.1 2002/05/03 20:39:23 drobbins Exp - -S=${WORKDIR}/${P} -DESCRIPTION="Utility to change hard drive performance parameters" -SRC_URI="http://metalab.unc.edu/pub/Linux/system/hardware/${P}.tar.gz" -HOMEPAGE="http://www.ibiblio.org/pub/Linux/system/hardware/" -KEYWORDS="x86" -SLOT="0" -DEPEND="virtual/glibc" -LICENSE="BSD" - -src_compile() { - emake || die "compile error" -} - -src_install() { - dosbin hdparm contrib/idectl - doman hdparm.8 - dodoc hdparm.lsm Changelog README.acoustic hdparm-sysconfig -} diff --git a/sys-apps/hfsplusutils/hfsplusutils-1.0.4.ebuild b/sys-apps/hfsplusutils/hfsplusutils-1.0.4.ebuild index 828942dfba70..7aad08629f2a 100644 --- a/sys-apps/hfsplusutils/hfsplusutils-1.0.4.ebuild +++ b/sys-apps/hfsplusutils/hfsplusutils-1.0.4.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hfsplusutils/hfsplusutils-1.0.4.ebuild,v 1.5 2002/07/14 19:20:18 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hfsplusutils/hfsplusutils-1.0.4.ebuild,v 1.6 2002/07/16 05:50:58 seemant Exp $ A="hfsplus_1.0.4.src.tar.bz2" S=${WORKDIR}/hfsplus-1.0.4 DESCRIPTION="HFS+ Filesystem Access Utilities (PPC Only)" SRC_URI="http://ftp.penguinppc.org/users/hasi/${A}" HOMEPAGE="http://ftp.penguinppc.org/users/hasi/" -KEYWORDS="x86" +KEYWORDS="ppc" DEPEND="sys-devel/autoconf sys-devel/automake sys-apps/bzip2" diff --git a/sys-apps/hfsutils/hfsutils-3.2.6.ebuild b/sys-apps/hfsutils/hfsutils-3.2.6.ebuild index 7225eff5d055..273c70e726fb 100644 --- a/sys-apps/hfsutils/hfsutils-3.2.6.ebuild +++ b/sys-apps/hfsutils/hfsutils-3.2.6.ebuild @@ -6,7 +6,7 @@ S=${WORKDIR}/${P} DESCRIPTION="HFS FS Access utils" SRC_URI="ftp://ftp.mars.org/pub/hfs/${P}.tar.gz" HOMEPAGE="http://www.mars.org/home/rob/proj/hfs/" -KEYWORDS="x86" +KEYWORDS="ppc" DEPEND="virtual/glibc" RDEPEND="" SLOT="0" diff --git a/sys-apps/iptables/files/digest-iptables-1.2.4-r1 b/sys-apps/iptables/files/digest-iptables-1.2.4-r1 deleted file mode 100644 index 823f0851cb48..000000000000 --- a/sys-apps/iptables/files/digest-iptables-1.2.4-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 e78e5780bc61b9c3016b0ac312c7777f iptables-1.2.4.tar.bz2 224205 diff --git a/sys-apps/iptables/files/digest-iptables-1.2.5 b/sys-apps/iptables/files/digest-iptables-1.2.5 deleted file mode 100644 index 4c07dbe72def..000000000000 --- a/sys-apps/iptables/files/digest-iptables-1.2.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 3446aec70217df6cc5be7c155817f54e iptables-1.2.5.tar.bz2 238478 diff --git a/sys-apps/iptables/files/digest-iptables-1.2.5-r1 b/sys-apps/iptables/files/digest-iptables-1.2.5-r1 deleted file mode 100644 index 4c07dbe72def..000000000000 --- a/sys-apps/iptables/files/digest-iptables-1.2.5-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 3446aec70217df6cc5be7c155817f54e iptables-1.2.5.tar.bz2 238478 diff --git a/sys-apps/iptables/files/digest-iptables-1.2.6a b/sys-apps/iptables/files/digest-iptables-1.2.6a deleted file mode 100644 index 8a58e7463394..000000000000 --- a/sys-apps/iptables/files/digest-iptables-1.2.6a +++ /dev/null @@ -1 +0,0 @@ -MD5 a70089706f9e5c162895ac498ac2e123 iptables-1.2.6a.tar.bz2 294968 diff --git a/sys-apps/iptables/iptables-1.2.4-r1.ebuild b/sys-apps/iptables/iptables-1.2.4-r1.ebuild deleted file mode 100644 index cfb1c0003c4c..000000000000 --- a/sys-apps/iptables/iptables-1.2.4-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/iptables/iptables-1.2.4-r1.ebuild,v 1.5 2002/07/14 19:20:18 aliz Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Kernel 2.4 routing and traffic control utilities" -HOMEPAGE="http://www.iptables.org" -KEYWORDS="x86" -SLOT="0" -SRC_URI="http://netfilter.samba.org/${P}.tar.bz2" -LICENSE="GPL-2" - -DEPEND="virtual/glibc" - -src_unpack() { - unpack ${A} - cd ${S} - mv Makefile Makefile.orig - sed -e "s/-O2/${CFLAGS}/g" -e "s:/usr/local::g" Makefile.orig > Makefile -} - -src_compile() { - #I had a problem with emake - DR - make || die -} - -src_install() { - dodir /usr/{lib,share/man/man8,sbin} - # iptables and libraries are now installed to /sbin and /lib. Why? So systems - # with remote network-mounted /usr filesystems can get their network interfaces - # up and running correctly without /usr. - make LIBDIR=${D}/lib \ - BINDIR=${D}/sbin \ - MANDIR=${D}/usr/share/man \ - INCDIR=${D}/usr/include \ - install || die - dodoc COPYING KNOWN_BUGS -} diff --git a/sys-apps/iptables/iptables-1.2.5-r1.ebuild b/sys-apps/iptables/iptables-1.2.5-r1.ebuild deleted file mode 100644 index 1e7e5dea449a..000000000000 --- a/sys-apps/iptables/iptables-1.2.5-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/iptables/iptables-1.2.5-r1.ebuild,v 1.5 2002/07/14 19:20:18 aliz Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Kernel 2.4 firewall, NAT and packet mangling tools" -SRC_URI="http://netfilter.samba.org/files/${P}.tar.bz2" -HOMEPAGE="http://www.iptables.org" -KEYWORDS="x86" -SLOT="0" -# iptables is dependent on kernel sources. Strange but true. -DEPEND="virtual/glibc" -LICENSE="GPL-2" - -src_unpack() { - unpack ${A} - cd ${S} - mv Makefile Makefile.orig - sed -e "s/-O2/${CFLAGS}/g" -e "s:/usr/local::g" Makefile.orig > Makefile -} - -src_compile() { - #I had a problem with emake - DR - make KERNEL_DIR=/usr/src/linux || die -} - -src_install() { - dodir /usr/{lib,share/man/man8,sbin} - # iptables and libraries are now installed to /sbin and /lib. Why? So systems - # with remote network-mounted /usr filesystems can get their network interfaces - # up and running correctly without /usr. - make LIBDIR=${D}/lib \ - BINDIR=${D}/sbin \ - MANDIR=${D}/usr/share/man \ - INCDIR=${D}/usr/include \ - install || die - dodoc COPYING KNOWN_BUGS -} diff --git a/sys-apps/iptables/iptables-1.2.5.ebuild b/sys-apps/iptables/iptables-1.2.5.ebuild deleted file mode 100644 index dd0425e86a2c..000000000000 --- a/sys-apps/iptables/iptables-1.2.5.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/iptables/iptables-1.2.5.ebuild,v 1.4 2002/07/14 19:20:18 aliz Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Kernel 2.4 routing and traffic control utilities" -HOMEPAGE="http://www.iptables.org" -KEYWORDS="x86" -SLOT="0" -SRC_URI="http://netfilter.samba.org/files/${P}.tar.bz2" -LICENSE="GPL-2" - -DEPEND="virtual/glibc" - -src_unpack() { - unpack ${A} - cd ${S} - mv Makefile Makefile.orig - sed -e "s/-O2/${CFLAGS}/g" -e "s:/usr/local::g" Makefile.orig > Makefile -} - -src_compile() { - #I had a problem with emake - DR - make || die -} - -src_install() { - dodir /usr/{lib,share/man/man8,sbin} - # iptables and libraries are now installed to /sbin and /lib. Why? So systems - # with remote network-mounted /usr filesystems can get their network interfaces - # up and running correctly without /usr. - make LIBDIR=${D}/lib \ - BINDIR=${D}/sbin \ - MANDIR=${D}/usr/share/man \ - INCDIR=${D}/usr/include \ - install || die - dodoc COPYING KNOWN_BUGS -} diff --git a/sys-apps/iptables/iptables-1.2.6a-r1.ebuild b/sys-apps/iptables/iptables-1.2.6a-r1.ebuild index 83c91d36ecad..3edb56ac765f 100644 --- a/sys-apps/iptables/iptables-1.2.6a-r1.ebuild +++ b/sys-apps/iptables/iptables-1.2.6a-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/iptables/iptables-1.2.6a-r1.ebuild,v 1.4 2002/07/14 19:20:18 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iptables/iptables-1.2.6a-r1.ebuild,v 1.5 2002/07/16 05:50:58 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Kernel 2.4 firewall, NAT and packet mangling tools" SRC_URI="http://netfilter.samba.org/files/${P}.tar.bz2" HOMEPAGE="http://www.iptables.org" -KEYWORDS="x86" +KEYWORDS="x86 ppc" SLOT="0" # iptables is dependent on kernel sources. Strange but true. DEPEND="virtual/glibc" diff --git a/sys-apps/iptables/iptables-1.2.6a.ebuild b/sys-apps/iptables/iptables-1.2.6a.ebuild deleted file mode 100644 index ac3436fd370c..000000000000 --- a/sys-apps/iptables/iptables-1.2.6a.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/iptables/iptables-1.2.6a.ebuild,v 1.5 2002/07/14 19:20:18 aliz Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Kernel 2.4 firewall, NAT and packet mangling tools" -SRC_URI="http://netfilter.samba.org/files/${P}.tar.bz2" -HOMEPAGE="http://www.iptables.org" -KEYWORDS="x86" -SLOT="0" -# iptables is dependent on kernel sources. Strange but true. -DEPEND="virtual/glibc" -LICENSE="GPL-2" - -src_unpack() { - unpack ${A} - cd ${S} - mv Makefile Makefile.orig - sed -e "s/-O2/${CFLAGS}/g" -e "s:/usr/local::g" Makefile.orig > Makefile -} - -src_compile() { - - # iptables and libraries are now installed to /sbin and /lib, so that - # systems with remote network-mounted /usr filesystems can get their - # network interfaces up and running correctly without /usr. - - # use make, not emake - make \ - LIBDIR=/lib \ - BINDIR=/sbin \ - MANDIR=/usr/share/man \ - INCDIR=/usr/include \ - KERNEL_DIR=/usr/src/linux \ - || die - -} - -src_install() { - - dodir /usr/{lib,share/man/man8,sbin} - make \ - LIBDIR=${D}/lib \ - BINDIR=${D}/sbin \ - MANDIR=${D}/usr/share/man \ - INCDIR=${D}/usr/include \ - install || die - - dodoc COPYING KNOWN_BUGS -} diff --git a/sys-apps/kbd/files/digest-kbd-1.06 b/sys-apps/kbd/files/digest-kbd-1.06 deleted file mode 100644 index cc2cce9aff74..000000000000 --- a/sys-apps/kbd/files/digest-kbd-1.06 +++ /dev/null @@ -1 +0,0 @@ -MD5 d9c8328df180c40c97a92eef5239cb6a kbd-1.06.tar.gz 773433 diff --git a/sys-apps/kbd/kbd-1.06-r1.ebuild b/sys-apps/kbd/kbd-1.06-r1.ebuild index e274d6ce4ad2..db7f98ed1813 100644 --- a/sys-apps/kbd/kbd-1.06-r1.ebuild +++ b/sys-apps/kbd/kbd-1.06-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License -# $Header: /var/cvsroot/gentoo-x86/sys-apps/kbd/kbd-1.06-r1.ebuild,v 1.4 2002/07/14 19:20:18 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/kbd/kbd-1.06-r1.ebuild,v 1.5 2002/07/16 05:50:59 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Keyboard and console utilities" SRC_URI="ftp://ftp.win.tue.nl/pub/home/aeb/linux-local/utils/kbd/${P}.tar.gz" HOMEPAGE="" -KEYWORDS="x86" +KEYWORDS="x86 ppc" SLOT="0" LICENSE="GPL-2" DEPEND="virtual/glibc nls? ( sys-devel/gettext )" diff --git a/sys-apps/kbd/kbd-1.06.ebuild b/sys-apps/kbd/kbd-1.06.ebuild deleted file mode 100644 index e7dde8771b63..000000000000 --- a/sys-apps/kbd/kbd-1.06.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License -# $Header: /var/cvsroot/gentoo-x86/sys-apps/kbd/kbd-1.06.ebuild,v 1.4 2002/07/14 19:20:18 aliz Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Keyboard and console utilities" -SRC_URI="ftp://ftp.win.tue.nl/pub/home/aeb/linux-local/utils/kbd/${P}.tar.gz" -HOMEPAGE="" -KEYWORDS="x86" -SLOT="0" -LICENSE="GPL-2" -DEPEND="virtual/glibc" -PROVIDE="sys-apps/console-tools" -src_compile() { - ./configure --mandir=/usr/share/man --datadir=/usr/share - make -} - -src_install() { - make DESTDIR=${D} DATADIR=${D}/usr/share MANDIR=${D}/usr/share/man install -} diff --git a/sys-apps/less/less-376.ebuild b/sys-apps/less/less-376.ebuild index 533ac5db7cd2..be18375e9ace 100644 --- a/sys-apps/less/less-376.ebuild +++ b/sys-apps/less/less-376.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/less/less-376.ebuild,v 1.3 2002/07/14 19:20:18 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/less/less-376.ebuild,v 1.4 2002/07/16 05:50:59 seemant Exp $ DESCRIPTION="Excellent text file viewer" HOMEPAGE="http://www.greenwoodsoftware.com" -KEYWORDS="x86" +KEYWORDS="x86 ppc" SLOT="0" LICENSE="GPL-2" S=${WORKDIR}/${P} diff --git a/sys-apps/lsof/lsof-4.60-r1.ebuild b/sys-apps/lsof/lsof-4.60-r1.ebuild index cd4dd6a4817c..ab87ed25abef 100644 --- a/sys-apps/lsof/lsof-4.60-r1.ebuild +++ b/sys-apps/lsof/lsof-4.60-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/lsof/lsof-4.60-r1.ebuild,v 1.5 2002/07/14 19:20:18 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/lsof/lsof-4.60-r1.ebuild,v 1.6 2002/07/16 05:50:59 seemant Exp $ MY_P=${P/-/_} S=${WORKDIR}/${MY_P} @@ -8,7 +8,7 @@ DESCRIPTION="Lists open files for running Unix processes" SRC_URI="ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/${MY_P}_W.tar.gz ftp://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/${MY_P}_W.tar.gz" HOMEPAGE="http://" -KEYWORDS="x86" +KEYWORDS="x86 ppc" SLOT="0" LICENSE="GPL-2" diff --git a/sys-apps/man-pages/files/digest-man-pages-1.50 b/sys-apps/man-pages/files/digest-man-pages-1.50 deleted file mode 100644 index 35dfa8dd9ce4..000000000000 --- a/sys-apps/man-pages/files/digest-man-pages-1.50 +++ /dev/null @@ -1 +0,0 @@ -MD5 138d5351a7cb93e3e46e215d8f8b9a7f man-pages-1.50.tar.bz2 566963 diff --git a/sys-apps/man-pages/man-pages-1.50.ebuild b/sys-apps/man-pages/man-pages-1.50.ebuild deleted file mode 100644 index 82a86d1695aa..000000000000 --- a/sys-apps/man-pages/man-pages-1.50.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/man-pages-1.50.ebuild,v 1.2 2002/07/14 19:20:18 aliz Exp $ - -MY_PN=${PN/-/} -S=${WORKDIR}/${P} -DESCRIPTION="A somewhat comprehensive collection of Linux man pages" -SRC_URI="ftp://ftp.kernel.org/pub/linux/docs/${MY_PN}/${P}.tar.bz2" -HOMEPAGE="http://www.win.tue.nl/~aeb/linux/man/" -KEYWORDS="x86" -SLOT="0" -LICENSE="GPL-2" -# Modern netman versions are part of the standard man-pages for Linux -# ftp://ftp.suse.com/pub/people/ak/netman/netman-20000610.tgz" - -RDEPEND="sys-apps/man" - - -src_unpack() { - - unpack ${P}.tar.bz2 - - cd ${S} - tar xzf ${FILESDIR}/man2.tar.gz -} - -src_install() { - -# for x in 1 2 3 4 5 6 7 8 -# do -# doman man$x/*.[1-9] -# done - einstall MANDIR=${D}/usr/share/man || die - dodoc man-pages-*.Announce README -} diff --git a/sys-apps/man-pages/man-pages-1.51.ebuild b/sys-apps/man-pages/man-pages-1.51.ebuild index b9393ca291bd..7122b07fcb8f 100644 --- a/sys-apps/man-pages/man-pages-1.51.ebuild +++ b/sys-apps/man-pages/man-pages-1.51.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/man-pages-1.51.ebuild,v 1.3 2002/07/14 19:20:18 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/man-pages-1.51.ebuild,v 1.4 2002/07/16 05:51:00 seemant Exp $ MY_PN=${PN/-/} S=${WORKDIR}/${P} DESCRIPTION="A somewhat comprehensive collection of Linux man pages" SRC_URI="ftp://ftp.kernel.org/pub/linux/docs/${MY_PN}/${P}.tar.bz2" HOMEPAGE="http://www.win.tue.nl/~aeb/linux/man/" -KEYWORDS="x86" +KEYWORDS="x86 ppc" # Modern netman versions are part of the standard man-pages for Linux # ftp://ftp.suse.com/pub/people/ak/netman/netman-20000610.tgz" diff --git a/sys-apps/man/files/digest-man-1.5i-r2 b/sys-apps/man/files/digest-man-1.5i-r2 deleted file mode 100644 index a9fb6d85d30e..000000000000 --- a/sys-apps/man/files/digest-man-1.5i-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 19338c7b536fc7949aa14012c1c3edb4 man-1.5i2.tar.gz 181870 diff --git a/sys-apps/man/man-1.5i-r2.ebuild b/sys-apps/man/man-1.5i-r2.ebuild deleted file mode 100644 index 21583277310e..000000000000 --- a/sys-apps/man/man-1.5i-r2.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/man-1.5i-r2.ebuild,v 1.3 2002/07/14 19:20:18 aliz Exp $ - -NV=1.5i2 -S=${WORKDIR}/${PN}-${NV} -DESCRIPTION="Standard commands to read man pages" -SRC_URI="http://www.kernel.org/pub/linux/utils/man/man-${NV}.tar.gz" -HOMEPAGE="" -KEYWORDS="x86" -SLOT="0" -LICENSE="GPL-2" -DEPEND="virtual/glibc" - -RDEPEND="virtual/glibc - sys-apps/groff" - -src_unpack() { - unpack ${A} - cd ${S} - cp configure configure.orig - sed -e 's/confdir=.*$/confdir=\/etc/' \ - -e 's:/usr/lib/locale:$prefix/usr/lib/locale:g' \ - -e 's!/bin:/usr/bin:/usr/ucb:/usr/local/bin:$PATH!/bin:/usr/bin:/usr/local/bin:$PATH!' \ - configure.orig > configure - local x - for x in / src/ man2html/ msgs/ - do - cd ${S}/${x} - cp Makefile.in Makefile.in.orig - sed -e '/inst.sh/d' \ - -e '/^CC =/c\' \ - -e "CC = gcc" \ - -e '/^CFLAGS =/c\' \ - -e "CFLAGS = $CFLAGS" \ - Makefile.in.orig > Makefile.in - done -} - -src_compile() { - ./configure +sgid +fhs +lang all || die - #for FOOF in src man2html - #do - # pmake ${FOOF}/Makefile MANCONFIG=/etc/man.conf || die - # cd ${S}/${FOOF} - # cp Makefile Makefile.orig - # sed -e "s/gcc -O/gcc ${CFLAGS}/" Makefile.orig > Makefile - # cd ${S} - #done - make || die -} - -src_install() { - dodir /usr/sbin /usr/bin - cd ${S} - make PREFIX=${D} install || die - cd ${S}/msgs - ./inst.sh ?? ${D}/usr/share/locale/%L/%N - chmod 2555 ${D}/usr/bin/man - chown root.man ${D}/usr/bin/man - insinto /etc - doins ${FILESDIR}/man.conf - cd ${S} - dodoc COPYING LSM README* TODO -} - - diff --git a/sys-apps/man/man-1.5i-r3.ebuild b/sys-apps/man/man-1.5i-r3.ebuild index 728db11dcf7d..72aad3e49b0b 100644 --- a/sys-apps/man/man-1.5i-r3.ebuild +++ b/sys-apps/man/man-1.5i-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/man-1.5i-r3.ebuild,v 1.4 2002/07/14 19:20:18 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/man-1.5i-r3.ebuild,v 1.5 2002/07/16 05:50:59 seemant Exp $ NV=1.5i2 S=${WORKDIR}/${PN}-${NV} @@ -15,7 +15,7 @@ RDEPEND="virtual/glibc SLOT="0" -KEYWORDS="*" +KEYWORDS="x86 ppc" LICENSE="GPL-2" src_unpack() { diff --git a/sys-apps/miscfiles/files/digest-miscfiles-1.2 b/sys-apps/miscfiles/files/digest-miscfiles-1.2 deleted file mode 100644 index 234a0405153a..000000000000 --- a/sys-apps/miscfiles/files/digest-miscfiles-1.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 83dc137d9b8c90d30b261b3c187ccabf miscfiles-1.2.tar.gz 2154159 diff --git a/sys-apps/miscfiles/miscfiles-1.2-r1.ebuild b/sys-apps/miscfiles/miscfiles-1.2-r1.ebuild index 3837fdeefb72..639ad22770e4 100644 --- a/sys-apps/miscfiles/miscfiles-1.2-r1.ebuild +++ b/sys-apps/miscfiles/miscfiles-1.2-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/miscfiles/miscfiles-1.2-r1.ebuild,v 1.3 2002/07/14 19:20:18 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/miscfiles/miscfiles-1.2-r1.ebuild,v 1.4 2002/07/16 05:51:01 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Miscellaneous files" SRC_URI="ftp://ftp.gnu.org/gnu/${PN}/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/directory/${PN}.html" -KEYWORDS="x86" +KEYWORDS="x86 ppc" SLOT="0" LICENSE="" diff --git a/sys-apps/miscfiles/miscfiles-1.2.ebuild b/sys-apps/miscfiles/miscfiles-1.2.ebuild deleted file mode 100644 index 92a316b8107a..000000000000 --- a/sys-apps/miscfiles/miscfiles-1.2.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/miscfiles/miscfiles-1.2.ebuild,v 1.4 2002/07/14 19:20:18 aliz Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Miscellaneous files" -SRC_URI="ftp://ftp.gnu.org/gnu/${PN}/${P}.tar.gz" -HOMEPAGE="http://www.gnu.org/directory/${PN}.html" -KEYWORDS="x86" -SLOT="0" -LICENSE="" - -src_compile() { - cd ${S} - ./configure --prefix=/usr \ - --target=${CHOST} || die - make || die -} - -src_install() { - make prefix=${D}/usr \ - install || die -} diff --git a/sys-apps/modutils/files/digest-modutils-2.4.16 b/sys-apps/modutils/files/digest-modutils-2.4.16 deleted file mode 100644 index c7a5a574eb23..000000000000 --- a/sys-apps/modutils/files/digest-modutils-2.4.16 +++ /dev/null @@ -1 +0,0 @@ -MD5 0d62dc888736007a183c795b1b063c92 modutils-2.4.16.tar.bz2 216009 diff --git a/sys-apps/modutils/files/digest-modutils-2.4.16-r1 b/sys-apps/modutils/files/digest-modutils-2.4.16-r1 deleted file mode 100644 index c7a5a574eb23..000000000000 --- a/sys-apps/modutils/files/digest-modutils-2.4.16-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 0d62dc888736007a183c795b1b063c92 modutils-2.4.16.tar.bz2 216009 diff --git a/sys-apps/modutils/modutils-2.4.16-r1.ebuild b/sys-apps/modutils/modutils-2.4.16-r1.ebuild deleted file mode 100644 index 9fd65f9c335c..000000000000 --- a/sys-apps/modutils/modutils-2.4.16-r1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/modutils/modutils-2.4.16-r1.ebuild,v 1.3 2002/07/14 19:20:18 aliz Exp $ - -S=${WORKDIR}/${P} -SLOT="0" -DESCRIPTION="Standard kernel module utilities" -SRC_URI="http://www.kernel.org/pub/linux/utils/kernel/modutils/v2.4/${P}.tar.bz2" -HOMEPAGE="" -KEYWORDS="x86" -LICENSE="GPL-2" -DEPEND="virtual/glibc - zlib? ( sys-libs/zlib )" - -src_compile() { - myconf="" - # see bug #3897 ... we need insmod static, as libz.so is in /usr/lib - use zlib && myconf="${myconf} --enable-zlib --enable-insmod-static" \ - || myconf="${myconf} --disable-zlib" - - ./configure --prefix=/ \ - --mandir=/usr/share/man \ - --host=${CHOST} \ - --disable-strip \ - ${myconf} || die - - emake || die -} - -src_install() { - make prefix=${D} \ - mandir=${D}/usr/share/man \ - install || die - - # we want insmod static if using zlib, as libz is in /usr/lib/, so - # move all the *.static to the normal names - if [ "`use zlib`" ] ; then - mv ${D}/sbin/insmod.static ${D}/sbin/insmod - # rest are symlinks pointing to "/sbin/insmod.static", so - # nuke them - rm -f ${D}/sbin/*.static - fi - - dodoc COPYING CREDITS ChangeLog NEWS README TODO -} - diff --git a/sys-apps/modutils/modutils-2.4.16-r2.ebuild b/sys-apps/modutils/modutils-2.4.16-r2.ebuild index 1774abfb3eff..b3a855eaf541 100644 --- a/sys-apps/modutils/modutils-2.4.16-r2.ebuild +++ b/sys-apps/modutils/modutils-2.4.16-r2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/modutils/modutils-2.4.16-r2.ebuild,v 1.3 2002/07/14 19:20:18 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/modutils/modutils-2.4.16-r2.ebuild,v 1.4 2002/07/16 05:51:02 seemant Exp $ S=${WORKDIR}/${P} SLOT="0" DESCRIPTION="Standard kernel module utilities" SRC_URI="http://www.kernel.org/pub/linux/utils/kernel/modutils/v2.4/${P}.tar.bz2" HOMEPAGE="" -KEYWORDS="x86" +KEYWORDS="x86 ppc" LICENSE="GPL-2" DEPEND="virtual/glibc" # zlib? ( sys-libs/zlib )" diff --git a/sys-apps/modutils/modutils-2.4.16-r3.ebuild b/sys-apps/modutils/modutils-2.4.16-r3.ebuild index 04e9580b4b7f..7a1fee37b412 100644 --- a/sys-apps/modutils/modutils-2.4.16-r3.ebuild +++ b/sys-apps/modutils/modutils-2.4.16-r3.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/modutils/modutils-2.4.16-r3.ebuild,v 1.3 2002/07/14 19:20:18 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/modutils/modutils-2.4.16-r3.ebuild,v 1.4 2002/07/16 05:51:02 seemant Exp $ S=${WORKDIR}/${P} SLOT="0" DESCRIPTION="Standard kernel module utilities" SRC_URI="http://www.kernel.org/pub/linux/utils/kernel/modutils/v2.4/${P}.tar.bz2" HOMEPAGE="" -KEYWORDS="x86" +KEYWORDS="x86 ppc" LICENSE="GPL-2" DEPEND="virtual/glibc" # zlib? ( sys-libs/zlib )" diff --git a/sys-apps/modutils/modutils-2.4.16.ebuild b/sys-apps/modutils/modutils-2.4.16.ebuild deleted file mode 100644 index 193f9cc02ef2..000000000000 --- a/sys-apps/modutils/modutils-2.4.16.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/modutils/modutils-2.4.16.ebuild,v 1.3 2002/07/14 19:20:18 aliz Exp $ - -S=${WORKDIR}/${P} -SLOT="0" -DESCRIPTION="Standard kernel module utilities" -SRC_URI="http://www.kernel.org/pub/linux/utils/kernel/modutils/v2.4/${P}.tar.bz2" -HOMEPAGE="" -KEYWORDS="x86" -LICENSE="GPL-2" -DEPEND="virtual/glibc - zlib? ( sys-libs/zlib )" - -src_compile() { - myconf="" - use zlib && myconf="${myconf} --enable-zlib" \ - || myconf="${myconf} --disable-zlib" - - ./configure --prefix=/ \ - --mandir=/usr/share/man \ - --host=${CHOST} \ - --disable-strip \ - ${myconf} || die - - emake || die -} - -src_install() { - make prefix=${D} \ - mandir=${D}/usr/share/man \ - install || die - - dodoc COPYING CREDITS ChangeLog NEWS README TODO -} - diff --git a/sys-apps/net-tools/net-tools-1.60-r3.ebuild b/sys-apps/net-tools/net-tools-1.60-r3.ebuild index e9b9c4b6e81e..6845950975a6 100644 --- a/sys-apps/net-tools/net-tools-1.60-r3.ebuild +++ b/sys-apps/net-tools/net-tools-1.60-r3.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/net-tools/net-tools-1.60-r3.ebuild,v 1.3 2002/07/14 19:20:18 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/net-tools/net-tools-1.60-r3.ebuild,v 1.4 2002/07/16 05:51:02 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="standard Linux network tools" SRC_URI="http://www.tazenda.demon.co.uk/phil/net-tools/${P}.tar.bz2" HOMEPAGE="http://sites.inka.de/lina/linux/NetTools/" -KEYWORDS="x86" +KEYWORDS="x86 ppc" SLOT="0" LICENSE="GPL-2" diff --git a/sys-apps/net-tools/net-tools-1.60-r4.ebuild b/sys-apps/net-tools/net-tools-1.60-r4.ebuild index 4d55be9242eb..43cc3159941b 100644 --- a/sys-apps/net-tools/net-tools-1.60-r4.ebuild +++ b/sys-apps/net-tools/net-tools-1.60-r4.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/net-tools/net-tools-1.60-r4.ebuild,v 1.3 2002/07/14 19:20:18 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/net-tools/net-tools-1.60-r4.ebuild,v 1.4 2002/07/16 05:51:02 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="standard Linux network tools" SRC_URI="http://www.tazenda.demon.co.uk/phil/net-tools/${P}.tar.bz2" HOMEPAGE="http://sites.inka.de/lina/linux/NetTools/" -KEYWORDS="x86" +KEYWORDS="x86 ppc" SLOT="0" LICENSE="GPL-2" diff --git a/sys-apps/netkit-base/netkit-base-0.17-r6.ebuild b/sys-apps/netkit-base/netkit-base-0.17-r6.ebuild index b5ed6bad3b81..f9e3aa8a1b2a 100644 --- a/sys-apps/netkit-base/netkit-base-0.17-r6.ebuild +++ b/sys-apps/netkit-base/netkit-base-0.17-r6.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/netkit-base/netkit-base-0.17-r6.ebuild,v 1.3 2002/07/14 19:20:18 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/netkit-base/netkit-base-0.17-r6.ebuild,v 1.4 2002/07/16 05:51:02 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Standard linux net thingees -- inetd, ping" SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${P}.tar.gz" HOMEPAGE="" -KEYWORDS="x86" +KEYWORDS="x86 ppc" SLOT="0" LICENSE="BSD" DEPEND="virtual/glibc" diff --git a/sys-apps/pam-login/files/digest-pam-login-3.6 b/sys-apps/pam-login/files/digest-pam-login-3.6 deleted file mode 100644 index c1e818eeeceb..000000000000 --- a/sys-apps/pam-login/files/digest-pam-login-3.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 80e7f5d92f24b77007dc87104c118ff3 pam_login-3.6.tar.bz2 149061 diff --git a/sys-apps/pam-login/pam-login-3.6-r2.ebuild b/sys-apps/pam-login/pam-login-3.6-r2.ebuild index eebe4fddb6a6..23ffa9d357f0 100644 --- a/sys-apps/pam-login/pam-login-3.6-r2.ebuild +++ b/sys-apps/pam-login/pam-login-3.6-r2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pam-login/pam-login-3.6-r2.ebuild,v 1.3 2002/07/14 19:20:18 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pam-login/pam-login-3.6-r2.ebuild,v 1.4 2002/07/16 05:51:02 seemant Exp $ MY_PN="${PN/pam-/pam_}" S="${WORKDIR}/${MY_PN}-${PV}" DESCRIPTION="Based on the sources from util-linux, with added pam and shadow features" SRC_URI="ftp://ftp.suse.com/pub/people/kukuk/pam/${MY_PN}/${MY_PN}-${PV}.tar.bz2" HOMEPAGE="http://www.thkukuk.de/pam/pam_login/" -KEYWORDS="x86" +KEYWORDS="x86 ppc" LICENSE="GPL-2" DEPEND="virtual/glibc diff --git a/sys-apps/pam-login/pam-login-3.6.ebuild b/sys-apps/pam-login/pam-login-3.6.ebuild deleted file mode 100644 index 36acb7bfe741..000000000000 --- a/sys-apps/pam-login/pam-login-3.6.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pam-login/pam-login-3.6.ebuild,v 1.4 2002/07/14 19:20:18 aliz Exp $ - -MY_PN="${PN/pam-/pam_}" -S="${WORKDIR}/${MY_PN}-${PV}" -DESCRIPTION="Based on the sources from util-linux, with added pam and shadow features" -SRC_URI="ftp://ftp.suse.com/pub/people/kukuk/pam/${MY_PN}/${MY_PN}-${PV}.tar.bz2" -HOMEPAGE="http://www.thkukuk.de/pam/pam_login/" -KEYWORDS="x86" -LICENSE="GPL-2" - -DEPEND="virtual/glibc - sys-libs/pam - >=sys-apps/shadow-4.0.2-r5" - -SLOT="0" - -src_compile() { - - local myconf - use nls || myconf="--disable-nls" - - ./configure --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --sysconfdir=/etc \ - ${myconf} || die - - emake || die -} - -src_install() { - - make prefix=${D}/usr \ - rootexecbindir=${D}/bin \ - mandir=${D}/usr/share/man \ - sysconfdir=${D}/etc \ - install || die - - insinto /etc - insopts -m0644 - newins ${FILESDIR}/login.defs login.defs.new - - dodoc AUTHORS COPYING ChangeLog NEWS README THANKS -} - -pkg_preinst() { - - rm -f ${ROOT}/etc/login.defs.new -} - -pkg_postinst() { - - echo - echo "************************************************************" - echo " Due to a compadibility issue, ${ROOT}etc/login.defs " - echo " is being updated automatically. Your old login.defs" - echo " will be backed up as: ${ROOT}etc/login.defs.bak" - echo "************************************************************" - echo - local CHECK1=`md5sum ${ROOT}/etc/login.defs | cut -d ' ' -f 1` - local CHECK2=`md5sum ${ROOT}/etc/login.defs.new | cut -d ' ' -f 1` - - if [ "$CHECK1" != "$CHECK2" ]; - then - cp -a ${ROOT}/etc/login.defs ${ROOT}/etc/login.defs.bak; - mv -f ${ROOT}/etc/login.defs.new ${ROOT}/etc/login.defs - elif [ ! -f ${ROOT}/etc/login.defs ] - then - mv -f ${ROOT}/etc/login.defs.new ${ROOT}/etc/login.defs - else - rm -f ${ROOT}/etc/login.defs.new - fi -} - diff --git a/sys-apps/parted/files/digest-parted-1.4.24-r2 b/sys-apps/parted/files/digest-parted-1.4.24-r2 deleted file mode 100644 index fe4a7ebada6c..000000000000 --- a/sys-apps/parted/files/digest-parted-1.4.24-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 1a0667bb4f0f167bcfd46bb1b72b8bee parted-1.4.24.tar.gz 872914 diff --git a/sys-apps/parted/parted-1.4.24-r2.ebuild b/sys-apps/parted/parted-1.4.24-r2.ebuild deleted file mode 100644 index 504bba73ddd1..000000000000 --- a/sys-apps/parted/parted-1.4.24-r2.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.4.24-r2.ebuild,v 1.3 2002/07/14 19:20:18 aliz Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="An advanced partition modification system" -SRC_URI="ftp://ftp.gnu.org/gnu/${PN}/${P}.tar.gz - ftp://gatekeeper.dec.com/pub/GNU/${PN}/${P}.tar.gz" -HOMEPAGE="http://www.gnu.org/software/${PN}" -KEYWORDS="x86" -SLOT="0" -LICENSE="GPL-2" - -DEPEND="virtual/glibc - >=sys-apps/e2fsprogs-1.27 - >=sys-libs/ncurses-5.2-r5 - readline? ( >=sys-libs/readline-4.1-r4 ) - nls? ()" - -src_compile() { - local myconf - - use readline \ - && myconf="${myconf} --with-readline" \ - || myconf="${myconf} --without-readline" - - use nls \ - && myconf="${myconf} --enable-nls" \ - || myconf="${myconf} --disable-nls" - - ./configure --prefix=/usr \ - --target=${CHOST} \ - --mandir=/usr/share/man \ - ${myconf} || die - - emake || die -} - -src_install() { - - make DESTDIR=${D} install || die - - if [ -z "`use bootcd`" ] - then - dodoc ABOUT-NLS AUTHORS BUGS COPYING ChangeLog INSTALL NEWS \ - README THANKS TODO - cd doc ; docinto doc - dodoc API COPYING.DOC FAQ FAT USER USER.jp - else - rm -rf ${D}/usr/share ${D}/usr/include ${D}/usr/lib/lib*.{a,la} - fi -} diff --git a/sys-apps/parted/parted-1.6.1.ebuild b/sys-apps/parted/parted-1.6.1.ebuild index 3c12f3b962f6..55e67ed33ff7 100644 --- a/sys-apps/parted/parted-1.6.1.ebuild +++ b/sys-apps/parted/parted-1.6.1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.6.1.ebuild,v 1.2 2002/07/14 19:20:18 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.6.1.ebuild,v 1.3 2002/07/16 05:51:02 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Create, destroy, resize, check, copy partitions and file systems" SRC_URI="ftp://ftp.gnu.org/gnu/${PN}/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/parted" -KEYWORDS="x86" +KEYWORDS="x86 ppc" DEPEND="virtual/glibc >=sys-apps/e2fsprogs-1.27 >=sys-libs/ncurses-5.2 diff --git a/sys-apps/pbbuttonsd/files/digest-pbbuttonsd-0.4.9-r1 b/sys-apps/pbbuttonsd/files/digest-pbbuttonsd-0.4.9-r1 deleted file mode 100644 index e907efde5651..000000000000 --- a/sys-apps/pbbuttonsd/files/digest-pbbuttonsd-0.4.9-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 3d255f7bbb785a33f9ad99570009dbe8 pbbuttonsd-0.4.9.tar.gz 176653 diff --git a/sys-apps/pbbuttonsd/files/digest-pbbuttonsd-0.4.9-r2 b/sys-apps/pbbuttonsd/files/digest-pbbuttonsd-0.4.9-r2 deleted file mode 100644 index e907efde5651..000000000000 --- a/sys-apps/pbbuttonsd/files/digest-pbbuttonsd-0.4.9-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 3d255f7bbb785a33f9ad99570009dbe8 pbbuttonsd-0.4.9.tar.gz 176653 diff --git a/sys-apps/pbbuttonsd/pbbuttonsd-0.4.10.ebuild b/sys-apps/pbbuttonsd/pbbuttonsd-0.4.10.ebuild index 2567a39113d8..ac618a062f6e 100644 --- a/sys-apps/pbbuttonsd/pbbuttonsd-0.4.10.ebuild +++ b/sys-apps/pbbuttonsd/pbbuttonsd-0.4.10.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pbbuttonsd/pbbuttonsd-0.4.10.ebuild,v 1.4 2002/07/14 19:20:18 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pbbuttonsd/pbbuttonsd-0.4.10.ebuild,v 1.5 2002/07/16 05:51:02 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="PBButtons is a PPC-only program to map special Powerbook/iBook keys in Linux" SRC_URI="http://www.cymes.de/members/joker/projects/pbbuttons/tar/${P}.tar.gz" HOMEPAGE="http://www.cymes.de/members/joker/projects/pbbuttons/pbbuttons.html" -KEYWORDS="x86" +KEYWORDS="ppc" DEPEND="virtual/glibc" RDEPEND="" SLOT=0 diff --git a/sys-apps/pbbuttonsd/pbbuttonsd-0.4.9-r1.ebuild b/sys-apps/pbbuttonsd/pbbuttonsd-0.4.9-r1.ebuild deleted file mode 100644 index 785b54a5f1b5..000000000000 --- a/sys-apps/pbbuttonsd/pbbuttonsd-0.4.9-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pbbuttonsd/pbbuttonsd-0.4.9-r1.ebuild,v 1.4 2002/07/14 19:20:18 aliz Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="PBButtons is a PPC-only program to map special Powerbook/iBook keys in Linux" -SRC_URI="http://www.cymes.de/members/joker/projects/pbbuttons/tar/${P}.tar.gz" -HOMEPAGE="http://www.cymes.de/members/joker/projects/pbbuttons/pbbuttons.html" -KEYWORDS="x86" -SLOT="0" -LICENSE="GPL-2" - -DEPEND="" - -src_compile() { - - ./configure \ - --prefix=/usr \ - --sysconfdir=/etc || die "sorry, ppc-only package" - make || die "sorry, failed to compile pbbuttons" -} - -src_install() { - - make sysconfdir=${D}/etc DESTDIR=${D} install || die "failed to install" - dodoc README COPYING - -} diff --git a/sys-apps/pbbuttonsd/pbbuttonsd-0.4.9-r2.ebuild b/sys-apps/pbbuttonsd/pbbuttonsd-0.4.9-r2.ebuild deleted file mode 100644 index 0523f3eebf48..000000000000 --- a/sys-apps/pbbuttonsd/pbbuttonsd-0.4.9-r2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pbbuttonsd/pbbuttonsd-0.4.9-r2.ebuild,v 1.3 2002/07/14 19:20:18 aliz Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="PBButtons is a PPC-only program to map special Powerbook/iBook keys in Linux" -SRC_URI="http://www.cymes.de/members/joker/projects/pbbuttons/tar/${P}.tar.gz" -HOMEPAGE="http://www.cymes.de/members/joker/projects/pbbuttons/pbbuttons.html" -KEYWORDS="x86" -DEPEND="virtual/glibc" -RDEPEND="" -SLOT=0 -LICENSE=GPL - -src_compile() { - - ./configure \ - --prefix=/usr \ - --sysconfdir=/etc || die "sorry, ppc-only package" - make || die "sorry, failed to compile pbbuttons" -} - -src_install() { - - make sysconfdir=${D}/etc DESTDIR=${D} install || die "failed to install" - exeinto /etc/init.d ; newexe ${FILESDIR}/pbbuttonsd.rc5 pbbuttonsd - dodoc README COPYING - -} diff --git a/sys-apps/pciutils/files/digest-pciutils-2.1.9 b/sys-apps/pciutils/files/digest-pciutils-2.1.9 deleted file mode 100644 index 81273457a9db..000000000000 --- a/sys-apps/pciutils/files/digest-pciutils-2.1.9 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 2f3a604c137f5ff77461efed44a4b53a pciutils-2.1.9.tar.gz 100222 -MD5 7be1fd73b14feb79499c5117a3d05385 pcimodules-pciutils-2.1.8.diff.gz 4489 diff --git a/sys-apps/pciutils/pciutils-2.1.9-r2.ebuild b/sys-apps/pciutils/pciutils-2.1.9-r2.ebuild index bd07ad79ae68..9ae752054620 100644 --- a/sys-apps/pciutils/pciutils-2.1.9-r2.ebuild +++ b/sys-apps/pciutils/pciutils-2.1.9-r2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-2.1.9-r2.ebuild,v 1.2 2002/07/14 19:20:18 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-2.1.9-r2.ebuild,v 1.3 2002/07/16 05:51:03 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Various utilities dealing with the PCI bus" SRC_URI="ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/${P}.tar.gz ftp://ftp.yggdrasil.com/pub/dist/device_control/pcimodules/pcimodules-pciutils-2.1.8.diff.gz" HOMEPAGE="http://atrey.karlin.mff.cuni.cz/~mj/pciutils.html" -KEYWORDS="x86" +KEYWORDS="x86 ppc" SLOT="0" LICENSE="GPL-2" diff --git a/sys-apps/pciutils/pciutils-2.1.9.ebuild b/sys-apps/pciutils/pciutils-2.1.9.ebuild deleted file mode 100644 index 8d181a280166..000000000000 --- a/sys-apps/pciutils/pciutils-2.1.9.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-2.1.9.ebuild,v 1.2 2002/07/14 19:20:18 aliz Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Various utilities dealing with the PCI bus" -SRC_URI="ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/${P}.tar.gz - ftp://ftp.yggdrasil.com/pub/dist/device_control/pcimodules/pcimodules-pciutils-2.1.8.diff.gz" -HOMEPAGE="http://atrey.karlin.mff.cuni.cz/~mj/pciutils.html" -KEYWORDS="x86" -SLOT="0" -LICENSE="GPL-2" - -DEPEND="virtual/glibc" - -src_unpack() { - unpack ${P}.tar.gz - cd ${S} - - # this patch does apply cleanly to pciutils-2.1.9 - # add pcimodules utility - gunzip -c ${DISTDIR}/pcimodules-pciutils-2.1.8.diff.gz | patch -p1 - - cp Makefile Makefile.orig - sed -e "s:-O2:${CFLAGS}:" Makefile.orig > Makefile -} - -src_compile() { - make PREFIX=/usr lib/config.h || die - - cd ${S}/lib - cp config.h config.h.orig - sed -e "s:/usr/share/pci.ids:/usr/share/misc/pci.ids:" config.h.orig > config.h || die - - cd ${S} - make PREFIX=/usr || die -} - -src_install () { - into / - dosbin setpci lspci pcimodules - doman *.8 - - insinto /usr/share/misc - doins pci.ids -} - diff --git a/sys-apps/pmud/files/digest-pmud-0.10.1 b/sys-apps/pmud/files/digest-pmud-0.10.1 deleted file mode 100644 index 777c71bda40a..000000000000 --- a/sys-apps/pmud/files/digest-pmud-0.10.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 1bdc546199cd7e745c2cf7f560a52198 pmud-0.10.1.tar.gz 68417 diff --git a/sys-apps/pmud/pmud-0.10.1-r2.ebuild b/sys-apps/pmud/pmud-0.10.1-r2.ebuild index 6f4dcfa513e7..c5e998657b73 100644 --- a/sys-apps/pmud/pmud-0.10.1-r2.ebuild +++ b/sys-apps/pmud/pmud-0.10.1-r2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Id: pmud-0.10.1-r2.ebuild,v 1.3 2002/07/14 19:20:19 aliz Exp $ +# $Id: pmud-0.10.1-r2.ebuild,v 1.4 2002/07/16 05:51:03 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="PowerMac power management utilities" SRC_URI="http://linuxppc.jvc.nl/${P}.tar.gz" HOMEPAGE="http://penguinppc.org/" -KEYWORDS="x86" +KEYWORDS="x86 ppc" SLOT="0" LICENSE="GPL-2" DEPEND="sys-kernel/linux-headers diff --git a/sys-apps/pmud/pmud-0.10.1.ebuild b/sys-apps/pmud/pmud-0.10.1.ebuild deleted file mode 100644 index 87abc5821121..000000000000 --- a/sys-apps/pmud/pmud-0.10.1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Id: pmud-0.10.1.ebuild,v 1.3 2002/07/14 19:20:19 aliz Exp $ - -S=${WORKDIR}/${P} - -DESCRIPTION="PowerMac power management utilities" -SRC_URI="http://linuxppc.jvc.nl/${P}.tar.gz" -HOMEPAGE="http://penguinppc.org/" -KEYWORDS="x86" -SLOT="0" -LICENSE="GPL-2" -DEPEND="sys-kernel/linux-headers" -RDEPEND="sys-apps/util-linux" - -src_unpack() { - cd ${WORKDIR} - unpack ${P}.tar.gz - mv pmud-0.10 ${P} - cd ${S} - patch -p1 < ${FILESDIR}/pmud-file-locations.patch -} - -src_compile() { - emake CFLAGS="${CFLAGS}" || die -} - -src_install () { - doman pmud.8 snooze.8 fblevel.8 batmon.8 xmouse.8 - exeinto /sbin - doexe pmud wakebay snooze fblevel - exeinto /usr/bin - doexe Batmon - exeinto /usr/X11R6/bin - doexe xmouse - exeinto /etc/power - doexe ${FILESDIR}/pwrctl{,-local} - - exeinto /etc/init.d - newexe ${FILESDIR}/pmud.start pmud - insinto /etc - doins ${FILESDIR}/power.conf -} diff --git a/sys-apps/portage/portage-2.0.11.ebuild b/sys-apps/portage/portage-2.0.11.ebuild index 5cfbbf33592d..b6fa90513d4b 100644 --- a/sys-apps/portage/portage-2.0.11.ebuild +++ b/sys-apps/portage/portage-2.0.11.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. Distributed under the terms # of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.0.11.ebuild,v 1.1 2002/07/07 06:40:34 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.0.11.ebuild,v 1.2 2002/07/16 05:51:04 seemant Exp $ S=${WORKDIR}/${P} SLOT="0" DESCRIPTION="Portage ports system" SRC_URI="" HOMEPAGE="http://www.gentoo.org" -KEYWORDS="*" +KEYWORDS="x86 ppc" LICENSE="GPL-2" #We need this if/then/else clause for compatibility with stuff that doesn't know !build? diff --git a/sys-apps/portage/portage-2.0.13.ebuild b/sys-apps/portage/portage-2.0.13.ebuild index b66d755518ea..cd8ff0508963 100644 --- a/sys-apps/portage/portage-2.0.13.ebuild +++ b/sys-apps/portage/portage-2.0.13.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. Distributed under the terms # of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.0.13.ebuild,v 1.1 2002/07/11 17:01:35 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.0.13.ebuild,v 1.2 2002/07/16 05:51:04 seemant Exp $ S=${WORKDIR}/${P} SLOT="0" DESCRIPTION="Portage ports system" SRC_URI="" HOMEPAGE="http://www.gentoo.org" -KEYWORDS="*" +KEYWORDS="x86 ppc" LICENSE="GPL-2" #We need this if/then/else clause for compatibility with stuff that doesn't know !build? diff --git a/sys-apps/portage/portage-2.0.14.ebuild b/sys-apps/portage/portage-2.0.14.ebuild index 01b42da96162..4cad3b49c317 100644 --- a/sys-apps/portage/portage-2.0.14.ebuild +++ b/sys-apps/portage/portage-2.0.14.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. Distributed under the terms # of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.0.14.ebuild,v 1.1 2002/07/15 20:58:00 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.0.14.ebuild,v 1.2 2002/07/16 05:51:04 seemant Exp $ S=${WORKDIR}/${P} SLOT="0" DESCRIPTION="Portage ports system" SRC_URI="" HOMEPAGE="http://www.gentoo.org" -KEYWORDS="*" +KEYWORDS="x86 ppc" LICENSE="GPL-2" #We need this if/then/else clause for compatibility with stuff that doesn't know !build? diff --git a/sys-apps/powerprefs/powerprefs-0.2.1.ebuild b/sys-apps/powerprefs/powerprefs-0.2.1.ebuild index 95b6b7b8d846..af26befc3439 100644 --- a/sys-apps/powerprefs/powerprefs-0.2.1.ebuild +++ b/sys-apps/powerprefs/powerprefs-0.2.1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/powerprefs/powerprefs-0.2.1.ebuild,v 1.4 2002/07/14 19:20:19 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/powerprefs/powerprefs-0.2.1.ebuild,v 1.5 2002/07/16 05:51:04 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="powerprefs is a PPC-only program to interface with special Powerbook/iBook keys in Linux" SRC_URI="http://www.cymes.de/members/joker/projects/pbbuttons/tar/${P}.tar.gz" HOMEPAGE="http://www.cymes.de/members/joker/projects/pbbuttons/pbbuttons.html" -KEYWORDS="x86" +KEYWORDS="ppc" SLOT="0" LICENSE=GPL DEPEND="x11-libs/gtk+" diff --git a/sys-apps/powerprefs/powerprefs-0.2.ebuild b/sys-apps/powerprefs/powerprefs-0.2.ebuild index 664744461c19..9c23a6c93b8c 100644 --- a/sys-apps/powerprefs/powerprefs-0.2.ebuild +++ b/sys-apps/powerprefs/powerprefs-0.2.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/powerprefs/powerprefs-0.2.ebuild,v 1.4 2002/07/14 19:20:19 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/powerprefs/powerprefs-0.2.ebuild,v 1.5 2002/07/16 05:51:04 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="powerprefs is a PPC-only program to interface with special Powerbook/iBook keys in Linux" SRC_URI="http://www.cymes.de/members/joker/projects/pbbuttons/tar/${P}.tar.gz" HOMEPAGE="http://www.cymes.de/members/joker/projects/pbbuttons/pbbuttons.html" -KEYWORDS="x86" +KEYWORDS="ppc" SLOT="0" LICENSE="GPL-2" diff --git a/sys-apps/procps/procps-2.0.7-r6.ebuild b/sys-apps/procps/procps-2.0.7-r6.ebuild index 3aa87cda0f51..ee92101f2c24 100644 --- a/sys-apps/procps/procps-2.0.7-r6.ebuild +++ b/sys-apps/procps/procps-2.0.7-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/procps/procps-2.0.7-r6.ebuild,v 1.3 2002/07/14 19:20:19 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/procps/procps-2.0.7-r6.ebuild,v 1.4 2002/07/16 05:51:04 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Standard informational utilities and process-handling tools" @@ -9,7 +9,7 @@ HOMEPAGE="" RDEPEND=">=sys-libs/ncurses-5.2-r2" DEPEND="${RDEPEND} >=sys-devel/gettext-0.10.35" LICENSE="GPL-2" -KEYWORDS="*" +KEYWORDS="x86 ppc" SLOT="0" src_unpack() { diff --git a/sys-apps/psmisc/psmisc-19-r3.ebuild b/sys-apps/psmisc/psmisc-19-r3.ebuild index 84a58a5f8741..f484ee7c9a79 100644 --- a/sys-apps/psmisc/psmisc-19-r3.ebuild +++ b/sys-apps/psmisc/psmisc-19-r3.ebuild @@ -1,39 +1,42 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/psmisc/psmisc-19-r3.ebuild,v 1.3 2002/07/14 19:20:19 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/psmisc/psmisc-19-r3.ebuild,v 1.4 2002/07/16 05:51:04 seemant Exp $ #from Debian ;) -A=${P}.tar.gz S=${WORKDIR}/psmisc DESCRIPTION="Handy process-related utilities from Debian" -SRC_URI="ftp://lrcftp.epfl.ch/pub/linux/local/psmisc/"${A} +SRC_URI="ftp://lrcftp.epfl.ch/pub/linux/local/psmisc/${P}.tar.gz" DEPEND="virtual/glibc >=sys-libs/ncurses-5.2-r2" HOMEPAGE="http://psmisc.sourceforge.net/" -KEYWORDS="x86" +KEYWORDS="x86 ppc" SLOT="0" LICENSE="GPL-2" + src_unpack() { - unpack ${A} - cd ${S} - cp Makefile Makefile.orig - sed -e "s/-ltermcap/-lncurses/g" -e "s/-O/${CFLAGS}/" -e "s:-Wpointer-arith::" Makefile.orig > Makefile + unpack ${A} + cd ${S} + cp Makefile Makefile.orig + sed -e "s/-ltermcap/-lncurses/g" \ + -e "s/-O/${CFLAGS}/" \ + -e "s:-Wpointer-arith::" \ + Makefile.orig > Makefile } src_compile() { - try pmake + pmake || die } src_install() { if [ "`use bootcd`" ] then into / - fi - dobin killall pstree - dosym killall /usr/bin/pidof + fi + dobin killall pstree + dosym killall /usr/bin/pidof - into / - dobin fuser + into / + dobin fuser if [ -z "`use bootcd`" ] then diff --git a/sys-apps/raidtools/raidtools-0.90-r2.ebuild b/sys-apps/raidtools/raidtools-0.90-r2.ebuild index 1e33170624ac..737d48be685d 100644 --- a/sys-apps/raidtools/raidtools-0.90-r2.ebuild +++ b/sys-apps/raidtools/raidtools-0.90-r2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/raidtools/raidtools-0.90-r2.ebuild,v 1.7 2002/07/14 19:20:19 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/raidtools/raidtools-0.90-r2.ebuild,v 1.8 2002/07/16 05:51:04 seemant Exp $ S=${WORKDIR}/raidtools-0.90 DESCRIPTION="Linux RAID 0/1/4/5 utilities" SRC_URI="http://people.redhat.com/mingo/raid-patches/raidtools-dangerous-0.90-20000116.tar.gz" DEPEND="virtual/glibc" HOMEPAGE="http://people.redhat.com/mingo/raidtools/" -KEYWORDS="x86" +KEYWORDS="x86 ppc" SLOT="0" LICENSE="GPL-2" diff --git a/sys-apps/reiserfsprogs/reiserfsprogs-3.1c.ebuild b/sys-apps/reiserfsprogs/reiserfsprogs-3.1c.ebuild index 433845f2cdb4..64bfa62cce28 100644 --- a/sys-apps/reiserfsprogs/reiserfsprogs-3.1c.ebuild +++ b/sys-apps/reiserfsprogs/reiserfsprogs-3.1c.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/reiserfsprogs/reiserfsprogs-3.1c.ebuild,v 1.2 2002/07/14 19:20:19 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/reiserfsprogs/reiserfsprogs-3.1c.ebuild,v 1.3 2002/07/16 05:51:04 seemant Exp $ MYPV=3.x.1c-pre3 S=${WORKDIR}/reiserfsprogs-${MYPV} DESCRIPTION="Reiserfs Utilities" SRC_URI="ftp://ftp.namesys.com/pub/reiserfsprogs/pre/reiserfsprogs-${MYPV}.tar.gz" HOMEPAGE="http://www.namesys.com" -KEYWORDS="x86" +KEYWORDS="x86 ppc" SLOT="0" LICENSE="GPL-2" diff --git a/sys-apps/reiserfsprogs/reiserfsprogs-3.6.2.ebuild b/sys-apps/reiserfsprogs/reiserfsprogs-3.6.2.ebuild index 178d58fff8e4..13e12b4a698b 100644 --- a/sys-apps/reiserfsprogs/reiserfsprogs-3.6.2.ebuild +++ b/sys-apps/reiserfsprogs/reiserfsprogs-3.6.2.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/reiserfsprogs/reiserfsprogs-3.6.2.ebuild,v 1.3 2002/07/14 19:20:19 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/reiserfsprogs/reiserfsprogs-3.6.2.ebuild,v 1.4 2002/07/16 05:51:04 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Reiserfs Utilities" SRC_URI="ftp://ftp.namesys.com/pub/reiserfsprogs/${P}.tar.gz" HOMEPAGE="http://www.namesys.com" -KEYWORDS="x86" +KEYWORDS="x86 ppc" SLOT="0" LICENSE="GPL-2" diff --git a/sys-apps/sed/sed-3.02.80-r3.ebuild b/sys-apps/sed/sed-3.02.80-r3.ebuild index 327fd495e6a2..9f5915e031a1 100644 --- a/sys-apps/sed/sed-3.02.80-r3.ebuild +++ b/sys-apps/sed/sed-3.02.80-r3.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-3.02.80-r3.ebuild,v 1.4 2002/07/14 19:20:19 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-3.02.80-r3.ebuild,v 1.5 2002/07/16 05:51:05 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Super-useful stream editor" SRC_URI="ftp://alpha.gnu.org/pub/gnu/sed/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/sed/sed.html" -KEYWORDS="x86" +KEYWORDS="x86 ppc" SLOT="0" LICENSE="GPL-2" diff --git a/sys-apps/setserial/setserial-2.17-r2.ebuild b/sys-apps/setserial/setserial-2.17-r2.ebuild index 81dad00978b5..76c23dae9f6b 100644 --- a/sys-apps/setserial/setserial-2.17-r2.ebuild +++ b/sys-apps/setserial/setserial-2.17-r2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/setserial/setserial-2.17-r2.ebuild,v 1.4 2002/07/14 19:20:19 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/setserial/setserial-2.17-r2.ebuild,v 1.5 2002/07/16 05:51:05 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Configure your serial ports with it" SRC_URI="ftp://tsx-11.mit.edu/pub/linux/sources/sbin/${P}.tar.gz ftp://ftp.sunsite.org.uk/Mirrors/tsx-11.mit.edu/pub/linux/sources/sbin/${P}.tar.gz" HOMEPAGE="" -KEYWORDS="x86" +KEYWORDS="x86 ppc" SLOT="0" LICENSE="GPL-2" diff --git a/sys-apps/sh-utils/sh-utils-2.0.11-r4.ebuild b/sys-apps/sh-utils/sh-utils-2.0.11-r4.ebuild index 4408b6c1ff78..55791586ef16 100644 --- a/sys-apps/sh-utils/sh-utils-2.0.11-r4.ebuild +++ b/sys-apps/sh-utils/sh-utils-2.0.11-r4.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sh-utils/sh-utils-2.0.11-r4.ebuild,v 1.4 2002/07/14 19:20:19 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sh-utils/sh-utils-2.0.11-r4.ebuild,v 1.5 2002/07/16 05:51:07 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Your standard GNU shell utilities" SRC_URI="ftp://alpha.gnu.org/gnu/fetish/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/shellutils/shellutils.html" -KEYWORDS="x86" +KEYWORDS="x86 ppc" SLOT="0" LICENSE="GPL-2" DEPEND="virtual/glibc nls? ( sys-devel/gettext )" diff --git a/sys-apps/sh-utils/sh-utils-2.0.11-r5.ebuild b/sys-apps/sh-utils/sh-utils-2.0.11-r5.ebuild index 7a7adcd55da5..c54bf793674a 100644 --- a/sys-apps/sh-utils/sh-utils-2.0.11-r5.ebuild +++ b/sys-apps/sh-utils/sh-utils-2.0.11-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sh-utils/sh-utils-2.0.11-r5.ebuild,v 1.2 2002/07/09 23:10:30 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sh-utils/sh-utils-2.0.11-r5.ebuild,v 1.3 2002/07/16 05:51:07 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Your standard GNU shell utilities" @@ -11,9 +11,9 @@ DEPEND="virtual/glibc nls? ( sys-devel/gettext )" RDEPEND="virtual/glibc" -SLOT="" +SLOT="0" LICENSE="GPL" -KEYWORDS="*" +KEYWORDS="x86 ppc" src_unpack() { unpack ${P}.tar.gz diff --git a/sys-apps/shadow/files/digest-shadow-20001016-r10 b/sys-apps/shadow/files/digest-shadow-20001016-r10 deleted file mode 100644 index a863d2f64461..000000000000 --- a/sys-apps/shadow/files/digest-shadow-20001016-r10 +++ /dev/null @@ -1 +0,0 @@ -MD5 588d1de9d58c35cd00fa782688e1f26d shadow-20001016.tar.gz 752473 diff --git a/sys-apps/shadow/files/digest-shadow-20001016-r7 b/sys-apps/shadow/files/digest-shadow-20001016-r7 deleted file mode 100644 index a863d2f64461..000000000000 --- a/sys-apps/shadow/files/digest-shadow-20001016-r7 +++ /dev/null @@ -1 +0,0 @@ -MD5 588d1de9d58c35cd00fa782688e1f26d shadow-20001016.tar.gz 752473 diff --git a/sys-apps/shadow/files/digest-shadow-20001016-r8 b/sys-apps/shadow/files/digest-shadow-20001016-r8 deleted file mode 100644 index a863d2f64461..000000000000 --- a/sys-apps/shadow/files/digest-shadow-20001016-r8 +++ /dev/null @@ -1 +0,0 @@ -MD5 588d1de9d58c35cd00fa782688e1f26d shadow-20001016.tar.gz 752473 diff --git a/sys-apps/shadow/files/digest-shadow-20001016-r9 b/sys-apps/shadow/files/digest-shadow-20001016-r9 deleted file mode 100644 index a863d2f64461..000000000000 --- a/sys-apps/shadow/files/digest-shadow-20001016-r9 +++ /dev/null @@ -1 +0,0 @@ -MD5 588d1de9d58c35cd00fa782688e1f26d shadow-20001016.tar.gz 752473 diff --git a/sys-apps/shadow/shadow-20001016-r10.ebuild b/sys-apps/shadow/shadow-20001016-r10.ebuild deleted file mode 100644 index 2b94217241a6..000000000000 --- a/sys-apps/shadow/shadow-20001016-r10.ebuild +++ /dev/null @@ -1,89 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-20001016-r10.ebuild,v 1.3 2002/07/14 19:20:19 aliz Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Utilities to deal with user accounts" -SRC_URI="ftp://ftp.pld.org.pl/software/shadow/old/${P}.tar.gz" -HOMEPAGE="http://shadow.pld.org.pl/" -KEYWORDS="x86" -SLOT="0" -LICENSE="BSD" - -DEPEND=">=sys-libs/pam-0.73 - nls? ( sys-devel/gettext )" -RDEPEND=">=sys-libs/pam-0.73" - -src_unpack() { - unpack ${A} - cd ${S}/src - cp ${FILESDIR}/useradd.c ${S}/src -} - -src_compile() { - - local myconf - use nls || myconf="${myconf} --disable-nls" - - ./configure \ - --disable-desrpc \ - --with-libcrypt \ - --with-libcrack \ - --with-libpam \ - --host=${CHOST} \ - ${myconf} || die "bad configure" - - # Parallel make fails sometimes - make LDFLAGS="" || die "compile problem" -} - -src_install() { - dodir /etc/default /etc/skel - - make prefix=${D}/usr \ - exec_prefix=${D} \ - mandir=${D}/usr/share/man \ - install || die "install problem" - - mv ${D}/lib ${D}/usr - dosed -e "s:/lib:/usr/lib:" -e "s: libshadow.so':':" /usr/lib/libshadow.la - dosym /usr/bin/newgrp /usr/bin/sg - dosym /usr/sbin/useradd /usr/sbin/adduser - dosym /usr/sbin/vipw /usr/sbin/vigr - # remove dead links - rm -f ${D}/bin/{sg,vipw} - - insinto /etc - # Using a securetty with devfs device names added - # (compat names kept for non-devfs compatibility) - insopts -m0600 ; doins ${FILESDIR}/securetty - insopts -m0600 ; doins ${S}/etc/login.access - insopts -m0644 ; doins ${S}/etc/limits - insopts -m0644 ; doins ${FILESDIR}/login.defs - insinto /etc/pam.d ; insopts -m0644 - doins ${FILESDIR}/shadow - newins ${FILESDIR}/shadow groupadd - newins ${FILESDIR}/shadow useradd - doins ${FILESDIR}/chage - - if [ -z "`use bootcd`" ] - then - # the manpage install is beyond my comprehension, and also broken. - # just do it over. - rm -rf ${D}/usr/share/man/* - for q in man/*.[0-9] - do - local dir="${D}/usr/share/man/man${q##*.}" - mkdir -p $dir - cp $q $dir - done - - cd ${S}/doc - dodoc ANNOUNCE INSTALL LICENSE README WISHLIST - docinto txt - dodoc HOWTO LSM README.* *.txt - else - rm -rf ${D}/usr/share ${D}/usr/lib/lib*.{a,la} - fi -} - diff --git a/sys-apps/shadow/shadow-20001016-r7.ebuild b/sys-apps/shadow/shadow-20001016-r7.ebuild deleted file mode 100644 index a6e46fc791a3..000000000000 --- a/sys-apps/shadow/shadow-20001016-r7.ebuild +++ /dev/null @@ -1,80 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-20001016-r7.ebuild,v 1.3 2002/07/14 19:20:19 aliz Exp $ - -DESCRIPTION="Utilities to deal with user accounts" -SRC_URI="ftp://ftp.pld.org.pl/software/shadow/old/${P}.tar.gz" -S=${WORKDIR}/${P} -HOMEPAGE="http://shadow.pld.org.pl/" -KEYWORDS="x86" -SLOT="0" -DEPEND=">=sys-libs/pam-0.73 sys-devel/gettext" -LICENSE="BSD" -RDEPEND=">=sys-libs/pam-0.73" - -src_unpack() { - unpack ${A} - cd ${S}/src - cp ${FILESDIR}/useradd.c ${S}/src -} - -src_compile() { - - ./configure \ - --disable-desrpc \ - --with-libcrypt \ - --with-libcrack \ - --with-libpam \ - --host=${CHOST} || die "bad configure" - - # Parallel make fails sometimes - make LDFLAGS="" || die "compile problem" -} - -src_install() { - - dodir /etc/default /etc/skel - - make \ - prefix=${D}/usr \ - exec_prefix=${D} \ - mandir=${D}/usr/share/man \ - install || die "install problem" - - # the manpage install is beyond my comprehension, and also broken. - # just do it over. - for q in man/*.[0-9]; do - dir="${D}/usr/share/man/man${q##*.}" - mkdir -p $dir - cp $q $dir - done - - - mv ${D}/lib ${D}/usr - dosed -e "s:/lib:/usr/lib:" -e "s: libshadow.so':':" /usr/lib/libshadow.la - dosym /usr/sbin/useradd /usr/sbin/adduser - dosym /usr/sbin/vipw /usr/sbin/vigr - - insinto /etc - # Using a securetty with devfs device names added - # (compat names kept for non-devfs compatibility) - insopts -m0600 ; doins ${FILESDIR}/securetty - insopts -m0600 ; doins ${S}/etc/login.access - insopts -m0644 ; doins ${S}/etc/limits - insopts -m0644 ; doins ${FILESDIR}/login.defs - - insinto /etc/pam.d ; insopts -m0644 - doins ${FILESDIR}/shadow - newins ${FILESDIR}/shadow groupadd - newins ${FILESDIR}/shadow useradd - - if [ -z "`use bootcd`" ] - then - cd ${S}/doc - dodoc ANNOUNCE INSTALL LICENSE README WISHLIST - docinto txt - dodoc HOWTO LSM README.* *.txt - else - rm -rf ${D}/usr/share ${D}/usr/lib/lib*.{a,la} - fi -} diff --git a/sys-apps/shadow/shadow-20001016-r8.ebuild b/sys-apps/shadow/shadow-20001016-r8.ebuild deleted file mode 100644 index 24ccdf4dbb09..000000000000 --- a/sys-apps/shadow/shadow-20001016-r8.ebuild +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-20001016-r8.ebuild,v 1.3 2002/07/14 19:20:19 aliz Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Utilities to deal with user accounts" -SRC_URI="ftp://ftp.pld.org.pl/software/shadow/old/${P}.tar.gz" -HOMEPAGE="http://shadow.pld.org.pl/" -KEYWORDS="x86" -SLOT="0" -LICENSE="BSD" -DEPEND=">=sys-libs/pam-0.73 sys-devel/gettext" -RDEPEND=">=sys-libs/pam-0.73" - -src_unpack() { - unpack ${A} - cd ${S}/src - cp ${FILESDIR}/useradd.c ${S}/src -} - -src_compile() { - ./configure \ - --disable-desrpc \ - --with-libcrypt \ - --with-libcrack \ - --with-libpam \ - --host=${CHOST} || die "bad configure" - - # Parallel make fails sometimes - make LDFLAGS="" || die "compile problem" -} - -src_install() { - dodir /etc/default /etc/skel - - make prefix=${D}/usr \ - exec_prefix=${D} \ - mandir=${D}/usr/share/man \ - install || die "install problem" - - mv ${D}/lib ${D}/usr - dosed -e "s:/lib:/usr/lib:" -e "s: libshadow.so':':" /usr/lib/libshadow.la - dosym /usr/bin/newgrp /usr/bin/sg - dosym /usr/sbin/useradd /usr/sbin/adduser - dosym /usr/sbin/vipw /usr/sbin/vigr - # remove dead links - rm -f ${D}/bin/{sg,vipw} - - insinto /etc - # Using a securetty with devfs device names added - # (compat names kept for non-devfs compatibility) - insopts -m0600 ; doins ${FILESDIR}/securetty - insopts -m0600 ; doins ${S}/etc/login.access - insopts -m0644 ; doins ${S}/etc/limits - insopts -m0644 ; doins ${FILESDIR}/login.defs - insinto /etc/pam.d ; insopts -m0644 - doins ${FILESDIR}/shadow - newins ${FILESDIR}/shadow groupadd - newins ${FILESDIR}/shadow useradd - doins ${FILESDIR}/chage - - if [ -z "`use bootcd`" ] - then - # the manpage install is beyond my comprehension, and also broken. - # just do it over. - rm -rf ${D}/usr/share/man/* - for q in man/*.[0-9] - do - local dir="${D}/usr/share/man/man${q##*.}" - mkdir -p $dir - cp $q $dir - done - - cd ${S}/doc - dodoc ANNOUNCE INSTALL LICENSE README WISHLIST - docinto txt - dodoc HOWTO LSM README.* *.txt - else - rm -rf ${D}/usr/share ${D}/usr/lib/lib*.{a,la} - fi -} - diff --git a/sys-apps/shadow/shadow-20001016-r9.ebuild b/sys-apps/shadow/shadow-20001016-r9.ebuild deleted file mode 100644 index 3c8adf7a9ed5..000000000000 --- a/sys-apps/shadow/shadow-20001016-r9.ebuild +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-20001016-r9.ebuild,v 1.3 2002/07/14 19:20:19 aliz Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Utilities to deal with user accounts" -SRC_URI="ftp://ftp.pld.org.pl/software/shadow/old/${P}.tar.gz" -HOMEPAGE="http://shadow.pld.org.pl/" -KEYWORDS="x86" -SLOT="0" -LICENSE="BSD" -DEPEND=">=sys-libs/pam-0.73 sys-devel/gettext" -RDEPEND=">=sys-libs/pam-0.73" - -src_unpack() { - unpack ${A} - cd ${S}/src - cp ${FILESDIR}/useradd.c ${S}/src -} - -src_compile() { - ./configure \ - --disable-desrpc \ - --with-libcrypt \ - --with-libcrack \ - --with-libpam \ - --host=${CHOST} || die "bad configure" - - # Parallel make fails sometimes - make LDFLAGS="" || die "compile problem" -} - -src_install() { - dodir /etc/default /etc/skel - - make prefix=${D}/usr \ - exec_prefix=${D} \ - mandir=${D}/usr/share/man \ - install || die "install problem" - - mv ${D}/lib ${D}/usr - dosed -e "s:/lib:/usr/lib:" -e "s: libshadow.so':':" /usr/lib/libshadow.la - dosym /usr/bin/newgrp /usr/bin/sg - dosym /usr/sbin/useradd /usr/sbin/adduser - dosym /usr/sbin/vipw /usr/sbin/vigr - # remove dead links - rm -f ${D}/bin/{sg,vipw} - - insinto /etc - # Using a securetty with devfs device names added - # (compat names kept for non-devfs compatibility) - insopts -m0600 ; doins ${FILESDIR}/securetty - insopts -m0600 ; doins ${S}/etc/login.access - insopts -m0644 ; doins ${S}/etc/limits - insopts -m0644 ; doins ${FILESDIR}/login.defs - insinto /etc/pam.d ; insopts -m0644 - doins ${FILESDIR}/shadow - newins ${FILESDIR}/shadow groupadd - newins ${FILESDIR}/shadow useradd - doins ${FILESDIR}/chage - - if [ -z "`use bootcd`" ] - then - # the manpage install is beyond my comprehension, and also broken. - # just do it over. - rm -rf ${D}/usr/share/man/* - for q in man/*.[0-9] - do - local dir="${D}/usr/share/man/man${q##*.}" - mkdir -p $dir - cp $q $dir - done - - cd ${S}/doc - dodoc ANNOUNCE INSTALL LICENSE README WISHLIST - docinto txt - dodoc HOWTO LSM README.* *.txt - else - rm -rf ${D}/usr/share ${D}/usr/lib/lib*.{a,la} - fi -} - diff --git a/sys-apps/shadow/shadow-4.0.2-r4.ebuild b/sys-apps/shadow/shadow-4.0.2-r4.ebuild index b133473673fc..0e1e76f0f0d9 100644 --- a/sys-apps/shadow/shadow-4.0.2-r4.ebuild +++ b/sys-apps/shadow/shadow-4.0.2-r4.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-4.0.2-r4.ebuild,v 1.3 2002/07/14 19:20:19 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-4.0.2-r4.ebuild,v 1.4 2002/07/16 05:51:08 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Utilities to deal with user accounts" SRC_URI="ftp://ftp.pld.org.pl/software/shadow/${P}.tar.gz" HOMEPAGE="http://shadow.pld.org.pl/" -KEYWORDS="x86" +KEYWORDS="x86 ppc" SLOT="0" LICENSE="BSD" DEPEND=">=sys-libs/pam-0.75-r4 diff --git a/sys-apps/shadow/shadow-4.0.2-r5.ebuild b/sys-apps/shadow/shadow-4.0.2-r5.ebuild index 8b0996aa6ca9..de6533a27efa 100644 --- a/sys-apps/shadow/shadow-4.0.2-r5.ebuild +++ b/sys-apps/shadow/shadow-4.0.2-r5.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-4.0.2-r5.ebuild,v 1.4 2002/07/14 19:20:19 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-4.0.2-r5.ebuild,v 1.5 2002/07/16 05:51:08 seemant Exp $ inherit libtool -KEYWORDS="x86" +KEYWORDS="x86 ppc" HOMEPAGE="http://shadow.pld.org.pl/" S=${WORKDIR}/${P} DESCRIPTION="Utilities to deal with user accounts" diff --git a/sys-apps/sharutils/sharutils-4.2.1-r5.ebuild b/sys-apps/sharutils/sharutils-4.2.1-r5.ebuild index 964f2c8d9981..d7d3dd7b9035 100644 --- a/sys-apps/sharutils/sharutils-4.2.1-r5.ebuild +++ b/sys-apps/sharutils/sharutils-4.2.1-r5.ebuild @@ -1,13 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sharutils/sharutils-4.2.1-r5.ebuild,v 1.3 2002/07/14 19:20:19 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sharutils/sharutils-4.2.1-r5.ebuild,v 1.4 2002/07/16 05:51:08 seemant Exp $ -A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="Tools to deal with shar archives" -SRC_URI="ftp://prep.ai.mit.edu/gnu/sharutils/${A}" +SRC_URI="ftp://prep.ai.mit.edu/gnu/sharutils/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/sharutils/" -KEYWORDS="x86" +KEYWORDS="x86 ppc" SLOT="0" LICENSE="GPL-2" DEPEND="virtual/glibc sys-apps/texinfo @@ -17,14 +16,14 @@ RDEPEND="virtual/glibc" src_unpack() { - unpack ${A} - cd ${WORKDIR} - patch -p0 < ${FILESDIR}/${PF}-gentoo.diff - cd ${S}/po - mv nl.po nl.po.orig - sed -e 's/aangemaakt/aangemaakt\\n/' nl.po.orig > nl.po - mv pt.po pt.po.orig - sed -e 's/de %dk/de %dk\\n/' pt.po.orig > pt.po + unpack ${A} + cd ${WORKDIR} + patch -p0 < ${FILESDIR}/${PF}-gentoo.diff + cd ${S}/po + mv nl.po nl.po.orig + sed -e 's/aangemaakt/aangemaakt\\n/' nl.po.orig > nl.po + mv pt.po pt.po.orig + sed -e 's/de %dk/de %dk\\n/' pt.po.orig > pt.po } @@ -38,20 +37,24 @@ src_compile() { src_install() { - try make prefix=${D}/usr localedir=${D}/usr/share/locale infodir=${D}/usr/share/info install + make \ + prefix=${D}/usr \ + localedir=${D}/usr/share/locale \ + infodir=${D}/usr/share/info \ + install || die doman doc/*.[15] - #Remove some strange locals - cd ${D}/usr/share/locale - for i in *. - do - rm -rf ${i} - done + #Remove some strange locals + cd ${D}/usr/share/locale + for i in *. + do + rm -rf ${i} + done rm -rf ${D}/usr/lib cd ${S} dodoc AUTHORS BACKLOG COPYING ChangeLog ChangeLog.OLD \ - NEWS README README.OLD THANKS TODO + NEWS README README.OLD THANKS TODO } diff --git a/sys-apps/sysklogd/sysklogd-1.4.1-r2.ebuild b/sys-apps/sysklogd/sysklogd-1.4.1-r2.ebuild index 110b882e5b33..5ed4f33e37b8 100644 --- a/sys-apps/sysklogd/sysklogd-1.4.1-r2.ebuild +++ b/sys-apps/sysklogd/sysklogd-1.4.1-r2.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sysklogd/sysklogd-1.4.1-r2.ebuild,v 1.3 2002/07/14 19:20:19 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sysklogd/sysklogd-1.4.1-r2.ebuild,v 1.4 2002/07/16 05:51:08 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Standard log daemons" SRC_URI="ftp://metalab.unc.edu/pub/Linux/system/daemons/${P}.tar.gz" HOMEPAGE="" -KEYWORDS="x86" +KEYWORDS="x86 ppc" SLOT="0" LICENSE="BSD" DEPEND="virtual/glibc" diff --git a/sys-apps/tar/files/digest-tar-1.13.18-r4 b/sys-apps/tar/files/digest-tar-1.13.18-r4 deleted file mode 100644 index 3946d86eb5e3..000000000000 --- a/sys-apps/tar/files/digest-tar-1.13.18-r4 +++ /dev/null @@ -1 +0,0 @@ -MD5 fd76b10a8e57cb944f0b2c9cb8bf742b tar-1.13.18.tar.gz 1159570 diff --git a/sys-apps/tar/files/digest-tar-1.13.19 b/sys-apps/tar/files/digest-tar-1.13.19 deleted file mode 100644 index a694af94735e..000000000000 --- a/sys-apps/tar/files/digest-tar-1.13.19 +++ /dev/null @@ -1 +0,0 @@ -MD5 ff10ade59f5b312869ffb2f229177e14 tar-1.13.19.tar.gz 1161432 diff --git a/sys-apps/tar/files/digest-tar-1.13.19-r1 b/sys-apps/tar/files/digest-tar-1.13.19-r1 deleted file mode 100644 index a694af94735e..000000000000 --- a/sys-apps/tar/files/digest-tar-1.13.19-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 ff10ade59f5b312869ffb2f229177e14 tar-1.13.19.tar.gz 1161432 diff --git a/sys-apps/tar/files/digest-tar-1.13.25 b/sys-apps/tar/files/digest-tar-1.13.25 deleted file mode 100644 index 467f114af098..000000000000 --- a/sys-apps/tar/files/digest-tar-1.13.25 +++ /dev/null @@ -1 +0,0 @@ -MD5 6ef8c906e81eee441f8335652670ac4a tar-1.13.25.tar.gz 1312227 diff --git a/sys-apps/tar/tar-1.13.18-r4.ebuild b/sys-apps/tar/tar-1.13.18-r4.ebuild deleted file mode 100644 index 9ad7629a3a8f..000000000000 --- a/sys-apps/tar/tar-1.13.18-r4.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/tar/tar-1.13.18-r4.ebuild,v 1.4 2002/07/14 19:20:19 aliz Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} - -DESCRIPTION="Use this to try make tarballs :)" -SRC_URI="ftp://alpha.gnu.org/gnu/tar/"${A} -HOMEPAGE="http://www.gnu.org/software/tar/" -KEYWORDS="x86" -SLOT="0" -LICENSE="GPL-2" - -DEPEND="virtual/glibc - nls? ( >=sys-devel/gettext-0.10.35 )" - -RDEPEND="virtual/glibc" - -src_compile() { - - local myconf - if [ -z "`use nls`" ] - then - myconf="--disable-nls" - fi - try ./configure --prefix=/usr --bindir=/bin --libexecdir=/usr/lib/misc \ - --infodir=/usr/share/info --host=${CHOST} ${myconf} - - if [ -z "`use static`" ] - then - try make ${MAKEOPTS} - else - try make ${MAKEOPTS} LDFLAGS=-static - fi -} - -src_install() { - try make DESTDIR=${D} install - #FHS 2.1 stuff - dodir /usr/sbin - cd ${D} - mv usr/lib/misc/rmt usr/sbin/rmt.gnu - dosym rmt.gnu /usr/sbin/rmt - if [ -z "`use build`" ] - then - dodoc AUTHORS ChangeLog* COPYING NEWS README* PORTS THANKS - - #we're using Schilly's enhanced rmt command included with star -# rm -rf ${D}/usr/lib - else - rm -rf ${D}/usr/share/info - fi - -} - - diff --git a/sys-apps/tar/tar-1.13.19-r1.ebuild b/sys-apps/tar/tar-1.13.19-r1.ebuild deleted file mode 100644 index 084c4a563a1a..000000000000 --- a/sys-apps/tar/tar-1.13.19-r1.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/tar/tar-1.13.19-r1.ebuild,v 1.5 2002/07/14 19:20:19 aliz Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} - -DESCRIPTION="Use this to try make tarballs :)" -SRC_URI="ftp://alpha.gnu.org/gnu/tar/"${A} -HOMEPAGE="http://www.gnu.org/software/tar/" -KEYWORDS="x86" -SLOT="0" -LICENSE="GPL-2" - -DEPEND="virtual/glibc - nls? ( >=sys-devel/gettext-0.10.35 )" - -RDEPEND="virtual/glibc" - -src_unpack() { - unpack ${A} - cd ${S}/src - patch -p0 < ${FILESDIR}/${PF}-gentoo.diff -} - -src_compile() { - - local myconf - if [ -z "`use nls`" ] - then - myconf="--disable-nls" - fi - try ./configure --prefix=/usr --bindir=/bin --libexecdir=/usr/lib/misc \ - --infodir=/usr/share/info --host=${CHOST} ${myconf} - - if [ -z "`use static`" ] - then - try make ${MAKEOPTS} - else - try make ${MAKEOPTS} LDFLAGS=-static - fi -} - -src_install() { - try make DESTDIR=${D} install - #FHS 2.1 stuff - dodir /usr/sbin - cd ${D} - mv usr/lib/misc/rmt usr/sbin/rmt.gnu - dosym rmt.gnu /usr/sbin/rmt - if [ -z "`use build`" ] && [ -z "`use bootcd`" ] - then - dodoc AUTHORS ChangeLog* COPYING NEWS README* PORTS THANKS - - #we're using Schilly's enhanced rmt command included with star -# rm -rf ${D}/usr/lib - else - rm -rf ${D}/usr/share - fi - -} diff --git a/sys-apps/tar/tar-1.13.19.ebuild b/sys-apps/tar/tar-1.13.19.ebuild deleted file mode 100644 index bf43f772ba2e..000000000000 --- a/sys-apps/tar/tar-1.13.19.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/tar/tar-1.13.19.ebuild,v 1.4 2002/07/14 19:20:19 aliz Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} - -DESCRIPTION="Use this to try make tarballs :)" -SRC_URI="ftp://alpha.gnu.org/gnu/tar/"${A} -HOMEPAGE="http://www.gnu.org/software/tar/" -KEYWORDS="x86" -SLOT="0" -LICENSE="GPL-2" - -DEPEND="virtual/glibc - nls? ( >=sys-devel/gettext-0.10.35 )" - -RDEPEND="virtual/glibc" - -src_unpack() { - unpack ${A} - cd ${S}/src - patch -p0 < ${FILESDIR}/tar-1.13.19.patch -} - -src_compile() { - - local myconf - if [ -z "`use nls`" ] - then - myconf="--disable-nls" - fi - try ./configure --prefix=/usr --bindir=/bin --libexecdir=/usr/lib/misc \ - --infodir=/usr/share/info --host=${CHOST} ${myconf} - - if [ -z "`use static`" ] - then - try make ${MAKEOPTS} - else - try make ${MAKEOPTS} LDFLAGS=-static - fi -} - -src_install() { - try make DESTDIR=${D} install - #FHS 2.1 stuff - dodir /usr/sbin - cd ${D} - mv usr/lib/misc/rmt usr/sbin/rmt.gnu - dosym rmt.gnu /usr/sbin/rmt - if [ -z "`use build`" ] - then - dodoc AUTHORS ChangeLog* COPYING NEWS README* PORTS THANKS - - #we're using Schilly's enhanced rmt command included with star -# rm -rf ${D}/usr/lib - else - rm -rf ${D}/usr/share/info - fi - -} - - diff --git a/sys-apps/tar/tar-1.13.25-r2.ebuild b/sys-apps/tar/tar-1.13.25-r2.ebuild index cbb2e15460f8..2eb4bd9c90d2 100644 --- a/sys-apps/tar/tar-1.13.25-r2.ebuild +++ b/sys-apps/tar/tar-1.13.25-r2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/tar/tar-1.13.25-r2.ebuild,v 1.3 2002/07/14 19:20:19 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/tar/tar-1.13.25-r2.ebuild,v 1.4 2002/07/16 05:51:08 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Use this to try make tarballs :)" SRC_URI="ftp://alpha.gnu.org/gnu/tar/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/tar/" -KEYWORDS="x86" +KEYWORDS="x86 ppc" SLOT="0" LICENSE="GPL-2" diff --git a/sys-apps/tar/tar-1.13.25.ebuild b/sys-apps/tar/tar-1.13.25.ebuild deleted file mode 100644 index 0dee3359e230..000000000000 --- a/sys-apps/tar/tar-1.13.25.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/tar/tar-1.13.25.ebuild,v 1.7 2002/07/14 19:20:19 aliz Exp $ - -S=${WORKDIR}/${P} - -DESCRIPTION="Use this to try make tarballs :)" -SRC_URI="ftp://alpha.gnu.org/gnu/tar/${P}.tar.gz" -HOMEPAGE="http://www.gnu.org/software/tar/" -KEYWORDS="x86" -SLOT="0" -LICENSE="GPL-2" - -DEPEND="virtual/glibc nls? ( >=sys-devel/gettext-0.10.35 )" - -RDEPEND="virtual/glibc" - -src_compile() { - local myconf - [ -z "`use nls`" ] && myconf="--disable-nls" - ./configure --prefix=/usr --bindir=/bin --libexecdir=/usr/lib/misc \ - --infodir=/usr/share/info --host=${CHOST} ${myconf} || die - if [ -z "`use static`" ] - then - emake || die - else - emake LDFLAGS=-static || die - fi -} - -src_install() { - make DESTDIR=${D} install || die - #FHS 2.1 stuff - dodir /usr/sbin - cd ${D} - mv usr/lib/misc/rmt usr/sbin/rmt.gnu - dosym rmt.gnu /usr/sbin/rmt - if [ -z "`use build`" ] - then - dodoc AUTHORS ChangeLog* COPYING NEWS README* PORTS THANKS - else - rm -rf ${D}/usr/share - fi -} diff --git a/sys-apps/tcp-wrappers/files/digest-tcp-wrappers-7.6-r2 b/sys-apps/tcp-wrappers/files/digest-tcp-wrappers-7.6-r2 deleted file mode 100644 index bca5a7ef66fa..000000000000 --- a/sys-apps/tcp-wrappers/files/digest-tcp-wrappers-7.6-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 e6fa25f71226d090f34de3f6b122fb5a tcp_wrappers_7.6.tar.gz 99438 diff --git a/sys-apps/tcp-wrappers/tcp-wrappers-7.6-r2.ebuild b/sys-apps/tcp-wrappers/tcp-wrappers-7.6-r2.ebuild deleted file mode 100644 index 42a62f8e6f3e..000000000000 --- a/sys-apps/tcp-wrappers/tcp-wrappers-7.6-r2.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/tcp-wrappers/tcp-wrappers-7.6-r2.ebuild,v 1.3 2002/07/14 19:20:19 aliz Exp $ - -A=tcp_wrappers_${PV}.tar.gz -A0="tcp_wrappers_${PV}.dif" -A1="tcp_wrappers_${PV}-ipv6-1.6.diff.gz" -HOMEPAGE="ftp://ftp.porcupine.org/pub/security/index.html" -KEYWORDS="x86" -SLOT="0" -LICENSE="Freeware" -S=${WORKDIR}/tcp_wrappers_${PV} -DESCRIPTION="tcp wrappers" -SRC_URI="ftp://ftp.porcupine.org/pub/security/${A}" - -DEPEND="virtual/glibc" - -src_unpack() { - - unpack ${A} - cd ${S}/ - patch -p0 < ${FILESDIR}/${A0} - gzip -dc ${FILESDIR}/${A1} | patch -p2 - cp Makefile Makefile.orig - sed -e "s/-O2/${CFLAGS}/" \ - -e "s:AUX_OBJ=.*:AUX_OBJ= \\\:" Makefile.orig > Makefile -} - -src_compile() { - - try make ${MAKEOPTS} REAL_DAEMON_DIR=/usr/sbin linux -} - -src_install() { - - dosbin tcpd tcpdchk tcpdmatch safe_finger try-from - doman *.[358] - dolib.a libwrap.a - insinto /usr/include - doins tcpd.h - - dodoc BLURB CHANGES DISCLAIMER README* -} - - - - - diff --git a/sys-apps/tcp-wrappers/tcp-wrappers-7.6-r4.ebuild b/sys-apps/tcp-wrappers/tcp-wrappers-7.6-r4.ebuild index 0989bb663b19..0f7dce6160c3 100644 --- a/sys-apps/tcp-wrappers/tcp-wrappers-7.6-r4.ebuild +++ b/sys-apps/tcp-wrappers/tcp-wrappers-7.6-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/tcp-wrappers/tcp-wrappers-7.6-r4.ebuild,v 1.3 2002/07/14 19:20:19 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/tcp-wrappers/tcp-wrappers-7.6-r4.ebuild,v 1.4 2002/07/16 05:51:09 seemant Exp $ MY_P="tcp_wrappers_${PV}" PATCH0="${MY_P}.dif" @@ -10,7 +10,7 @@ S=${WORKDIR}/${MY_P} DESCRIPTION="tcp wrappers" SRC_URI="ftp://ftp.porcupine.org/pub/security/${MY_P}.tar.gz" HOMEPAGE="ftp://ftp.porcupine.org/pub/security/index.html" -KEYWORDS="x86" +KEYWORDS="x86 ppc" SLOT="0" LICENSE="Freeware" DEPEND="virtual/glibc" diff --git a/sys-apps/texinfo/texinfo-4.2-r4.ebuild b/sys-apps/texinfo/texinfo-4.2-r4.ebuild index 5f45e9aa7f5a..10aa53da752e 100644 --- a/sys-apps/texinfo/texinfo-4.2-r4.ebuild +++ b/sys-apps/texinfo/texinfo-4.2-r4.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.2-r4.ebuild,v 1.2 2002/07/14 19:20:19 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.2-r4.ebuild,v 1.3 2002/07/16 05:51:09 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="The GNU info program and utilities" SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/texinfo/${P}.tar.gz ftp://ftp.gnu.org/pub/gnu/texinfo/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/texinfo/" -KEYWORDS="x86" +KEYWORDS="x86 ppc" SLOT="0" LICENSE="GPL-2" diff --git a/sys-apps/textutils/textutils-2.0.19-r1.ebuild b/sys-apps/textutils/textutils-2.0.19-r1.ebuild index b428d5652165..ce305a826236 100644 --- a/sys-apps/textutils/textutils-2.0.19-r1.ebuild +++ b/sys-apps/textutils/textutils-2.0.19-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/textutils/textutils-2.0.19-r1.ebuild,v 1.3 2002/07/14 19:20:19 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/textutils/textutils-2.0.19-r1.ebuild,v 1.4 2002/07/16 05:51:09 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Standard GNU text utilities" SRC_URI="http://fetish.sf.net/${P}.tar.gz" HOMEPAGE"http://www.gnu.org/software/textutils/" -KEYWORDS="x86" +KEYWORDS="x86 ppc" SLOT="0" LICENSE="GPL-2" DEPEND="virtual/glibc nls? ( sys-devel/gettext )" diff --git a/sys-apps/ucspi-tcp/ucspi-tcp-0.88-r1.ebuild b/sys-apps/ucspi-tcp/ucspi-tcp-0.88-r1.ebuild index af813b8f74cf..fb06625d6b37 100644 --- a/sys-apps/ucspi-tcp/ucspi-tcp-0.88-r1.ebuild +++ b/sys-apps/ucspi-tcp/ucspi-tcp-0.88-r1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ucspi-tcp/ucspi-tcp-0.88-r1.ebuild,v 1.3 2002/07/14 19:20:19 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ucspi-tcp/ucspi-tcp-0.88-r1.ebuild,v 1.4 2002/07/16 05:51:09 seemant Exp $ DESCRIPTION="Collection of tools for managing UNIX services" SRC_URI="http://cr.yp.to/${PN}/${P}.tar.gz" HOMEPAGE="http://cr.yp.to/${PN}/" -KEYWORDS="x86" +KEYWORDS="x86 ppc" SLOT="0" LICENSE="Freeware" S=${WORKDIR}/${P} @@ -13,26 +13,23 @@ DEPEND="virtual/glibc" src_unpack() { - unpack ${A} - cd ${S} - echo "gcc ${CFLAGS}" > conf-cc - echo "gcc" > conf-ld - echo "/usr/" > conf-home + unpack ${A} + cd ${S} + echo "gcc ${CFLAGS}" > conf-cc + echo "gcc" > conf-ld + echo "/usr/" > conf-home } src_compile() { - try pmake + emake || die } src_install() { - for i in tcpserver tcprules tcprulescheck argv0 recordio tcpclient *\@ tcpcat mconnect mconnect-io addcr delcr fixcrio rblsmtpd - do - dobin $i - done + for i in tcpserver tcprules tcprulescheck argv0 recordio tcpclient *\@ tcpcat mconnect mconnect-io addcr delcr fixcrio rblsmtpd + do + dobin ${i} + done - dodoc CHANGES FILES README SYSDEPS TARGETS TODO VERSION + dodoc CHANGES FILES README SYSDEPS TARGETS TODO VERSION } - - - diff --git a/sys-apps/util-linux/util-linux-2.11o-r3.ebuild b/sys-apps/util-linux/util-linux-2.11o-r3.ebuild index f7ab8e7ecafd..f5d6dbf2feb8 100644 --- a/sys-apps/util-linux/util-linux-2.11o-r3.ebuild +++ b/sys-apps/util-linux/util-linux-2.11o-r3.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.11o-r3.ebuild,v 1.3 2002/07/14 19:20:19 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.11o-r3.ebuild,v 1.4 2002/07/16 05:51:09 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Various useful Linux utilities" SRC_URI="http://www.kernel.org/pub/linux/utils/${PN}/${P}.tar.gz http://www.kernel.org/pub/linux/kernel/people/hvr/util-linux-patch-int/${P}.patch.gz" HOMEPAGE="" -KEYWORDS="x86" +KEYWORDS="x86 ppc" LICENSE="GPL-2" DEPEND="virtual/glibc diff --git a/sys-apps/util-linux/util-linux-2.11r.ebuild b/sys-apps/util-linux/util-linux-2.11r.ebuild index 3716ef583909..46d41dda8ecd 100644 --- a/sys-apps/util-linux/util-linux-2.11r.ebuild +++ b/sys-apps/util-linux/util-linux-2.11r.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.11r.ebuild,v 1.3 2002/07/14 19:20:19 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.11r.ebuild,v 1.4 2002/07/16 05:51:09 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Various useful Linux utilities" SRC_URI="http://www.kernel.org/pub/linux/utils/${PN}/${P}.tar.gz http://www.kernel.org/pub/linux/kernel/people/hvr/util-linux-patch-int/${P}.patch.gz" HOMEPAGE="" -KEYWORDS="x86" +KEYWORDS="x86 ppc" LICENSE="GPL-2" DEPEND="virtual/glibc diff --git a/sys-apps/vcron/vcron-3.0.1-r1.ebuild b/sys-apps/vcron/vcron-3.0.1-r1.ebuild index 200f4a09bfc5..8bfb062d5752 100644 --- a/sys-apps/vcron/vcron-3.0.1-r1.ebuild +++ b/sys-apps/vcron/vcron-3.0.1-r1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/vcron/vcron-3.0.1-r1.ebuild,v 1.4 2002/07/14 19:20:20 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/vcron/vcron-3.0.1-r1.ebuild,v 1.5 2002/07/16 05:51:09 seemant Exp $ MY_P=${P/vcron/vixie-cron} S=${WORKDIR}/${MY_P} DESCRIPTION="The Vixie cron daemon" SRC_URI="ftp://ftp.vix.com/pub/vixie/${MY_P}.tar.bz2" HOMEPAGE="http://www.linux-kheops.com/pub/vcron/vcronGB.html" -KEYWORDS="x86" +KEYWORDS="x86 ppc" SLOT="0" LICENSE="" diff --git a/sys-apps/which/which-2.13.ebuild b/sys-apps/which/which-2.13.ebuild index 9de87dc68678..bb57d037424c 100644 --- a/sys-apps/which/which-2.13.ebuild +++ b/sys-apps/which/which-2.13.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.13.ebuild,v 1.3 2002/07/14 19:20:20 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.13.ebuild,v 1.4 2002/07/16 05:51:09 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Prints out location of specified executables that are in your path" SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/which/${P}.tar.gz" HOMEPAGE="http://www.xs4all.nl/~carlo17/which/" -KEYWORDS="x86" +KEYWORDS="x86 ppc" SLOT="0" LICENSE="GPL-2" diff --git a/sys-apps/wireless-tools/wireless-tools-24.ebuild b/sys-apps/wireless-tools/wireless-tools-24.ebuild index f375c07b6a2c..27f2c519cca4 100644 --- a/sys-apps/wireless-tools/wireless-tools-24.ebuild +++ b/sys-apps/wireless-tools/wireless-tools-24.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/wireless-tools/wireless-tools-24.ebuild,v 1.2 2002/07/14 19:20:20 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/wireless-tools/wireless-tools-24.ebuild,v 1.3 2002/07/16 05:51:10 seemant Exp $ S=${WORKDIR}/wireless_tools.24 DESCRIPTION="Wireless Tools" SRC_URI="http://pcmcia-cs.sourceforge.net/ftp/contrib/wireless_tools.24.tar.gz" HOMEPAGE="http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html" -KEYWORDS="x86" +KEYWORDS="x86 ppc" SLOT="0" LICENSE="GPL-2" diff --git a/sys-apps/yaboot/files/digest-yaboot-1.3.6 b/sys-apps/yaboot/files/digest-yaboot-1.3.6 deleted file mode 100644 index 7e74a7e4fb28..000000000000 --- a/sys-apps/yaboot/files/digest-yaboot-1.3.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 ec0f90359fd567c183e5a21f97a53133 yaboot-1.3.6.tar.gz 242702 diff --git a/sys-apps/yaboot/yaboot-1.3.6.ebuild b/sys-apps/yaboot/yaboot-1.3.6.ebuild deleted file mode 100644 index ad08e841b881..000000000000 --- a/sys-apps/yaboot/yaboot-1.3.6.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Id: yaboot-1.3.6.ebuild,v 1.3 2002/07/14 19:20:20 aliz Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="PPC Bootloader" -SRC_URI="http://penguinppc.org/projects/yaboot/${P}.tar.gz" -HOMEPAGE="http://penguinppc.org/projects/yaboot/" -KEYWORDS="x86" -SLOT="0" -LICENSE="GPL-2" -DEPEND="sys-apps/powerpc-utils sys-apps/hfsutils" - -MAKEOPTS='PREFIX=/usr MANDIR=/usr/share/man' - -src_compile() { - export -n CFLAGS - export -n CXXFLAGS - emake ${MAKEOPTS} || die -} - -src_install () { - make ROOT=${D} ${MAKEOPTS} install || die -} diff --git a/sys-devel/autoconf/autoconf-2.52d-r1.ebuild b/sys-devel/autoconf/autoconf-2.52d-r1.ebuild index fe8c993e10bc..2eb1f6808d0d 100644 --- a/sys-devel/autoconf/autoconf-2.52d-r1.ebuild +++ b/sys-devel/autoconf/autoconf-2.52d-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.52d-r1.ebuild,v 1.5 2002/07/11 06:30:55 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.52d-r1.ebuild,v 1.6 2002/07/16 05:51:10 seemant Exp $ OLD_PV=2.13 OLD_P=${PN}-${OLD_PV} @@ -11,7 +11,7 @@ SRC_URI="ftp://alpha.gnu.org/gnu/${PN}/${P}.tar.bz2 ftp://ftp.gnu.org/gnu/${PN}/${OLD_P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/autoconf/autoconf.html" LICENSE="GPL-2" -KEYWORDS="x86" +KEYWORDS="x86 ppc" DEPEND=">=sys-devel/m4-1.4p sys-devel/perl" diff --git a/sys-devel/autoconf/autoconf-2.53a.ebuild b/sys-devel/autoconf/autoconf-2.53a.ebuild index a96cfde252a3..1b4e0fac7373 100644 --- a/sys-devel/autoconf/autoconf-2.53a.ebuild +++ b/sys-devel/autoconf/autoconf-2.53a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.53a.ebuild,v 1.4 2002/07/11 06:30:55 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.53a.ebuild,v 1.5 2002/07/16 05:51:10 seemant Exp $ OLD_PV=2.13 OLD_P=${PN}-${OLD_PV} @@ -11,7 +11,7 @@ SRC_URI="ftp://alpha.gnu.org/gnu/${PN}/${P}.tar.bz2 ftp://ftp.gnu.org/gnu/${PN}/${OLD_P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/autoconf/autoconf.html" LICENSE="GPL-2" -KEYWORDS="x86" +KEYWORDS="x86 ppc" DEPEND=">=sys-devel/m4-1.4p sys-devel/perl" diff --git a/sys-devel/automake/automake-1.5d-r2.ebuild b/sys-devel/automake/automake-1.5d-r2.ebuild index 513687332752..2b9533057665 100644 --- a/sys-devel/automake/automake-1.5d-r2.ebuild +++ b/sys-devel/automake/automake-1.5d-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.5d-r2.ebuild,v 1.5 2002/07/11 06:30:55 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.5d-r2.ebuild,v 1.6 2002/07/16 05:51:10 seemant Exp $ OLD_PV=1.4-p5 OLD_P=${PN}-${OLD_PV} @@ -11,7 +11,7 @@ SRC_URI="ftp://sources.redhat.com/pub/${PN}/${P}.tar.bz2 ftp://ftp.gnu.org/gnu/${PN}/${OLD_P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/automake/automake.html" LICENSE="GPL-2" -KEYWORDS="x86" +KEYWORDS="x86 ppc" DEPEND="sys-devel/perl >=sys-devel/autoconf-2.52-r1" diff --git a/sys-devel/automake/automake-1.6.1-r6.ebuild b/sys-devel/automake/automake-1.6.1-r6.ebuild index 63ab40e3db7c..b51b2dffbbcd 100644 --- a/sys-devel/automake/automake-1.6.1-r6.ebuild +++ b/sys-devel/automake/automake-1.6.1-r6.ebuild @@ -47,7 +47,7 @@ SRC_URI="ftp://ftp.gnu.org/gnu/${PN}/${P}.tar.gz ftp://ftp.gnu.org/gnu/${PN}/${OLD14_P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/automake/automake.html" LICENSE="GPL-2" -KEYWORDS="x86" +KEYWORDS="x86 ppc" DEPEND="sys-devel/perl >=sys-devel/autoconf-2.53-r1" diff --git a/sys-devel/bc/bc-1.06-r3.ebuild b/sys-devel/bc/bc-1.06-r3.ebuild index f98641b04ef3..72f57a51c241 100644 --- a/sys-devel/bc/bc-1.06-r3.ebuild +++ b/sys-devel/bc/bc-1.06-r3.ebuild @@ -1,16 +1,17 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/bc-1.06-r3.ebuild,v 1.5 2002/07/11 06:30:55 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/bc-1.06-r3.ebuild,v 1.6 2002/07/16 05:51:10 seemant Exp $ +S=${WORKDIR}/${P} DESCRIPTION="Handy console-based calculator utility" HOMEPAGE="http://www.gnu.org/software/bc/bc.html" -S=${WORKDIR}/${P} SRC_URI="ftp://prep.ai.mit.edu/pub/gnu/bc/${P}.tar.gz" LICENSE="GPL-2 & LGPL-2.1" SLOT="0" -RDEPEND="virtual/glibc readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 )" +RDEPEND="readline? ( >=sys-libs/readline-4.1 + >=sys-libs/ncurses-5.2 )" DEPEND="$RDEPEND sys-devel/flex" -KEYWORDS="x86" +KEYWORDS="x86 ppc" src_unpack() { diff --git a/sys-devel/binutils/binutils-2.12.90.0.7.ebuild b/sys-devel/binutils/binutils-2.12.90.0.7.ebuild index 4cc9d81567ed..d4dadb5ca93d 100644 --- a/sys-devel/binutils/binutils-2.12.90.0.7.ebuild +++ b/sys-devel/binutils/binutils-2.12.90.0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.12.90.0.7.ebuild,v 1.6 2002/07/11 06:30:56 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.12.90.0.7.ebuild,v 1.7 2002/07/16 05:51:10 seemant Exp $ # NOTE to Maintainer: ChangeLog states that it no longer use perl to build # the manpages, but seems this is incorrect .... @@ -13,7 +13,7 @@ SRC_URI="ftp://ftp.kernel.org/pub/linux/devel/binutils/${P}.tar.bz2" SLOT="0" LICENSE="GPL-2|LGPL-2" -KEYWORDS="x86" +KEYWORDS="x86 ppc" HOMEPAGE="http://sources.redhat.com/binutils/" DEPEND="virtual/glibc diff --git a/sys-devel/bison/bison-1.34-r1.ebuild b/sys-devel/bison/bison-1.34-r1.ebuild index 835799da6e34..2fde12e0e2cf 100644 --- a/sys-devel/bison/bison-1.34-r1.ebuild +++ b/sys-devel/bison/bison-1.34-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.34-r1.ebuild,v 1.3 2002/07/10 13:45:38 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.34-r1.ebuild,v 1.4 2002/07/16 05:51:11 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="A yacc-compatible parser generator" @@ -8,10 +8,9 @@ SRC_URI="ftp://ftp.gnu.org/pub/gnu/bison/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/bison/bison.html" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 ppc" -DEPEND="virtual/glibc nls? ( sys-devel/gettext )" -RDEPEND="virtual/glibc" +DEPEND="nls? ( sys-devel/gettext )" src_compile() { diff --git a/sys-devel/flex/flex-2.5.4a-r4.ebuild b/sys-devel/flex/flex-2.5.4a-r4.ebuild index 9bb8fa447689..c979c500c35a 100644 --- a/sys-devel/flex/flex-2.5.4a-r4.ebuild +++ b/sys-devel/flex/flex-2.5.4a-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.4a-r4.ebuild,v 1.4 2002/07/11 06:30:56 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.4a-r4.ebuild,v 1.5 2002/07/16 05:51:11 seemant Exp $ S=${WORKDIR}/flex-2.5.4 DESCRIPTION="GNU lexical analyser generator" @@ -8,7 +8,7 @@ SRC_URI="ftp://ftp.gnu.org/gnu/non-gnu/flex/flex-2.5.4a.tar.gz" HOMEPAGE="http://www.gnu.org/software/flex/flex.html" LICENSE="FLEX" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 ppc" DEPEND="virtual/glibc" RDEPEND="virtual/glibc" diff --git a/sys-devel/gcc/gcc-2.95.3-r7.ebuild b/sys-devel/gcc/gcc-2.95.3-r7.ebuild index c0dc5169c7f0..5f8194b8decb 100644 --- a/sys-devel/gcc/gcc-2.95.3-r7.ebuild +++ b/sys-devel/gcc/gcc-2.95.3-r7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-2.95.3-r7.ebuild,v 1.9 2002/07/10 13:45:38 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-2.95.3-r7.ebuild,v 1.10 2002/07/16 05:51:11 seemant Exp $ TV=4.0 SRC_URI="ftp://gcc.gnu.org/pub/gcc/releases/${P}/${P}.tar.gz" @@ -13,7 +13,7 @@ DESCRIPTION="Modern GCC C/C++ compiler and an included, upgraded version of texi HOMEPAGE="http://www.gnu.org/software/gcc/gcc.html" SLOT="0" LICENSE="GPL-2 LGPL-2" -KEYWORDS="x86" +KEYWORDS="x86 ppc" DEPEND="virtual/glibc" RDEPEND="virtual/glibc" diff --git a/sys-devel/gettext/gettext-0.11.1.ebuild b/sys-devel/gettext/gettext-0.11.1.ebuild index 6c17bf2a2198..29c7831ea0fe 100644 --- a/sys-devel/gettext/gettext-0.11.1.ebuild +++ b/sys-devel/gettext/gettext-0.11.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.11.1.ebuild,v 1.5 2002/07/10 13:45:38 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.11.1.ebuild,v 1.6 2002/07/16 05:51:11 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="GNU locale utilities" @@ -8,7 +8,7 @@ SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/gettext/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/gettext/gettext.html" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 ppc" src_unpack() { unpack ${A} diff --git a/sys-devel/ld.so/ld.so-1.9.11-r2.ebuild b/sys-devel/ld.so/ld.so-1.9.11-r2.ebuild index 00367489b018..f3ad677891e6 100644 --- a/sys-devel/ld.so/ld.so-1.9.11-r2.ebuild +++ b/sys-devel/ld.so/ld.so-1.9.11-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-devel/ld.so/ld.so-1.9.11-r2.ebuild,v 1.5 2002/07/11 06:30:56 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/ld.so/ld.so-1.9.11-r2.ebuild,v 1.6 2002/07/16 05:51:11 seemant Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,15 +9,15 @@ SRC_URI="ftp://ftp.ods.com/pub/linux/${A}" RDEPEND="sys-libs/lib-compat" LICENSE="LD.SO" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 ppc" src_unpack() { unpack ${A} - cd ${S} - cp instldso.sh instldso.orig - sed -e "s:usr/man:usr/share/man:g" \ - instldso.orig > instldso.sh + cd ${S} + cp instldso.sh instldso.orig + sed -e "s:usr/man:usr/share/man:g" \ + instldso.orig > instldso.sh } @@ -34,6 +34,3 @@ src_install() { dodoc COPYRIGHT README ld-so/example/README* } - - - diff --git a/sys-devel/libtool/libtool-1.4.1-r8.ebuild b/sys-devel/libtool/libtool-1.4.1-r8.ebuild index d3bb3ac5bbc8..69bdfc5e3a93 100644 --- a/sys-devel/libtool/libtool-1.4.1-r8.ebuild +++ b/sys-devel/libtool/libtool-1.4.1-r8.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.4.1-r8.ebuild,v 1.5 2002/07/11 06:30:56 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.4.1-r8.ebuild,v 1.6 2002/07/16 05:51:11 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="A shared library tool for developers" SRC_URI="ftp://ftp.gnu.org/gnu/${PN}/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/libtool/libtool.html" LICENSE="GPL-2" -KEYWORDS="x86" +KEYWORDS="x86 ppc" DEPEND="virtual/glibc" diff --git a/sys-devel/libtool/libtool-1.4.1-r9.ebuild b/sys-devel/libtool/libtool-1.4.1-r9.ebuild index 9c20786cdbde..1e6110e5b312 100644 --- a/sys-devel/libtool/libtool-1.4.1-r9.ebuild +++ b/sys-devel/libtool/libtool-1.4.1-r9.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.4.1-r9.ebuild,v 1.4 2002/07/11 06:30:56 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.4.1-r9.ebuild,v 1.5 2002/07/16 05:51:11 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="A shared library tool for developers" SRC_URI="ftp://ftp.gnu.org/gnu/${PN}/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/libtool/libtool.html" LICENSE="GPL-2" -KEYWORDS="x86" +KEYWORDS="x86 ppc" DEPEND="virtual/glibc" diff --git a/sys-devel/m4/m4-1.4p.ebuild b/sys-devel/m4/m4-1.4p.ebuild index b67f75c9fc92..b72562044a19 100644 --- a/sys-devel/m4/m4-1.4p.ebuild +++ b/sys-devel/m4/m4-1.4p.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/m4-1.4p.ebuild,v 1.4 2002/07/11 06:30:56 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/m4-1.4p.ebuild,v 1.5 2002/07/16 05:51:11 seemant Exp $ MY_P=${P/p/ppre2} S=${WORKDIR}/${MY_P} @@ -9,7 +9,7 @@ SRC_URI="ftp://ftp.seindal.dk/gnu/${MY_P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/m4/m4.html" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 ppc" DEPEND="virtual/glibc nls? ( sys-devel/gettext ) diff --git a/sys-devel/make/make-3.79.1-r3.ebuild b/sys-devel/make/make-3.79.1-r3.ebuild index b04124c0401a..bab83793eae3 100644 --- a/sys-devel/make/make-3.79.1-r3.ebuild +++ b/sys-devel/make/make-3.79.1-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/make-3.79.1-r3.ebuild,v 1.5 2002/07/11 06:30:56 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/make-3.79.1-r3.ebuild,v 1.6 2002/07/16 05:51:11 seemant Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,7 +9,7 @@ SRC_URI="ftp://prep.ai.mit.edu/gnu/make/${A}" HOMEPAGE="http://www.gnu.org/software/make/make.html" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 ppc" DEPEND="virtual/glibc nls? ( sys-devel/gettext )" RDEPEND="virtual/glibc" diff --git a/sys-devel/patch/patch-2.5.4-r4.ebuild b/sys-devel/patch/patch-2.5.4-r4.ebuild index dd0b358e15f4..824e157b0a6b 100644 --- a/sys-devel/patch/patch-2.5.4-r4.ebuild +++ b/sys-devel/patch/patch-2.5.4-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.5.4-r4.ebuild,v 1.4 2002/07/11 06:30:56 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.5.4-r4.ebuild,v 1.5 2002/07/16 05:51:11 seemant Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -10,7 +10,7 @@ HOMEPAGE="http://www.gnu.org/software/patch/patch.html" DEPEND="virtual/glibc" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 ppc" src_compile() { diff --git a/sys-devel/perl/perl-5.6.1-r3.ebuild b/sys-devel/perl/perl-5.6.1-r3.ebuild index c90fd55fbc3a..e884224974ee 100644 --- a/sys-devel/perl/perl-5.6.1-r3.ebuild +++ b/sys-devel/perl/perl-5.6.1-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-devel/perl/perl-5.6.1-r3.ebuild,v 1.5 2002/07/11 06:30:56 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/perl/perl-5.6.1-r3.ebuild,v 1.6 2002/07/16 05:51:11 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Larry Wall's Practical Extraction and Reporting Language" @@ -8,7 +8,7 @@ SRC_URI="ftp://ftp.perl.org/pub/perl/CPAN/src/${P}.tar.gz" HOMEPAGE="http://www.perl.org" LICENSE="Artistic | GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 ppc" DEPEND="virtual/glibc sys-apps/groff berkdb? ( >=sys-libs/db-3.2.3h-r3 =sys-libs/db-1.85-r1 ) gdbm? ( >=sys-libs/gdbm-1.8.0 )" diff --git a/sys-devel/perl/perl-5.6.1-r4.ebuild b/sys-devel/perl/perl-5.6.1-r4.ebuild index 0f3fe209ef02..605303be9f66 100644 --- a/sys-devel/perl/perl-5.6.1-r4.ebuild +++ b/sys-devel/perl/perl-5.6.1-r4.ebuild @@ -8,7 +8,7 @@ SRC_URI="ftp://ftp.perl.org/pub/perl/CPAN/src/${P}.tar.gz" HOMEPAGE="http://www.perl.org" LICENSE="Artistic | GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 ppc" DEPEND="virtual/glibc sys-apps/groff berkdb? ( >=sys-libs/db-3.2.3h-r3 =sys-libs/db-1.85-r1 ) gdbm? ( >=sys-libs/gdbm-1.8.0 )" diff --git a/sys-kernel/linux-headers/linux-headers-2.4.18-r2.ebuild b/sys-kernel/linux-headers/linux-headers-2.4.18-r2.ebuild index 15f750f575b4..611967d8584d 100644 --- a/sys-kernel/linux-headers/linux-headers-2.4.18-r2.ebuild +++ b/sys-kernel/linux-headers/linux-headers-2.4.18-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.4.18-r2.ebuild,v 1.5 2002/07/11 06:30:56 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.4.18-r2.ebuild,v 1.6 2002/07/16 05:51:11 seemant Exp $ #OKV=original kernel version, KV=patched kernel version. They can be the same. #we use this next variable to avoid duplicating stuff on cvs @@ -18,7 +18,7 @@ PROVIDE="virtual/kernel" HOMEPAGE="http://www.kernel.org/ http://www.gentoo.org/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 ppc" KERNEL_ARCH=`echo $ARCH |\ sed -e s/[i]*.86/i386/ -e s/sun4u/sparc64/ -e s/arm.*/arm/ -e s/sa110/arm/` |