From 01bec671c11adc168e72098176bb327615068d3b Mon Sep 17 00:00:00 2001 From: "Jorge Manuel B. S. Vicetto" Date: Sun, 2 Nov 2008 12:25:38 +0000 Subject: Removing eradicator as a maintainer since he was retired. Quoted some vars. (Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo x86_64) --- net-nds/ypserv/ChangeLog | 9 +++++++-- net-nds/ypserv/metadata.xml | 3 +-- net-nds/ypserv/ypserv-2.18.ebuild | 24 ++++++++++++------------ net-nds/ypserv/ypserv-2.19.ebuild | 24 ++++++++++++------------ 4 files changed, 32 insertions(+), 28 deletions(-) (limited to 'net-nds') diff --git a/net-nds/ypserv/ChangeLog b/net-nds/ypserv/ChangeLog index 4addfd452058..821fb664e489 100644 --- a/net-nds/ypserv/ChangeLog +++ b/net-nds/ypserv/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-nds/ypserv -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/ypserv/ChangeLog,v 1.38 2007/03/26 08:00:03 antarus Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-nds/ypserv/ChangeLog,v 1.39 2008/11/02 12:25:38 jmbsvicetto Exp $ + + 02 Nov 2008; Jorge Manuel B. S. Vicetto + metadata.xml, ypserv-2.18.ebuild, ypserv-2.19.ebuild: + Removing eradicator as a maintainer since he was retired. Quoted some + vars. 26 Mar 2007; Alec Warner ypserv-2.18.ebuild, ypserv-2.19.ebuild: diff --git a/net-nds/ypserv/metadata.xml b/net-nds/ypserv/metadata.xml index 55e46748ba57..ae83b27dcac0 100644 --- a/net-nds/ypserv/metadata.xml +++ b/net-nds/ypserv/metadata.xml @@ -4,7 +4,6 @@ no-herd - eradicator@gentoo.org - Jeremy Huddleston + maintainer-needed@gentoo.org diff --git a/net-nds/ypserv/ypserv-2.18.ebuild b/net-nds/ypserv/ypserv-2.18.ebuild index 72d8457dd90b..faac04b7aca4 100644 --- a/net-nds/ypserv/ypserv-2.18.ebuild +++ b/net-nds/ypserv/ypserv-2.18.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/ypserv/ypserv-2.18.ebuild,v 1.7 2007/03/26 08:00:03 antarus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/ypserv/ypserv-2.18.ebuild,v 1.8 2008/11/02 12:25:38 jmbsvicetto Exp $ DESCRIPTION="Network Information Service server" HOMEPAGE="http://www.linux-nis.org/nis/" @@ -23,7 +23,7 @@ src_compile() { } src_install() { - make DESTDIR=${D} install || die + make DESTDIR="${D}" install || die dodoc AUTHORS ChangeLog NEWS README THANKS TODO insinto /etc @@ -31,19 +31,19 @@ src_install() { 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 + 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 + 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 + 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" diff --git a/net-nds/ypserv/ypserv-2.19.ebuild b/net-nds/ypserv/ypserv-2.19.ebuild index 3182eb033c6f..ee410bce0242 100644 --- a/net-nds/ypserv/ypserv-2.19.ebuild +++ b/net-nds/ypserv/ypserv-2.19.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/ypserv/ypserv-2.19.ebuild,v 1.7 2007/03/26 08:00:03 antarus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/ypserv/ypserv-2.19.ebuild,v 1.8 2008/11/02 12:25:38 jmbsvicetto Exp $ DESCRIPTION="Network Information Service server" HOMEPAGE="http://www.linux-nis.org/nis/" @@ -23,7 +23,7 @@ src_compile() { } src_install() { - make DESTDIR=${D} install || die + make DESTDIR="${D}" install || die dodoc AUTHORS ChangeLog NEWS README THANKS TODO insinto /etc @@ -31,19 +31,19 @@ src_install() { 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 + 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 + 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 + 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" -- cgit v1.2.3-65-gdbad