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
parentCleanup (diff)
downloadhistorical-1b7c374ef4cf0aac129f874c605d663c274a6c95.tar.gz
historical-1b7c374ef4cf0aac129f874c605d663c274a6c95.tar.bz2
historical-1b7c374ef4cf0aac129f874c605d663c274a6c95.zip
*** empty log message ***
Diffstat (limited to 'net-nds')
-rw-r--r--net-nds/openldap/files/digest-openldap-1.2.11-r11
-rw-r--r--net-nds/openldap/openldap-1.2.11-r1.ebuild57
-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
-rw-r--r--net-nds/ypbind/files/digest-ypbind-1.71
-rw-r--r--net-nds/ypbind/ypbind-1.7.ebuild37
-rw-r--r--net-nds/ypserv/files/digest-ypserv-1.3.9-r11
-rw-r--r--net-nds/ypserv/ypserv-1.3.9-r1.ebuild67
8 files changed, 0 insertions, 202 deletions
diff --git a/net-nds/openldap/files/digest-openldap-1.2.11-r1 b/net-nds/openldap/files/digest-openldap-1.2.11-r1
deleted file mode 100644
index cb3f745c984b..000000000000
--- a/net-nds/openldap/files/digest-openldap-1.2.11-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ac469c0fe66ece3893e96182f14b7886 openldap-1.2.11.tgz
diff --git a/net-nds/openldap/openldap-1.2.11-r1.ebuild b/net-nds/openldap/openldap-1.2.11-r1.ebuild
deleted file mode 100644
index d44df6c60d10..000000000000
--- a/net-nds/openldap/openldap-1.2.11-r1.ebuild
+++ /dev/null
@@ -1,57 +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/openldap/openldap-1.2.11-r1.ebuild,v 1.6 2000/11/01 06:27:12 achim Exp $
-
-P=openldap-1.2.11
-A=${P}.tgz
-S=${WORKDIR}/${P}
-DESCRIPTION="LDAP suite of application and development tools"
-SRC_URI="ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/"${A}
-HOMEPAGE="http://www.OpenLDAP.org/"
-
-DEPEND=">=sys-apps/bash-2.04
- >=sys-apps/tcp-wrappers-7.6
- >=sys-libs/glibc-2.1.3
- >=sys-libs/gpm-1.19.3
- >=sys-libs/ncurses-5.1"
-
-src_compile() {
- cd ${S}
- ./configure --host=${CHOST} --enable-wrappers --enable-passwd \
- --enable-shell --enable-shared --enable-static \
- --prefix=/usr --sysconfdir=/etc --localstatedir=/var/state
- make depend
- make
- cd tests
- make
-}
-
-src_install() {
- cd ${S}
- make prefix=${D}/usr sysconfdir=${D}/etc/openldap localstatedir=${D}/var/state install
-
- dodoc ANNOUNCEMENT CHANGES COPYRIGHT README LICENSE
- docinto rfc
- dodoc doc/rfc/*.txt
- docinto devel
- dodoc doc/devel/*
-
- dodir /etc/rc.d/init.d
- cp ${O}/files/slapd ${D}/etc/rc.d/init.d
- cp ${O}/files/slurpd ${D}/etc/rc.d/init.d
-
- cd ${D}/etc/openldap
-
- for i in *
- do
- cp $i $i.orig
- sed -e "s:${D}::" $i.orig > $i
- rm $i.orig
- done
-}
-
-
-
-
-
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
-}
-
-
-
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
-}
-
-
-
-
diff --git a/net-nds/ypserv/files/digest-ypserv-1.3.9-r1 b/net-nds/ypserv/files/digest-ypserv-1.3.9-r1
deleted file mode 100644
index a86507967e40..000000000000
--- a/net-nds/ypserv/files/digest-ypserv-1.3.9-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ecdfccf57c3bf0bbba2fe36cdd1fea27 ypserv-1.3.9.tar.gz
diff --git a/net-nds/ypserv/ypserv-1.3.9-r1.ebuild b/net-nds/ypserv/ypserv-1.3.9-r1.ebuild
deleted file mode 100644
index 95c8ccda4521..000000000000
--- a/net-nds/ypserv/ypserv-1.3.9-r1.ebuild
+++ /dev/null
@@ -1,67 +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-r1.ebuild,v 1.4 2000/11/01 04:44:22 achim 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=">=sys-apps/bash-2.04
- >=sys-libs/gdbm-1.8.0
- >=sys-libs/glibc-2.1.3"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- cp ${O}/files/defs.sed ypmake
-}
-
-src_compile() {
- cd ${S}
- try ./configure --host=${CHOST} --prefix=/usr --sysconfdir=/etc/yp \
- --localstatedir=/var --enable-tcp-wrapper \
- --enable-yppasswd
- try make
- cd ${S}/ypmake
- sed -f defs.sed Makefile.in > Makefile
- try make
-}
-
-src_install() {
- cd ${S}
- try make prefix=${D}/usr YPMAPDIR=${D}/var/yp CONFDIR=${D}/etc/yp \
- installdirs install_progs
- prepman
-
- 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
- insinto /etc/rc.d/init.d
- doins ${O}/files/ypserv
- cd ${S}
- dodoc BUGS ChangeLog HOWTO.SuSE NEWS TODO
- insinto /etc/yp
- doins etc/ypserv.conf
-}
-
-
-