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/yp-tools
parentrepoman'd (diff)
downloadgentoo-2-20a9b64339082a06803fd1245a8430ed430bfe5c.tar.gz
gentoo-2-20a9b64339082a06803fd1245a8430ed430bfe5c.tar.bz2
gentoo-2-20a9b64339082a06803fd1245a8430ed430bfe5c.zip
repoman'd
Diffstat (limited to 'net-nds/yp-tools')
-rw-r--r--net-nds/yp-tools/files/digest-yp-tools-2.4-r31
-rw-r--r--net-nds/yp-tools/files/digest-yp-tools-2.61
-rw-r--r--net-nds/yp-tools/yp-tools-2.4-r3.ebuild35
-rw-r--r--net-nds/yp-tools/yp-tools-2.6.ebuild35
-rw-r--r--net-nds/yp-tools/yp-tools-2.7.ebuild5
5 files changed, 4 insertions, 73 deletions
diff --git a/net-nds/yp-tools/files/digest-yp-tools-2.4-r3 b/net-nds/yp-tools/files/digest-yp-tools-2.4-r3
deleted file mode 100644
index d933b95ce215..000000000000
--- a/net-nds/yp-tools/files/digest-yp-tools-2.4-r3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 eb8923bc0966e25d536189e4f6664617 yp-tools-2.4.tar.gz 140223
diff --git a/net-nds/yp-tools/files/digest-yp-tools-2.6 b/net-nds/yp-tools/files/digest-yp-tools-2.6
deleted file mode 100644
index 3dcc1f097ffc..000000000000
--- a/net-nds/yp-tools/files/digest-yp-tools-2.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3fa285adba6ec2e236d124fb02361303 yp-tools-2.6.tar.bz2 168641
diff --git a/net-nds/yp-tools/yp-tools-2.4-r3.ebuild b/net-nds/yp-tools/yp-tools-2.4-r3.ebuild
deleted file mode 100644
index c13caf0f4af7..000000000000
--- a/net-nds/yp-tools/yp-tools-2.4-r3.ebuild
+++ /dev/null
@@ -1,35 +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/yp-tools/yp-tools-2.4-r3.ebuild,v 1.3 2002/07/11 06:30:49 drobbins Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="NIS Tools"
-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.suse.de/~kukuk/nis/yp-tools/index.html"
-LICENSE="GPL-2"
-
-DEPEND="virtual/glibc"
-
-
-src_compile() {
- local myconf
-
- myconf="--sysconfdir=/etc/yp"
- use nls || myconf="${myconf} --disable-nls"
-
- econf ${myconf} || die
- make || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
- dodoc AUTHORS ChangeLog COPYING NEWS README THANKS TODO
- insinto /etc/yp
- doins etc/nicknames
- # This messes up boot so we remove it
- rm -d ${D}/bin/ypdomainname
- rm -d ${D}/bin/nisdomainname
- rm -d ${D}/bin/domainname
-}
diff --git a/net-nds/yp-tools/yp-tools-2.6.ebuild b/net-nds/yp-tools/yp-tools-2.6.ebuild
deleted file mode 100644
index 5bcd9cf44dde..000000000000
--- a/net-nds/yp-tools/yp-tools-2.6.ebuild
+++ /dev/null
@@ -1,35 +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/yp-tools/yp-tools-2.6.ebuild,v 1.3 2002/07/11 06:30:49 drobbins Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="NIS Tools"
-SRC_URI="ftp://ftp.de.kernel.org/pub/linux/utils/net/NIS/${P}.tar.bz2
- ftp://ftp.uk.kernel.org/pub/linux/utils/net/NIS/${P}.tar.bz2
- ftp://ftp.kernel.org/pub/linux/utils/net/NIS/${P}.tar.bz2"
-HOMEPAGE="http://www.linux-nis.org/nis"
-LICENSE="GPL-2"
-
-DEPEND="virtual/glibc"
-
-
-src_compile() {
- local myconf
-
- myconf="--sysconfdir=/etc/yp"
- use nls || myconf="${myconf} --disable-nls"
-
- econf ${myconf} || die
- make || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
- dodoc AUTHORS ChangeLog COPYING NEWS README THANKS TODO
- insinto /etc/yp
- doins etc/nicknames
- # This messes up boot so we remove it
- rm -d ${D}/bin/ypdomainname
- rm -d ${D}/bin/nisdomainname
- rm -d ${D}/bin/domainname
-}
diff --git a/net-nds/yp-tools/yp-tools-2.7.ebuild b/net-nds/yp-tools/yp-tools-2.7.ebuild
index 0aaa52ba5d51..11eb2894dfa0 100644
--- a/net-nds/yp-tools/yp-tools-2.7.ebuild
+++ b/net-nds/yp-tools/yp-tools-2.7.ebuild
@@ -1,12 +1,15 @@
# 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/yp-tools/yp-tools-2.7.ebuild,v 1.3 2002/07/11 06:30:49 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/yp-tools/yp-tools-2.7.ebuild,v 1.4 2002/07/17 02:53:35 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="NIS Tools"
SRC_URI="ftp://ftp.kernel.org/pub/linux/utils/net/NIS/${P}.tar.bz2"
HOMEPAGE="http://www.linux-nis.org/nis"
+
+SLOT="0"
LICENSE="GPL-2"
+KEYWORDS="x86"
DEPEND="virtual/glibc"