summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-12-11 18:55:53 +0000
committerAchim Gottinger <achim@gentoo.org>2000-12-11 18:55:53 +0000
commita67b3de2080e452c0ce64d485fbe58c2b77d97c7 (patch)
tree60ce02f261b0088211aa702574e735280575b53b /net-nds/ypbind
parent*** empty log message *** (diff)
downloadgentoo-2-a67b3de2080e452c0ce64d485fbe58c2b77d97c7.tar.gz
gentoo-2-a67b3de2080e452c0ce64d485fbe58c2b77d97c7.tar.bz2
gentoo-2-a67b3de2080e452c0ce64d485fbe58c2b77d97c7.zip
*** empty log message ***
Diffstat (limited to 'net-nds/ypbind')
-rw-r--r--net-nds/ypbind/files/digest-ypbind-1.6-r11
-rw-r--r--net-nds/ypbind/ypbind-1.6-r1.ebuild38
2 files changed, 0 insertions, 39 deletions
diff --git a/net-nds/ypbind/files/digest-ypbind-1.6-r1 b/net-nds/ypbind/files/digest-ypbind-1.6-r1
deleted file mode 100644
index 69538539ae69..000000000000
--- a/net-nds/ypbind/files/digest-ypbind-1.6-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 903b483e2434230c63407216380b6fc9 ypbind-mt-1.6.tar.gz
diff --git a/net-nds/ypbind/ypbind-1.6-r1.ebuild b/net-nds/ypbind/ypbind-1.6-r1.ebuild
deleted file mode 100644
index 6846a805b74a..000000000000
--- a/net-nds/ypbind/ypbind-1.6-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# 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.5 2000/11/01 04:44:22 achim Exp $
-
-P=ypbind-1.6
-A=ypbind-mt-1.6.tar.gz
-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}
-}
-
-src_compile() {
- cd ${S}
- try ./configure --host=${CHOST} --prefix=/usr --sysconfdir=/etc/yp --with-catgets
- try make
-}
-
-src_install() {
- cd ${S}
- try make DESTDIR=${D} install
- insinto /etc/rc.d/init.d
- doins ${O}/files/ypbind
- dodoc AUTHORS ChangeLog COPYING README THANKS TODO
- insinto /etc/yp
- doins etc/yp.conf
- prepman
-}
-
-
-
-