summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-04-30 11:43:08 +0000
committerAchim Gottinger <achim@gentoo.org>2001-04-30 11:43:08 +0000
commit5bf2aa36001db15dc05f9c494c14b8ea860ff050 (patch)
tree6409a19641635e56d177c0ddb117ed5677185849 /net-nds/yp-tools
parentCleanup (diff)
downloadgentoo-2-5bf2aa36001db15dc05f9c494c14b8ea860ff050.tar.gz
gentoo-2-5bf2aa36001db15dc05f9c494c14b8ea860ff050.tar.bz2
gentoo-2-5bf2aa36001db15dc05f9c494c14b8ea860ff050.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
-}
-
-
-