summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-11-01 04:44:22 +0000
committerAchim Gottinger <achim@gentoo.org>2000-11-01 04:44:22 +0000
commit41427d0912dbf3ecede11ee8506f59a421c8a196 (patch)
treef04be9e68cefba0fba594c0f0bd1ecf454017574 /net-nds
parentAdded dependencies (diff)
downloadhistorical-41427d0912dbf3ecede11ee8506f59a421c8a196.tar.gz
historical-41427d0912dbf3ecede11ee8506f59a421c8a196.tar.bz2
historical-41427d0912dbf3ecede11ee8506f59a421c8a196.zip
Added dependencies
Diffstat (limited to 'net-nds')
-rw-r--r--net-nds/portmap/portmap-5b-r1.ebuild5
-rw-r--r--net-nds/yp-tools/yp-tools-2.4-r1.ebuild4
-rw-r--r--net-nds/ypbind/ypbind-1.6-r1.ebuild5
-rw-r--r--net-nds/ypserv/ypserv-1.3.9-r1.ebuild6
4 files changed, 16 insertions, 4 deletions
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}