diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2006-04-10 20:00:18 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2006-04-10 20:00:18 +0000 |
commit | ecee1ed0245da1763b8b621169f21100d4376358 (patch) | |
tree | 2dc7f88af22c7c677190f0432f3b2ca761524643 /net-nds/ypserv | |
parent | Removing old version. (diff) | |
download | historical-ecee1ed0245da1763b8b621169f21100d4376358.tar.gz historical-ecee1ed0245da1763b8b621169f21100d4376358.tar.bz2 historical-ecee1ed0245da1763b8b621169f21100d4376358.zip |
Removing old version. Changing to use domainnamen instead of need in the init script since newer baselayouts don't provide domainname.
Package-Manager: portage-2.1_pre7-r5
Diffstat (limited to 'net-nds/ypserv')
-rw-r--r-- | net-nds/ypserv/ChangeLog | 7 | ||||
-rw-r--r-- | net-nds/ypserv/Manifest | 10 | ||||
-rw-r--r-- | net-nds/ypserv/files/digest-ypserv-2.13-r1 | 1 | ||||
-rwxr-xr-x | net-nds/ypserv/files/ypserv | 5 | ||||
-rw-r--r-- | net-nds/ypserv/ypserv-2.13-r1.ebuild | 59 |
5 files changed, 19 insertions, 63 deletions
diff --git a/net-nds/ypserv/ChangeLog b/net-nds/ypserv/ChangeLog index c9b95a73faa8..38e3202b3d35 100644 --- a/net-nds/ypserv/ChangeLog +++ b/net-nds/ypserv/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-nds/ypserv # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/ypserv/ChangeLog,v 1.31 2006/04/04 15:10:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/ypserv/ChangeLog,v 1.32 2006/04/10 20:00:18 eradicator Exp $ + + 10 Apr 2006; Jeremy Huddleston <eradicator@gentoo.org> files/ypserv, + -ypserv-2.13-r1.ebuild: + Removing old version. Changing to use domainnamen instead of need in the + init script since newer baselayouts don't provide domainname. 04 Apr 2006; Aron Griffis <agriffis@gentoo.org> ypserv-2.18.ebuild: Mark 2.18 stable on ia64 diff --git a/net-nds/ypserv/Manifest b/net-nds/ypserv/Manifest index a171d248b7b4..1930334d8cfe 100644 --- a/net-nds/ypserv/Manifest +++ b/net-nds/ypserv/Manifest @@ -1,3 +1,6 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 b2f1374f7748692f7837767a20e16ff0 ChangeLog 5372 RMD160 69629ca2b167b7de06d80070080369cfec76f9b8 ChangeLog 5372 SHA256 662624439ad62d4b04143ec9de8bf88081d959c110ac21af75b32850b30698dc ChangeLog 5372 @@ -34,3 +37,10 @@ SHA256 6299ff2000649d92e3891b3240755e79fab35fdf016e4064b8105bb93c20d188 ypserv-2 MD5 fc4974c9f3a99e49437e20a5a1e1624e ypserv-2.19.ebuild 1877 RMD160 e62be181f9b9d816d364e87106ef3fce08657492 ypserv-2.19.ebuild 1877 SHA256 5ae2a65ad1113190b18c963504530c68e7d7dde01d1917307c83258308da1002 ypserv-2.19.ebuild 1877 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2.2 (GNU/Linux) + +iD8DBQFEOrllOpjtAl+gMRURAozNAKC2k7gI6P/doEyopB1rG4/2p1SwDwCeKEwj ++ucEahUcRJ1eFAhc/dhH7V0= +=lWcL +-----END PGP SIGNATURE----- diff --git a/net-nds/ypserv/files/digest-ypserv-2.13-r1 b/net-nds/ypserv/files/digest-ypserv-2.13-r1 deleted file mode 100644 index 628d942694ee..000000000000 --- a/net-nds/ypserv/files/digest-ypserv-2.13-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 caa5e7b2af6f62d6051643cc1c00b5c8 ypserv-2.13.tar.bz2 167579 diff --git a/net-nds/ypserv/files/ypserv b/net-nds/ypserv/files/ypserv index 9f616059f1f4..be1dc42e189a 100755 --- a/net-nds/ypserv/files/ypserv +++ b/net-nds/ypserv/files/ypserv @@ -1,10 +1,11 @@ #!/sbin/runscript # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/ypserv/files/ypserv,v 1.3 2004/07/24 06:26:28 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/ypserv/files/ypserv,v 1.4 2006/04/10 20:00:18 eradicator Exp $ depend() { - need net portmap domainname + need net portmap + use domainname } start() { diff --git a/net-nds/ypserv/ypserv-2.13-r1.ebuild b/net-nds/ypserv/ypserv-2.13-r1.ebuild deleted file mode 100644 index 1f824697237d..000000000000 --- a/net-nds/ypserv/ypserv-2.13-r1.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/ypserv/ypserv-2.13-r1.ebuild,v 1.12 2006/04/01 03:23:24 eradicator Exp $ - -DESCRIPTION="Network Information Service server" -HOMEPAGE="http://www.linux-nis.org/nis/" -SRC_URI="mirror://kernel/linux/utils/net/NIS/OLD/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ia64 ppc ppc64 sparc x86" -IUSE="slp" - -RDEPEND=">=sys-libs/gdbm-1.8.0 - slp? ( net-libs/openslp )" -DEPEND="${RDEPEND} - >=sys-apps/portage-2.0.51" - -src_compile() { - econf $(use_enable slp) || die - emake || die -} - -src_install() { - make DESTDIR=${D} install || die - dodoc AUTHORS ChangeLog NEWS README THANKS TODO - - insinto /etc - doins etc/ypserv.conf etc/netgroup etc/netmasks - insinto /var/yp - newins etc/securenets securenets.default - - newconfd ${FILESDIR}/ypserv.confd ypserv - newconfd ${FILESDIR}/rpc.yppasswdd.confd rpc.yppasswdd - newconfd ${FILESDIR}/rpc.ypxfrd.confd rpc.ypxfrd - - newinitd ${FILESDIR}/ypserv ypserv - newinitd ${FILESDIR}/rpc.yppasswdd-r1 rpc.yppasswdd - newinitd ${FILESDIR}/rpc.ypxfrd rpc.ypxfrd - - # Save the old config into the new package as CONFIG_PROTECT - # doesn't work for this package. - if [ -f ${ROOT}/var/yp/Makefile ]; then - mv ${D}/var/yp/Makefile ${D}/var/yp/Makefile.dist - cp ${ROOT}/var/yp/Makefile ${D}/var/yp/Makefile - einfo "As you have a previous /var/yp/Makefile, I have added" - einfo "this file into the new package and installed the new" - einfo "file as /var/yp/Makefile.dist" - fi -} - -pkg_postinst() { - einfo "To complete setup, you will need to edit /var/yp/securenets," - einfo "/etc/conf.d/ypserv, /etc/ypserv.conf, /etc/conf.d/rpc.yppasswdd" - einfo "and possibly /var/yp/Makefile." - - einfo "To start the services at boot, you need to enable ypserv and optionally" - einfo "the rpc.yppasswdd and/or rpc.ypxfrd services" -} |