summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-17 02:53:35 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-17 02:53:35 +0000
commit20a9b64339082a06803fd1245a8430ed430bfe5c (patch)
tree66db7268f650360f9696fc05d0ae884cc8fbd38e /net-nds/ypbind
parentrepoman'd (diff)
downloadgentoo-2-20a9b64339082a06803fd1245a8430ed430bfe5c.tar.gz
gentoo-2-20a9b64339082a06803fd1245a8430ed430bfe5c.tar.bz2
gentoo-2-20a9b64339082a06803fd1245a8430ed430bfe5c.zip
repoman'd
Diffstat (limited to 'net-nds/ypbind')
-rw-r--r--net-nds/ypbind/files/digest-ypbind-1.111
-rw-r--r--net-nds/ypbind/ypbind-1.11-r1.ebuild5
-rw-r--r--net-nds/ypbind/ypbind-1.11.ebuild30
3 files changed, 4 insertions, 32 deletions
diff --git a/net-nds/ypbind/files/digest-ypbind-1.11 b/net-nds/ypbind/files/digest-ypbind-1.11
deleted file mode 100644
index 091937543226..000000000000
--- a/net-nds/ypbind/files/digest-ypbind-1.11
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c37228a2877a59578227ff9e1b1a060b ypbind-mt-1.11.tar.bz2 143359
diff --git a/net-nds/ypbind/ypbind-1.11-r1.ebuild b/net-nds/ypbind/ypbind-1.11-r1.ebuild
index d9bd23d692e6..bee9502ae6af 100644
--- a/net-nds/ypbind/ypbind-1.11-r1.ebuild
+++ b/net-nds/ypbind/ypbind-1.11-r1.ebuild
@@ -1,13 +1,16 @@
# 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/ypbind-1.11-r1.ebuild,v 1.3 2002/07/11 06:30:49 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.11-r1.ebuild,v 1.4 2002/07/17 02:53:35 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"
+
+SLOT="0"
LICENSE="GPL-2"
+KEYWORDS="x86"
DEPEND="net-nds/yp-tools
net-nds/portmap"
diff --git a/net-nds/ypbind/ypbind-1.11.ebuild b/net-nds/ypbind/ypbind-1.11.ebuild
deleted file mode 100644
index 50573eda1f7f..000000000000
--- a/net-nds/ypbind/ypbind-1.11.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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/ypbind-1.11.ebuild,v 1.3 2002/07/11 06:30:49 drobbins 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"
-LICENSE="GPL-2"
-
-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
-}