From daae1624c5a72afcc6fb62377139064e4d3ede1a Mon Sep 17 00:00:00 2001 From: Seemant Kulleen Date: Tue, 4 Jun 2002 11:14:51 +0000 Subject: small fix0r --- net-nds/ypbind/ChangeLog | 10 ++++++++- net-nds/ypbind/files/digest-ypbind-1.10 | 1 - net-nds/ypbind/files/digest-ypbind-1.11-r1 | 1 + net-nds/ypbind/files/digest-ypbind-1.7-r6 | 1 - net-nds/ypbind/files/ypbind.rc6 | 4 ++-- net-nds/ypbind/ypbind-1.10.ebuild | 34 ------------------------------ net-nds/ypbind/ypbind-1.11-r1.ebuild | 30 ++++++++++++++++++++++++++ net-nds/ypbind/ypbind-1.7-r6.ebuild | 31 --------------------------- 8 files changed, 42 insertions(+), 70 deletions(-) delete mode 100644 net-nds/ypbind/files/digest-ypbind-1.10 create mode 100644 net-nds/ypbind/files/digest-ypbind-1.11-r1 delete mode 100644 net-nds/ypbind/files/digest-ypbind-1.7-r6 delete mode 100644 net-nds/ypbind/ypbind-1.10.ebuild create mode 100644 net-nds/ypbind/ypbind-1.11-r1.ebuild delete mode 100644 net-nds/ypbind/ypbind-1.7-r6.ebuild (limited to 'net-nds/ypbind') diff --git a/net-nds/ypbind/ChangeLog b/net-nds/ypbind/ChangeLog index dab5b6b813e0..337e616210ac 100644 --- a/net-nds/ypbind/ChangeLog +++ b/net-nds/ypbind/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for net-nds/ypbind # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v 1.4 2002/05/28 00:16:12 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v 1.5 2002/06/04 11:14:51 seemant Exp $ + +*ypbind-1.11-r1 (4 Jun 2002) + + 4 Jun 2002; Seemant Kulleen ypbind-1.11-r1.ebuild + files/digest-ypbind-1.11-r1 : + + fix in the /etc/init.d script from lars.pechan@paradise.net.nz (Lars + Pechan) in bug #3103 *ypbind-1.11 (27 May 2002) diff --git a/net-nds/ypbind/files/digest-ypbind-1.10 b/net-nds/ypbind/files/digest-ypbind-1.10 deleted file mode 100644 index 9dedd6bb7284..000000000000 --- a/net-nds/ypbind/files/digest-ypbind-1.10 +++ /dev/null @@ -1 +0,0 @@ -MD5 7d1a9088afaf3c5051c702ea1c37d42b ypbind-mt-1.10.tar.gz 205122 diff --git a/net-nds/ypbind/files/digest-ypbind-1.11-r1 b/net-nds/ypbind/files/digest-ypbind-1.11-r1 new file mode 100644 index 000000000000..091937543226 --- /dev/null +++ b/net-nds/ypbind/files/digest-ypbind-1.11-r1 @@ -0,0 +1 @@ +MD5 c37228a2877a59578227ff9e1b1a060b ypbind-mt-1.11.tar.bz2 143359 diff --git a/net-nds/ypbind/files/digest-ypbind-1.7-r6 b/net-nds/ypbind/files/digest-ypbind-1.7-r6 deleted file mode 100644 index e1f081d40334..000000000000 --- a/net-nds/ypbind/files/digest-ypbind-1.7-r6 +++ /dev/null @@ -1 +0,0 @@ -MD5 d6f98266a18f25337cd6afdb8282af4f ypbind-mt-1.7.tar.gz 151825 diff --git a/net-nds/ypbind/files/ypbind.rc6 b/net-nds/ypbind/files/ypbind.rc6 index 9c3933f6d53b..461b42371e36 100644 --- a/net-nds/ypbind/files/ypbind.rc6 +++ b/net-nds/ypbind/files/ypbind.rc6 @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/files/ypbind.rc6,v 1.3 2002/05/28 00:09:27 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/files/ypbind.rc6,v 1.4 2002/06/04 11:14:51 seemant Exp $ depend() { need net portmap @@ -9,7 +9,7 @@ depend() { } checkconfig() { - [ -s "$YP_DOMAIN" ] && return 0 + [ -n "$YP_DOMAIN" ] && return 0 eerror "You need to setup YP_DOMAIN in /etc/conf.d/ypbind" return 1 } diff --git a/net-nds/ypbind/ypbind-1.10.ebuild b/net-nds/ypbind/ypbind-1.10.ebuild deleted file mode 100644 index d63a0bd2623f..000000000000 --- a/net-nds/ypbind/ypbind-1.10.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger -# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.10.ebuild,v 1.1 2002/04/27 23:29:39 seemant Exp $ - -MY_P=${PN}-mt-${PV} -S=${WORKDIR}/ypbind-mt-${PV} -DESCRIPTION="Multithreaded NIS bind service" -SRC_URI="ftp://ftp.de.kernel.org/pub/linux/utils/net/NIS/${MY_P}.tar.gz" -HOMEPAGE="http://www.linux-nis.org/nis/ypbind-mt/index.html" - -DEPEND="net-nds/yp-tools - net-nds/portmap" - -RDEPEND="nls? ( sys-devel/gettext )" - -src_compile() { - - local myconf - use nls || myconf="--disable-nls" - - econf ${myconf} || die - make || die -} - -src_install() { - einstall || die - dodoc AUTHORS ChangeLog COPYING README THANKS TODO - - insinto /etc ; doins etc/yp.conf - - exeinto /etc/init.d - newexe ${FILESDIR}/ypbind.rc6 ypbind -} diff --git a/net-nds/ypbind/ypbind-1.11-r1.ebuild b/net-nds/ypbind/ypbind-1.11-r1.ebuild new file mode 100644 index 000000000000..c40980e5c9d2 --- /dev/null +++ b/net-nds/ypbind/ypbind-1.11-r1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Achim Gottinger +# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.11-r1.ebuild,v 1.1 2002/06/04 11:14:51 seemant Exp $ + +MY_P=${PN}-mt-${PV} +S=${WORKDIR}/${MY_P} +DESCRIPTION="Multithreaded NIS bind service" +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" + +DEPEND="net-nds/yp-tools + net-nds/portmap" + +RDEPEND="nls? ( sys-devel/gettext )" + +src_compile() { + local myconf + use nls || myconf="--disable-nls" + econf ${myconf} || 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.7-r6.ebuild b/net-nds/ypbind/ypbind-1.7-r6.ebuild deleted file mode 100644 index bf7872e20db8..000000000000 --- a/net-nds/ypbind/ypbind-1.7-r6.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger -# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.7-r6.ebuild,v 1.1 2001/10/06 07:00:03 woodchip 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="virtual/glibc" -RDEPEND="virtual/glibc - net-nds/yp-tools - net-nds/portmap" - -src_compile() { - ./configure --host=${CHOST} --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man - assert "bad configure" - make || die -} - -src_install() { - make prefix=${D}/usr sysconfdir=${D}/etc mandir=${D}/usr/share/man install || die - dodoc AUTHORS ChangeLog COPYING README THANKS TODO - - insinto /etc ; doins etc/yp.conf - - exeinto /etc/init.d - newexe ${FILESDIR}/ypbind.rc6 ypbind -} -- cgit v1.2.3-65-gdbad