diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 02:53:35 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 02:53:35 +0000 |
commit | 20a9b64339082a06803fd1245a8430ed430bfe5c (patch) | |
tree | 66db7268f650360f9696fc05d0ae884cc8fbd38e /net-nds/ypserv | |
parent | repoman'd (diff) | |
download | gentoo-2-20a9b64339082a06803fd1245a8430ed430bfe5c.tar.gz gentoo-2-20a9b64339082a06803fd1245a8430ed430bfe5c.tar.bz2 gentoo-2-20a9b64339082a06803fd1245a8430ed430bfe5c.zip |
repoman'd
Diffstat (limited to 'net-nds/ypserv')
-rw-r--r-- | net-nds/ypserv/ypserv-1.3.12.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-nds/ypserv/ypserv-1.3.12.ebuild b/net-nds/ypserv/ypserv-1.3.12.ebuild index f4837d22e043..c6b5641726f3 100644 --- a/net-nds/ypserv/ypserv-1.3.12.ebuild +++ b/net-nds/ypserv/ypserv-1.3.12.ebuild @@ -1,6 +1,6 @@ # 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/ypserv/ypserv-1.3.12.ebuild,v 1.5 2002/07/11 06:30:49 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/ypserv/ypserv-1.3.12.ebuild,v 1.6 2002/07/17 02:53:35 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="NIS SERVER" @@ -8,13 +8,14 @@ SRC_URI="ftp://ftp.de.kernel.org/pub/linux/utils/net/NIS/${P}.tar.gz ftp://ftp.uk.kernel.org/pub/linux/utils/net/NIS/${P}.tar.gz ftp://ftp.kernel.org/pub/linux/utils/net/NIS/${P}.tar.gz" HOMEPAGE="http://www.linux-nis.org/nis/" + +SLOT="1" LICENSE="GPL-2" +KEYWORDS="x86" DEPEND=">=sys-libs/gdbm-1.8.0 tcpd? ( >=sys-apps/tcp-wrappers-7.6 )" -SLOT="1" - src_unpack() { unpack ${A} |