diff options
123 files changed, 485 insertions, 129 deletions
diff --git a/app-admin/daemontools/daemontools-0.70-r1.ebuild b/app-admin/daemontools/daemontools-0.70-r1.ebuild index 10576e251437..f2b24d76f8cf 100644 --- a/app-admin/daemontools/daemontools-0.70-r1.ebuild +++ b/app-admin/daemontools/daemontools-0.70-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-admin/daemontools/daemontools-0.70-r1.ebuild,v 1.3 2000/09/15 20:08:42 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/daemontools/daemontools-0.70-r1.ebuild,v 1.4 2000/11/01 04:44:10 achim Exp $ P=daemontools-0.70 A=${P}.tar.gz @@ -10,6 +10,8 @@ DESCRIPTION="Collection of tools for managing UNIX services" SRC_URI="http://cr.yp.to/daemontools/"${A} HOMEPAGE="http://cr.yp.to/daemontools.html" +DEPEND=">=sys-libs/glibc-2.1.3" + src_unpack() { unpack ${A} cd ${S} diff --git a/app-admin/killproc/killproc-1.12-r1.ebuild b/app-admin/killproc/killproc-1.12-r1.ebuild index 1f364780c043..7a99598ad131 100644 --- a/app-admin/killproc/killproc-1.12-r1.ebuild +++ b/app-admin/killproc/killproc-1.12-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-admin/killproc/killproc-1.12-r1.ebuild,v 1.3 2000/09/15 20:08:42 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/killproc/killproc-1.12-r1.ebuild,v 1.4 2000/11/01 04:44:10 achim Exp $ P=killproc-1.12 A=${P}.tar.gz @@ -9,6 +9,8 @@ S=${WORKDIR}/${P} DESCRIPTION="killproc and assorted tools for boot scripts" SRC_URI="ftp://ftp.suse.com/pub/projects/init/"${A} +DEPEND=">=sys-libs/glibc-2.1.3" + src_unpack() { unpack ${A} cd ${S} diff --git a/app-admin/logrotate/logrotate-3.3-r1.ebuild b/app-admin/logrotate/logrotate-3.3-r1.ebuild index c840fbd8d8ba..5427684eda05 100644 --- a/app-admin/logrotate/logrotate-3.3-r1.ebuild +++ b/app-admin/logrotate/logrotate-3.3-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/logrotate-3.3-r1.ebuild,v 1.1 2000/10/29 20:47:22 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/logrotate-3.3-r1.ebuild,v 1.2 2000/11/01 04:44:10 achim Exp $ P=logrotate-3.3 A=${P}.tar.gz @@ -10,6 +10,9 @@ DESCRIPTION="Rotates, compresses, and mails system logs" SRC_URI="ftp://ftp.redhat.com/redhat/code/logrotate/${A} ftp://ftp.valinux.com/pub/mirrors/redhat/redhat/code/logrotate/${A}" +DEPEND=">=sys-libs/glibc-2.1.3 + >=app-arch/rpm-3.0.5" + src_unpack() { unpack ${A} } diff --git a/app-admin/modlogan/modlogan-0.5.2.ebuild b/app-admin/modlogan/modlogan-0.5.2.ebuild index 5d72f88b2021..e52a10193c81 100644 --- a/app-admin/modlogan/modlogan-0.5.2.ebuild +++ b/app-admin/modlogan/modlogan-0.5.2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-admin/modlogan/modlogan-0.5.2.ebuild,v 1.3 2000/09/15 20:08:43 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/modlogan/modlogan-0.5.2.ebuild,v 1.4 2000/11/01 04:44:10 achim Exp $ P=modlogan-0.5.2 A="${P}.tar.gz gd-1.8.1.tar.gz" @@ -33,7 +33,7 @@ src_install() { dolib libgd.so.0.0.0 cd ${S} try make prefix=${D}/usr install - prepman + preplib /usr dodoc AUTHORS COPYING ChangeLog README NEWS TODO dodoc doc/*.txt doc/*.conf doc/glosar doc/stats docinto html @@ -45,3 +45,4 @@ src_install() { + diff --git a/app-admin/runset/runset-1.3-r1.ebuild b/app-admin/runset/runset-1.3-r1.ebuild index 9f4e2c86254a..ca86f99d4bd2 100644 --- a/app-admin/runset/runset-1.3-r1.ebuild +++ b/app-admin/runset/runset-1.3-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-admin/runset/runset-1.3-r1.ebuild,v 1.5 2000/10/23 11:27:12 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/runset/runset-1.3-r1.ebuild,v 1.6 2000/11/01 04:44:10 achim Exp $ P=runset-1.3 A=${P}.tar.gz @@ -9,6 +9,9 @@ S=${WORKDIR}/${P} DESCRIPTION="Runset Init suite, a replacement for sysv style initd" SRC_URI="ftp://ftp.ocis.net/pub/users/ldeutsch/release/"${A} +DEPEND=">=sys-apps/bash-2.04 + >=sys-libs/glibc-2.1.3" + src_unpack() { unpack ${A} } diff --git a/app-admin/yup/yup-0.6.5-r1.ebuild b/app-admin/yup/yup-0.6.5-r1.ebuild index e681339017a6..a612a29982e8 100644 --- a/app-admin/yup/yup-0.6.5-r1.ebuild +++ b/app-admin/yup/yup-0.6.5-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-admin/yup/yup-0.6.5-r1.ebuild,v 1.3 2000/09/15 20:08:44 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/yup/yup-0.6.5-r1.ebuild,v 1.4 2000/11/01 04:44:10 achim Exp $ P=yup-0.6.5 A=${P}.tar.gz @@ -9,6 +9,8 @@ S=${WORKDIR}/${P} DESCRIPTION="Interactive automated package management program for RPM-based distributions" SRC_URI="ftp://ftp.yellowdoglinux.com/pub/yellowdog/software/yup/"${A} +DEPEND="|| ( >=sys-devel/python-basic-1.5.2 >=dev-lang/python-1.5.2 )" + src_unpack() { unpack ${A} } diff --git a/app-arch/rpm/rpm-3.0.5.ebuild b/app-arch/rpm/rpm-3.0.5.ebuild index 733260001ed6..fb6bfe198a56 100644 --- a/app-arch/rpm/rpm-3.0.5.ebuild +++ b/app-arch/rpm/rpm-3.0.5.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-3.0.5.ebuild,v 1.4 2000/10/23 11:27:12 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-3.0.5.ebuild,v 1.5 2000/11/01 04:44:11 achim Exp $ P=rpm-3.0.5 A="${P}.tar.gz" @@ -10,6 +10,10 @@ DESCRIPTION="Red Hat Package Management Utils" SRC_URI="ftp://ftp.rpm.org/pub/rpm/dist/rpm-3.0.x/${A}" HOMEPAGE="http://www.rpm.org/" +DEPEND=">=sys-apps/bash-2.04 + >=sys-libs/glibc-2.1.3 + >=sys-libs/zlib-1.1.3 + >=sys-apps/bzip2-1.0.1" src_compile() { cd ${S} diff --git a/app-arch/unzip/unzip-5.41-r1.ebuild b/app-arch/unzip/unzip-5.41-r1.ebuild index ab186d22c694..0a0768f92012 100644 --- a/app-arch/unzip/unzip-5.41-r1.ebuild +++ b/app-arch/unzip/unzip-5.41-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-5.41-r1.ebuild,v 1.3 2000/09/15 20:08:45 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-5.41-r1.ebuild,v 1.4 2000/11/01 04:44:11 achim Exp $ P=unzip-5.41 A=unzip541.tar.gz @@ -10,6 +10,9 @@ DESCRIPTION="Unzipper for pkzip-compressed files" SRC_URI="ftp://ftp.freesoftware.com/pub/infozip/src/${A}" HOMEPAGE="ftp://ftp.info-zip.org/pub/infozip/UnZip.html" +DEPEND=">=sys-apps/bash-2.04 + >=sys-libs/glibc-2.1.3" + src_unpack() { unpack ${A} } diff --git a/app-arch/zip/zip-2.3.ebuild b/app-arch/zip/zip-2.3.ebuild index be5ff486d65e..3f1f38113c52 100644 --- a/app-arch/zip/zip-2.3.ebuild +++ b/app-arch/zip/zip-2.3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-arch/zip/zip-2.3.ebuild,v 1.1 2000/10/14 11:15:26 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/zip/zip-2.3.ebuild,v 1.2 2000/11/01 04:44:11 achim Exp $ A=zip23.tar.gz S=${WORKDIR}/${P} @@ -9,6 +9,7 @@ DESCRIPTION="Info ZIP" SRC_URI="ftp://ftp.info-zip.org/pub/infozip/src/${A}" HOMEPAGE="ftp://ftp.freesoftware.com/pub/infozip/Zip.html" +DEPEND=">=sys-libs/glibc-2.1.3" src_unpack() { unpack ${A} diff --git a/app-cdr/cdrecord/cdrecord-1.9-r1.ebuild b/app-cdr/cdrecord/cdrecord-1.9-r1.ebuild index 9a2e8388a380..ddc0ba5d7392 100644 --- a/app-cdr/cdrecord/cdrecord-1.9-r1.ebuild +++ b/app-cdr/cdrecord/cdrecord-1.9-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrecord/cdrecord-1.9-r1.ebuild,v 1.4 2000/10/04 16:04:34 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrecord/cdrecord-1.9-r1.ebuild,v 1.5 2000/11/01 04:44:11 achim Exp $ P=cdrecord-1.9 A=${P}.tar.gz @@ -10,6 +10,8 @@ DESCRIPTION="cdrecord" SRC_URI="ftp://ftp.fokus.gmd.de/pub/unix/cdrecord/"${A} HOMEPAGE="http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/cdrecord.html" +DEPEND=">=sys-libs/glibc-2.1.3" + src_unpack() { unpack ${A} cd ${S}/DEFAULTS diff --git a/app-doc/gimp-user-manual/gimp-user-manual-html-2.0.ebuild b/app-doc/gimp-user-manual/gimp-user-manual-html-2.0.ebuild index 2eb0277e6599..eb1d8d3e31f3 100644 --- a/app-doc/gimp-user-manual/gimp-user-manual-html-2.0.ebuild +++ b/app-doc/gimp-user-manual/gimp-user-manual-html-2.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-doc/gimp-user-manual/gimp-user-manual-html-2.0.ebuild,v 1.2 2000/10/14 11:15:44 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/gimp-user-manual/gimp-user-manual-html-2.0.ebuild,v 1.3 2000/11/01 04:44:11 achim Exp $ A="GimpUsersManual_SecondEdition-HTML_Search.tar.gz GimpUsersManual_SecondEdition-HTML_Color.tar.gz" @@ -11,6 +11,7 @@ DESCRIPTION="A user manual for GIMP" SRC_URI="ftp://manual.gimp.org/pub/manual/GimpUsersManual_SecondEdition-HTML_Search.tar.gz ftp://manual.gimp.org/pub/manual/GimpUsersManual_SecondEdition-HTML_Color.tar.gz" HOMEPAGE="http://manual.gimp.org" +DEPEND="" src_unpack() { diff --git a/app-doc/man-pages/man-pages-1.31.ebuild b/app-doc/man-pages/man-pages-1.31.ebuild index c0fb481c9688..60c0f610d333 100644 --- a/app-doc/man-pages/man-pages-1.31.ebuild +++ b/app-doc/man-pages/man-pages-1.31.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-doc/man-pages/man-pages-1.31.ebuild,v 1.2 2000/10/04 16:04:34 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/man-pages/man-pages-1.31.ebuild,v 1.3 2000/11/01 04:44:11 achim Exp $ P=man-pages-1.31 A="${P}.tar.gz netman-20000610.tgz" @@ -13,6 +13,8 @@ SRC_URI="ftp://ftp.kernel.org/pub/linux/docs/manpages/man-pages-1.31.tar.gz ftp://ftp.uk.kernel.org/pub/linux/docs/manpages/man-pages-1.31.tar.gz ftp://ftp.suse.com/pub/people/ak/netman/netman-20000610.tgz" +DEPEND="" + src_compile() { echo } diff --git a/app-editors/joe/joe-2.8-r1.ebuild b/app-editors/joe/joe-2.8-r1.ebuild index c927de524028..0520cdb5fbc0 100644 --- a/app-editors/joe/joe-2.8-r1.ebuild +++ b/app-editors/joe/joe-2.8-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-2.8-r1.ebuild,v 1.8 2000/10/23 11:27:12 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-2.8-r1.ebuild,v 1.9 2000/11/01 04:44:11 achim Exp $ P=joe-2.8 A=joe2.8.tar.Z @@ -10,6 +10,10 @@ DESCRIPTION="A free ASCII-Text Screen Editor for UNIX" SRC_URI="ftp://ftp.std.com/src/editors/${A} ftp://ftp.visi.com/disk3/unix/editors/${A}" +DEPEND=">=sys-libs/glibc-2.1.3 + >=sys-libs/gpm-1.19.3 + >=sys-libs/ncurses-5.1" + src_compile() { try make diff --git a/app-editors/nedit/nedit-5.1.1.ebuild b/app-editors/nedit/nedit-5.1.1.ebuild index fa5b94162057..d5a5ca6c364a 100644 --- a/app-editors/nedit/nedit-5.1.1.ebuild +++ b/app-editors/nedit/nedit-5.1.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-editors/nedit/nedit-5.1.1.ebuild,v 1.1 2000/10/10 16:37:46 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nedit/nedit-5.1.1.ebuild,v 1.2 2000/11/01 04:44:11 achim Exp $ A=${P}-src.tar.gz S=${WORKDIR}/${P} @@ -9,7 +9,11 @@ DESCRIPTION="" SRC_URI="ftp://ftp.nedit.org/pub/v5_1_1/${A}" HOMEPAGE="http://nedit.org/" - +DEPEND=">=sys-libs/glibc-2.1.3 + >=dev-util/yacc-1.9.1 + >=x11-base/xfree-4.0.1 + >=x11-wm/openmotif-MLI-2.1.30" + src_unpack() { unpack ${A} cd ${S}/makefiles diff --git a/app-misc/lhinv/lhinv-1.1-r1.ebuild b/app-misc/lhinv/lhinv-1.1-r1.ebuild index ca8849d68975..a5cf342f74dd 100644 --- a/app-misc/lhinv/lhinv-1.1-r1.ebuild +++ b/app-misc/lhinv/lhinv-1.1-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-misc/lhinv/lhinv-1.1-r1.ebuild,v 1.3 2000/09/15 20:08:45 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/lhinv/lhinv-1.1-r1.ebuild,v 1.4 2000/11/01 04:44:12 achim Exp $ P=lhinv-1.1 A=${P}.tar.gz @@ -10,6 +10,8 @@ DESCRIPTION="Linux Hardware Inventory" SRC_URI="http://download.sourceforge.net/lhinv/"${A} HOMEPAGE="http://lhinv.sourceforge.net" +DEPEND=">=sys-devel/perl-5" + src_compile() { cd ${S}/cgi cp w3hinv w3hinv.orig diff --git a/app-shells/ccsh/ccsh-0.0.4-r1.ebuild b/app-shells/ccsh/ccsh-0.0.4-r1.ebuild index 5b26954ec653..7bbbdd5ee72f 100644 --- a/app-shells/ccsh/ccsh-0.0.4-r1.ebuild +++ b/app-shells/ccsh/ccsh-0.0.4-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-shells/ccsh/ccsh-0.0.4-r1.ebuild,v 1.4 2000/10/05 00:12:58 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/ccsh/ccsh-0.0.4-r1.ebuild,v 1.5 2000/11/01 04:44:12 achim Exp $ P=ccsh-0.0.4 A=${P}.tar.gz @@ -10,6 +10,8 @@ DESCRIPTION="UNIX Shell for people already familiar with the C language" SRC_URI="http://download.sourceforge.net/ccsh/"${A} HOMEPAGE="http://ccsh.sourceforge.net" +DEPEND=">=sys-libs/glibc-2.1.3" + src_compile() { cd ${S} diff --git a/app-shells/esh/esh-0.8-r1.ebuild b/app-shells/esh/esh-0.8-r1.ebuild index 2c11af55a4dc..c83a5316cd19 100644 --- a/app-shells/esh/esh-0.8-r1.ebuild +++ b/app-shells/esh/esh-0.8-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-shells/esh/esh-0.8-r1.ebuild,v 1.3 2000/09/15 20:08:46 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/esh/esh-0.8-r1.ebuild,v 1.4 2000/11/01 04:44:12 achim Exp $ P=esh-0.8 A=${P}.tar.gz @@ -10,6 +10,10 @@ DESCRIPTION="A UNIX Shell with a simplified Scheme syntax" SRC_URI="http://esh.netpedia.net/"${A} HOMEPAGE="http://esh.netpedia.net/" +DEPEND=">=sys-libs/glibc-2.1.3 + >=sys-libs/gpm-1.19.3 + >=sys-libs/ncurses-5.1" + src_compile() { cd ${S} cp Makefile Makefile.orig diff --git a/app-shells/pdksh/pdksh-5.2.14-r1.ebuild b/app-shells/pdksh/pdksh-5.2.14-r1.ebuild index 15ae727b62b1..256898cd552c 100644 --- a/app-shells/pdksh/pdksh-5.2.14-r1.ebuild +++ b/app-shells/pdksh/pdksh-5.2.14-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-shells/pdksh/pdksh-5.2.14-r1.ebuild,v 1.3 2000/09/15 20:08:46 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/pdksh/pdksh-5.2.14-r1.ebuild,v 1.4 2000/11/01 04:44:12 achim Exp $ P=pdksh-5.2.14 A=${P}.tar.gz @@ -10,6 +10,8 @@ DESCRIPTION="The Public Domain Korn Shell" SRC_URI="ftp://ftp.cs.mun.ca/pub/pdksh/"${A} HOMEPAGE="http://ww.cs.mun.ca/~michael/pdksh/" +DEPEND=">=sys-libs/glibc-2.1.3" + src_compile() { cd ${S} try ./configure --prefix=/usr --host=${CHOST} diff --git a/app-shells/psh/psh-0.008-r1.ebuild b/app-shells/psh/psh-0.008-r1.ebuild index 6d80207bc6c8..c686a840e9cb 100644 --- a/app-shells/psh/psh-0.008-r1.ebuild +++ b/app-shells/psh/psh-0.008-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-0.008-r1.ebuild,v 1.4 2000/10/05 00:12:58 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-0.008-r1.ebuild,v 1.5 2000/11/01 04:44:12 achim Exp $ P=psh-0.008 A=${P}.tar.gz @@ -10,6 +10,8 @@ DESCRIPTION="Combines the interactive nature of a Unix shell with the power of P SRC_URI="http://www.focusresearch.com/gregor/psh/"${A} HOMEPAGE="http://www.focusresearch.com/gregor/psh/" +DEPEND=">=sys-devel/perl-5" + src_compile() { cd ${S} perl Makefile.PL $PERLINSTALL diff --git a/app-shells/sash/sash-3.4-r2.ebuild b/app-shells/sash/sash-3.4-r2.ebuild index e98fd3f513e4..71ca950bea6d 100644 --- a/app-shells/sash/sash-3.4-r2.ebuild +++ b/app-shells/sash/sash-3.4-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.4-r2.ebuild,v 1.3 2000/09/15 20:08:46 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.4-r2.ebuild,v 1.4 2000/11/01 04:44:12 achim Exp $ P=sash-3.4 A="${P}.tar.gz sash-3.x-readline.diff.gz" @@ -10,6 +10,10 @@ DESCRIPTION="A small UNIX Shell with readline suppport" SRC_URI="http://www.canb.auug.org.au/~dbell/programs/${P}.tar.gz http://dimavb.st.simbirsk.su/vlk/sash-3.x-readline.diff.gz" +DEPEND=">=sys-libs/glibc-2.1.3 + >=sys-libs/zlib-1.1.3 + >=sys-libs/readline-4.1" + HOMEPAGE="http://www.canb.auug.org.au/~dbell/ http://dimavb.st.simbirsk.su/vlk/" src_unpack() { diff --git a/app-shells/tcsh/tcsh-6.09-r1.ebuild b/app-shells/tcsh/tcsh-6.09-r1.ebuild index a1baa0a3cbb6..e566daef5646 100644 --- a/app-shells/tcsh/tcsh-6.09-r1.ebuild +++ b/app-shells/tcsh/tcsh-6.09-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.09-r1.ebuild,v 1.5 2000/10/23 11:27:12 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.09-r1.ebuild,v 1.6 2000/11/01 04:44:12 achim Exp $ P=tcsh-6.09 A=${P}.tar.gz @@ -9,6 +9,9 @@ S=${WORKDIR}/${P}.00 DESCRIPTION="The standard GNU Bourne again shell" #ugh, astron.com doesn't support passive ftp... maybe another source? SRC_URI="ftp://ftp.astron.com/pub/tcsh/"${A} +DEPEND=">=sys-libs/glibc-2.1.3 + >=sys-libs/gpm-1.19.3 + >=sys-libs/ncurses-5.1" src_compile() { cd ${S} diff --git a/app-shells/zsh/zsh-3.1.9.ebuild b/app-shells/zsh/zsh-3.1.9.ebuild index 93ceefe0c647..1a94d8c44787 100644 --- a/app-shells/zsh/zsh-3.1.9.ebuild +++ b/app-shells/zsh/zsh-3.1.9.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-3.1.9.ebuild,v 1.2 2000/09/15 20:08:46 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-3.1.9.ebuild,v 1.3 2000/11/01 04:44:12 achim Exp $ P=zsh-3.1.9 A=${P}.tar.gz @@ -10,6 +10,10 @@ DESCRIPTION="UNIX Shell similar to the Korn shell" SRC_URI="ftp://ftp.zsh.org/pub/"${A} HOMEPAGE="www.zsh.org/" +DEPEND=">=sys-libs/glibc-2.1.3 + >=sys-libs/gpm-1.19.3 + >=sys-libs/ncurses-5.1" + src_compile() { cd ${S} try ./configure --prefix=/ --mandir=/usr/man --infodir=/usr/info --host=${CHOST} diff --git a/app-text/a2ps/a2ps-4.13b-r1.ebuild b/app-text/a2ps/a2ps-4.13b-r1.ebuild index 717cee0e6aff..a2836a4069f8 100644 --- a/app-text/a2ps/a2ps-4.13b-r1.ebuild +++ b/app-text/a2ps/a2ps-4.13b-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/a2ps-4.13b-r1.ebuild,v 1.3 2000/09/15 20:08:46 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/a2ps-4.13b-r1.ebuild,v 1.4 2000/11/01 04:44:13 achim Exp $ P=a2ps-4.13b A=${P}.tar.gz @@ -9,6 +9,13 @@ S=${WORKDIR}/a2ps-4.13 DESCRIPTION="a2ps is an Any to PostScript filter" SRC_URI="ftp://ftp.enst.fr/pub/unix/a2ps/"${A} HOMEPAGE="http://www-inf.enst.fr/~demaille/a2ps" + +DEPEND=">=sys-apps/bash-2.04 + >=sys-libs/glibc-2.1.3 + >=app-text/ghostscript-6.23 + >=app-text/tetex-1.0.7 + || ( >=net-print/LPRng-3.6.24 >=net-print/cups-1.1.3 )" + src_unpack() { unpack ${A} } diff --git a/app-text/dgs/dgs-0.5.9.1.ebuild b/app-text/dgs/dgs-0.5.9.1.ebuild index 0d8db06ac3e1..0fef483f49f7 100644 --- a/app-text/dgs/dgs-0.5.9.1.ebuild +++ b/app-text/dgs/dgs-0.5.9.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-text/dgs/dgs-0.5.9.1.ebuild,v 1.2 2000/10/09 16:02:49 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dgs/dgs-0.5.9.1.ebuild,v 1.3 2000/11/01 04:44:13 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/dgs-0.5.9 @@ -9,6 +9,10 @@ DESCRIPTION="A Ghostscript based DPS server" SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/dgs/${A}" HOMEPAGE="http://www.aist-nara.ac.jp/~masata-y/dgs/index.html" +DEPEND=">=sys-apps/bash-2.04 + >=sys-libs/glibc-2.1.3 + >=dev-libs/glib-1.2.8 + >=x11-base/xfree-4.0.1" src_compile() { diff --git a/app-text/docbook-utils/docbook-utils-0.5.5.ebuild b/app-text/docbook-utils/docbook-utils-0.5.5.ebuild index 847130cf6ebb..3f3151a0bd78 100644 --- a/app-text/docbook-utils/docbook-utils-0.5.5.ebuild +++ b/app-text/docbook-utils/docbook-utils-0.5.5.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-utils/docbook-utils-0.5.5.ebuild,v 1.1 2000/10/19 15:59:08 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-utils/docbook-utils-0.5.5.ebuild,v 1.2 2000/11/01 04:44:13 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -10,6 +10,8 @@ SRC_URI="ftp://ftp.kde.org/pub/kde/devel/docbook/SOURCES/${A} http://download.sourceforge.net/pub/mirrors/kde/devel/docbook/SOURCES/${A}" HOMEPAGE="http://" +DEPEND=">=sys-apps/bash-2.04 + >=sys-devel/perl-5" src_compile() { diff --git a/app-text/ghostscript/ghostscript-6.23-r2.ebuild b/app-text/ghostscript/ghostscript-6.23-r2.ebuild index dc7124a24d96..1c2b5b2f43cc 100644 --- a/app-text/ghostscript/ghostscript-6.23-r2.ebuild +++ b/app-text/ghostscript/ghostscript-6.23-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ghostscript-6.23-r2.ebuild,v 1.1 2000/10/29 20:36:59 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ghostscript-6.23-r2.ebuild,v 1.2 2000/11/01 04:44:13 achim Exp $ P=ghostscript-6.23 A="${P}.tar.gz ghostscript-fonts-std-6.0.tar.gz print-4.0.0rc1.tar.gz" @@ -15,6 +15,11 @@ SRC_URI="http://download.sourceforge.net/ghostscript/${P}.tar.gz http://download.sourceforge.net/gs-fonts/ghostscript-fonts-std-6.0.tar.gz http://download.sourceforge.net/gimp-print/print-4.0.0rc1.tar.gz" +DEPEND=">=sys-apps/bash-2.04 + >=sys-libs/glibc-2.1.3 + >=media-libs/libpng-1.0.8 + >=x11-base/xfree-4.0.1" + src_unpack() { unpack ${A} cd ${S} diff --git a/app-text/html-xml-utils/html-xml-utils-1.3.ebuild b/app-text/html-xml-utils/html-xml-utils-1.3.ebuild index 8f56736f2027..ec6e34306761 100644 --- a/app-text/html-xml-utils/html-xml-utils-1.3.ebuild +++ b/app-text/html-xml-utils/html-xml-utils-1.3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-text/html-xml-utils/html-xml-utils-1.3.ebuild,v 1.2 2000/09/15 20:08:46 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/html-xml-utils/html-xml-utils-1.3.ebuild,v 1.3 2000/11/01 04:44:13 achim Exp $ P=html-xml-utils-1.3 A=${P}.tar.gz @@ -10,6 +10,7 @@ DESCRIPTION="A number of simple utilities for manipulating HTML and XML files." SRC_URI="http://www.w3.org/Tools/HTML-XML-utils/${A}" HOMEPAGE="http://www.w3.org/Tools/HTML-XML-utils/" +DEPEND=">=sys-libs/glibc-2.1.3" src_compile() { diff --git a/app-text/openjade/openjade-1.3-r1.ebuild b/app-text/openjade/openjade-1.3-r1.ebuild index aa9e57ecd82c..1bc5f30a2bc9 100644 --- a/app-text/openjade/openjade-1.3-r1.ebuild +++ b/app-text/openjade/openjade-1.3-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-text/openjade/openjade-1.3-r1.ebuild,v 1.5 2000/10/19 15:59:08 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/openjade/openjade-1.3-r1.ebuild,v 1.6 2000/11/01 04:44:13 achim Exp $ P=openjade-1.3 A=${P}.tar.gz @@ -10,6 +10,10 @@ DESCRIPTION="Jade is an implemetation of DSSSL - an ISO standard for formatting SRC_URI="http://download.sourceforge.net/openjade/"${A} HOMEPAGE="http://openjade.sourceforge.net" +DEPEND=">=sys-devel/gcc-2.95.2 + >=sys-devel/perl-5 + >=sys-libs/glibc-2.1.3" + src_unpack() { unpack ${A} } diff --git a/app-text/rcs/rcs-5.7.ebuild b/app-text/rcs/rcs-5.7.ebuild index 7fb7635a949e..43ca4cde09e1 100644 --- a/app-text/rcs/rcs-5.7.ebuild +++ b/app-text/rcs/rcs-5.7.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-text/rcs/rcs-5.7.ebuild,v 1.3 2000/10/05 00:12:58 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/rcs/rcs-5.7.ebuild,v 1.4 2000/11/01 04:44:13 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -10,6 +10,7 @@ SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/rcs/${A} ftp://ftp.gnu.org/gnu/rcs/${A}" HOMEPAGE="http://www.gnu.org/software/rcs/" +DEPEND=">=sys-libs/glibc-2.1.3" src_compile() { diff --git a/app-text/sablotron/sablotron-0.44.ebuild b/app-text/sablotron/sablotron-0.44.ebuild index 08f72b88d2f3..6f05ccbfb371 100644 --- a/app-text/sablotron/sablotron-0.44.ebuild +++ b/app-text/sablotron/sablotron-0.44.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/sablotron-0.44.ebuild,v 1.1 2000/09/20 17:15:17 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/sablotron-0.44.ebuild,v 1.2 2000/11/01 04:44:13 achim Exp $ A="Sablot-${PV}.tar.gz Sablot-Expat-1.1.2.tar.gz" S=${WORKDIR}/Sablot-${PV} @@ -10,6 +10,9 @@ SRC_URI="http://www.gingerall.com/perl/rd?url=sablot/Sablot-${PV}.tar.gz http://www.gingerall.com/perl/rd?url=sablot/Sablot-Expat-1.1.2.tar.gz" HOMEPAGE="http://www.gingerall.com/charlie-bin/get/webGA/act/sablotron.act" +DEPEND=">=sys-devel/gcc-2.95.2 + >=sys-libs/glibc-2.1.3" + src_unpack() { unpack Sablot-${PV}.tar.gz cd ${S} diff --git a/app-text/sgml-common/sgml-common-0.3.ebuild b/app-text/sgml-common/sgml-common-0.3.ebuild index 7063c0681299..0c5c3d33c027 100644 --- a/app-text/sgml-common/sgml-common-0.3.ebuild +++ b/app-text/sgml-common/sgml-common-0.3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-text/sgml-common/sgml-common-0.3.ebuild,v 1.1 2000/10/19 15:59:08 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sgml-common/sgml-common-0.3.ebuild,v 1.2 2000/11/01 04:44:13 achim Exp $ A=${P}.tgz S=${WORKDIR}/${P} @@ -10,6 +10,7 @@ SRC_URI="ftp://ftp.kde.org/pub/kde/devel/docbook/SOURCES/${A} http://download.sourceforge.net/pub/mirrors/kde/devel/docbook/SOURCES/${A}" HOMEPAGE="http://www.iso.ch/cate/3524030.html" +DEPEND=">=sys-apps/bash-2.04" src_compile() { diff --git a/app-text/sgml2x/sgml2x-0.11-r1.ebuild b/app-text/sgml2x/sgml2x-0.11-r1.ebuild index 36838a5d7a36..f78900ad4868 100644 --- a/app-text/sgml2x/sgml2x-0.11-r1.ebuild +++ b/app-text/sgml2x/sgml2x-0.11-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-text/sgml2x/sgml2x-0.11-r1.ebuild,v 1.4 2000/10/05 00:12:58 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sgml2x/sgml2x-0.11-r1.ebuild,v 1.5 2000/11/01 04:44:13 achim Exp $ P=sgml2x-0.11 A=${P}.tar.gz @@ -10,6 +10,8 @@ DESCRIPTION="Frontend for jade and jadetex" SRC_URI="ftp://sgml2x.sourceforge.net/pub/sgml2x/"${A} HOMEPAGE="http://sgml2x.sourceforge.net/" +DEPEND=">=sys-devel/perl-5" + src_unpack() { unpack ${A} cd ${S} diff --git a/app-text/tetex/files/digest-tetex-1.0.7-r1 b/app-text/tetex/files/digest-tetex-1.0.7-r1 index dc7f20463808..648fa53fc441 100644 --- a/app-text/tetex/files/digest-tetex-1.0.7-r1 +++ b/app-text/tetex/files/digest-tetex-1.0.7-r1 @@ -1,3 +1,2 @@ MD5 2c6da2a45096c2fdc41b8de6a8af1a52 teTeX-src-1.0.7.tar.gz -MD5 7811ed356cca07b16ea8422f00c3cd34 teTeX-texmf-1.0.2.tar.gz -MD5 5260f5b14bf5ef758a03384bd6729b7b teTeX-texmfsrc-1.0.1.tar.gz +MD5 4ed55dd19fd8ff7e5cd9ffc503fcca4f teTeX-texmf-1.0.2.tar.gz diff --git a/app-text/tetex/tetex-1.0.7-r1.ebuild b/app-text/tetex/tetex-1.0.7-r1.ebuild index 3c99c5760142..bb2715667376 100644 --- a/app-text/tetex/tetex-1.0.7-r1.ebuild +++ b/app-text/tetex/tetex-1.0.7-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-text/tetex/tetex-1.0.7-r1.ebuild,v 1.8 2000/10/19 16:14:16 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/tetex/tetex-1.0.7-r1.ebuild,v 1.9 2000/11/01 04:44:13 achim Exp $ P=tetex-1.0.7 A="teTeX-src-1.0.7.tar.gz teTeX-texmf-1.0.2.tar.gz" @@ -10,6 +10,11 @@ DESCRIPTION="teTeX is a complete TeX distribution" SRC_URI="ftp://sunsite.informatik.rwth-aachen.de/pub/comp/tex/teTeX/1.0/distrib/sources/teTeX-src-1.0.7.tar.gz ftp://sunsite.informatik.rwth-aachen.de/pub/comp/tex/teTeX/1.0/distrib/sources/teTeX-texmf-1.0.2.tar.gz" +DEPEND=">=sys-devel/gcc-2.95.2 + >=sys-libs/glibc-2.1.3 + >=media-libs/libpng-1.0.7 + >=x11-base/xfree-4.0.1" + HOMEPAGE="http://tug.cs.umb.edu/tetex/" src_unpack() { diff --git a/app-text/ttf2pt1/ttf2pt1-3.3.0.ebuild b/app-text/ttf2pt1/ttf2pt1-3.3.0.ebuild index e6c1d3b44d9e..cdc157eb3d9a 100644 --- a/app-text/ttf2pt1/ttf2pt1-3.3.0.ebuild +++ b/app-text/ttf2pt1/ttf2pt1-3.3.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pt1/ttf2pt1-3.3.0.ebuild,v 1.1 2000/10/09 18:00:52 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pt1/ttf2pt1-3.3.0.ebuild,v 1.2 2000/11/01 04:44:14 achim Exp $ A=${P}.tgz S=${WORKDIR}/${P} @@ -9,6 +9,7 @@ DESCRIPTION="Converts True Type to Type 1 fonts" SRC_URI="http://download.sourceforge.net/ttf2pt1/${A}" HOMEPAGE="http://ttf2pt1.sourceforge.net" +DEPEND=">=sys-libs/glibc-2.1.3" src_unpack() { unpack ${A} diff --git a/dev-db/mysql/mysql-3.23.26.ebuild b/dev-db/mysql/mysql-3.23.26.ebuild index 4420969e9356..cb158d3866da 100644 --- a/dev-db/mysql/mysql-3.23.26.ebuild +++ b/dev-db/mysql/mysql-3.23.26.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-3.23.26.ebuild,v 1.1 2000/10/19 16:21:36 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-3.23.26.ebuild,v 1.2 2000/11/01 04:44:14 achim Exp $ P=mysql-3.23.26-beta A=${P}.tar.gz @@ -11,6 +11,11 @@ SRC_URI="ftp://mysql.valueclick.com/mysql/Downloads/MySQL-3.23/${A} http://www.mysql.com/Downloads/MySQL-3.23/${A}" HOMEPAGE="http://www.mysql.com/" +DEPEND=">=sys-apps/bash-2.04 + >=sys-apps/tcp-wrappers-7.6 + >=sys-libs/glibc-2.1.3 + >=sys-libs/gpm-1.19.3 + >=sys-libs/ncurses-5.1" src_compile() { if [ "$PLATFORM" = "i686-pc-linux-gnu" ] diff --git a/dev-lang/jdk/jdk-1.2.2.ebuild b/dev-lang/jdk/jdk-1.2.2.ebuild index 7889c01b538e..2c5aad5f7501 100644 --- a/dev-lang/jdk/jdk-1.2.2.ebuild +++ b/dev-lang/jdk/jdk-1.2.2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-lang/jdk/jdk-1.2.2.ebuild,v 1.1 2000/08/25 15:10:23 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/jdk/jdk-1.2.2.ebuild,v 1.2 2000/11/01 04:44:14 achim Exp $ P=jdk-1.2.2 A=j2sdk-1.2.2-FCS-linux-i386-glibc-2.1.3.tar.bz2 @@ -10,6 +10,10 @@ DESCRIPTION="Blackdown JDK 1.2.2" SRC_URI="ftp://gd.tuwien.ac.at/opsys/linux/java/JDK-1.2.2/i386/FCS/${A}" HOMEPAGE="http://www.blackdown.org/java-linux.html" +DEPEND=">=sys-apps/bash-2.04 + >=sys-libs/glibc-2.1.3 + >=x11-base/xfree-4.0.1" + src_compile() { cd ${S} } diff --git a/dev-lang/nasm/nasm-0.98-r1.ebuild b/dev-lang/nasm/nasm-0.98-r1.ebuild index 16a9626fb597..99e9d5552bdb 100644 --- a/dev-lang/nasm/nasm-0.98-r1.ebuild +++ b/dev-lang/nasm/nasm-0.98-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-0.98-r1.ebuild,v 1.4 2000/10/05 00:12:59 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-0.98-r1.ebuild,v 1.5 2000/11/01 04:44:14 achim Exp $ P=nasm-0.98 A=${P}.tar.bz2 @@ -12,6 +12,10 @@ SRC_URI="ftp://ftp.kernel.org/pub/software/devel/nasm/source/${A} ftp://ftp.uk.kernel.org/pub/software/devel/nasm/source/${A}" HOMEPAGE="http://nasm.sourceforge.net/" +DEPEND=">=sys-devel/perl-5 + >=sys-apps/texinfo-4.0 + >=sys-libs/glibc-2.1.3" + src_compile() { try ./configure --prefix=/usr try make diff --git a/dev-lang/tcl-tk-8.0/tcl-tk-8.0.5-r1.ebuild b/dev-lang/tcl-tk-8.0/tcl-tk-8.0.5-r1.ebuild index 99bd2d3d4153..7c549882c7d6 100644 --- a/dev-lang/tcl-tk-8.0/tcl-tk-8.0.5-r1.ebuild +++ b/dev-lang/tcl-tk-8.0/tcl-tk-8.0.5-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl-tk-8.0/tcl-tk-8.0.5-r1.ebuild,v 1.3 2000/09/15 20:08:48 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl-tk-8.0/tcl-tk-8.0.5-r1.ebuild,v 1.4 2000/11/01 04:44:14 achim Exp $ # P=tcl-tk-8.0.5 @@ -23,6 +23,10 @@ HOMEPAGE="http:/dev.scriptics.com/software/tcltk/" DESCRIPTION="Tool Command Language" +DEPEND=">=sys-apps/bash-2.04 + >=sys-libs/glibc-2.1.3 + >=x11-base/xfree-4.0.1" + # hyper-optimizations untested... # src_unpack() { diff --git a/dev-lang/tcl-tk-8.1/tcl-tk-8.1.1-r1.ebuild b/dev-lang/tcl-tk-8.1/tcl-tk-8.1.1-r1.ebuild index 406e71fd48bb..cb63dc6f563d 100644 --- a/dev-lang/tcl-tk-8.1/tcl-tk-8.1.1-r1.ebuild +++ b/dev-lang/tcl-tk-8.1/tcl-tk-8.1.1-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl-tk-8.1/tcl-tk-8.1.1-r1.ebuild,v 1.4 2000/10/23 11:27:13 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl-tk-8.1/tcl-tk-8.1.1-r1.ebuild,v 1.5 2000/11/01 04:44:14 achim Exp $ P=tcl-tk-8.1.1 @@ -22,6 +22,10 @@ HOMEPAGE="http:/dev.scriptics.com/software/tcltk/" DESCRIPTION="Tool Command Language" +DEPEND=">=sys-apps/bash-2.04 + >=sys-libs/glibc-2.1.3 + >=x11-base/xfree-4.0.1" + # hyper-optimizations untested... # src_unpack() { diff --git a/dev-libs/glib/glib-1.2.8-r1.ebuild b/dev-libs/glib/glib-1.2.8-r1.ebuild index da85bfffe9ef..215d93df3a8e 100644 --- a/dev-libs/glib/glib-1.2.8-r1.ebuild +++ b/dev-libs/glib/glib-1.2.8-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-1.2.8-r1.ebuild,v 1.5 2000/10/28 04:17:42 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-1.2.8-r1.ebuild,v 1.6 2000/11/01 04:44:15 achim Exp $ # also, this script now has pre/post inst/rm support @@ -12,6 +12,9 @@ DESCRIPTION="The GLib library of C routines" SRC_URI="ftp://ftp.gtk.org/pub/gtk/v1.2/"${A} HOMEPAGE="http://www.gtk.org/" +DEPEND=">=sys-apps/bash-2.04 + >=sys-libs/glibc-2.1.3" + src_compile() { cd ${S} try ./configure --host=${CHOST} --prefix=/usr --infodir=/usr/info --with-threads=posix diff --git a/dev-libs/gmp/gmp-3.1.ebuild b/dev-libs/gmp/gmp-3.1.ebuild index 8ade6e26014c..2f0a425e0b3f 100644 --- a/dev-libs/gmp/gmp-3.1.ebuild +++ b/dev-libs/gmp/gmp-3.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmp/gmp-3.1.ebuild,v 1.3 2000/10/04 16:04:34 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmp/gmp-3.1.ebuild,v 1.4 2000/11/01 04:44:15 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,6 +9,7 @@ DESCRIPTION="Library for arithmetic on arbitrary precision integers, rational nu SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/gmp/${A} ftp://prep.ai.mit.edu/gnu/gmp/${A}" HOMEPAGE="http://www.gnu.org/software/gmp/gmp.html" +DEPEND=">=sys-libs/glibc-2.1.3" src_unpack() { unpack ${A} @@ -25,8 +26,10 @@ src_install() { try make prefix=${D}/usr install prepinfo dodoc AUTHORS ChangeLog COPYING* NEWS README + dodoc doc/assembly_code doc/configuration + dodoc doc/isa_abi_headache doc/multiplication docinto html - dodoc projects/*.html + dodoc doc/*.html } diff --git a/dev-libs/libpcre/libpcre-3.2-r1.ebuild b/dev-libs/libpcre/libpcre-3.2-r1.ebuild index 1ea2b1505daf..1fa64a353e04 100644 --- a/dev-libs/libpcre/libpcre-3.2-r1.ebuild +++ b/dev-libs/libpcre/libpcre-3.2-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-3.2-r1.ebuild,v 1.3 2000/09/15 20:08:48 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-3.2-r1.ebuild,v 1.4 2000/11/01 04:44:15 achim Exp $ P=libpcre-3.2 A=pcre-3.2.tar.gz @@ -9,6 +9,9 @@ S=${WORKDIR}/pcre-3.2 DESCRIPTION="Perl compatible regular expressions" SRC_URI="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/"${A} +DEPEND=">=sys-apps/bash-2.04 + >=sys-libs/glibc-2.1.3" + src_unpack() { unpack ${A} } diff --git a/dev-libs/librep/librep-0.13.1.ebuild b/dev-libs/librep/librep-0.13.1.ebuild index a3d92e570408..f6288bd7d4ca 100644 --- a/dev-libs/librep/librep-0.13.1.ebuild +++ b/dev-libs/librep/librep-0.13.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-libs/librep/librep-0.13.1.ebuild,v 1.1 2000/10/14 11:24:09 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/librep/librep-0.13.1.ebuild,v 1.2 2000/11/01 04:44:15 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,6 +9,12 @@ DESCRIPTION="Share library implementing a Lisp dialect" SRC_URI="ftp://librep.sourceforge.net/pub/librep/"${A} HOMEPAGE="http://librep.sourceforge.net/" +DEPEND=">=sys-apps/bash-2.04 + >=sys-libs/gdbm-1.8.0 + >=sys-libs/glibc-2.1.3 + >=sys-libs/gpm-1.19.3 + >=sys-libs/ncurses-5.1 + >=dev-libs/gmp-3.1" src_unpack() { unpack ${A} diff --git a/dev-libs/openssl/openssl-0.9.6.ebuild b/dev-libs/openssl/openssl-0.9.6.ebuild index a352e8fc2c84..21436f712b7c 100644 --- a/dev-libs/openssl/openssl-0.9.6.ebuild +++ b/dev-libs/openssl/openssl-0.9.6.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.6.ebuild,v 1.2 2000/10/23 11:27:13 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.6.ebuild,v 1.3 2000/11/01 04:44:15 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,6 +9,8 @@ DESCRIPTION="Toolkit for SSL v2/v3 and TLS v1" SRC_URI="http://www.openssl.org/source/${A}" HOMEPAGE="http://www.opensl.org/" +DEPEND=">=sys-apps/bash-2.04 + >=sys-libs/glibc-2.1.3" src_compile() { ./config --prefix=/usr --openssldir=/usr/ssl threads diff --git a/dev-perl/Digest-MD5/Digest-MD5-2.12.ebuild b/dev-perl/Digest-MD5/Digest-MD5-2.12.ebuild index 95b79de188c2..a5b3e74fc88c 100644 --- a/dev-perl/Digest-MD5/Digest-MD5-2.12.ebuild +++ b/dev-perl/Digest-MD5/Digest-MD5-2.12.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Digest-MD5/Digest-MD5-2.12.ebuild,v 1.1 2000/10/05 00:12:59 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Digest-MD5/Digest-MD5-2.12.ebuild,v 1.2 2000/11/01 04:44:15 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -10,6 +10,8 @@ DESCRIPTION="A URI Perl Module" SRC_URI="http://cpan.valueclick.com/modules/by-category/14_Security_and_Encryption/Digest/${A}" HOMEPAGE="http://cpan.valueclick.com/modules/by-category/14_Security_and_Encryption/Digest/${P}.readme" +DEPEND=">=sys-devel/perl-5 + >=sys-libs/glibc-2.1.3" src_compile() { diff --git a/dev-perl/ExtUtils-F77/ExtUtils-F77-1.13.ebuild b/dev-perl/ExtUtils-F77/ExtUtils-F77-1.13.ebuild index b99bbbd1ddbd..7eddf4c763a7 100644 --- a/dev-perl/ExtUtils-F77/ExtUtils-F77-1.13.ebuild +++ b/dev-perl/ExtUtils-F77/ExtUtils-F77-1.13.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-F77/ExtUtils-F77-1.13.ebuild,v 1.2 2000/09/15 20:08:49 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-F77/ExtUtils-F77-1.13.ebuild,v 1.3 2000/11/01 04:44:15 achim Exp $ P=ExtUtils-F77-1.13 A=${P}.tar.gz @@ -10,6 +10,7 @@ DESCRIPTION="F77 Perl Module" SRC_URI="http://cpan.valueclick.com/modules/by-module/ExtUtils/${A}" HOMEPAGE="http://cpan.valueclick.com/modules/by-module/ExtUtils/${P}.readme" +DEPEND=">=sys-devel/perl-5" src_compile() { diff --git a/dev-perl/HTML-Tagset/HTML-Tagset-3.02.ebuild b/dev-perl/HTML-Tagset/HTML-Tagset-3.02.ebuild index c330926fc475..d31105e10176 100644 --- a/dev-perl/HTML-Tagset/HTML-Tagset-3.02.ebuild +++ b/dev-perl/HTML-Tagset/HTML-Tagset-3.02.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Tagset/HTML-Tagset-3.02.ebuild,v 1.1 2000/10/05 00:12:59 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Tagset/HTML-Tagset-3.02.ebuild,v 1.2 2000/11/01 04:44:15 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -10,6 +10,7 @@ DESCRIPTION="A HTML tagset Perl Module" SRC_URI="http://cpan.valueclick.com/modules/by-category/15_World_Wide_Web_HTML_HTTP_CGI/HTML/${A}" HOMEPAGE="http://cpan.valueclick.com/modules/by-category/15_World_Wide_Web_HTML_HTTP_CGI/HTML/${P}.readme" +DEPEND=">=sys-devel/perl-5" src_compile() { diff --git a/dev-perl/MIME-Base64/MIME-Base64-2.11.ebuild b/dev-perl/MIME-Base64/MIME-Base64-2.11.ebuild index 712c69a6beb8..393b9832a325 100644 --- a/dev-perl/MIME-Base64/MIME-Base64-2.11.ebuild +++ b/dev-perl/MIME-Base64/MIME-Base64-2.11.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MIME-Base64/MIME-Base64-2.11.ebuild,v 1.2 2000/09/15 20:08:49 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MIME-Base64/MIME-Base64-2.11.ebuild,v 1.3 2000/11/01 04:44:15 achim Exp $ P=MIME-Base64-2.11 A=${P}.tar.gz @@ -11,6 +11,8 @@ DESCRIPTION="A base64/quoted-printable encoder/decoder Perl Modules" SRC_URI="http://cpan.valueclick.com/modules/by-category/15_World_Wide_Web_HTML_HTTP_CGI/MIME/${A}" HOMEPAGE="http://cpan.valueclick.com/modules/by-category/15_World_Wide_Web_HTML_HTTP_CGI/MIME/${P}.readme" +DEPEND=">=sys-devel/perl-5 + >=sys-libs/glibc-2.1.3" src_compile() { diff --git a/dev-perl/Parse-RecDescent/Parse-RecDescent-1.79.ebuild b/dev-perl/Parse-RecDescent/Parse-RecDescent-1.79.ebuild index e8fa30fd731f..8b372ea34b7a 100644 --- a/dev-perl/Parse-RecDescent/Parse-RecDescent-1.79.ebuild +++ b/dev-perl/Parse-RecDescent/Parse-RecDescent-1.79.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.79.ebuild,v 1.2 2000/09/15 20:08:49 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.79.ebuild,v 1.3 2000/11/01 04:44:15 achim Exp $ P=Parse-RecDescent-1.79 A=${P}.tar.gz @@ -10,6 +10,7 @@ DESCRIPTION="Perl Module" SRC_URI="http://cpan.valueclick.com/modules/by-module/Parse/${A}" HOMEPAGE="http://cpan.valueclick.com/modules/by-module/Parse/${P}.readme" +DEPEND=">=sys-devel/perl-5" src_compile() { diff --git a/dev-perl/SGMLSpm/SGMLSpm-1.03.ebuild b/dev-perl/SGMLSpm/SGMLSpm-1.03.ebuild index 76cd7d53b302..564c646608f6 100644 --- a/dev-perl/SGMLSpm/SGMLSpm-1.03.ebuild +++ b/dev-perl/SGMLSpm/SGMLSpm-1.03.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SGMLSpm/SGMLSpm-1.03.ebuild,v 1.1 2000/10/19 16:01:59 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SGMLSpm/SGMLSpm-1.03.ebuild,v 1.2 2000/11/01 04:44:15 achim Exp $ A=${PN}-${PV}ii.tar.gz S=${WORKDIR}/${PN} @@ -9,6 +9,7 @@ DESCRIPTION="Perl library for parsing the output of nsgmls" SRC_URI="ftp://cpan.perl.org/pub/perl/CPAN/modules/by-module/SGMLS/${A}" HOMEPAGE="ftp://cpan.perl.org/pub/perl/CPAN/modules/by-module/SGMLS/${PN}-${PV}ii.readme" +DEPEND=">=sys-devel/perl-5" src_unpack() { diff --git a/dev-perl/XML-Parser/XML-Parser-2.29.ebuild b/dev-perl/XML-Parser/XML-Parser-2.29.ebuild index 23d763905bb2..fdfa379e38f6 100644 --- a/dev-perl/XML-Parser/XML-Parser-2.29.ebuild +++ b/dev-perl/XML-Parser/XML-Parser-2.29.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Parser/XML-Parser-2.29.ebuild,v 1.2 2000/09/15 20:08:50 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Parser/XML-Parser-2.29.ebuild,v 1.3 2000/11/01 04:44:16 achim Exp $ P=XML-Parser-2.29 A=${P}.tar.gz @@ -11,6 +11,8 @@ DESCRIPTION="A Perl extension interface to James Clark's XML parser, expat." SRC_URI="http://cpan.valueclick.com/modules/by-category/11_String_Lang_Text_Proc/XML/${A}" HOMEPAGE="http://cpan.valueclick.com/modules/by-category/11_String_Lang_Text_Proc/XML/${P}.readme" +DEPEND=">=sys-devel/perl-5 + >=sys-libs/glibc-2.1.3" src_compile() { diff --git a/dev-perl/XML-Writer/XML-Writer-0.4.ebuild b/dev-perl/XML-Writer/XML-Writer-0.4.ebuild index 74c2cfe4a557..217c837cb56c 100644 --- a/dev-perl/XML-Writer/XML-Writer-0.4.ebuild +++ b/dev-perl/XML-Writer/XML-Writer-0.4.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Writer/XML-Writer-0.4.ebuild,v 1.2 2000/09/15 20:08:51 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Writer/XML-Writer-0.4.ebuild,v 1.3 2000/11/01 04:44:16 achim Exp $ P=XML-Writer-0.4 A=${P}.tar.gz @@ -10,6 +10,7 @@ DESCRIPTION="XML Writer Perl Module" SRC_URI="http://cpan.valueclick.com/modules/by-module/XML/${A}" HOMEPAGE="http://cpan.valueclick.com/modules/by-module/XML/${P}.readme" +DEPEND=">=sys-devel/perl-5" src_compile() { diff --git a/dev-perl/libnet/libnet-1.0703-r1.ebuild b/dev-perl/libnet/libnet-1.0703-r1.ebuild index 79122b366757..2963b787ddc5 100644 --- a/dev-perl/libnet/libnet-1.0703-r1.ebuild +++ b/dev-perl/libnet/libnet-1.0703-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-perl/libnet/libnet-1.0703-r1.ebuild,v 1.2 2000/09/15 20:08:51 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/libnet/libnet-1.0703-r1.ebuild,v 1.3 2000/11/01 04:44:16 achim Exp $ P=libnet-1.0703 A=${P}.tar.gz @@ -11,6 +11,7 @@ DESCRIPTION="A URI Perl Module" SRC_URI="http://cpan.valueclick.com/modules/by-category/05_Networking_Devices_IPC/Net/${A}" HOMEPAGE="http://cpan.valueclick.com/modules/by-category/05_Networking_Devices_IPC/Net/${P}.readme" +DEPEND=">=sys-devel/perl-5" src_compile() { diff --git a/dev-util/cvs/cvs-1.11.ebuild b/dev-util/cvs/cvs-1.11.ebuild index 1eda5995a777..7948f956f425 100644 --- a/dev-util/cvs/cvs-1.11.ebuild +++ b/dev-util/cvs/cvs-1.11.ebuild @@ -1,13 +1,14 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-util/cvs/cvs-1.11.ebuild,v 1.2 2000/10/23 11:27:13 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cvs/cvs-1.11.ebuild,v 1.3 2000/11/01 04:44:16 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="Concurrent Versions System - source code revision control tools" SRC_URI="ftp://ftp.cvshome.org/pub/${P}/${P}.tar.gz" HOMEPAGE="http://www.cvshome.org/" +DEPEND=">=sys-apps/bash-2.04 >=sys-libs/glibc-2.1.3 >=sys-libs/ncurses-5.1" src_compile() { try ./configure --prefix=/usr diff --git a/dev-util/guile/guile-1.4-r1.ebuild b/dev-util/guile/guile-1.4-r1.ebuild index e8e998311a3a..f90a104176e7 100644 --- a/dev-util/guile/guile-1.4-r1.ebuild +++ b/dev-util/guile/guile-1.4-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-util/guile/guile-1.4-r1.ebuild,v 1.5 2000/10/23 11:27:13 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/guile/guile-1.4-r1.ebuild,v 1.6 2000/11/01 04:44:16 achim Exp $ P=guile-1.4 A=${P}.tar.gz @@ -11,6 +11,13 @@ SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/guile/${A} ftp://prep.ai.mit.edu/gnu/guile/${A}" HOMEPAGE="http://www.gnu.org/software/guile/" +DEPEND=">=sys-apps/bash-2.04 + >=sys-apps/gawk-3.0.6 + >=sys-libs/glibc-2.1.3 + >=sys-libs/ncurses-5.1 + >=sys-libs/gpm-1.19.3" + + src_unpack() { unpack ${A} } diff --git a/dev-util/sel/sel-0.08.2.ebuild b/dev-util/sel/sel-0.08.2.ebuild index 6dd2d7fc1e64..7fac358ee1f2 100644 --- a/dev-util/sel/sel-0.08.2.ebuild +++ b/dev-util/sel/sel-0.08.2.ebuild @@ -1,13 +1,16 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-util/sel/sel-0.08.2.ebuild,v 1.1 2000/09/17 11:44:37 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/sel/sel-0.08.2.ebuild,v 1.2 2000/11/01 04:44:16 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="A filemanager for shell scripts" SRC_URI="http://www.rhein-neckar.de/~darkstar/files/${A}" HOMEPAGE="http://www.rhein-neckar.de/~darkstar/sel.html" +DEPEND=">=sys-libs/glibc-2.1.3 + >=sys-libs/gpm-1.19.3 + >=sys-libs/ncurses-5.1" src_unpack () { @@ -36,6 +39,6 @@ src_install () { doman sel.1 insinto /usr/share/sel doins help.txt - dodoc ChangeLog LICENSE + dodoc Changelog LICENSE } diff --git a/dev-util/strace/strace-4.2.ebuild b/dev-util/strace/strace-4.2.ebuild index 47185fbce50c..579ff70d1a93 100644 --- a/dev-util/strace/strace-4.2.ebuild +++ b/dev-util/strace/strace-4.2.ebuild @@ -1,13 +1,14 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.2.ebuild,v 1.2 2000/09/15 20:08:52 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.2.ebuild,v 1.3 2000/11/01 04:44:16 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="A usefull diagnostic, instructional, adn debugging tool" SRC_URI="http://www.wi.leidenuniv.nl/~wichert/strace/${A}" HOMEPAGE="http://www.wi.leidenuniv.nl/~wichert/strace/" +DEPEND=">=sys-libs/glibc-2.1.3" src_unpack () { unpack ${A} diff --git a/dev-util/yacc/yacc-1.9.1-r1.ebuild b/dev-util/yacc/yacc-1.9.1-r1.ebuild index 95b8aa0c2487..901644f16f89 100644 --- a/dev-util/yacc/yacc-1.9.1-r1.ebuild +++ b/dev-util/yacc/yacc-1.9.1-r1.ebuild @@ -1,13 +1,14 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-util/yacc/yacc-1.9.1-r1.ebuild,v 1.4 2000/10/23 11:27:13 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/yacc/yacc-1.9.1-r1.ebuild,v 1.5 2000/11/01 04:44:16 achim Exp $ P=yacc-1.9.1 A=${P}.tar.Z S=${WORKDIR}/${P} DESCRIPTION="Yacc" SRC_URI="ftp://metalab.unc.edu/pub/Linux/devel/compiler-tools/${A}" +DEPEND=">=sys-libs/glibc-2.1.3" src_unpack () { unpack ${A} diff --git a/media-libs/aalib/aalib-1.2.ebuild b/media-libs/aalib/aalib-1.2.ebuild index 9451104b55c0..54090c58baea 100644 --- a/media-libs/aalib/aalib-1.2.ebuild +++ b/media-libs/aalib/aalib-1.2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/aalib/aalib-1.2.ebuild,v 1.2 2000/10/23 11:27:15 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/aalib/aalib-1.2.ebuild,v 1.3 2000/11/01 04:44:16 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,6 +9,11 @@ DESCRIPTION="A ASCI-Graphics Library" SRC_URI="ftp://ftp.ta.jcu.cz/pub/aa/${A}" HOMEPAGE="http://www.ta.jcu.cz/aa/" +DEPEND=">=sys-libs/glibc-2.1.3 + >=sys-libs/gpm-1.19.3 + >=sys-libs/ncurses-5.1 + >=sys-libs/slang-1.4.2 + >=x11-base/xfree-4.0.1" src_compile() { diff --git a/media-libs/alsa-lib/alsa-lib-0.5.9.ebuild b/media-libs/alsa-lib/alsa-lib-0.5.9.ebuild index 99f60d083730..447cb49c0625 100644 --- a/media-libs/alsa-lib/alsa-lib-0.5.9.ebuild +++ b/media-libs/alsa-lib/alsa-lib-0.5.9.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-0.5.9.ebuild,v 1.2 2000/09/15 20:09:01 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-0.5.9.ebuild,v 1.3 2000/11/01 04:44:16 achim Exp $ P=alsa-lib-0.5.9 A=${P}.tar.bz2 @@ -10,6 +10,9 @@ DESCRIPTION="Advanced Linux Sound Architecture / Library" SRC_URI="ftp://ftp.alsa-project.org/pub/lib/"${A} HOMEPAGE="http://www.alsa-project.org/" +DEPEND=">=sys-libs/glibc-2.1.3 + >=media-sound/alsa-driver-0.5.9c" + src_unpack() { unpack ${A} } diff --git a/media-libs/audiofile/audiofile-0.1.9.ebuild b/media-libs/audiofile/audiofile-0.1.9.ebuild index 3b3d6316ed45..42206ead20da 100644 --- a/media-libs/audiofile/audiofile-0.1.9.ebuild +++ b/media-libs/audiofile/audiofile-0.1.9.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/audiofile/audiofile-0.1.9.ebuild,v 1.3 2000/09/15 16:18:48 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/audiofile/audiofile-0.1.9.ebuild,v 1.4 2000/11/01 04:44:16 achim Exp $ P=audiofile-0.1.9 A=${P}.tar.gz @@ -10,6 +10,9 @@ DESCRIPTION="An elegant API for accessing audio files" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/audiofile/"${A} HOMEPAGE="http://www.68k.org./~michael/audiofile/" +DEPEND=">=sys-apps/bash-2.04 + >=sys-libs/glibc-2.1.3" + src_compile() { cd ${S} try ./configure --host=${CHOST} --prefix=/usr diff --git a/media-libs/freetype/freetype-1.3.1-r1.ebuild b/media-libs/freetype/freetype-1.3.1-r1.ebuild index 2b29c1f32b5a..9ed34d00f13c 100644 --- a/media-libs/freetype/freetype-1.3.1-r1.ebuild +++ b/media-libs/freetype/freetype-1.3.1-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/freetype-1.3.1-r1.ebuild,v 1.3 2000/09/15 20:09:01 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/freetype-1.3.1-r1.ebuild,v 1.4 2000/11/01 04:44:16 achim Exp $ P=freetype-1.3.1 A=${P}.tar.gz @@ -10,6 +10,8 @@ DESCRIPTION="TTF-Library" SRC_URI="ftp://ftp.freetype.org/pub/freetype1/"${A} HOMEPAGE="http://www.freetype.org/" +DEPEND=">=sys-libs/glibc-2.1.3 + >=x11-base/xfree-4.0.1" src_compile() { cd ${S} diff --git a/media-libs/giflib/giflib-4.1.0-r1.ebuild b/media-libs/giflib/giflib-4.1.0-r1.ebuild index 6ca80eef121c..3190050dc9b5 100644 --- a/media-libs/giflib/giflib-4.1.0-r1.ebuild +++ b/media-libs/giflib/giflib-4.1.0-r1.ebuild @@ -1,7 +1,7 @@ ## Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/giflib/giflib-4.1.0-r1.ebuild,v 1.4 2000/10/04 16:04:34 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/giflib/giflib-4.1.0-r1.ebuild,v 1.5 2000/11/01 04:44:17 achim Exp $ P=giflib-4.1.0 A=${P}.tar.gz @@ -11,6 +11,10 @@ SRC_URI="ftp://metalab.unc.edu/pub/Linux/libs/giflib/${A} ftp://prtr-13.ucsc.edu/pub/libungif/${A}" HOMEPAGE="http://prtr-13.ucsc.edu/~badger/software/libungif/index.shtml" +DEPEND=">=sys-apps/bash-2.04 + >=sys-libs/glibc-2.1.3 + >=x11-base/xfree-4.0.1" + src_compile() { cd ${S} try ./configure --host=${CHOST} --prefix=/usr diff --git a/media-libs/glut/glut-3.7.ebuild b/media-libs/glut/glut-3.7.ebuild index 0465600ab60a..15516c586e28 100644 --- a/media-libs/glut/glut-3.7.ebuild +++ b/media-libs/glut/glut-3.7.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/glut/glut-3.7.ebuild,v 1.1 2000/10/09 16:02:49 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/glut/glut-3.7.ebuild,v 1.2 2000/11/01 04:44:17 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,6 +9,10 @@ DESCRIPTION="GLUT API for Linux" SRC_URI="http://reality.sgi.com/opengl/glut3/${A}" HOMEPAGE="http://reality.sgi.com/opengl/glut3/glut3.html" +DEPEND=">=sys-libs/glibc-2.1.3 + >=x11-base/xfree-4.0.1 + >=media-libs/mesa-glu-3.2.1" + src_unpack() { unpack ${A} cd ${WORKDIR} diff --git a/media-libs/jpeg/jpeg-6b-r1.ebuild b/media-libs/jpeg/jpeg-6b-r1.ebuild index 5418fb18c869..0abd87653fc7 100644 --- a/media-libs/jpeg/jpeg-6b-r1.ebuild +++ b/media-libs/jpeg/jpeg-6b-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-6b-r1.ebuild,v 1.3 2000/09/15 20:09:02 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-6b-r1.ebuild,v 1.4 2000/11/01 04:44:17 achim Exp $ P=jpeg-6b A=jpegsrc.v6b.tar.gz @@ -9,6 +9,8 @@ S=${WORKDIR}/${P} DESCRIPTION="libjpeg" SRC_URI="ftp://ftp.uu.net/graphics/jpeg/"${A} HOMEPAGE="http://www.ijg.org/" +DEPEND=">=sys-libs/glibc-2.1.3" + src_compile() { try ./configure --prefix=/usr --enable-shared --enable-static try make diff --git a/media-libs/libgd/libgd-1.8.3-r1.ebuild b/media-libs/libgd/libgd-1.8.3-r1.ebuild index 9734db3a8d49..36b21051261c 100644 --- a/media-libs/libgd/libgd-1.8.3-r1.ebuild +++ b/media-libs/libgd/libgd-1.8.3-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/libgd/libgd-1.8.3-r1.ebuild,v 1.4 2000/10/30 20:08:25 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libgd/libgd-1.8.3-r1.ebuild,v 1.5 2000/11/01 04:44:17 achim Exp $ P=libgd-1.8.3 A=gd-1.8.3.tar.gz @@ -10,6 +10,12 @@ DESCRIPTION="A graphics library for fast image creation" SRC_URI="http://www.boutell.com/gd/http/"${A} HOMEPAGE="http://www.boutell.com/gd/" +DEPEND=">=sys-libs/glibc-2.1.3 + >=media-libs/jpeg-6b + >=media-libs/libpng-1.0.7 + >=media-libs/freetype-1.3.1 + >=x11-base/xfree-4.0.1" + src_unpack() { unpack ${A} cd ${S} diff --git a/media-libs/libmikmod/libmikmod-3.1.9-r1.ebuild b/media-libs/libmikmod/libmikmod-3.1.9-r1.ebuild index 9d1d6b527a30..20e3c8f5acd8 100644 --- a/media-libs/libmikmod/libmikmod-3.1.9-r1.ebuild +++ b/media-libs/libmikmod/libmikmod-3.1.9-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/libmikmod/libmikmod-3.1.9-r1.ebuild,v 1.4 2000/10/23 11:27:15 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmikmod/libmikmod-3.1.9-r1.ebuild,v 1.5 2000/11/01 04:44:17 achim Exp $ P=libmikmod-3.1.9 A=${P}.tar.gz @@ -9,6 +9,11 @@ S=${WORKDIR}/${P} DESCRIPTION="The boldest sound on the planet" SRC_URI="http://mikmod.darkorb.net/libmikmod/"${A} +DEPEND=">=sys-apps/bash-2.04 + >=sys-libs/glibc-2.1.3 + >=media-libs/alsa-lib-0.5.9 + >=media-sound/esound-0.2.19" + src_unpack() { unpack ${A} } diff --git a/media-libs/libmng/libmng-0.9.3.ebuild b/media-libs/libmng/libmng-0.9.3.ebuild index e8990a2c3184..6baef5c1a0fa 100644 --- a/media-libs/libmng/libmng-0.9.3.ebuild +++ b/media-libs/libmng/libmng-0.9.3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/libmng/libmng-0.9.3.ebuild,v 1.1 2000/10/31 18:01:32 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmng/libmng-0.9.3.ebuild,v 1.2 2000/11/01 04:44:17 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${PN} @@ -9,6 +9,8 @@ DESCRIPTION="Multiple Image Networkgraphics lib (animated png's)" SRC_URI="http://download.sourceforge.net/libmng/${A}" HOMEPAGE="http://www.libmng.com/" +DEPEND=">=sys-libs/glibc-2.1.3 + >=media-libs/jpeg-6b" src_compile() { diff --git a/media-libs/libpng/libpng-1.0.8-r1.ebuild b/media-libs/libpng/libpng-1.0.8-r1.ebuild index fc8d7c1848bc..4865cf0d8234 100644 --- a/media-libs/libpng/libpng-1.0.8-r1.ebuild +++ b/media-libs/libpng/libpng-1.0.8-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/libpng/libpng-1.0.8-r1.ebuild,v 1.3 2000/09/15 20:09:02 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libpng/libpng-1.0.8-r1.ebuild,v 1.4 2000/11/01 04:44:17 achim Exp $ P=libpng-1.0.8 A="${P}.tar.gz" @@ -10,6 +10,9 @@ DESCRIPTION="libpng" SRC_URI="http://www.libpng.org/pub/png/src/${P}.tar.gz" HOMEPAGE="http://www.libpng.org/" +DEPEND=">=sys-libs/glibc-2.1.3 + >=sys-libs/zlib-1.1.3" + src_unpack() { unpack ${P}.tar.gz cd ${S} diff --git a/media-libs/libsdl/libsdl-1.1.5.ebuild b/media-libs/libsdl/libsdl-1.1.5.ebuild index 743029dd17cc..2c9acc8813f1 100644 --- a/media-libs/libsdl/libsdl-1.1.5.ebuild +++ b/media-libs/libsdl/libsdl-1.1.5.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.1.5.ebuild,v 1.3 2000/10/23 11:27:15 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.1.5.ebuild,v 1.4 2000/11/01 04:44:17 achim Exp $ A=SDL-${PV}.tar.gz S=${WORKDIR}/SDL-${PV} @@ -9,6 +9,14 @@ DESCRIPTION="Simple Direct Media Layer" SRC_URI="http://www.libsdl.org/release/"${A} HOMEPAGE="http://www.libsdl.org/" +DEPEND=">=sys-apps/bash-2.04 + >=sys-libs/glibc-2.1.3 + >=dev-lang/nasm-0.98 + >=media-libs/alsa-lib-0.5.9 + >=media-libs/audiofile-0.1.9 + >=media-sound/esound-0.2.19 + >=x11-base/xfree-4.0.1" + src_unpack() { unpack ${A} } diff --git a/media-libs/mesa/mesa-glu-3.2.1.ebuild b/media-libs/mesa/mesa-glu-3.2.1.ebuild index 6dfec649885d..8e968b1e8d90 100644 --- a/media-libs/mesa/mesa-glu-3.2.1.ebuild +++ b/media-libs/mesa/mesa-glu-3.2.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-glu-3.2.1.ebuild,v 1.2 2000/10/29 20:36:59 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-glu-3.2.1.ebuild,v 1.3 2000/11/01 04:44:18 achim Exp $ P=MesaLib-${PV} A=${P}.tar.gz @@ -10,6 +10,8 @@ DESCRIPTION="OpenGL like graphic library for Linux" SRC_URI="ftp://gd.tuwien.ac.at/graphics/libs/Mesa/${A}" HOMEPAGE="http://mesa3d.sourceforge.net/" +DEPEND=">=sys-libs/glibc-2.1.3 + >=x11-base/xfree-4.0.1" src_compile() { diff --git a/media-libs/mpeg-lib/mpeg-lib-1.3.1.ebuild b/media-libs/mpeg-lib/mpeg-lib-1.3.1.ebuild index b0c6bf419d43..246c668bbf0c 100644 --- a/media-libs/mpeg-lib/mpeg-lib-1.3.1.ebuild +++ b/media-libs/mpeg-lib/mpeg-lib-1.3.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/mpeg-lib/mpeg-lib-1.3.1.ebuild,v 1.1 2000/10/18 06:07:54 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mpeg-lib/mpeg-lib-1.3.1.ebuild,v 1.2 2000/11/01 04:44:18 achim Exp $ P=mpeg_lib-${PV} A=${P}.tar.gz @@ -10,6 +10,7 @@ DESCRIPTION="A lib for MPEG-1 video" SRC_URI="ftp://ftp.mni.mcgill.ca/pub/mpeg/${A}" HOMEPAGE="http://" +DEPEND=">=sys-libs/glibc-2.1.3" src_compile() { diff --git a/media-libs/mpeg2vidcodec/mpeg2vidcodec-12.ebuild b/media-libs/mpeg2vidcodec/mpeg2vidcodec-12.ebuild index 635932677b92..c24387169e8b 100644 --- a/media-libs/mpeg2vidcodec/mpeg2vidcodec-12.ebuild +++ b/media-libs/mpeg2vidcodec/mpeg2vidcodec-12.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/mpeg2vidcodec/mpeg2vidcodec-12.ebuild,v 1.1 2000/09/18 19:31:59 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mpeg2vidcodec/mpeg2vidcodec-12.ebuild,v 1.2 2000/11/01 04:44:18 achim Exp $ P=mpeg2vidcodec_v12 A=${P}.tar.gz @@ -10,6 +10,7 @@ DESCRIPTION="MPEG Library" SRC_URI="ftp://ftp.mpeg.org/pub/mpeg/mssg/${A}" HOMEPAGE="http://www.mpeg.org" +DEPEND=">=sys-libs/glibc-2.1.3" src_unpack () { diff --git a/media-libs/t1lib/t1lib-1.0.1-r1.ebuild b/media-libs/t1lib/t1lib-1.0.1-r1.ebuild index 5a5419deff6b..b1fb14c6316c 100644 --- a/media-libs/t1lib/t1lib-1.0.1-r1.ebuild +++ b/media-libs/t1lib/t1lib-1.0.1-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/t1lib/t1lib-1.0.1-r1.ebuild,v 1.3 2000/09/15 20:09:03 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/t1lib/t1lib-1.0.1-r1.ebuild,v 1.4 2000/11/01 04:44:18 achim Exp $ P=t1lib-1.0.1 A=${P}.tar.gz @@ -17,7 +17,8 @@ src_unpack() { src_compile() { cd ${S} try ./configure --host=${CHOST} --prefix=/usr - try make without_doc + try make +# try make without_doc } src_install() { diff --git a/media-libs/tiff/tiff-3.5.5-r1.ebuild b/media-libs/tiff/tiff-3.5.5-r1.ebuild index a5716c37e2ad..e4a4a1060cbf 100644 --- a/media-libs/tiff/tiff-3.5.5-r1.ebuild +++ b/media-libs/tiff/tiff-3.5.5-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-3.5.5-r1.ebuild,v 1.3 2000/10/30 20:08:25 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-3.5.5-r1.ebuild,v 1.4 2000/11/01 04:44:18 achim Exp $ P=tiff-v3.5.5 A=${P}.tar.gz @@ -10,6 +10,9 @@ DESCRIPTION="libtiff" SRC_URI="http://www.libtiff.org/"${A} HOMEPAGE="http://www.libtiff.org/" +DEPEND=">=sys-libs/glibc-2.1.3 + >=media-libs/jpeg-6b" + src_compile() { cd ${S} try ./configure --noninteractive diff --git a/media-sound/alsa-driver/alsa-driver-0.5.9c.ebuild b/media-sound/alsa-driver/alsa-driver-0.5.9c.ebuild index 1f13eee11925..5001d2f72713 100644 --- a/media-sound/alsa-driver/alsa-driver-0.5.9c.ebuild +++ b/media-sound/alsa-driver/alsa-driver-0.5.9c.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-0.5.9c.ebuild,v 1.6 2000/10/30 20:08:26 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-0.5.9c.ebuild,v 1.7 2000/11/01 04:44:18 achim Exp $ A=${P}.tar.bz2 S=${WORKDIR}/${P} @@ -12,6 +12,7 @@ HOMEPAGE="http://www.alsa-project.org/" #MODULES=2.4.0-test6/kernel/drivers/alsa/ KERNEL="linux-UP-2.2.17-r3" MODULES="2.2.17-RAID/misc/" +DEPEND="=sys-kernel/linux-UP-2.2.17-r3" src_unpack() { unpack ${A} diff --git a/media-sound/esound/esound-0.2.19.ebuild b/media-sound/esound/esound-0.2.19.ebuild index 182ccb818cb7..64af49f5457f 100644 --- a/media-sound/esound/esound-0.2.19.ebuild +++ b/media-sound/esound/esound-0.2.19.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-sound/esound/esound-0.2.19.ebuild,v 1.5 2000/10/23 11:27:15 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/esound/esound-0.2.19.ebuild,v 1.6 2000/11/01 04:44:18 achim Exp $ P=esound-0.2.19 A=${P}.tar.gz @@ -10,6 +10,10 @@ DESCRIPTION="esound" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/esound/"${A} HOMEPAGE="http://www.tux.org/~ricdude/EsounD.html" +DEPEND=">=sys-apps/bash-2.04 + >=sys-libs/glibc-2.1.3 + >=media-libs/alsa-lib-0.5.9 + >=media-libs/audiofile-0.1.9" src_compile() { cd ${S} diff --git a/media-sound/nas/nas-1.4.1.ebuild b/media-sound/nas/nas-1.4.1.ebuild index 0ac890677ef2..ce13d43ac40a 100644 --- a/media-sound/nas/nas-1.4.1.ebuild +++ b/media-sound/nas/nas-1.4.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-sound/nas/nas-1.4.1.ebuild,v 1.2 2000/10/23 11:27:15 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/nas/nas-1.4.1.ebuild,v 1.3 2000/11/01 04:44:18 achim Exp $ A=${P}.src.tar.gz S=${WORKDIR}/${P} @@ -9,6 +9,9 @@ DESCRIPTION="The Network Audio System" SRC_URI="http://radscan.com/nas/${A}" HOMEPAGE="http://radscan.com/nas.html" +DEPEND=">=sys-apps/bash-2.04 + >=sys-libs/glibc-2.1.3 + >=x11-base/xfree-4.0.1" src_compile() { diff --git a/net-dialup/ppp/ppp-2.4.0-r1.ebuild b/net-dialup/ppp/ppp-2.4.0-r1.ebuild index 97260794a11f..3ca17b5a21d8 100644 --- a/net-dialup/ppp/ppp-2.4.0-r1.ebuild +++ b/net-dialup/ppp/ppp-2.4.0-r1.ebuild @@ -1,13 +1,16 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.0-r1.ebuild,v 1.3 2000/09/15 20:09:08 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.0-r1.ebuild,v 1.4 2000/11/01 04:44:18 achim Exp $ P="ppp-2.4.0" A="${P}.tar.gz" S=${WORKDIR}/${P} DESCRIPTION="Point-to-point protocol - used for communicating with your ISP" SRC_URI="ftp://ftp.linuxcare.com.au/pub/ppp/${A}" + +DEPEND=">=sys-libs/glibc-2.1.3" + src_unpack() { unpack ppp-2.4.0.tar.gz diff --git a/net-dialup/pppoed/pppoed-0.47-r1.ebuild b/net-dialup/pppoed/pppoed-0.47-r1.ebuild index 3e5dc46f7f62..69c12cb4c4c7 100644 --- a/net-dialup/pppoed/pppoed-0.47-r1.ebuild +++ b/net-dialup/pppoed/pppoed-0.47-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-dialup/pppoed/pppoed-0.47-r1.ebuild,v 1.4 2000/10/23 11:27:16 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/pppoed/pppoed-0.47-r1.ebuild,v 1.5 2000/11/01 04:44:18 achim Exp $ P=pppoed-0.47 A=pppoed0.47.tgz @@ -10,6 +10,8 @@ DESCRIPTION="PPP over Ethernet" SRC_URI=" http://www.davin.ottawa.on.ca/pppoe/pppoed0.47.tgz" HOMEPAGE="http://www.davin.ottawa.on.ca/pppoe/" +DEPEND=">=sys-libs/glibc-2.1.3" + src_unpack() { unpack ${A} } diff --git a/net-dialup/wvdial/wvdial-1.41-r1.ebuild b/net-dialup/wvdial/wvdial-1.41-r1.ebuild index c6cbb453b012..43c10920006d 100644 --- a/net-dialup/wvdial/wvdial-1.41-r1.ebuild +++ b/net-dialup/wvdial/wvdial-1.41-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-dialup/wvdial/wvdial-1.41-r1.ebuild,v 1.3 2000/09/15 20:09:08 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/wvdial/wvdial-1.41-r1.ebuild,v 1.4 2000/11/01 04:44:19 achim Exp $ P=wvdial-1.41 A=${P}.tar.gz @@ -10,6 +10,9 @@ DESCRIPTION="Excellent program which automatically configures your PPP session" SRC_URI="http://www.worldvisions.ca/wvdial/wvdial-1.41.tar.gz" HOMEPAGE="http://www.worldvisions.ca/wvdial/" +DEPEND=">=sys-devel/gcc-2.95.2 + >=sys-libs/glibc-2.1.3" + src_compile() { try make } diff --git a/net-fs/autofs/autofs-3.1.5-r1.ebuild b/net-fs/autofs/autofs-3.1.5-r1.ebuild index a34272f820b1..5546a23ab591 100644 --- a/net-fs/autofs/autofs-3.1.5-r1.ebuild +++ b/net-fs/autofs/autofs-3.1.5-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-3.1.5-r1.ebuild,v 1.4 2000/10/27 20:43:29 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-3.1.5-r1.ebuild,v 1.5 2000/11/01 04:44:19 achim Exp $ P=autofs-3.1.5 A=${P}.tar.bz2 @@ -11,6 +11,8 @@ SRC_URI="ftp://ftp.kernel.org/pub/linux/daemons/autofs/${A} ftp://ftp.de.kernel.org/pub/linux/daemons/autofs/${A} ftp://ftp.uk.kernel.org/pub/linux/daemons/autofs/${A}" +DEPEND=">=sys-libs/glibc-2.1.3" + src_compile() { cd ${S} try ./configure --host=${HOST} --prefix=/usr diff --git a/net-fs/netatalk/netatalk-1.4_beta2-r1.ebuild b/net-fs/netatalk/netatalk-1.4_beta2-r1.ebuild index 9c765a8006b5..91d9135e1993 100644 --- a/net-fs/netatalk/netatalk-1.4_beta2-r1.ebuild +++ b/net-fs/netatalk/netatalk-1.4_beta2-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-fs/netatalk/netatalk-1.4_beta2-r1.ebuild,v 1.3 2000/10/05 00:13:01 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/netatalk/netatalk-1.4_beta2-r1.ebuild,v 1.4 2000/11/01 04:44:19 achim Exp $ P=netatalk-1.4b2 A=${P}.tar.gz @@ -10,6 +10,9 @@ DESCRIPTION="Apple-Talk" SRC_URI="ftp://terminator.rsug.itd.umich.edu/unix/netatalk/"${A} HOMEPAGE="http://www.umich.edu/~rsug/netatalk/" +DEPEND=">=sys-apps/bash-2.04 + >=sys-libs/glibc-2.1.3" + src_compile() { cd ${S}/include/netatalk cp endian.h endian.h.orig diff --git a/net-fs/nfs-utils/nfs-utils-0.1.9.1-r1.ebuild b/net-fs/nfs-utils/nfs-utils-0.1.9.1-r1.ebuild index 54d2d117dd4f..eaf5a7dc3b80 100644 --- a/net-fs/nfs-utils/nfs-utils-0.1.9.1-r1.ebuild +++ b/net-fs/nfs-utils/nfs-utils-0.1.9.1-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/nfs-utils-0.1.9.1-r1.ebuild,v 1.6 2000/10/27 20:43:29 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/nfs-utils-0.1.9.1-r1.ebuild,v 1.7 2000/11/01 04:44:19 achim Exp $ P=nfs-utils-0.1.9.1 A=${P}.tar.gz @@ -10,6 +10,9 @@ DESCRIPTION="Kernel NFS-Server" SRC_URI="ftp://ftp.linuxnfs.sourceforge.org/pub/nfs/"${A} HOMEPAGE="http://nfs.sourceforge.net" +DEPEND=">=sys-apps/bash-2.04 + >=sys-libs/glibc-2.1.3" + src_compile() { try ./configure --mandir=${D}/usr/man --with-statedir=/var/state/nfs \ --prefix=${D} --exec-prefix=${D} diff --git a/net-fs/samba/samba-2.0.7-r1.ebuild b/net-fs/samba/samba-2.0.7-r1.ebuild index fc7f54de289e..9359987fa33b 100644 --- a/net-fs/samba/samba-2.0.7-r1.ebuild +++ b/net-fs/samba/samba-2.0.7-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-2.0.7-r1.ebuild,v 1.6 2000/10/27 20:43:29 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-2.0.7-r1.ebuild,v 1.7 2000/11/01 04:44:19 achim Exp $ P=samba-2.0.7 A=${P}.tar.gz @@ -10,6 +10,12 @@ DESCRIPTION="Samba" SRC_URI="ftp://sunsite.org.uk/packages/samba/${A}" HOMEPAGE="http://www.samba.org" +DEPEND=">=sys-apps/bash-2.04 + >=sys-apps/gawk-3.0.6 + >=sys-libs/glibc-2.1.3 + >=sys-libs/pam-0.72 + >=dev-libs/openssl-0.9.6" + src_compile() { cd ${S}/source CFLAGS="$CFLAGS -I/usr/include/openssl" try ./configure --prefix=/usr \ diff --git a/net-ftp/ftp/ftp-0.17-r1.ebuild b/net-ftp/ftp/ftp-0.17-r1.ebuild index 5f1292b5877c..2b0d84778664 100644 --- a/net-ftp/ftp/ftp-0.17-r1.ebuild +++ b/net-ftp/ftp/ftp-0.17-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftp/ftp-0.17-r1.ebuild,v 1.2 2000/09/15 20:09:09 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftp/ftp-0.17-r1.ebuild,v 1.3 2000/11/01 04:44:19 achim Exp $ P=ftp-0.17 A=netkit-${P}.tar.gz @@ -9,6 +9,10 @@ S=${WORKDIR}/netkit-${P} DESCRIPTION="Standard Linux FTP client" SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${A}" +DEPEND=">=sys-libs/glibc-2.1.3 + >=sys-libs/gpm-1.19.3 + >=sys-libs/ncurses-5.1" + src_compile() { cd ${S} try ./configure --prefix=/usr diff --git a/net-ftp/lftp/lftp-2.3.4.ebuild b/net-ftp/lftp/lftp-2.3.4.ebuild index 816c03e56cf3..75e7c2e5a708 100644 --- a/net-ftp/lftp/lftp-2.3.4.ebuild +++ b/net-ftp/lftp/lftp-2.3.4.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-2.3.4.ebuild,v 1.1 2000/10/18 03:27:30 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-2.3.4.ebuild,v 1.2 2000/11/01 04:44:19 achim Exp $ A=${P}.tar.bz2 S=${WORKDIR}/${P} @@ -11,6 +11,12 @@ SRC_URI="ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/${A} HOMEPAGE="http://ftp.yars.free.net/projects/lftp/" +DEPEND=">=sys-apps/bash-2.04 + >=sys-libs/glibc-2.1.3 + >=sys-libs/gpm-1.19.3 + >=sys-libs/ncurses-5.1 + >=dev-libs/openssl-0.9.6" + src_unpack () { unpack ${A} } diff --git a/net-libs/libpcap/libpcap-0.5.2.ebuild b/net-libs/libpcap/libpcap-0.5.2.ebuild index 9e90f4026302..7a4ea67b22d3 100644 --- a/net-libs/libpcap/libpcap-0.5.2.ebuild +++ b/net-libs/libpcap/libpcap-0.5.2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-0.5.2.ebuild,v 1.2 2000/09/15 20:09:10 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-0.5.2.ebuild,v 1.3 2000/11/01 04:44:19 achim Exp $ P=libpcap-0.5.2 A=${P}.tar.gz @@ -12,6 +12,8 @@ SRC_URI="http://www.tcpdump.org/release/${A} HOMEPAGE="http://www.tcpdump.org/" +DEPEND=">=sys-libs/glibc-2.1.3" + src_compile() { cd ${S} try ./configure --host=${CHOST} --prefix=/usr --enable-ipv6 diff --git a/net-mail/pine-maildir/pine-maildir-4.21-r1.ebuild b/net-mail/pine-maildir/pine-maildir-4.21-r1.ebuild index edab9f798e67..0b0d9683e89b 100644 --- a/net-mail/pine-maildir/pine-maildir-4.21-r1.ebuild +++ b/net-mail/pine-maildir/pine-maildir-4.21-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-mail/pine-maildir/pine-maildir-4.21-r1.ebuild,v 1.4 2000/10/05 01:32:51 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/pine-maildir/pine-maildir-4.21-r1.ebuild,v 1.5 2000/11/01 04:44:19 achim Exp $ P=pine-maildir-4.21 A="pine4.21.tar.gz pine-4.20-maildir_3.patch" @@ -12,6 +12,11 @@ SRC_URI="ftp://ftp.cac.washington.edu/pine/pine4.21.tar.gz HOMEPAGE="http://www.washington.edu/pine/ ftp://158.195.33.220/pub/pine/pine-4.20-maildir_3.howto.txt" +DEPEND=">=sys-libs/glibc-2.1.3 + >=sys-libs/gpm-1.19.3 + >=sys-libs/ncurses-5.1 + >=sys-libs/pam-0.72" + src_unpack() { unpack pine4.21.tar.gz cd ${S} diff --git a/net-mail/pine/pine-4.21-r1.ebuild b/net-mail/pine/pine-4.21-r1.ebuild index ccc902b34949..f27aae086b57 100644 --- a/net-mail/pine/pine-4.21-r1.ebuild +++ b/net-mail/pine/pine-4.21-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-mail/pine/pine-4.21-r1.ebuild,v 1.3 2000/10/05 01:32:51 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/pine/pine-4.21-r1.ebuild,v 1.4 2000/11/01 04:44:19 achim Exp $ P=pine-4.21 A=pine4.21.tar.gz @@ -10,6 +10,11 @@ DESCRIPTION="Pine, Pico, Pilot, imapd" SRC_URI="ftp://ftp.cac.washington.edu/pine/"${A} HOMEPAGE="http://www.washington.edu/pine/" +DEPEND=">=sys-libs/glibc-2.1.3 + >=sys-libs/gpm-1.19.3 + >=sys-libs/ncurses-5.1 + >=sys-libs/pam-0.72" + src_unpack() { unpack ${A} cd ${S}/pine diff --git a/net-mail/qmail/qmail-1.03-r1.ebuild b/net-mail/qmail/qmail-1.03-r1.ebuild index 66f8168bab79..719e9885f67d 100644 --- a/net-mail/qmail/qmail-1.03-r1.ebuild +++ b/net-mail/qmail/qmail-1.03-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail/qmail-1.03-r1.ebuild,v 1.6 2000/10/29 20:37:00 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail/qmail-1.03-r1.ebuild,v 1.7 2000/11/01 04:44:20 achim Exp $ P=qmail-1.03 A="qmail-1.03.tar.gz checkpassword-0.81.tar.gz" @@ -11,6 +11,9 @@ SRC_URI="http://cr.yp.to/software/qmail-1.03.tar.gz http://cr.yp.to/software/checkpassword-0.81.tar.gz" HOMEPAGE="http://www.qmail.org" +DEPEND=">=sys-apps/bash-2.04 + >=sys-libs/glibc-2.1.3" + src_compile() { cd ${S} try make it man diff --git a/net-mail/tnef/tnef-0.13.ebuild b/net-mail/tnef/tnef-0.13.ebuild index e937383f7090..8bd01167a4f2 100644 --- a/net-mail/tnef/tnef-0.13.ebuild +++ b/net-mail/tnef/tnef-0.13.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-mail/tnef/tnef-0.13.ebuild,v 1.1 2000/10/05 01:32:51 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/tnef/tnef-0.13.ebuild,v 1.2 2000/11/01 04:44:20 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,6 +9,7 @@ DESCRIPTION="Decodes MS-TNEF MIME attachments" SRC_URI="http://world.std.com/~damned/${A}" HOMEPAGE="http://world.std.com/~damned/software.html" +DEPEND=">=sys-libs/glibc-2.1.3" src_compile() { diff --git a/net-mail/vlnx/vlnx-407e-r1.ebuild b/net-mail/vlnx/vlnx-407e-r1.ebuild index fdaaf5c9be80..acbf7730bf1f 100644 --- a/net-mail/vlnx/vlnx-407e-r1.ebuild +++ b/net-mail/vlnx/vlnx-407e-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-mail/vlnx/vlnx-407e-r1.ebuild,v 1.2 2000/10/05 01:32:51 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/vlnx/vlnx-407e-r1.ebuild,v 1.3 2000/11/01 04:44:20 achim Exp $ P=vlnx407e A="${P}.tar.Z dat-4098.tar" @@ -11,6 +11,8 @@ DESCRIPTION="Mc Afee VirusScanner (Shareware)" SRC_URI="http://download.mcafee.com/products/evaluation/virusscan/english/unix/linux/vlnx407e.tar.Z http://download.nai.com/products/datfiles/4.x/nai/dat-4098.tar" +DEPEND="" + src_unpack() { cd ${WORKDIR} mkdir ${P} diff --git a/net-misc/bind/bind-8.2.2.5-r1.ebuild b/net-misc/bind/bind-8.2.2.5-r1.ebuild index 225b92047eb4..9cdc1f23fe0f 100644 --- a/net-misc/bind/bind-8.2.2.5-r1.ebuild +++ b/net-misc/bind/bind-8.2.2.5-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/bind/bind-8.2.2.5-r1.ebuild,v 1.3 2000/09/15 20:09:12 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/bind/bind-8.2.2.5-r1.ebuild,v 1.4 2000/11/01 04:44:21 achim Exp $ A=bind-src.tar.gz S=${WORKDIR}/src @@ -9,6 +9,9 @@ DESCRIPTION="Name Server" SRC_URI="ftp://ftp.isc.org/isc/bind/src/8.2.2-P5/"${A} HOMEPAGE="http://www.isc.org/products/BIND" +DEPEND=">=sys-apps/bash-2.04 + >=sys-libs/glibc-2.1.3" + src_compile() { try make clean try make depend diff --git a/net-misc/dhcp/dhcp-3.0_beta0206.ebuild b/net-misc/dhcp/dhcp-3.0_beta0206.ebuild index 33235ce53857..ab32f6fa23f9 100644 --- a/net-misc/dhcp/dhcp-3.0_beta0206.ebuild +++ b/net-misc/dhcp/dhcp-3.0_beta0206.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/dhcp-3.0_beta0206.ebuild,v 1.2 2000/10/05 18:22:51 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/dhcp-3.0_beta0206.ebuild,v 1.3 2000/11/01 04:44:21 achim Exp $ P=dhcp-3.0b2pl6 A="${P}.tar.gz" @@ -10,6 +10,7 @@ DESCRIPTION="ISC Dynamic Host Configuration Protocol" SRC_URI="ftp://ftp.isc.org/isc/dhcp/${P}.tar.gz" HOMEPAGE="http://www.isc.org/products/DHCP/" +DEPEND=">=sys-libs/glibc-2.1.3" src_compile() { diff --git a/net-misc/ipchains-firewall/ipchains-firewall-1.7.0-r1.ebuild b/net-misc/ipchains-firewall/ipchains-firewall-1.7.0-r1.ebuild index 1686a6191eb4..1a41035336e8 100644 --- a/net-misc/ipchains-firewall/ipchains-firewall-1.7.0-r1.ebuild +++ b/net-misc/ipchains-firewall/ipchains-firewall-1.7.0-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/ipchains-firewall/ipchains-firewall-1.7.0-r1.ebuild,v 1.2 2000/08/16 04:38:17 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ipchains-firewall/ipchains-firewall-1.7.0-r1.ebuild,v 1.3 2000/11/01 04:44:21 achim Exp $ P=ipchains-firewall-1.7.0 A=${P}.tar.gz @@ -10,6 +10,8 @@ DESCRIPTION="IP-Chains Firewall Script " SRC_URI="http://firewall.langistix.com/download/"${A} HOMEPAGE="http://firewall.langistix.com/" +DEPEND=">=sys-apps/bash-2.04" + src_compile() { cd ${S} } diff --git a/net-misc/netkit-bootpd/netkit-bootpd-0.17-r1.ebuild b/net-misc/netkit-bootpd/netkit-bootpd-0.17-r1.ebuild index 3f9f04354caa..bd7b05b9a757 100644 --- a/net-misc/netkit-bootpd/netkit-bootpd-0.17-r1.ebuild +++ b/net-misc/netkit-bootpd/netkit-bootpd-0.17-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-bootpd/netkit-bootpd-0.17-r1.ebuild,v 1.3 2000/09/15 20:09:12 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-bootpd/netkit-bootpd-0.17-r1.ebuild,v 1.4 2000/11/01 04:44:21 achim Exp $ P=netkit-bootpd-0.17 A=netkit-bootparamd-0.17.tar.gz @@ -9,6 +9,8 @@ S=${WORKDIR}/netkit-bootparamd-0.17 DESCRIPTION="Netkit - bootp" SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${A}" +DEPEND=">=sys-libs/glibc-2.1.3" + src_compile() { try ./configure try make diff --git a/net-misc/netkit-fingerd/netkit-fingerd-0.17-r1.ebuild b/net-misc/netkit-fingerd/netkit-fingerd-0.17-r1.ebuild index 2a05bba3f35a..9fe1ad2b7fba 100644 --- a/net-misc/netkit-fingerd/netkit-fingerd-0.17-r1.ebuild +++ b/net-misc/netkit-fingerd/netkit-fingerd-0.17-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-fingerd/netkit-fingerd-0.17-r1.ebuild,v 1.3 2000/09/15 20:09:12 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-fingerd/netkit-fingerd-0.17-r1.ebuild,v 1.4 2000/11/01 04:44:21 achim Exp $ P=netkit-fingerd-0.17 A=bsd-finger-0.17.tar.gz @@ -9,6 +9,8 @@ S=${WORKDIR}/bsd-finger-0.17 DESCRIPTION="Netkit - fingerd" SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${A}" +DEPEND=">=sys-libs/glibc-2.1.3" + src_compile() { cd ${S} try ./configure diff --git a/net-misc/netkit-routed/netkit-routed-0.17-r1.ebuild b/net-misc/netkit-routed/netkit-routed-0.17-r1.ebuild index 73b6d231901e..107946fdc601 100644 --- a/net-misc/netkit-routed/netkit-routed-0.17-r1.ebuild +++ b/net-misc/netkit-routed/netkit-routed-0.17-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-routed/netkit-routed-0.17-r1.ebuild,v 1.3 2000/09/15 20:09:12 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-routed/netkit-routed-0.17-r1.ebuild,v 1.4 2000/11/01 04:44:21 achim Exp $ P=netkit-routed-0.17 A=${P}.tar.gz @@ -9,6 +9,8 @@ S=${WORKDIR}/${P} DESCRIPTION="Netkit - routed" SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${A}" +DEPEND=">=sys-libs/glibc-2.1.3" + src_compile() { try ./configure try make diff --git a/net-misc/netkit-rsh/netkit-rsh-0.17-r1.ebuild b/net-misc/netkit-rsh/netkit-rsh-0.17-r1.ebuild index f9e24fba12a9..7f33df3e1a2d 100644 --- a/net-misc/netkit-rsh/netkit-rsh-0.17-r1.ebuild +++ b/net-misc/netkit-rsh/netkit-rsh-0.17-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-rsh/netkit-rsh-0.17-r1.ebuild,v 1.3 2000/09/15 20:09:12 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-rsh/netkit-rsh-0.17-r1.ebuild,v 1.4 2000/11/01 04:44:21 achim Exp $ P=netkit-rsh-0.17 A=${P}.tar.gz @@ -9,6 +9,9 @@ S=${WORKDIR}/${P} DESCRIPTION="Netkit - rshd" SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${A}" +DEPEND=">=sys-libs/glibc-2.1.3 + >=sys-libs/pam-0.72" + src_compile() { try ./configure try make diff --git a/net-misc/netkit-talk/netkit-talk-0.17-r1.ebuild b/net-misc/netkit-talk/netkit-talk-0.17-r1.ebuild index ddaa445645d3..3c973fdf26fa 100644 --- a/net-misc/netkit-talk/netkit-talk-0.17-r1.ebuild +++ b/net-misc/netkit-talk/netkit-talk-0.17-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-talk/netkit-talk-0.17-r1.ebuild,v 1.3 2000/09/15 20:09:12 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-talk/netkit-talk-0.17-r1.ebuild,v 1.4 2000/11/01 04:44:21 achim Exp $ P=netkit-talk-0.17 A=netkit-ntalk-0.17.tar.gz @@ -9,6 +9,10 @@ S=${WORKDIR}/netkit-ntalk-0.17 DESCRIPTION="Netkit - talkd" SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${A}" +DEPEND=">=sys-libs/glibc-2.1.3 + >=sys-libs/gpm-1.19.3 + >=sys-libs/ncurses-5.1" + src_compile() { try ./configure try make diff --git a/net-misc/netkit-telnetd/netkit-telnetd-0.17-r1.ebuild b/net-misc/netkit-telnetd/netkit-telnetd-0.17-r1.ebuild index 258e29c449b6..7a43e0c285f9 100644 --- a/net-misc/netkit-telnetd/netkit-telnetd-0.17-r1.ebuild +++ b/net-misc/netkit-telnetd/netkit-telnetd-0.17-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-telnetd/netkit-telnetd-0.17-r1.ebuild,v 1.3 2000/09/15 20:09:13 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-telnetd/netkit-telnetd-0.17-r1.ebuild,v 1.4 2000/11/01 04:44:22 achim Exp $ P=netkit-telnetd-0.17 A=netkit-telnet-0.17.tar.gz @@ -9,6 +9,10 @@ S=${WORKDIR}/netkit-telnet-0.17 DESCRIPTION="Standard Linux telnet client" SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${A}" +DEPEND=">=sys-libs/glibc-2.1.3 + >=sys-libs/gpm-1.19.3 + >=sys-libs/ncurses-5.1" + src_compile() { try ./configure --prefix=/usr cp MCONFIG MCONFIG.orig diff --git a/net-misc/netkit-timed/netkit-timed-0.17-r1.ebuild b/net-misc/netkit-timed/netkit-timed-0.17-r1.ebuild index a0323fc204a6..c35abe83f1cb 100644 --- a/net-misc/netkit-timed/netkit-timed-0.17-r1.ebuild +++ b/net-misc/netkit-timed/netkit-timed-0.17-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-timed/netkit-timed-0.17-r1.ebuild,v 1.3 2000/09/15 20:09:13 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-timed/netkit-timed-0.17-r1.ebuild,v 1.4 2000/11/01 04:44:22 achim Exp $ P=netkit-timed-0.17 A=${P}.tar.gz @@ -9,6 +9,9 @@ S=${WORKDIR}/${P} DESCRIPTION="Netkit - timed" SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${A}" +DEPEND=">=sys-apps/bash-2.04 + >=sys-libs/glibc-2.1.3" + src_compile() { try ./configure try make diff --git a/net-misc/rsync/rsync-2.4.6.ebuild b/net-misc/rsync/rsync-2.4.6.ebuild index 5ba611606e77..fa099ea4cec0 100644 --- a/net-misc/rsync/rsync-2.4.6.ebuild +++ b/net-misc/rsync/rsync-2.4.6.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.4.6.ebuild,v 1.1 2000/10/05 18:22:51 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.4.6.ebuild,v 1.2 2000/11/01 04:44:22 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,6 +9,7 @@ DESCRIPTION="File transfer program to keep remote files into sync" SRC_URI="http://rsync.samba.org/ftp/rsync/${A}" HOMEPAGE="http://rsync.samba.org" +DEPEND=">=sys-libs/glibc-2.1.3" src_compile() { diff --git a/net-misc/snarf/snarf-7.0-r1.ebuild b/net-misc/snarf/snarf-7.0-r1.ebuild index 01ed96da8117..6e20d5bb368c 100644 --- a/net-misc/snarf/snarf-7.0-r1.ebuild +++ b/net-misc/snarf/snarf-7.0-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/snarf/snarf-7.0-r1.ebuild,v 1.3 2000/09/15 20:09:13 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/snarf/snarf-7.0-r1.ebuild,v 1.4 2000/11/01 04:44:22 achim Exp $ P=snarf-7.0 A=${P}.tar.gz @@ -10,6 +10,8 @@ DESCRIPTION="A full featured small web-spider" SRC_URI="http://www.xach.com/snarf/"${A} HOMEPAGE="http://www.xach.com/snarf/" +DEPEND=">=sys-libs/glibc-2.1.3" + src_compile() { cd ${S} try ./configure --host=${CHOST} --prefix=/usr diff --git a/net-misc/wget/wget-1.5.3-r1.ebuild b/net-misc/wget/wget-1.5.3-r1.ebuild index 1a057f25d656..7b122375d7fd 100644 --- a/net-misc/wget/wget-1.5.3-r1.ebuild +++ b/net-misc/wget/wget-1.5.3-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.5.3-r1.ebuild,v 1.4 2000/10/04 13:31:05 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.5.3-r1.ebuild,v 1.5 2000/11/01 04:44:22 achim Exp $ P=wget-1.5.3 A="${P}.tar.gz wget-new-percentage-3.0.tgz" @@ -12,6 +12,8 @@ SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/wget/${A} http://www.biscom.net/~cade/away/projects/wget-new-percentage-3.0.tgz" HOMEPAGE="http://www.cg.tuwien.ac.at/~prikryl/wget.html" +DEPEND=">=sys-libs/glibc-2.1.3" + src_unpack () { unpack ${A} cd ${S}/src diff --git a/net-misc/whois/whois-4.5.1.ebuild b/net-misc/whois/whois-4.5.1.ebuild index 5d74afbf9bb2..46cd94cd2645 100644 --- a/net-misc/whois/whois-4.5.1.ebuild +++ b/net-misc/whois/whois-4.5.1.ebuild @@ -1,13 +1,16 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.5.1.ebuild,v 1.1 2000/10/05 18:22:52 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.5.1.ebuild,v 1.2 2000/11/01 04:44:22 achim Exp $ A=whois_4.5.1.tar.gz S=${WORKDIR}/${P} DESCRIPTION="Whois Client" SRC_URI="http://www.linux.it/~md/software/${A}" +DEPEND=">=sys-devel/perl-5 + >=sys-libs/glibc-2.1.3" + src_unpack() { unpack ${A} cd ${S} diff --git a/net-nds/portmap/portmap-5b-r1.ebuild b/net-nds/portmap/portmap-5b-r1.ebuild index cd12b5907724..a74bb04c81fb 100644 --- a/net-nds/portmap/portmap-5b-r1.ebuild +++ b/net-nds/portmap/portmap-5b-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-nds/portmap/portmap-5b-r1.ebuild,v 1.3 2000/09/15 20:09:15 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/portmap/portmap-5b-r1.ebuild,v 1.4 2000/11/01 04:44:22 achim Exp $ P=portmap-5b A=portmap_5beta.tar.gz @@ -11,6 +11,9 @@ DESCRIPTION="Netkit - portmapper" SRC_URI="ftp://ftp.porcupine.org/pub/security/"${A} HOMEPAGE="ftp://ftp.porcupine.org/pub/security/index.html" +DEPEND=">=sys-apps/bash-2.04 + >=sys-libs/glibc-2.1.3" + src_compile() { try make } diff --git a/net-nds/yp-tools/yp-tools-2.4-r1.ebuild b/net-nds/yp-tools/yp-tools-2.4-r1.ebuild index 6a3df5b14542..5b5c181c0c3b 100644 --- a/net-nds/yp-tools/yp-tools-2.4-r1.ebuild +++ b/net-nds/yp-tools/yp-tools-2.4-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-nds/yp-tools/yp-tools-2.4-r1.ebuild,v 1.3 2000/09/15 20:09:15 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/yp-tools/yp-tools-2.4-r1.ebuild,v 1.4 2000/11/01 04:44:22 achim Exp $ P=yp-tools-2.4 A=${P}.tar.gz @@ -12,6 +12,8 @@ SRC_URI="ftp://ftp.de.kernel.org/pub/linux/utils/net/NIS/${A} ftp://ftp.kernel.org/pub/linux/utils/net/NIS/${A}" HOMEPAGE="http://www.suse.de/~kukuk/nis/yp-tools/index.html" +DEPEND=">=sys-libs/glibc-2.1.3" + src_unpack() { unpack ${A} } diff --git a/net-nds/ypbind/ypbind-1.6-r1.ebuild b/net-nds/ypbind/ypbind-1.6-r1.ebuild index 66c524b9b993..6846a805b74a 100644 --- a/net-nds/ypbind/ypbind-1.6-r1.ebuild +++ b/net-nds/ypbind/ypbind-1.6-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.6-r1.ebuild,v 1.4 2000/09/15 20:09:15 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.6-r1.ebuild,v 1.5 2000/11/01 04:44:22 achim Exp $ P=ypbind-1.6 A=ypbind-mt-1.6.tar.gz @@ -9,6 +9,9 @@ S=${WORKDIR}/ypbind-mt-1.6 DESCRIPTION="Multithreaded NIS bind service" SRC_URI="ftp://ftp.de.kernel.org/pub/linux/utils/net/NIS/"${A} HOMEPAGE="http://www.suse.de/~kukuk/nis/ypbind-mt/index.html" + +DEPEND=">=sys-libs/glibc-2.1.3" + src_unpack() { unpack ${A} } diff --git a/net-nds/ypserv/ypserv-1.3.9-r1.ebuild b/net-nds/ypserv/ypserv-1.3.9-r1.ebuild index 51f7cfdb4e8c..95c8ccda4521 100644 --- a/net-nds/ypserv/ypserv-1.3.9-r1.ebuild +++ b/net-nds/ypserv/ypserv-1.3.9-r1.ebuild @@ -1,7 +1,7 @@ ## Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-nds/ypserv/ypserv-1.3.9-r1.ebuild,v 1.3 2000/09/15 20:09:15 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/ypserv/ypserv-1.3.9-r1.ebuild,v 1.4 2000/11/01 04:44:22 achim Exp $ P=ypserv-1.3.9 A=${P}.tar.gz @@ -12,6 +12,10 @@ SRC_URI="ftp://ftp.de.kernel.org/pub/linux/utils/net/NIS/${A} ftp://ftp.kernel.org/pub/linux/utils/net/NIS/${A}" HOMEPAGE="http://www.suse.de/~kukuk/nis/ypserv/index.html" +DEPEND=">=sys-apps/bash-2.04 + >=sys-libs/gdbm-1.8.0 + >=sys-libs/glibc-2.1.3" + src_unpack() { unpack ${A} cd ${S} diff --git a/net-print/LPRng/LPRng-3.6.24.ebuild b/net-print/LPRng/LPRng-3.6.24.ebuild index 6de9b87d9399..4de679125791 100644 --- a/net-print/LPRng/LPRng-3.6.24.ebuild +++ b/net-print/LPRng/LPRng-3.6.24.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-print/LPRng/LPRng-3.6.24.ebuild,v 1.2 2000/09/15 20:09:16 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/LPRng/LPRng-3.6.24.ebuild,v 1.3 2000/11/01 04:44:23 achim Exp $ P=LPRng-3.6.24 A=${P}.tgz @@ -10,6 +10,8 @@ DESCRIPTION="Extended implementation of the Berkley LPR print spooler" SRC_URI="ftp://ftp.astart.com/pub/LPRng/LPRng/${A}" HOMEPAGE="http://www.astart.com/LPRng/LPRng.html" +DEPEND=">=sys-libs/glibc-2.1.3" + src_unpack() { unpack ${A} cd ${S}/po diff --git a/net-www/apache-ssl/apache-ssl-1.3.14.2.7.1.ebuild b/net-www/apache-ssl/apache-ssl-1.3.14.2.7.1.ebuild index 5b1b3290d5c1..c3e6e8904eb0 100644 --- a/net-www/apache-ssl/apache-ssl-1.3.14.2.7.1.ebuild +++ b/net-www/apache-ssl/apache-ssl-1.3.14.2.7.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-www/apache-ssl/apache-ssl-1.3.14.2.7.1.ebuild,v 1.2 2000/10/23 11:27:16 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache-ssl/apache-ssl-1.3.14.2.7.1.ebuild,v 1.3 2000/11/01 04:44:23 achim Exp $ A="apache_1.3.14.tar.gz mod_ssl-2.7.1-1.3.14.tar.gz" S=${WORKDIR}/apache_1.3.14 @@ -10,6 +10,9 @@ SRC_URI="http://httpd.apache.org/dist/apache_1.3.14.tar.gz ftp://ftp.modssl.org/source/mod_ssl-2.7.1-1.3.14.tar.gz" HOMEPAGE="http://www.apache.org http://www.modssl.org" +DEPEND=">=sys-apps/bash-2.04 + >=sys-libs/glibc-2.1.3 + >=dev-libs/openssl-0.9.6" src_compile() { export SSL_BASE=SYSTEM diff --git a/net-www/cvsweb/cvsweb-1.93.ebuild b/net-www/cvsweb/cvsweb-1.93.ebuild index b8bec8d2b57d..fd3d1cf717ac 100644 --- a/net-www/cvsweb/cvsweb-1.93.ebuild +++ b/net-www/cvsweb/cvsweb-1.93.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-www/cvsweb/cvsweb-1.93.ebuild,v 1.1 2000/08/30 13:39:46 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/cvsweb/cvsweb-1.93.ebuild,v 1.2 2000/11/01 04:44:23 achim Exp $ P=cvsweb-1.92 A=${P}.tar.gz @@ -10,6 +10,8 @@ DESCRIPTION="WWW interface to a CVS tree" SRC_URI="http://stud.fh-heilbronn.de/~zeller/download/${A}" HOMEPAGE="http://stud.fh-heilbronn.de/~zeller/cgi/cvsweg.cgi" +DEPEND=">=sys-devel/perl-5" + src_compile () { cp cvsweb.cgi cvsweb.cgi.orig sed -e "s:/usr/local/web/apache/conf/:/etc/httpd/:" cvsweb.cgi.orig > cvsweb.cgi diff --git a/net-www/htdig/htdig-3.1.5.ebuild b/net-www/htdig/htdig-3.1.5.ebuild index faafe9789f46..f900fd9a5e5c 100644 --- a/net-www/htdig/htdig-3.1.5.ebuild +++ b/net-www/htdig/htdig-3.1.5.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-www/htdig/htdig-3.1.5.ebuild,v 1.2 2000/10/09 16:02:49 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/htdig/htdig-3.1.5.ebuild,v 1.3 2000/11/01 04:44:23 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,6 +9,11 @@ DESCRIPTION="WWW index and searching system" SRC_URI="http://www.htdig.org/files/${A}" HOMEPAGE="http://www.htdig.org" +DEPEND=">=sys-apps/bash-2.04 + >=sys-devel/gcc-2.95.2 + >=sys-libs/glibc-2.1.3 + >=sys-libs/zlib-1.1.3" + src_unpack() { unpack ${A} cp ${FILESDIR}/CONFIG.in ${S} diff --git a/net-www/netscape/navigator-4.75.ebuild b/net-www/netscape/navigator-4.75.ebuild index 655c277f44cd..66823c593bc3 100644 --- a/net-www/netscape/navigator-4.75.ebuild +++ b/net-www/netscape/navigator-4.75.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-www/netscape/navigator-4.75.ebuild,v 1.3 2000/09/16 16:32:48 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/netscape/navigator-4.75.ebuild,v 1.4 2000/11/01 04:44:23 achim Exp $ A=navigator-v475-us.x86-unknown-linux2.2.tar.gz S=${WORKDIR}/navigator-v475.x86-unknown-linux2.2 @@ -9,6 +9,8 @@ DESCRIPTION="Netscape Navigator Standalone 4.75" SRC_URI="ftp://ftp.netscape.com/pub/communicator/english/4.75/unix/supported/linux22/navigator_standalone/"${A} HOMEPAGE="http://developer.netscape.com/support/index.html" +DEPEND="" + src_install() { cd ${S} dodir /opt/netscape diff --git a/net-www/netscape/netscape-4.75.ebuild b/net-www/netscape/netscape-4.75.ebuild index 8e01a26ed8ec..2d79392f7c9a 100644 --- a/net-www/netscape/netscape-4.75.ebuild +++ b/net-www/netscape/netscape-4.75.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-www/netscape/netscape-4.75.ebuild,v 1.4 2000/09/16 16:32:48 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/netscape/netscape-4.75.ebuild,v 1.5 2000/11/01 04:44:23 achim Exp $ P=netscape-4.75 A=communicator-v475-us.x86-unknown-linux2.2.tar.gz @@ -10,6 +10,8 @@ DESCRIPTION="Netscape Communicator 4.75" SRC_URI="ftp://ftp.netscape.com/pub/communicator/english/4.75/unix/supported/linux22/complete_install/"${A} HOMEPAGE="http://developer.netscape.com/support/index.html" +DEPEND="" + src_install() { cd ${S} dodir /opt/netscape diff --git a/sys-apps/baselayout/baselayout-1.3.ebuild b/sys-apps/baselayout/baselayout-1.3.ebuild index e9a6a36f3ac8..305585074d4f 100644 --- a/sys-apps/baselayout/baselayout-1.3.ebuild +++ b/sys-apps/baselayout/baselayout-1.3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/baselayout-1.3.ebuild,v 1.3 2000/10/23 11:27:16 achim Exp $# Copyright 1999-2000 Gentoo Technologies, Inc. +# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/baselayout-1.3.ebuild,v 1.4 2000/11/01 04:44:23 achim Exp $# Copyright 1999-2000 Gentoo Technologies, Inc. A="" S=${WORKDIR}/${P} @@ -80,6 +80,12 @@ src_install() insinto /usr/bin insopts -m0755 doins colors + dodir /dev + cd ${D}/dev + MAKEDEV generic-i386 + MAKEDEV sg + MAKEDEV scd + MAKEDEV rtc dodoc README.newusers blurb.txt } @@ -89,3 +95,4 @@ src_install() + diff --git a/x11-base/xfree/xfree-4.0.1-r1.ebuild b/x11-base/xfree/xfree-4.0.1-r1.ebuild index fccd93455e81..4d836e523c72 100644 --- a/x11-base/xfree/xfree-4.0.1-r1.ebuild +++ b/x11-base/xfree/xfree-4.0.1-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-base/xfree/xfree-4.0.1-r1.ebuild,v 1.5 2000/10/23 11:27:17 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xfree/xfree-4.0.1-r1.ebuild,v 1.6 2000/11/01 04:44:23 achim Exp $ P=xfree-4.0.1 A="X401src-1.tgz X401src-2.tgz X401src-3.tgz" @@ -11,6 +11,12 @@ SRC_URI="ftp://ftp.xfree.org/pub/XFree86/4.0.1/source/X401src-1.tgz ftp://ftp.xfree.org/pub/XFree86/4.0.1/source/X401src-2.tgz ftp://ftp.xfree.org/pub/XFree86/4.0.1/source/X401src-3.tgz" +DEPEND=">=sys-apps/bash-2.04 + >=sys-libs/glibc-2.1.3 + >=sys-libs/gpm-1.19.3 + >=sys-libs/ncurses-5.1" + + src_unpack () { unpack ${A} cp ${FILESDIR}/site.def ${S}/config/cf/host.def @@ -24,7 +30,9 @@ src_compile() { src_install() { try make install DESTDIR=${D} try make install.man DESTDIR=${D} + preplib /usr/X11R6 } + diff --git a/x11-libs/gtk+/gtk+-1.2.8-r1.ebuild b/x11-libs/gtk+/gtk+-1.2.8-r1.ebuild index d1d6b789e606..4d48b7b89b5f 100644 --- a/x11-libs/gtk+/gtk+-1.2.8-r1.ebuild +++ b/x11-libs/gtk+/gtk+-1.2.8-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-1.2.8-r1.ebuild,v 1.6 2000/10/28 04:17:42 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-1.2.8-r1.ebuild,v 1.7 2000/11/01 04:44:23 achim Exp $ P=gtk+-1.2.8 A=${P}.tar.gz @@ -10,6 +10,11 @@ DESCRIPTION="gtk" SRC_URI="ftp://ftp.gtk.org/pub/gtk/v1.2/"${A} HOMEPAGE="http://www.gtk.org" +DEPEND=">=sys-apps/bash-2.04 + >=sys-libs/glibc-2.1.3 + >=dev-libs/glib-1.2.8 + >=x11-base/xfree-4.0.1" + src_compile() { cd ${S} try ./configure --host=${CHOST} --prefix=/usr/X11R6 --infodir=/usr/info --sysconfdir=/etc/X11 --with-xinput=xfree --with-catgets --with-x diff --git a/x11-libs/libPropList/libPropList-0.10.1-r1.ebuild b/x11-libs/libPropList/libPropList-0.10.1-r1.ebuild index 4ce32198e40e..785456ea6357 100644 --- a/x11-libs/libPropList/libPropList-0.10.1-r1.ebuild +++ b/x11-libs/libPropList/libPropList-0.10.1-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libPropList/libPropList-0.10.1-r1.ebuild,v 1.3 2000/09/15 20:09:30 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libPropList/libPropList-0.10.1-r1.ebuild,v 1.4 2000/11/01 04:44:24 achim Exp $ P=libPropList-0.10.1 A=${P}.tar.gz @@ -10,6 +10,8 @@ DESCRIPTION="libPropList" SRC_URI="ftp://ftp.windowmaker.org/pub/release/srcs/current/"${A} HOMEPAGE="http://www.windowmaker.org/" +DEPEND=">=sys-libs/glibc-2.1.3" + src_compile() { cd ${S} try ./configure --host=${CHOST} --prefix=/usr/X11R6 diff --git a/x11-wm/openmotif/openmotif-MLI-2.1.30.ebuild b/x11-wm/openmotif/openmotif-MLI-2.1.30.ebuild index 62723a7be9cc..ca06ffa1cfdd 100644 --- a/x11-wm/openmotif/openmotif-MLI-2.1.30.ebuild +++ b/x11-wm/openmotif/openmotif-MLI-2.1.30.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-wm/openmotif/openmotif-MLI-2.1.30.ebuild,v 1.1 2000/09/20 20:12:48 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/openmotif/openmotif-MLI-2.1.30.ebuild,v 1.2 2000/11/01 04:44:24 achim Exp $ A=openmotif-2.1.30-4_MLI.src.tar.gz S=${WORKDIR}/motif @@ -9,6 +9,10 @@ DESCRIPTION="Open Motif (Metrolink Bug Fix Release)" SRC_URI="ftp://ftp.metrolink.com/pub/openmotif/2.1.30-4/"${A} HOMEPAGE="http://www.metrolink.com/openmotif/" +DEPEND=">=sys-apps/bash-2.04 + >=sys-libs/glibc-2.1.3 + >=x11-base/xfree-4.0.1" + src_unpack() { unpack ${A} cp ${O}/files/site.def ${S}/config/cf/ |