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 | bd89ccec59e926cf8b45fe33f1790c6f28885cdc (patch) | |
tree | 4fa660a462ee5100f2095e7040e9aab1f29bf925 /net-nds | |
parent | repoman'd (diff) | |
download | historical-bd89ccec59e926cf8b45fe33f1790c6f28885cdc.tar.gz historical-bd89ccec59e926cf8b45fe33f1790c6f28885cdc.tar.bz2 historical-bd89ccec59e926cf8b45fe33f1790c6f28885cdc.zip |
repoman'd
Diffstat (limited to 'net-nds')
23 files changed, 31 insertions, 516 deletions
diff --git a/net-nds/openldap/files/digest-openldap-1.2.12 b/net-nds/openldap/files/digest-openldap-1.2.12 deleted file mode 100644 index ee44a627b609..000000000000 --- a/net-nds/openldap/files/digest-openldap-1.2.12 +++ /dev/null @@ -1 +0,0 @@ -MD5 93e5113ec65f207a6e5015fdf216c7d2 openldap-1.2.12.tgz 1033951 diff --git a/net-nds/openldap/files/digest-openldap-1.2.12-r6 b/net-nds/openldap/files/digest-openldap-1.2.12-r6 deleted file mode 100644 index ee44a627b609..000000000000 --- a/net-nds/openldap/files/digest-openldap-1.2.12-r6 +++ /dev/null @@ -1 +0,0 @@ -MD5 93e5113ec65f207a6e5015fdf216c7d2 openldap-1.2.12.tgz 1033951 diff --git a/net-nds/openldap/files/digest-openldap-2.0.11 b/net-nds/openldap/files/digest-openldap-2.0.11 deleted file mode 100644 index 092144d25530..000000000000 --- a/net-nds/openldap/files/digest-openldap-2.0.11 +++ /dev/null @@ -1 +0,0 @@ -MD5 e51b06374012b9e7077e1f3e9f65ccd0 openldap-2.0.11.tgz 1727785 diff --git a/net-nds/openldap/files/digest-openldap-2.0.11-r6 b/net-nds/openldap/files/digest-openldap-2.0.11-r6 deleted file mode 100644 index 092144d25530..000000000000 --- a/net-nds/openldap/files/digest-openldap-2.0.11-r6 +++ /dev/null @@ -1 +0,0 @@ -MD5 e51b06374012b9e7077e1f3e9f65ccd0 openldap-2.0.11.tgz 1727785 diff --git a/net-nds/openldap/files/digest-openldap-2.0.18 b/net-nds/openldap/files/digest-openldap-2.0.18 deleted file mode 100644 index 4077ea0efdb5..000000000000 --- a/net-nds/openldap/files/digest-openldap-2.0.18 +++ /dev/null @@ -1 +0,0 @@ -MD5 b5d1e165d663f64e69e99e24b9d18c03 openldap-2.0.18.tgz 1555816 diff --git a/net-nds/openldap/files/digest-openldap-2.0.21 b/net-nds/openldap/files/digest-openldap-2.0.21 deleted file mode 100644 index 35c18c7e554c..000000000000 --- a/net-nds/openldap/files/digest-openldap-2.0.21 +++ /dev/null @@ -1 +0,0 @@ -MD5 a4561f9119818dacfa774de75be555d3 openldap-2.0.21.tgz 1298826 diff --git a/net-nds/openldap/openldap-1.2.12-r6.ebuild b/net-nds/openldap/openldap-1.2.12-r6.ebuild deleted file mode 100644 index 9c234c7998c7..000000000000 --- a/net-nds/openldap/openldap-1.2.12-r6.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-1.2.12-r6.ebuild,v 1.3 2002/07/11 06:30:49 drobbins Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="LDAP suite of application and development tools" -SRC_URI="ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/${P}.tgz" -HOMEPAGE="http://www.OpenLDAP.org/" -LICENSE="OPENLDAP" - -DEPEND="virtual/glibc - tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) - >=sys-libs/ncurses-5.1 - gdbm? ( >=sys-libs/gdbm-1.8.0 )" - -RDEPEND="virtual/glibc - >=sys-libs/ncurses-5.1 - gdbm? ( >=sys-libs/gdbm-1.8.0 )" - -src_compile() { - local myconf - use tcpd && myconf="${myconf} --enable-wrappers" - use gdbm && myconf="${myconf} --enable-ldbm --with-ldbm-api=gdbm" - use gdbm || myconf="${myconf} --disable-ldbm" - - ./configure --host=${CHOST} --enable-passwd --enable-shell --enable-shared \ - --enable-static --prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib \ - --mandir=/usr/share/man --libexecdir=/usr/lib/openldap ${myconf} - assert "bad configure" - - make depend || die - make || die "compile problem" - cd tests ; make || die -} - -src_install() { - make prefix=${D}/usr sysconfdir=${D}/etc/openldap localstatedir=${D}/var/lib \ - mandir=${D}/usr/share/man libexecdir=${D}/usr/lib/openldap install - assert "install problem" - - dodoc ANNOUNCEMENT CHANGES COPYRIGHT README LICENSE - docinto rfc ; dodoc doc/rfc/*.txt - docinto devel ; dodoc doc/devel/* - - exeinto /etc/init.d - newexe ${FILESDIR}/slapd.rc6 slapd - newexe ${FILESDIR}/slurpd.rc6 slurpd - - cd ${D}/etc/openldap - for i in * - do - cp $i $i.orig - sed -e "s:${D}::" $i.orig > $i - rm $i.orig - done -} diff --git a/net-nds/openldap/openldap-1.2.12.ebuild b/net-nds/openldap/openldap-1.2.12.ebuild deleted file mode 100644 index e1799f16436d..000000000000 --- a/net-nds/openldap/openldap-1.2.12.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-1.2.12.ebuild,v 1.5 2002/07/11 06:30:49 drobbins Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="LDAP suite of application and development tools" -SRC_URI="ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/${P}.tgz" -HOMEPAGE="http://www.OpenLDAP.org/" -LICENSE="OPENLDAP" - -DEPEND="virtual/glibc - tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) - >=sys-libs/ncurses-5.1 - gdbm? ( >=sys-libs/gdbm-1.8.0 )" - -RDEPEND="virtual/glibc - >=sys-libs/ncurses-5.1 - gdbm? ( >=sys-libs/gdbm-1.8.0 )" - -src_compile() { - local myconf - use tcpd && myconf="${myconf} --enable-wrappers" - use gdbm && myconf="${myconf} --enable-ldbm --with-ldbm-api=gdbm" - use gdbm || myconf="${myconf} --disable-ldbm" - - ./configure --host=${CHOST} --enable-passwd --enable-shell --enable-shared \ - --enable-static --prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib \ - --mandir=/usr/share/man --libexecdir=/usr/lib/openldap ${myconf} - assert "bad configure" - - make depend || die - make || die "compile problem" - cd tests ; make || die -} - -src_install() { - make prefix=${D}/usr sysconfdir=${D}/etc/openldap localstatedir=${D}/var/lib \ - mandir=${D}/usr/share/man libexecdir=${D}/usr/lib/openldap install - assert "install problem" - - dodoc ANNOUNCEMENT CHANGES COPYRIGHT README LICENSE - docinto rfc ; dodoc doc/rfc/*.txt - docinto devel ; dodoc doc/devel/* - - exeinto /etc/rc.d/init.d - newexe ${FILESDIR}/slapd.rc5 slapd - newexe ${FILESDIR}/slurpd.rc5 slurpd - - cd ${D}/etc/openldap - for i in * - do - cp $i $i.orig - sed -e "s:${D}::" $i.orig > $i - rm $i.orig - done -} diff --git a/net-nds/openldap/openldap-1.2.13-r6.ebuild b/net-nds/openldap/openldap-1.2.13-r6.ebuild index 5da60e909ab2..f72fe75f7a46 100644 --- a/net-nds/openldap/openldap-1.2.13-r6.ebuild +++ b/net-nds/openldap/openldap-1.2.13-r6.ebuild @@ -1,20 +1,18 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-1.2.13-r6.ebuild,v 1.3 2002/07/11 06:30:49 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-1.2.13-r6.ebuild,v 1.4 2002/07/17 02:53:35 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="LDAP suite of application and development tools" SRC_URI="ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/${P}.tgz" HOMEPAGE="http://www.OpenLDAP.org/" + +SLOT="0" LICENSE="OPENLDAP" +KEYWORDS="x86" -DEPEND="virtual/glibc +DEPEND=">=sys-libs/ncurses-5.1 tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) - >=sys-libs/ncurses-5.1 - gdbm? ( >=sys-libs/gdbm-1.8.0 )" - -RDEPEND="virtual/glibc - >=sys-libs/ncurses-5.1 gdbm? ( >=sys-libs/gdbm-1.8.0 )" src_compile() { diff --git a/net-nds/openldap/openldap-2.0.11-r6.ebuild b/net-nds/openldap/openldap-2.0.11-r6.ebuild deleted file mode 100644 index d84f5b600976..000000000000 --- a/net-nds/openldap/openldap-2.0.11-r6.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.0.11-r6.ebuild,v 1.3 2002/07/11 06:30:49 drobbins Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="LDAP suite of application and development tools" -SRC_URI="ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/${P}.tgz" -HOMEPAGE="http://www.OpenLDAP.org/" -LICENSE="OPENLDAP" - -DEPEND="virtual/glibc - tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) - ssl? ( >=dev-libs/openssl-0.9.6 ) - readline? ( >=sys-libs/readline-4.1 ) - >=sys-libs/ncurses-5.1 - gdbm? ( >=sys-libs/gdbm-1.8.0 )" - -RDEPEND="virtual/glibc - >=sys-libs/ncurses-5.1 - gdbm? ( >=sys-libs/gdbm-1.8.0 )" - -src_compile() { - local myconf - - use tcpd && myconf="${myconf} --enable-wrappers" - use ssl && myconf="${myconf} --with-tls" - use readline && myconf="${myconf} --with-readline" - use readline || myconf="${myconf} --without-readline" - use gdbm && myconf="${myconf} --enable-ldbm --with-ldbm-api=gdbm" - use gdbm || myconf="${myconf} --disable-ldbm" - use ipv6 && myconf="${myconf} --enable-ipv6" - - ./configure --host=${CHOST} --enable-passwd --enable-shell \ - --enable-shared --enable-static --prefix=/usr --sysconfdir=/etc \ - --localstatedir=/var/state --mandir=/usr/share/man \ - --libexecdir=/usr/lib/openldap ${myconf} - assert "bad configure" - - make depend || die - make || die - cd tests ; make || die -} - -src_install() { - make prefix=${D}/usr sysconfdir=${D}/etc/openldap \ - localstatedir=${D}/var/state mandir=${D}/usr/share/man \ - libexecdir=${D}/usr/lib/openldap install - assert "install problem" - - dodoc ANNOUNCEMENT CHANGES COPYRIGHT README LICENSE - docinto rfc ; dodoc doc/rfc/*.txt - docinto devel ; dodoc doc/devel/* - - exeinto /etc/init.d - newexe ${FILESDIR}/slapd.rc6 slapd - newexe ${FILESDIR}/slurpd.rc6 slurpd - - cd ${D}/etc/openldap - for i in * - do - dosed $i - done -} diff --git a/net-nds/openldap/openldap-2.0.11.ebuild b/net-nds/openldap/openldap-2.0.11.ebuild deleted file mode 100644 index 1d7d9d75fa73..000000000000 --- a/net-nds/openldap/openldap-2.0.11.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.0.11.ebuild,v 1.5 2002/07/11 06:30:49 drobbins Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="LDAP suite of application and development tools" -SRC_URI="ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/${P}.tgz" -HOMEPAGE="http://www.OpenLDAP.org/" -LICENSE="OPENLDAP" - -DEPEND="virtual/glibc - tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) - ssl? ( >=dev-libs/openssl-0.9.6 ) - readline? ( >=sys-libs/readline-4.1 ) - >=sys-libs/ncurses-5.1 - gdbm? ( >=sys-libs/gdbm-1.8.0 )" - -RDEPEND="virtual/glibc - >=sys-libs/ncurses-5.1 - gdbm? ( >=sys-libs/gdbm-1.8.0 )" - -src_compile() { - local myconf - - use tcpd && myconf="${myconf} --enable-wrappers" - use ssl && myconf="${myconf} --with-tls" - use readline && myconf="${myconf} --with-readline" - use readline || myconf="${myconf} --without-readline" - use gdbm && myconf="${myconf} --enable-ldbm --with-ldbm-api=gdbm" - use gdbm || myconf="${myconf} --disable-ldbm" - use ipv6 && myconf="${myconf} --enable-ipv6" - - ./configure --host=${CHOST} --enable-passwd --enable-shell \ - --enable-shared --enable-static --prefix=/usr --sysconfdir=/etc \ - --localstatedir=/var/state --mandir=/usr/share/man \ - --libexecdir=/usr/lib/openldap ${myconf} - assert "bad configure" - - make depend || die - make || die - cd tests ; make || die -} - -src_install() { - make prefix=${D}/usr sysconfdir=${D}/etc/openldap \ - localstatedir=${D}/var/state mandir=${D}/usr/share/man \ - libexecdir=${D}/usr/lib/openldap install - assert "install problem" - - dodoc ANNOUNCEMENT CHANGES COPYRIGHT README LICENSE - docinto rfc ; dodoc doc/rfc/*.txt - docinto devel ; dodoc doc/devel/* - - exeinto /etc/rc.d/init.d - newexe ${FILESDIR}/slapd.rc5 slapd - newexe ${FILESDIR}/slurpd.rc5 slurpd - - cd ${D}/etc/openldap - for i in * - do - dosed $i - done -} diff --git a/net-nds/openldap/openldap-2.0.18.ebuild b/net-nds/openldap/openldap-2.0.18.ebuild deleted file mode 100644 index 3542481ca54f..000000000000 --- a/net-nds/openldap/openldap-2.0.18.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.0.18.ebuild,v 1.3 2002/07/11 06:30:49 drobbins Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="LDAP suite of application and development tools" -SRC_URI="ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/${P}.tgz" -HOMEPAGE="http://www.OpenLDAP.org/" -LICENSE="OPENLDAP" - -DEPEND="virtual/glibc - tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) - ssl? ( >=dev-libs/openssl-0.9.6 ) - readline? ( >=sys-libs/readline-4.1 ) - >=sys-libs/ncurses-5.1 - gdbm? ( >=sys-libs/gdbm-1.8.0 )" - -RDEPEND="virtual/glibc - >=sys-libs/ncurses-5.1 - gdbm? ( >=sys-libs/gdbm-1.8.0 )" - -src_compile() { - local myconf - - use tcpd && myconf="${myconf} --enable-wrappers" - use ssl && myconf="${myconf} --with-tls" - use readline && myconf="${myconf} --with-readline" - use readline || myconf="${myconf} --without-readline" - use gdbm && myconf="${myconf} --enable-ldbm --with-ldbm-api=gdbm" - use gdbm || myconf="${myconf} --disable-ldbm" - use ipv6 && myconf="${myconf} --enable-ipv6" - - ./configure --host=${CHOST} --enable-passwd --enable-shell \ - --enable-shared --enable-static --prefix=/usr --sysconfdir=/etc \ - --localstatedir=/var/state --mandir=/usr/share/man \ - --libexecdir=/usr/lib/openldap ${myconf} - assert "bad configure" - - make depend || die - make || die - cd tests ; make || die -} - -src_install() { - make prefix=${D}/usr sysconfdir=${D}/etc/openldap \ - localstatedir=${D}/var/state mandir=${D}/usr/share/man \ - libexecdir=${D}/usr/lib/openldap install - assert "install problem" - - dodoc ANNOUNCEMENT CHANGES COPYRIGHT README LICENSE - docinto rfc ; dodoc doc/rfc/*.txt - docinto devel ; dodoc doc/devel/* - - exeinto /etc/init.d - newexe ${FILESDIR}/slapd.rc6 slapd - newexe ${FILESDIR}/slurpd.rc6 slurpd - - cd ${D}/etc/openldap - for i in * - do - dosed $i - done -} diff --git a/net-nds/openldap/openldap-2.0.21.ebuild b/net-nds/openldap/openldap-2.0.21.ebuild deleted file mode 100644 index 3dfef68bcde3..000000000000 --- a/net-nds/openldap/openldap-2.0.21.ebuild +++ /dev/null @@ -1,77 +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/openldap/openldap-2.0.21.ebuild,v 1.3 2002/07/11 06:30:49 drobbins Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="LDAP suite of application and development tools" -SRC_URI="ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/${P}.tgz" -HOMEPAGE="http://www.OpenLDAP.org/" -LICENSE="OPENLDAP" - -DEPEND="virtual/glibc - >=sys-libs/ncurses-5.1 - tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) - ssl? ( >=dev-libs/openssl-0.9.6 ) - readline? ( >=sys-libs/readline-4.1 ) - gdbm? ( >=sys-libs/gdbm-1.8.0 )" - -RDEPEND="virtual/glibc - >=sys-libs/ncurses-5.1 - gdbm? ( >=sys-libs/gdbm-1.8.0 )" - - -src_compile() { - local myconf - - use tcpd && myconf="${myconf} --enable-wrappers" - use ssl && myconf="${myconf} --with-tls" - use readline && myconf="${myconf} --with-readline" - use readline || myconf="${myconf} --without-readline" - use gdbm && myconf="${myconf} --enable-ldbm --with-ldbm-api=gdbm" - use gdbm || myconf="${myconf} --disable-ldbm" - use ipv6 && myconf="${myconf} --enable-ipv6" - - ./configure --host=${CHOST} \ - --enable-passwd \ - --enable-shell \ - --enable-shared \ - --enable-static \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var/state \ - --mandir=/usr/share/man \ - --libexecdir=/usr/lib/openldap \ - ${myconf} || die "bad configure" - - make depend || die - make || die - cd tests ; make || die -} - -src_install() { - make prefix=${D}/usr \ - sysconfdir=${D}/etc/openldap \ - localstatedir=${D}/var/state \ - mandir=${D}/usr/share/man \ - libexecdir=${D}/usr/lib/openldap \ - install || die "install problem" - - #fix ${D} in manpages - cd ${S}/doc/man - make DESTDIR=${D} clean all install || die "install doc problem" - cd ${S} - - dodoc ANNOUNCEMENT CHANGES COPYRIGHT README LICENSE - docinto rfc ; dodoc doc/rfc/*.txt - docinto devel ; dodoc doc/devel/* - - exeinto /etc/init.d - newexe ${FILESDIR}/slapd.rc6 slapd - newexe ${FILESDIR}/slurpd.rc6 slurpd - - cd ${D}/etc/openldap - for i in * - do - dosed $i - done -} diff --git a/net-nds/openldap/openldap-2.0.23.ebuild b/net-nds/openldap/openldap-2.0.23.ebuild index 96e8603b9ed9..752b64855563 100644 --- a/net-nds/openldap/openldap-2.0.23.ebuild +++ b/net-nds/openldap/openldap-2.0.23.ebuild @@ -1,35 +1,32 @@ # 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/openldap/openldap-2.0.23.ebuild,v 1.3 2002/07/11 06:30:49 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.0.23.ebuild,v 1.4 2002/07/17 02:53:35 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="LDAP suite of application and development tools" SRC_URI="ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/${P}.tgz" HOMEPAGE="http://www.OpenLDAP.org/" -LICENSE="OPENLDAP" - -DEPEND="virtual/glibc - >=sys-libs/ncurses-5.1 - tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) - ssl? ( >=dev-libs/openssl-0.9.6 ) - readline? ( >=sys-libs/readline-4.1 ) - gdbm? ( >=sys-libs/gdbm-1.8.0 )" -RDEPEND="virtual/glibc - >=sys-libs/ncurses-5.1 - gdbm? ( >=sys-libs/gdbm-1.8.0 )" +SLOT="0" +KEYWORDS="x86" +LICENSE="OPENLDAP" +DEPEND=">=sys-libs/ncurses-5.1 + tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) + ssl? ( >=dev-libs/openssl-0.9.6 ) + readline? ( >=sys-libs/readline-4.1 ) + gdbm? ( >=sys-libs/gdbm-1.8.0 )" src_compile() { local myconf - use tcpd && myconf="${myconf} --enable-wrappers" - use ssl && myconf="${myconf} --with-tls" + use tcpd && myconf="${myconf} --enable-wrappers" + use ssl && myconf="${myconf} --with-tls" use readline && myconf="${myconf} --with-readline" use readline || myconf="${myconf} --without-readline" - use gdbm && myconf="${myconf} --enable-ldbm --with-ldbm-api=gdbm" - use gdbm || myconf="${myconf} --disable-ldbm" - use ipv6 && myconf="${myconf} --enable-ipv6" + use gdbm && myconf="${myconf} --enable-ldbm --with-ldbm-api=gdbm" + use gdbm || myconf="${myconf} --disable-ldbm" + use ipv6 && myconf="${myconf} --enable-ipv6" ./configure --host=${CHOST} \ --enable-passwd \ 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" 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 -} 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} |