diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2008-11-02 12:25:38 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2008-11-02 12:25:38 +0000 |
commit | 01bec671c11adc168e72098176bb327615068d3b (patch) | |
tree | 6c902a6fc011d355b66eab3bf0cac7140c5ee31e /net-nds | |
parent | Change dependencies and KEYWORDS for perl-core/Term-ANSIColor-1.12. Remove pe... (diff) | |
download | gentoo-2-01bec671c11adc168e72098176bb327615068d3b.tar.gz gentoo-2-01bec671c11adc168e72098176bb327615068d3b.tar.bz2 gentoo-2-01bec671c11adc168e72098176bb327615068d3b.zip |
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)
Diffstat (limited to 'net-nds')
-rw-r--r-- | net-nds/ypserv/ChangeLog | 9 | ||||
-rw-r--r-- | net-nds/ypserv/metadata.xml | 3 | ||||
-rw-r--r-- | net-nds/ypserv/ypserv-2.18.ebuild | 24 | ||||
-rw-r--r-- | net-nds/ypserv/ypserv-2.19.ebuild | 24 |
4 files changed, 32 insertions, 28 deletions
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 <jmbsvicetto@gentoo.org> + 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 <antarus@gentoo.org> 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 @@ <pkgmetadata> <herd>no-herd</herd> <maintainer> - <email>eradicator@gentoo.org</email> - <name>Jeremy Huddleston</name> + <email>maintainer-needed@gentoo.org</email> </maintainer> </pkgmetadata> 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" |