summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-04-27 21:24:38 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-04-27 21:24:38 +0000
commit3eeec78e9c45e01c67bad1a8b980338a06abc2b7 (patch)
tree98db6ecbc79ad3ce395304feb58802707e9058ca /net-nds
parentcleanup (diff)
downloadgentoo-2-3eeec78e9c45e01c67bad1a8b980338a06abc2b7.tar.gz
gentoo-2-3eeec78e9c45e01c67bad1a8b980338a06abc2b7.tar.bz2
gentoo-2-3eeec78e9c45e01c67bad1a8b980338a06abc2b7.zip
removed older ebuilds
Diffstat (limited to 'net-nds')
-rw-r--r--net-nds/ypserv/files/digest-ypserv-1.3.9-r21
-rw-r--r--net-nds/ypserv/files/digest-ypserv-1.3.9-r61
-rw-r--r--net-nds/ypserv/ypserv-1.3.9-r2.ebuild72
-rw-r--r--net-nds/ypserv/ypserv-1.3.9-r6.ebuild72
4 files changed, 0 insertions, 146 deletions
diff --git a/net-nds/ypserv/files/digest-ypserv-1.3.9-r2 b/net-nds/ypserv/files/digest-ypserv-1.3.9-r2
deleted file mode 100644
index 5f4a9f357bcf..000000000000
--- a/net-nds/ypserv/files/digest-ypserv-1.3.9-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ecdfccf57c3bf0bbba2fe36cdd1fea27 ypserv-1.3.9.tar.gz 193887
diff --git a/net-nds/ypserv/files/digest-ypserv-1.3.9-r6 b/net-nds/ypserv/files/digest-ypserv-1.3.9-r6
deleted file mode 100644
index 5f4a9f357bcf..000000000000
--- a/net-nds/ypserv/files/digest-ypserv-1.3.9-r6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ecdfccf57c3bf0bbba2fe36cdd1fea27 ypserv-1.3.9.tar.gz 193887
diff --git a/net-nds/ypserv/ypserv-1.3.9-r2.ebuild b/net-nds/ypserv/ypserv-1.3.9-r2.ebuild
deleted file mode 100644
index 6000c45764f3..000000000000
--- a/net-nds/ypserv/ypserv-1.3.9-r2.ebuild
+++ /dev/null
@@ -1,72 +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/ypserv/ypserv-1.3.9-r2.ebuild,v 1.2 2001/10/06 07:25:11 woodchip Exp $
-
-P=ypserv-1.3.9
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="NIS SERVER"
-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/ypserv/index.html"
-
-DEPEND="virtual/glibc
- >=sys-libs/gdbm-1.8.0
- tcpd? ( >=sys-apps/tcp-wrappers-7.6 )"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- cp ${FILESDIR}/defs.sed ypmake
-}
-
-src_compile() {
- local myconf
- use tcpd && myconf="--enable-tcp-wrapper"
-
- ./configure --host=${CHOST} --prefix=/usr --sysconfdir=/etc \
- --localstatedir=/var --mandir=/usr/share/man \
- --enable-yppasswd $myconf || die
-
- make || die
-
- cd ${S}/ypmake
- sed -f defs.sed Makefile.in > Makefile
- make || die
-}
-
-src_install() {
- local MYMAN=${D}/usr/share/man
-
- make prefix=${D}/usr YPMAPDIR=${D}/var/yp CONFDIR=${D}/etc \
- MAN1DIR=$MYMAN/man1 MAN5DIR=$MYMAN/man5 MAN8DIR=$MYMAN/man8 \
- installdirs install_progs || die
-
- exeinto /usr/sbin
- cd ${S}/contrib ; doexe ypslave
- cd ${S}/ypmake ; doexe ypmake
-
- insinto /usr/lib/yp/ypmake
- for i in aliases arrays automount config ethers group gshadow hosts \
- netgroup netid networks passwd protocols publickey \
- rpc services shadow ypservers
- do
- doins $i
- done
-
- insinto /var/yp
- doins ypmake.conf.sample
-
- newman ypmake.man ypmake.8
- newman ypmake.conf.man ypmake.conf.5
-
- cd ${S}
- dodoc BUGS ChangeLog HOWTO.SuSE NEWS TODO
-
- insinto /etc ; doins etc/ypserv.conf
-
- exeinto /etc/rc.d/init.d
- newexe ${FILESDIR}/ypserv.rc6 ypserv
-}
diff --git a/net-nds/ypserv/ypserv-1.3.9-r6.ebuild b/net-nds/ypserv/ypserv-1.3.9-r6.ebuild
deleted file mode 100644
index a9631cc1d67f..000000000000
--- a/net-nds/ypserv/ypserv-1.3.9-r6.ebuild
+++ /dev/null
@@ -1,72 +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/ypserv/ypserv-1.3.9-r6.ebuild,v 1.1 2001/10/06 07:25:11 woodchip Exp $
-
-P=ypserv-1.3.9
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="NIS SERVER"
-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/ypserv/index.html"
-
-DEPEND="virtual/glibc
- >=sys-libs/gdbm-1.8.0
- tcpd? ( >=sys-apps/tcp-wrappers-7.6 )"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- cp ${FILESDIR}/defs.sed ypmake
-}
-
-src_compile() {
- local myconf
- use tcpd && myconf="--enable-tcp-wrapper"
-
- ./configure --host=${CHOST} --prefix=/usr --sysconfdir=/etc \
- --localstatedir=/var --mandir=/usr/share/man \
- --enable-yppasswd $myconf || die
-
- make || die
-
- cd ${S}/ypmake
- sed -f defs.sed Makefile.in > Makefile
- make || die
-}
-
-src_install() {
- local MYMAN=${D}/usr/share/man
-
- make prefix=${D}/usr YPMAPDIR=${D}/var/yp CONFDIR=${D}/etc \
- MAN1DIR=$MYMAN/man1 MAN5DIR=$MYMAN/man5 MAN8DIR=$MYMAN/man8 \
- installdirs install_progs || die
-
- exeinto /usr/sbin
- cd ${S}/contrib ; doexe ypslave
- cd ${S}/ypmake ; doexe ypmake
-
- insinto /usr/lib/yp/ypmake
- for i in aliases arrays automount config ethers group gshadow hosts \
- netgroup netid networks passwd protocols publickey \
- rpc services shadow ypservers
- do
- doins $i
- done
-
- insinto /var/yp
- doins ypmake.conf.sample
-
- newman ypmake.man ypmake.8
- newman ypmake.conf.man ypmake.conf.5
-
- cd ${S}
- dodoc BUGS ChangeLog HOWTO.SuSE NEWS TODO
-
- insinto /etc ; doins etc/ypserv.conf
-
- exeinto /etc/init.d
- newexe ${FILESDIR}/ypserv.rc6 ypserv
-}