diff options
Diffstat (limited to 'net-nds/ypbind/ypbind-1.11-r1.ebuild')
-rw-r--r-- | net-nds/ypbind/ypbind-1.11-r1.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
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 -} |