summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-11-22 18:43:29 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-11-22 18:43:29 +0000
commit63565bcfb477b2a5294e96cdd45f2b2bf64ede6d (patch)
tree5f4f7dac73017916159c6650dd19fbdbedc5a101 /net-nds
parentsafe alsa profile to mask bad drivers and unmask alsa-lib/utils and use flag. (diff)
downloadgentoo-2-63565bcfb477b2a5294e96cdd45f2b2bf64ede6d.tar.gz
gentoo-2-63565bcfb477b2a5294e96cdd45f2b2bf64ede6d.tar.bz2
gentoo-2-63565bcfb477b2a5294e96cdd45f2b2bf64ede6d.zip
Cleaning up old versions.
Diffstat (limited to 'net-nds')
-rw-r--r--net-nds/ypbind/ChangeLog7
-rw-r--r--net-nds/ypbind/files/digest-ypbind-1.11-r11
-rw-r--r--net-nds/ypbind/files/digest-ypbind-1.121
-rw-r--r--net-nds/ypbind/files/digest-ypbind-1.17.21
-rw-r--r--net-nds/ypbind/files/ypbind.confd5
-rw-r--r--net-nds/ypbind/files/ypbind.rc561
-rw-r--r--net-nds/ypbind/files/ypbind.rc644
-rw-r--r--net-nds/ypbind/ypbind-1.11-r1.ebuild34
-rw-r--r--net-nds/ypbind/ypbind-1.12.ebuild37
-rw-r--r--net-nds/ypbind/ypbind-1.17.2.ebuild41
10 files changed, 6 insertions, 226 deletions
diff --git a/net-nds/ypbind/ChangeLog b/net-nds/ypbind/ChangeLog
index e82328d962f0..40d7a372e185 100644
--- a/net-nds/ypbind/ChangeLog
+++ b/net-nds/ypbind/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-nds/ypbind
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v 1.25 2004/11/22 17:53:17 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v 1.26 2004/11/22 18:43:29 eradicator Exp $
+
+ 22 Nov 2004; Jeremy Huddleston <eradicator@gentoo.org>
+ -files/ypbind.confd, -files/ypbind.rc5, -files/ypbind.rc6,
+ -ypbind-1.11-r1.ebuild, -ypbind-1.12.ebuild, -ypbind-1.17.2.ebuild:
+ Cleaning up old versions.
22 Nov 2004; Markus Rothe <corsair@gentoo.org> ypbind-1.17.2-r1.ebuild:
Stable on ppc64; bug #66786
diff --git a/net-nds/ypbind/files/digest-ypbind-1.11-r1 b/net-nds/ypbind/files/digest-ypbind-1.11-r1
deleted file mode 100644
index 091937543226..000000000000
--- a/net-nds/ypbind/files/digest-ypbind-1.11-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c37228a2877a59578227ff9e1b1a060b ypbind-mt-1.11.tar.bz2 143359
diff --git a/net-nds/ypbind/files/digest-ypbind-1.12 b/net-nds/ypbind/files/digest-ypbind-1.12
deleted file mode 100644
index 4391a86b30eb..000000000000
--- a/net-nds/ypbind/files/digest-ypbind-1.12
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3a11b9f447c72fd6d18afe3b6f94b2c0 ypbind-mt-1.12.tar.bz2 143601
diff --git a/net-nds/ypbind/files/digest-ypbind-1.17.2 b/net-nds/ypbind/files/digest-ypbind-1.17.2
deleted file mode 100644
index 875769fa1d46..000000000000
--- a/net-nds/ypbind/files/digest-ypbind-1.17.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0cffc59ead490f0e03c3cb453e1c92e1 ypbind-mt-1.17.2.tar.bz2 157503
diff --git a/net-nds/ypbind/files/ypbind.confd b/net-nds/ypbind/files/ypbind.confd
deleted file mode 100644
index 4464137590e1..000000000000
--- a/net-nds/ypbind/files/ypbind.confd
+++ /dev/null
@@ -1,5 +0,0 @@
-# Config file for /etc/init.d/ypbind
-# NIS domain (not necessarily the same as DNS domain)
-
-
-#YP_DOMAIN=my.yp.domain
diff --git a/net-nds/ypbind/files/ypbind.rc5 b/net-nds/ypbind/files/ypbind.rc5
deleted file mode 100644
index 231d266ca420..000000000000
--- a/net-nds/ypbind/files/ypbind.rc5
+++ /dev/null
@@ -1,61 +0,0 @@
-#!/bin/sh
-#RCUPDATE:3 4:72:This line is required for script management
-
-. /etc/rc.d/config/functions
-. /etc/rc.d/config/basic
-
-SERVICE=ypbind
-EXE="/usr/sbin/ypbind"
-PID="/var/run/ypbind.pid"
-opts="start stop restart"
-
-start() {
- ebegin "Starting ${SERVICE}"
- if [ -n "$YP_DOMAIN" ]
- then
-
-
- ypdomainname "$YP_DOMAIN"
- start-stop-daemon --start --quiet --exec $EXE 1>&2
- if [ -n "$?" ]
- then
- notfound=1
- for i in 0 1 2 3 4 5 6 7 8 9
- do
- ypwhich &>/dev/null && { notfound=0; break; };
- sleep 1;
- eend 0
- done
- if [ $notfound -eq 1 ]
- then
- eend 1 "No NIS server found"
- else
- eend 0
- fi
- else
- eend $? "Error starting ${SERVICE}."
- fi
- else
- eend 1 "Error starting ${SERVICE}."
- fi
-}
-
-stop() {
- if [ -n "$YP_DOMAIN" ]
- then
- ebegin "Stopping ${SERVICE}"
- start-stop-daemon --stop --quiet -s 9 --pid $PID 1>&2
- eend $? "Error stopping ${SERVICE}."
- # Remove binding files, if ypbind "forget" it
- rm -f /var/yp/binding/*
- rm -f $PID
- fi
-}
-
-restart() {
- stop
- start
-}
-
-doservice ${@}
-
diff --git a/net-nds/ypbind/files/ypbind.rc6 b/net-nds/ypbind/files/ypbind.rc6
deleted file mode 100644
index 5c5ddd1734e0..000000000000
--- a/net-nds/ypbind/files/ypbind.rc6
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/files/ypbind.rc6,v 1.8 2004/07/15 00:18:52 agriffis Exp $
-
-depend() {
- need net portmap
- use ypserv
-}
-
-checkconfig() {
- [ -n "$YP_DOMAIN" ] && return 0
- eerror "You need to setup YP_DOMAIN in /etc/conf.d/ypbind"
- return 1
-}
-
-start() {
- checkconfig || return 1
- ebegin "Starting ypbind"
- ypdomainname "$YP_DOMAIN"
- start-stop-daemon --start --quiet --exec /usr/sbin/ypbind
- if [ -n "$?" ] ; then
- notfound=1
- for i in 0 1 2 3 4 5 6 7 8 9
- do
- ypwhich &>/dev/null && { notfound=0; break; }
- sleep 1
- done
- if [ $notfound -eq 1 ] ; then
- eend 1 "No NIS server found"
- else
- eend 0
- fi
- else
- eend $?
- fi
-}
-
-stop() {
- ebegin "Stopping ypbind"
- start-stop-daemon --stop --quiet --exec /usr/sbin/ypbind
- # Remove binding files, if ypbind "forgets" it
- rm -f /var/yp/binding/*
-}
diff --git a/net-nds/ypbind/ypbind-1.11-r1.ebuild b/net-nds/ypbind/ypbind-1.11-r1.ebuild
deleted file mode 100644
index 4edb9910efe9..000000000000
--- a/net-nds/ypbind/ypbind-1.11-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.11-r1.ebuild,v 1.16 2004/08/24 23:23:27 eradicator Exp $
-
-IUSE="nls slp"
-
-MY_P=${PN}-mt-${PV}
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="Multithreaded NIS bind service"
-SRC_URI="mirror://kernel/linux/utils/net/NIS/OLD/${MY_P}.tar.bz2"
-HOMEPAGE="http://www.linux-nis.org/nis/ypbind-mt/index.html"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 sparc alpha ia64"
-
-DEPEND="net-nds/yp-tools
- slp? ( net-libs/openslp )
- net-nds/portmap"
-
-RDEPEND="nls? ( sys-devel/gettext )"
-
-src_compile() {
- econf `use_enable nls` `use_enable slp` || die
- make || die
-}
-
-src_install() {
- einstall || die
- dodoc AUTHORS ChangeLog COPYING README THANKS TODO
- insinto /etc ; doins etc/yp.conf
- insinto /etc/conf.d ; newins ${FILESDIR}/ypbind.confd ypbind
- exeinto /etc/init.d ; newexe ${FILESDIR}/ypbind.rc6 ypbind
-}
diff --git a/net-nds/ypbind/ypbind-1.12.ebuild b/net-nds/ypbind/ypbind-1.12.ebuild
deleted file mode 100644
index 3a2b91b2b1ef..000000000000
--- a/net-nds/ypbind/ypbind-1.12.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.12.ebuild,v 1.7 2004/08/24 23:23:27 eradicator Exp $
-
-IUSE="nls slp"
-
-MY_P=${PN}-mt-${PV}
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="Multithreaded NIS bind service (ypbind-mt)"
-SRC_URI="ftp://ftp.kernel.org/pub/linux/utils/net/NIS/${MY_P}.tar.bz2"
-HOMEPAGE="http://www.linux-nis.org/nis/ypbind-mt/index.html"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~sparc ~alpha ~ppc ppc64"
-
-DEPEND="net-nds/yp-tools
- slp? ( net-libs/openslp )
- net-nds/portmap"
-RDEPEND="nls? ( sys-devel/gettext )"
-
-src_compile() {
- econf `use_enable nls` `use_enable slp` || die
- make || die
-}
-
-src_install() {
- einstall || die
- dodoc AUTHORS ChangeLog COPYING README THANKS TODO
- insinto /etc ; doins etc/yp.conf
- insinto /etc/conf.d ; newins ${FILESDIR}/ypbind.confd ypbind
- exeinto /etc/init.d ; newexe ${FILESDIR}/ypbind.rc6 ypbind
-}
-
-pkg_postinst() {
- einfo "To complete setup, you will need to edit /etc/conf.d/ypbind."
-}
diff --git a/net-nds/ypbind/ypbind-1.17.2.ebuild b/net-nds/ypbind/ypbind-1.17.2.ebuild
deleted file mode 100644
index 6af50f58351e..000000000000
--- a/net-nds/ypbind/ypbind-1.17.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.17.2.ebuild,v 1.8 2004/08/24 23:23:27 eradicator Exp $
-
-IUSE="nls slp"
-
-MY_P=${PN}-mt-${PV}
-DESCRIPTION="Multithreaded NIS bind service (ypbind-mt)"
-HOMEPAGE="http://www.linux-nis.org/nis/ypbind-mt/index.html"
-SRC_URI="ftp://ftp.kernel.org/pub/linux/utils/net/NIS/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 sparc alpha ~ppc amd64"
-
-DEPEND="net-nds/yp-tools
- slp? ( net-libs/openslp )
- net-nds/portmap"
-RDEPEND="nls? ( sys-devel/gettext )"
-
-S="${WORKDIR}/${MY_P}"
-
-src_compile() {
- econf `use_enable nls` `use_enable slp` || die
- emake || die "emake failed"
-}
-
-src_install() {
- einstall || die
- dodoc AUTHORS ChangeLog README THANKS TODO
- insinto /etc ; doins etc/yp.conf
- insinto /etc/conf.d ; newins ${FILESDIR}/ypbind.confd ypbind
- exeinto /etc/init.d ; newexe ${FILESDIR}/ypbind.rc6 ypbind
-}
-
-pkg_postinst() {
- einfo "To complete setup, you will need to edit /etc/conf.d/ypbind."
- einfo "If you are using dhcpcd, be sure to add the -Y option to"
- einfo "dhcpcd_eth0 (or eth1, etc.) to keep dhcpcd from clobbering"
- einfo "/etc/yp.conf."
-}