public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-auth/nss_ldap: nss_ldap-254.ebuild nss_ldap-253-r1.ebuild nss_ldap-250-r1.ebuild nss_ldap-253.ebuild ChangeLog nss_ldap-250.ebuild nss_ldap-257.ebuild nss_ldap-249.ebuild nss_ldap-252.ebuild nss_ldap-239-r1.ebuild
@ 2007-10-09 23:39 Robin H. Johnson (robbat2)
  0 siblings, 0 replies; only message in thread
From: Robin H. Johnson (robbat2) @ 2007-10-09 23:39 UTC (permalink / raw
  To: gentoo-commits

robbat2     07/10/09 23:39:47

  Modified:             nss_ldap-254.ebuild nss_ldap-253-r1.ebuild
                        nss_ldap-250-r1.ebuild nss_ldap-253.ebuild
                        ChangeLog nss_ldap-250.ebuild nss_ldap-257.ebuild
                        nss_ldap-249.ebuild nss_ldap-252.ebuild
                        nss_ldap-239-r1.ebuild
  Log:
  Fix quoting for all ebuilds.
  (Portage version: 2.1.3.12)

Revision  Changes    Path
1.2                  sys-auth/nss_ldap/nss_ldap-254.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/nss_ldap-254.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/nss_ldap-254.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/nss_ldap-254.ebuild?r1=1.1&r2=1.2

Index: nss_ldap-254.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-254.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nss_ldap-254.ebuild	6 Feb 2007 04:50:25 -0000	1.1
+++ nss_ldap-254.ebuild	9 Oct 2007 23:39:47 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-254.ebuild,v 1.1 2007/02/06 04:50:25 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-254.ebuild,v 1.2 2007/10/09 23:39:47 robbat2 Exp $
 
 inherit fixheadtails eutils multilib
 
@@ -22,22 +22,22 @@
 
 src_unpack() {
 	unpack ${A}
-	cd ${S}
-	epatch ${FILESDIR}/nsswitch.ldap.diff
-	epatch ${FILESDIR}/${PN}-239-tls-security-bug.patch
-	epatch ${FILESDIR}/${PN}-249-sasl-compile.patch
-	EPATCH_OPTS="-p1 -d ${S}" epatch ${FILESDIR}/${PN}-252-reconnect-timeouts.patch
-	EPATCH_OPTS="-p1 -d ${S}" epatch ${FILESDIR}/${PN}-254-nss_getgrent_skipmembers.patch
+	cd "${S}"
+	epatch "${FILESDIR}"/nsswitch.ldap.diff
+	epatch "${FILESDIR}"/${PN}-239-tls-security-bug.patch
+	epatch "${FILESDIR}"/${PN}-249-sasl-compile.patch
+	EPATCH_OPTS="-p1 -d ${S}" epatch "${FILESDIR}"/${PN}-252-reconnect-timeouts.patch
+	EPATCH_OPTS="-p1 -d ${S}" epatch "${FILESDIR}"/${PN}-254-nss_getgrent_skipmembers.patch
 	sed -i.orig \
 		-e '/^ @(#)\$Id: ldap.conf,v/s,^,#,' \
-		${S}/ldap.conf || die "failed to clean up initial version marker"
+		"${S}"/ldap.conf || die "failed to clean up initial version marker"
 	# fix head/tail stuff
-	ht_fix_file ${S}/Makefile.am ${S}/Makefile.in ${S}/depcomp
+	ht_fix_file "${S}"/Makefile.am "${S}"/Makefile.in "${S}"/depcomp
 	# fix build borkage
 	for i in Makefile.{in,am}; do
 	  sed -i.orig \
 	    -e '/^install-exec-local: nss_ldap.so/s,nss_ldap.so,,g' \
-	    ${S}/$i
+	    "${S}"/$i
 	done
 }
 



1.2                  sys-auth/nss_ldap/nss_ldap-253-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/nss_ldap-253-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/nss_ldap-253-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/nss_ldap-253-r1.ebuild?r1=1.1&r2=1.2

Index: nss_ldap-253-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-253-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nss_ldap-253-r1.ebuild	6 Feb 2007 04:48:04 -0000	1.1
+++ nss_ldap-253-r1.ebuild	9 Oct 2007 23:39:47 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-253-r1.ebuild,v 1.1 2007/02/06 04:48:04 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-253-r1.ebuild,v 1.2 2007/10/09 23:39:47 robbat2 Exp $
 
 inherit fixheadtails eutils multilib
 
@@ -22,21 +22,21 @@
 
 src_unpack() {
 	unpack ${A}
-	cd ${S}
-	epatch ${FILESDIR}/nsswitch.ldap.diff
-	epatch ${FILESDIR}/${PN}-239-tls-security-bug.patch
-	epatch ${FILESDIR}/${PN}-249-sasl-compile.patch
-	EPATCH_OPTS="-p1 -d ${S}" epatch ${FILESDIR}/${PN}-252-reconnect-timeouts.patch
+	cd "${S}"
+	epatch "${FILESDIR}"/nsswitch.ldap.diff
+	epatch "${FILESDIR}"/${PN}-239-tls-security-bug.patch
+	epatch "${FILESDIR}"/${PN}-249-sasl-compile.patch
+	EPATCH_OPTS="-p1 -d ${S}" epatch "${FILESDIR}"/${PN}-252-reconnect-timeouts.patch
 	sed -i.orig \
 		-e '/^ @(#)\$Id: ldap.conf,v/s,^,#,' \
-		${S}/ldap.conf || die "failed to clean up initial version marker"
+		"${S}"/ldap.conf || die "failed to clean up initial version marker"
 	# fix head/tail stuff
-	ht_fix_file ${S}/Makefile.am ${S}/Makefile.in ${S}/depcomp
+	ht_fix_file "${S}"/Makefile.am "${S}"/Makefile.in "${S}"/depcomp
 	# fix build borkage
 	for i in Makefile.{in,am}; do
 	  sed -i.orig \
 	    -e '/^install-exec-local: nss_ldap.so/s,nss_ldap.so,,g' \
-	    ${S}/$i
+	    "${S}"/$i
 	done
 }
 



1.3                  sys-auth/nss_ldap/nss_ldap-250-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/nss_ldap-250-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/nss_ldap-250-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/nss_ldap-250-r1.ebuild?r1=1.2&r2=1.3

Index: nss_ldap-250-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-250-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nss_ldap-250-r1.ebuild	5 Jan 2007 09:12:30 -0000	1.2
+++ nss_ldap-250-r1.ebuild	9 Oct 2007 23:39:47 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-250-r1.ebuild,v 1.2 2007/01/05 09:12:30 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-250-r1.ebuild,v 1.3 2007/10/09 23:39:47 robbat2 Exp $
 
 inherit fixheadtails eutils multilib
 
@@ -20,18 +20,18 @@
 
 src_unpack() {
 	unpack ${A}
-	cd ${S}
-	epatch ${FILESDIR}/nsswitch.ldap.diff
-	epatch ${FILESDIR}/${PN}-239-tls-security-bug.patch
-	epatch ${FILESDIR}/${PN}-249-sasl-compile.patch
-	epatch ${FILESDIR}/${PN}-250-reconnect-timeouts.patch
+	cd "${S}"
+	epatch "${FILESDIR}"/nsswitch.ldap.diff
+	epatch "${FILESDIR}"/${PN}-239-tls-security-bug.patch
+	epatch "${FILESDIR}"/${PN}-249-sasl-compile.patch
+	epatch "${FILESDIR}"/${PN}-250-reconnect-timeouts.patch
 	# fix head/tail stuff
-	ht_fix_file ${S}/Makefile.am ${S}/Makefile.in ${S}/depcomp
+	ht_fix_file "${S}"/Makefile.am "${S}"/Makefile.in "${S}"/depcomp
 	# fix build borkage
 	for i in Makefile.{in,am}; do
 	  sed -i.orig \
 	    -e '/^install-exec-local: nss_ldap.so/s,nss_ldap.so,,g' \
-	    ${S}/$i
+	    "${S}"/$i
 	done
 }
 



1.10                 sys-auth/nss_ldap/nss_ldap-253.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/nss_ldap-253.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/nss_ldap-253.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/nss_ldap-253.ebuild?r1=1.9&r2=1.10

Index: nss_ldap-253.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-253.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- nss_ldap-253.ebuild	27 Jan 2007 03:27:17 -0000	1.9
+++ nss_ldap-253.ebuild	9 Oct 2007 23:39:47 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-253.ebuild,v 1.9 2007/01/27 03:27:17 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-253.ebuild,v 1.10 2007/10/09 23:39:47 robbat2 Exp $
 
 inherit fixheadtails eutils multilib
 
@@ -21,21 +21,21 @@
 
 src_unpack() {
 	unpack ${A}
-	cd ${S}
-	epatch ${FILESDIR}/nsswitch.ldap.diff
-	epatch ${FILESDIR}/${PN}-239-tls-security-bug.patch
-	epatch ${FILESDIR}/${PN}-249-sasl-compile.patch
-	EPATCH_OPTS="-p1 -d ${S}" epatch ${FILESDIR}/${PN}-252-reconnect-timeouts.patch
+	cd "${S}"
+	epatch "${FILESDIR}"/nsswitch.ldap.diff
+	epatch "${FILESDIR}"/${PN}-239-tls-security-bug.patch
+	epatch "${FILESDIR}"/${PN}-249-sasl-compile.patch
+	EPATCH_OPTS="-p1 -d ${S}" epatch "${FILESDIR}"/${PN}-252-reconnect-timeouts.patch
 	sed -i.orig \
 		-e '/^ @(#)\$Id: ldap.conf,v/s,^,#,' \
-		${S}/ldap.conf || die "failed to clean up initial version marker"
+		"${S}"/ldap.conf || die "failed to clean up initial version marker"
 	# fix head/tail stuff
-	ht_fix_file ${S}/Makefile.am ${S}/Makefile.in ${S}/depcomp
+	ht_fix_file "${S}"/Makefile.am "${S}"/Makefile.in "${S}"/depcomp
 	# fix build borkage
 	for i in Makefile.{in,am}; do
 	  sed -i.orig \
 	    -e '/^install-exec-local: nss_ldap.so/s,nss_ldap.so,,g' \
-	    ${S}/$i
+	    "${S}"/$i
 	done
 }
 



1.42                 sys-auth/nss_ldap/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/ChangeLog?r1=1.41&r2=1.42

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	18 Sep 2007 23:18:35 -0000	1.41
+++ ChangeLog	9 Oct 2007 23:39:47 -0000	1.42
@@ -1,6 +1,12 @@
 # ChangeLog for sys-auth/nss_ldap
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/ChangeLog,v 1.41 2007/09/18 23:18:35 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/ChangeLog,v 1.42 2007/10/09 23:39:47 robbat2 Exp $
+
+  09 Oct 2007; Robin H. Johnson <robbat2@gentoo.org> nss_ldap-239-r1.ebuild,
+  nss_ldap-249.ebuild, nss_ldap-250.ebuild, nss_ldap-250-r1.ebuild,
+  nss_ldap-252.ebuild, nss_ldap-253.ebuild, nss_ldap-253-r1.ebuild,
+  nss_ldap-254.ebuild, nss_ldap-257.ebuild:
+  Fix quoting for all ebuilds.
 
 *nss_ldap-257 (18 Sep 2007)
 



1.4                  sys-auth/nss_ldap/nss_ldap-250.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/nss_ldap-250.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/nss_ldap-250.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/nss_ldap-250.ebuild?r1=1.3&r2=1.4

Index: nss_ldap-250.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-250.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- nss_ldap-250.ebuild	5 Jan 2007 09:12:30 -0000	1.3
+++ nss_ldap-250.ebuild	9 Oct 2007 23:39:47 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-250.ebuild,v 1.3 2007/01/05 09:12:30 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-250.ebuild,v 1.4 2007/10/09 23:39:47 robbat2 Exp $
 
 inherit fixheadtails eutils multilib
 
@@ -20,17 +20,17 @@
 
 src_unpack() {
 	unpack ${A}
-	cd ${S}
-	epatch ${FILESDIR}/nsswitch.ldap.diff
-	epatch ${FILESDIR}/${PN}-239-tls-security-bug.patch
-	epatch ${FILESDIR}/${PN}-249-sasl-compile.patch
+	cd "${S}"
+	epatch "${FILESDIR}"/nsswitch.ldap.diff
+	epatch "${FILESDIR}"/${PN}-239-tls-security-bug.patch
+	epatch "${FILESDIR}"/${PN}-249-sasl-compile.patch
 	# fix head/tail stuff
-	ht_fix_file ${S}/Makefile.am ${S}/Makefile.in ${S}/depcomp
+	ht_fix_file "${S}"/Makefile.am "${S}"/Makefile.in "${S}"/depcomp
 	# fix build borkage
 	for i in Makefile.{in,am}; do
 	  sed -i.orig \
 	    -e '/^install-exec-local: nss_ldap.so/s,nss_ldap.so,,g' \
-	    ${S}/$i
+	    "${S}"/$i
 	done
 }
 



1.2                  sys-auth/nss_ldap/nss_ldap-257.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/nss_ldap-257.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/nss_ldap-257.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/nss_ldap-257.ebuild?r1=1.1&r2=1.2

Index: nss_ldap-257.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-257.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nss_ldap-257.ebuild	18 Sep 2007 23:18:35 -0000	1.1
+++ nss_ldap-257.ebuild	9 Oct 2007 23:39:47 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-257.ebuild,v 1.1 2007/09/18 23:18:35 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-257.ebuild,v 1.2 2007/10/09 23:39:47 robbat2 Exp $
 
 inherit fixheadtails eutils multilib
 
@@ -22,24 +22,24 @@
 
 src_unpack() {
 	unpack ${A}
-	cd ${S}
-	epatch ${FILESDIR}/nsswitch.ldap.diff
+	cd "${S}"
+	epatch "${FILESDIR}"/nsswitch.ldap.diff
 	# Applied by upstream
-	#epatch ${FILESDIR}/${PN}-239-tls-security-bug.patch
-	epatch ${FILESDIR}/${PN}-249-sasl-compile.patch
-	EPATCH_OPTS="-p1 -d ${S}" epatch ${FILESDIR}/${PN}-252-reconnect-timeouts.patch
-	EPATCH_OPTS="-p1 -d ${S}" epatch ${FILESDIR}/${PN}-254-nss_getgrent_skipmembers.patch
-	EPATCH_OPTS="-p1 -d ${S}" epatch ${FILESDIR}/${PN}-257-nss_max_group_depth.patch
+	#epatch "${FILESDIR}"/${PN}-239-tls-security-bug.patch
+	epatch "${FILESDIR}"/${PN}-249-sasl-compile.patch
+	EPATCH_OPTS="-p1 -d ${S}" epatch "${FILESDIR}"/${PN}-252-reconnect-timeouts.patch
+	EPATCH_OPTS="-p1 -d ${S}" epatch "${FILESDIR}"/${PN}-254-nss_getgrent_skipmembers.patch
+	EPATCH_OPTS="-p1 -d ${S}" epatch "${FILESDIR}"/${PN}-257-nss_max_group_depth.patch
 	sed -i.orig \
 		-e '/^ @(#)\$Id: ldap.conf,v/s,^,#,' \
-		${S}/ldap.conf || die "failed to clean up initial version marker"
+		"${S}"/ldap.conf || die "failed to clean up initial version marker"
 	# fix head/tail stuff
-	ht_fix_file ${S}/Makefile.am ${S}/Makefile.in ${S}/depcomp
+	ht_fix_file "${S}"/Makefile.am "${S}"/Makefile.in "${S}"/depcomp
 	# fix build borkage
 	for i in Makefile.{in,am}; do
 	  sed -i.orig \
 	    -e '/^install-exec-local: nss_ldap.so/s,nss_ldap.so,,g' \
-	    ${S}/$i
+	    "${S}"/$i
 	done
 }
 



1.8                  sys-auth/nss_ldap/nss_ldap-249.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/nss_ldap-249.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/nss_ldap-249.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/nss_ldap-249.ebuild?r1=1.7&r2=1.8

Index: nss_ldap-249.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-249.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- nss_ldap-249.ebuild	5 Jan 2007 09:12:30 -0000	1.7
+++ nss_ldap-249.ebuild	9 Oct 2007 23:39:47 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-249.ebuild,v 1.7 2007/01/05 09:12:30 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-249.ebuild,v 1.8 2007/10/09 23:39:47 robbat2 Exp $
 
 inherit fixheadtails eutils multilib
 
@@ -19,12 +19,12 @@
 
 src_unpack() {
 	unpack ${A}
-	cd ${S}
-	epatch ${FILESDIR}/nsswitch.ldap.diff
-	epatch ${FILESDIR}/${PN}-239-tls-security-bug.patch
-	epatch ${FILESDIR}/${PN}-249-sasl-compile.patch
+	cd "${S}"
+	epatch "${FILESDIR}"/nsswitch.ldap.diff
+	epatch "${FILESDIR}"/${PN}-239-tls-security-bug.patch
+	epatch "${FILESDIR}"/${PN}-249-sasl-compile.patch
 	# fix head/tail stuff
-	ht_fix_file ${S}/Makefile.am ${S}/Makefile.in ${S}/depcomp
+	ht_fix_file "${S}"/Makefile.am "${S}"/Makefile.in "${S}"/depcomp
 }
 
 src_compile() {
@@ -45,7 +45,7 @@
 src_install() {
 	dodir /$(get_libdir)
 
-	make DESTDIR=${D} install || die "make install failed"
+	make DESTDIR="${D}" install || die "make install failed"
 
 	insinto /etc
 	doins ldap.conf



1.3                  sys-auth/nss_ldap/nss_ldap-252.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/nss_ldap-252.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/nss_ldap-252.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/nss_ldap-252.ebuild?r1=1.2&r2=1.3

Index: nss_ldap-252.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-252.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nss_ldap-252.ebuild	5 Jan 2007 09:12:30 -0000	1.2
+++ nss_ldap-252.ebuild	9 Oct 2007 23:39:47 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-252.ebuild,v 1.2 2007/01/05 09:12:30 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-252.ebuild,v 1.3 2007/10/09 23:39:47 robbat2 Exp $
 
 inherit fixheadtails eutils multilib
 
@@ -21,21 +21,21 @@
 
 src_unpack() {
 	unpack ${A}
-	cd ${S}
-	epatch ${FILESDIR}/nsswitch.ldap.diff
-	epatch ${FILESDIR}/${PN}-239-tls-security-bug.patch
-	epatch ${FILESDIR}/${PN}-249-sasl-compile.patch
-	EPATCH_OPTS="-p1 -d ${S}" epatch ${FILESDIR}/${PN}-252-reconnect-timeouts.patch
+	cd "${S}"
+	epatch "${FILESDIR}"/nsswitch.ldap.diff
+	epatch "${FILESDIR}"/${PN}-239-tls-security-bug.patch
+	epatch "${FILESDIR}"/${PN}-249-sasl-compile.patch
+	EPATCH_OPTS="-p1 -d ${S}" epatch "${FILESDIR}"/${PN}-252-reconnect-timeouts.patch
 	sed -i.orig \
 		-e '/^ @(#)\$Id: ldap.conf,v/s,^,#,' \
-		${S}/ldap.conf || die "failed to clean up initial version marker"
+		"${S}"/ldap.conf || die "failed to clean up initial version marker"
 	# fix head/tail stuff
-	ht_fix_file ${S}/Makefile.am ${S}/Makefile.in ${S}/depcomp
+	ht_fix_file "${S}"/Makefile.am "${S}"/Makefile.in "${S}"/depcomp
 	# fix build borkage
 	for i in Makefile.{in,am}; do
 	  sed -i.orig \
 	    -e '/^install-exec-local: nss_ldap.so/s,nss_ldap.so,,g' \
-	    ${S}/$i
+	    "${S}"/$i
 	done
 }
 



1.13                 sys-auth/nss_ldap/nss_ldap-239-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/nss_ldap-239-r1.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/nss_ldap-239-r1.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/nss_ldap-239-r1.ebuild?r1=1.12&r2=1.13

Index: nss_ldap-239-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-239-r1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- nss_ldap-239-r1.ebuild	5 Jan 2007 09:12:30 -0000	1.12
+++ nss_ldap-239-r1.ebuild	9 Oct 2007 23:39:47 -0000	1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-239-r1.ebuild,v 1.12 2007/01/05 09:12:30 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-239-r1.ebuild,v 1.13 2007/10/09 23:39:47 robbat2 Exp $
 
 inherit fixheadtails eutils multilib
 
@@ -19,11 +19,11 @@
 
 src_unpack() {
 	unpack ${A}
-	cd ${S}
-	epatch ${FILESDIR}/nsswitch.ldap.diff
-	epatch ${FILESDIR}/${PN}-239-tls-security-bug.patch
+	cd "${S}"
+	epatch "${FILESDIR}"/nsswitch.ldap.diff
+	epatch "${FILESDIR}"/${PN}-239-tls-security-bug.patch
 	# fix head/tail stuff
-	ht_fix_file ${S}/Makefile.am ${S}/Makefile.in ${S}/depcomp
+	ht_fix_file "${S}"/Makefile.am "${S}"/Makefile.in "${S}"/depcomp
 }
 
 src_compile() {
@@ -44,7 +44,7 @@
 src_install() {
 	dodir /$(get_libdir)
 
-	make DESTDIR=${D} install || die "make install failed"
+	make DESTDIR="${D}" install || die "make install failed"
 
 	insinto /etc
 	doins ldap.conf



-- 
gentoo-commits@gentoo.org mailing list



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

only message in thread, other threads:[~2007-10-09 23:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-09 23:39 [gentoo-commits] gentoo-x86 commit in sys-auth/nss_ldap: nss_ldap-254.ebuild nss_ldap-253-r1.ebuild nss_ldap-250-r1.ebuild nss_ldap-253.ebuild ChangeLog nss_ldap-250.ebuild nss_ldap-257.ebuild nss_ldap-249.ebuild nss_ldap-252.ebuild nss_ldap-239-r1.ebuild Robin H. Johnson (robbat2)

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