summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-04-30 11:40:47 +0000
committerAchim Gottinger <achim@gentoo.org>2001-04-30 11:40:47 +0000
commit1b7c374ef4cf0aac129f874c605d663c274a6c95 (patch)
treef27ae013ecf0b4f58e72189ad20be28cacf25669 /net-nds/yp-tools
parentCleanup (diff)
downloadhistorical-1b7c374ef4cf0aac129f874c605d663c274a6c95.tar.gz
historical-1b7c374ef4cf0aac129f874c605d663c274a6c95.tar.bz2
historical-1b7c374ef4cf0aac129f874c605d663c274a6c95.zip
*** empty log message ***
Diffstat (limited to 'net-nds/yp-tools')
-rw-r--r--net-nds/yp-tools/files/digest-yp-tools-2.4-r11
-rw-r--r--net-nds/yp-tools/yp-tools-2.4-r1.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/net-nds/yp-tools/files/digest-yp-tools-2.4-r1 b/net-nds/yp-tools/files/digest-yp-tools-2.4-r1
deleted file mode 100644
index e650bc67b2e5..000000000000
--- a/net-nds/yp-tools/files/digest-yp-tools-2.4-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 eb8923bc0966e25d536189e4f6664617 yp-tools-2.4.tar.gz
diff --git a/net-nds/yp-tools/yp-tools-2.4-r1.ebuild b/net-nds/yp-tools/yp-tools-2.4-r1.ebuild
deleted file mode 100644
index 5b5c181c0c3b..000000000000
--- a/net-nds/yp-tools/yp-tools-2.4-r1.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/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
-S=${WORKDIR}/${P}
-DESCRIPTION="NIS Tools"
-SRC_URI="ftp://ftp.de.kernel.org/pub/linux/utils/net/NIS/${A}
- ftp://ftp.uk.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}
-}
-
-src_compile() {
- cd ${S}
- try ./configure --host=${CHOST} --prefix=/usr --sysconfdir=/etc/yp
- try make
-}
-
-src_install() {
- cd ${S}
- try make DESTDIR=${D} install
- prepman
- dodoc AUTHORS ChangeLog COPYING NEWS README THANKS TODO
- insinto /etc/yp
- doins etc/nicknames
-}
-
-
-