diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-28 06:24:51 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-28 06:24:51 +0000 |
commit | 3b86bcc56e24d910421dd22ffa24ec719b59a00f (patch) | |
tree | b3981db80a88499ff255199f2dd09ad6ea0a2255 /net-nds/yp-tools/yp-tools-2.7-r1.ebuild | |
parent | dont use $CC (diff) | |
download | historical-3b86bcc56e24d910421dd22ffa24ec719b59a00f.tar.gz historical-3b86bcc56e24d910421dd22ffa24ec719b59a00f.tar.bz2 historical-3b86bcc56e24d910421dd22ffa24ec719b59a00f.zip |
cleanup
Diffstat (limited to 'net-nds/yp-tools/yp-tools-2.7-r1.ebuild')
-rw-r--r-- | net-nds/yp-tools/yp-tools-2.7-r1.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/net-nds/yp-tools/yp-tools-2.7-r1.ebuild b/net-nds/yp-tools/yp-tools-2.7-r1.ebuild index fee3ac2a5f52..6649ecf3ad94 100644 --- a/net-nds/yp-tools/yp-tools-2.7-r1.ebuild +++ b/net-nds/yp-tools/yp-tools-2.7-r1.ebuild @@ -1,21 +1,21 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/yp-tools/yp-tools-2.7-r1.ebuild,v 1.11 2004/04/26 12:45:24 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/yp-tools/yp-tools-2.7-r1.ebuild,v 1.12 2004/04/28 06:24:51 vapier Exp $ -S=${WORKDIR}/${P} DESCRIPTION="NIS Tools" +HOMEPAGE="http://www.linux-nis.org/nis/" SRC_URI="mirror://kernel/linux/utils/net/NIS/${P}.tar.bz2" -HOMEPAGE="http://www.linux-nis.org/nis" -SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 sparc alpha ~ppc ia64" +SLOT="0" +KEYWORDS="x86 ppc sparc alpha ia64" +IUSE="nls" DEPEND="virtual/glibc" src_compile() { local myconf="--sysconfdir=/etc/yp" - if [ -z "`use nls`" ] + if ! use nls then myconf="${myconf} --disable-nls" mkdir intl @@ -35,7 +35,7 @@ src_compile() { src_install() { make DESTDIR=${D} install || die - dodoc AUTHORS ChangeLog COPYING NEWS README THANKS TODO + dodoc AUTHORS ChangeLog NEWS README THANKS TODO insinto /etc/yp ; doins etc/nicknames # This messes up boot so we remove it rm -d ${D}/bin/ypdomainname |