diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-04-30 11:40:47 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-04-30 11:40:47 +0000 |
commit | 1b7c374ef4cf0aac129f874c605d663c274a6c95 (patch) | |
tree | f27ae013ecf0b4f58e72189ad20be28cacf25669 /net-nds/ypbind | |
parent | Cleanup (diff) | |
download | historical-1b7c374ef4cf0aac129f874c605d663c274a6c95.tar.gz historical-1b7c374ef4cf0aac129f874c605d663c274a6c95.tar.bz2 historical-1b7c374ef4cf0aac129f874c605d663c274a6c95.zip |
*** empty log message ***
Diffstat (limited to 'net-nds/ypbind')
-rw-r--r-- | net-nds/ypbind/files/digest-ypbind-1.7 | 1 | ||||
-rw-r--r-- | net-nds/ypbind/ypbind-1.7.ebuild | 37 |
2 files changed, 0 insertions, 38 deletions
diff --git a/net-nds/ypbind/files/digest-ypbind-1.7 b/net-nds/ypbind/files/digest-ypbind-1.7 deleted file mode 100644 index f94aa2fa644f..000000000000 --- a/net-nds/ypbind/files/digest-ypbind-1.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 d6f98266a18f25337cd6afdb8282af4f ypbind-mt-1.7.tar.gz diff --git a/net-nds/ypbind/ypbind-1.7.ebuild b/net-nds/ypbind/ypbind-1.7.ebuild deleted file mode 100644 index 600164742e7f..000000000000 --- a/net-nds/ypbind/ypbind-1.7.ebuild +++ /dev/null @@ -1,37 +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.7.ebuild,v 1.2 2000/12/19 00:46:33 achim Exp $ - -A=ypbind-mt-${PV}.tar.gz -S=${WORKDIR}/ypbind-mt-${PV} -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 - try make -} - -src_install() { - cd ${S} - try make prefix=${D}/usr sysconfdir=${D}/etc/yp 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 -} - - - - |