public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-nds/ypserv: metadata.xml ypserv-2.18.ebuild ypserv-2.19.ebuild ChangeLog
@ 2008-11-02 12:25 Jorge Manuel B. S. Vicetto (jmbsvicetto)
  0 siblings, 0 replies; only message in thread
From: Jorge Manuel B. S. Vicetto (jmbsvicetto) @ 2008-11-02 12:25 UTC (permalink / raw
  To: gentoo-commits

jmbsvicetto    08/11/02 12:25:38

  Modified:             metadata.xml ypserv-2.18.ebuild ypserv-2.19.ebuild
                        ChangeLog
  Log:
  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)

Revision  Changes    Path
1.2                  net-nds/ypserv/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/ypserv/metadata.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/ypserv/metadata.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/ypserv/metadata.xml?r1=1.1&r2=1.2

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/ypserv/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml	23 Jul 2004 10:21:21 -0000	1.1
+++ metadata.xml	2 Nov 2008 12:25:38 -0000	1.2
@@ -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>



1.8                  net-nds/ypserv/ypserv-2.18.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/ypserv/ypserv-2.18.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/ypserv/ypserv-2.18.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/ypserv/ypserv-2.18.ebuild?r1=1.7&r2=1.8

Index: ypserv-2.18.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/ypserv/ypserv-2.18.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ypserv-2.18.ebuild	26 Mar 2007 08:00:03 -0000	1.7
+++ ypserv-2.18.ebuild	2 Nov 2008 12:25:38 -0000	1.8
@@ -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_install() {
-	make DESTDIR=${D} install || die
+	make DESTDIR="${D}" install || die
 	dodoc AUTHORS ChangeLog NEWS README THANKS TODO
 
 	insinto /etc
@@ -31,19 +31,19 @@
 	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
+	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
+	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"



1.8                  net-nds/ypserv/ypserv-2.19.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/ypserv/ypserv-2.19.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/ypserv/ypserv-2.19.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/ypserv/ypserv-2.19.ebuild?r1=1.7&r2=1.8

Index: ypserv-2.19.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/ypserv/ypserv-2.19.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ypserv-2.19.ebuild	26 Mar 2007 08:00:03 -0000	1.7
+++ ypserv-2.19.ebuild	2 Nov 2008 12:25:38 -0000	1.8
@@ -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_install() {
-	make DESTDIR=${D} install || die
+	make DESTDIR="${D}" install || die
 	dodoc AUTHORS ChangeLog NEWS README THANKS TODO
 
 	insinto /etc
@@ -31,19 +31,19 @@
 	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
+	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
+	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"



1.39                 net-nds/ypserv/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/ypserv/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/ypserv/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/ypserv/ChangeLog?r1=1.38&r2=1.39

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/ypserv/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	26 Mar 2007 08:00:03 -0000	1.38
+++ ChangeLog	2 Nov 2008 12:25:38 -0000	1.39
@@ -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:






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-11-02 12:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-02 12:25 [gentoo-commits] gentoo-x86 commit in net-nds/ypserv: metadata.xml ypserv-2.18.ebuild ypserv-2.19.ebuild ChangeLog Jorge Manuel B. S. Vicetto (jmbsvicetto)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox