diff options
author | Olivier Crête <tester@gentoo.org> | 2004-02-24 18:02:45 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2004-02-24 18:02:45 +0000 |
commit | ca3b7066ac622604c83c1edaca3db0fd483ff9a2 (patch) | |
tree | 1318288fd71ea5e5e9cc5864254fb84245917f3a /net-nds | |
parent | change all headers DEPENDs to virtual/os-headers (diff) | |
download | historical-ca3b7066ac622604c83c1edaca3db0fd483ff9a2.tar.gz historical-ca3b7066ac622604c83c1edaca3db0fd483ff9a2.tar.bz2 historical-ca3b7066ac622604c83c1edaca3db0fd483ff9a2.zip |
bumping ypbind, adding warning for dhcpcd
Diffstat (limited to 'net-nds')
-rw-r--r-- | net-nds/ypbind/ChangeLog | 13 | ||||
-rw-r--r-- | net-nds/ypbind/Manifest | 12 | ||||
-rw-r--r-- | net-nds/ypbind/files/digest-ypbind-1.17.2 | 1 | ||||
-rw-r--r-- | net-nds/ypbind/ypbind-1.11-r1.ebuild | 6 | ||||
-rw-r--r-- | net-nds/ypbind/ypbind-1.17.2.ebuild | 40 |
5 files changed, 62 insertions, 10 deletions
diff --git a/net-nds/ypbind/ChangeLog b/net-nds/ypbind/ChangeLog index 34e881912906..6fbbce850ac6 100644 --- a/net-nds/ypbind/ChangeLog +++ b/net-nds/ypbind/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for net-nds/ypbind -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v 1.11 2003/07/11 03:09:36 woodchip Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v 1.12 2004/02/24 18:02:45 tester Exp $ + +*ypbind-1.17.2 (24 Feb 2004) + + 24 Feb 2004; <tester@gentoo.org> ypbind-1.11-r1.ebuild, ypbind-1.12.ebuild, + ypbind-1.17.2.ebuild: + Version bump, and added comment on proper use with dhcpcd per bug #10728 + + 24 Feb 2004; <tester@gentoo.org> ypbind-1.11-r1.ebuild, ypbind-1.12.ebuild: + Fix src_uri *ypbind-1.12 (10 Jul 2003) diff --git a/net-nds/ypbind/Manifest b/net-nds/ypbind/Manifest index 93f3078d9fcb..06d96b630530 100644 --- a/net-nds/ypbind/Manifest +++ b/net-nds/ypbind/Manifest @@ -1,8 +1,10 @@ +MD5 ee8a384787ca15737e50428d08b598a2 ChangeLog 2201 +MD5 bd4d0bdf0b97c3b850abf38ef3f6b0f2 ypbind-1.17.2.ebuild 1206 +MD5 066fec70ebbba862736118eea34c6f81 ypbind-1.11-r1.ebuild 938 MD5 1207eca947510e4a11ef8f1cf9e94e2c ypbind-1.12.ebuild 1056 -MD5 f7d2018bc2060d296bc12767a9f5c58f files/ypbind.confd 117 MD5 07fdb01e99c0cb8ab5b3e770d83d7449 files/digest-ypbind-1.11-r1 67 -MD5 254697d0a1a3eda6978996e737ba3f42 files/digest-ypbind-1.12 67 -MD5 872185d0cbdbf410af0eade7b3f0c1ba files/ypbind.rc5 1020 MD5 c8726c0ffa5932440f33ba1b51191005 files/ypbind.rc6 963 -MD5 7a865f4547a5ffc35fb05115f73ecaf2 ypbind-1.11-r1.ebuild 935 -MD5 83ecbfa2fd51fa90b35c2370fb0e2550 ChangeLog 1902 +MD5 abf5b898fdb40aee7909eb21402b8b16 files/digest-ypbind-1.17.2 69 +MD5 f7d2018bc2060d296bc12767a9f5c58f files/ypbind.confd 117 +MD5 872185d0cbdbf410af0eade7b3f0c1ba files/ypbind.rc5 1020 +MD5 254697d0a1a3eda6978996e737ba3f42 files/digest-ypbind-1.12 67 diff --git a/net-nds/ypbind/files/digest-ypbind-1.17.2 b/net-nds/ypbind/files/digest-ypbind-1.17.2 new file mode 100644 index 000000000000..875769fa1d46 --- /dev/null +++ b/net-nds/ypbind/files/digest-ypbind-1.17.2 @@ -0,0 +1 @@ +MD5 0cffc59ead490f0e03c3cb453e1c92e1 ypbind-mt-1.17.2.tar.bz2 157503 diff --git a/net-nds/ypbind/ypbind-1.11-r1.ebuild b/net-nds/ypbind/ypbind-1.11-r1.ebuild index f48afc74bf49..bf59fb66cdec 100644 --- a/net-nds/ypbind/ypbind-1.11-r1.ebuild +++ b/net-nds/ypbind/ypbind-1.11-r1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.11-r1.ebuild,v 1.11 2003/05/25 15:06:20 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.11-r1.ebuild,v 1.12 2004/02/24 18:02:45 tester Exp $ IUSE="nls" MY_P=${PN}-mt-${PV} S=${WORKDIR}/${MY_P} DESCRIPTION="Multithreaded NIS bind service" -SRC_URI="mirror://kernel/linux/utils/net/NIS/${MY_P}.tar.bz2" +SRC_URI="mirror://kernel/linux/utils/net/NIS/OLD/${MY_P}.tar.bz2" HOMEPAGE="http://www.linux-nis.org/nis/ypbind-mt/index.html" SLOT="0" diff --git a/net-nds/ypbind/ypbind-1.17.2.ebuild b/net-nds/ypbind/ypbind-1.17.2.ebuild new file mode 100644 index 000000000000..a37f7ac03065 --- /dev/null +++ b/net-nds/ypbind/ypbind-1.17.2.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.17.2.ebuild,v 1.1 2004/02/24 18:02:45 tester Exp $ + +IUSE="nls" + +MY_P=${PN}-mt-${PV} +S=${WORKDIR}/${MY_P} +DESCRIPTION="Multithreaded NIS bind service (ypbind-mt)" +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 ~sparc ~alpha ~ppc" + +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 +} + +pkg_postinst() { + einfo "To complete setup, you will need to edit /etc/conf.d/ypbind." + einfo "If you are using dhcpcd, be sure to add the -Y option to" + einfo "dhcpcd_eth0 (or eth1, etc.) to keep dhcpcd from clobbering" + einfo "/etc/yp.conf." +} |