From bb68a65c1fb54f52883eb41a81f3df2ce1d509fe Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Tue, 2 Oct 2007 06:38:30 +0000 Subject: Fix quoting (Portage version: 2.1.3.11) --- sys-process/audit/ChangeLog | 6 +++++- sys-process/audit/audit-1.6.1.ebuild | 6 +++--- sys-process/audit/audit-1.6.2.ebuild | 6 +++--- 3 files changed, 11 insertions(+), 7 deletions(-) (limited to 'sys-process/audit') diff --git a/sys-process/audit/ChangeLog b/sys-process/audit/ChangeLog index 38799b655109..6cd8dcf8a121 100644 --- a/sys-process/audit/ChangeLog +++ b/sys-process/audit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-process/audit # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/ChangeLog,v 1.26 2007/10/02 02:19:44 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/ChangeLog,v 1.27 2007/10/02 06:38:30 robbat2 Exp $ + + 02 Oct 2007; Robin H. Johnson audit-1.6.1.ebuild, + audit-1.6.2.ebuild: + Fix quoting *audit-1.6.2 (02 Oct 2007) diff --git a/sys-process/audit/audit-1.6.1.ebuild b/sys-process/audit/audit-1.6.1.ebuild index 9bc63b571c7f..935e82ae5e17 100644 --- a/sys-process/audit/audit-1.6.1.ebuild +++ b/sys-process/audit/audit-1.6.1.ebuild @@ -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-process/audit/audit-1.6.1.ebuild,v 1.1 2007/10/02 01:48:33 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.6.1.ebuild,v 1.2 2007/10/02 06:38:30 robbat2 Exp $ inherit autotools multilib toolchain-funcs python @@ -30,8 +30,8 @@ src_unpack() { #EPATCH_OPTS="-p1 -d${S}" epatch "${FILESDIR}"/${PN}-1.5.4-swig-gcc-attribute.patch # Do not build GUI tools - sed -i -e '/AC_CONFIG_SUBDIRS.*system-config-audit/d' ${S}/configure.ac - sed -i -e 's,system-config-audit,,g' -e '/^SUBDIRS/s,\\$,,g' ${S}/Makefile.am + sed -i -e '/AC_CONFIG_SUBDIRS.*system-config-audit/d' "${S}"/configure.ac + sed -i -e 's,system-config-audit,,g' -e '/^SUBDIRS/s,\\$,,g' "${S}"/Makefile.am rm -rf "${S}"/system-config-audit # Regenerate autotooling diff --git a/sys-process/audit/audit-1.6.2.ebuild b/sys-process/audit/audit-1.6.2.ebuild index 3989dada1bd8..28261816f9d2 100644 --- a/sys-process/audit/audit-1.6.2.ebuild +++ b/sys-process/audit/audit-1.6.2.ebuild @@ -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-process/audit/audit-1.6.2.ebuild,v 1.1 2007/10/02 02:19:44 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.6.2.ebuild,v 1.2 2007/10/02 06:38:30 robbat2 Exp $ inherit autotools multilib toolchain-funcs python @@ -30,8 +30,8 @@ src_unpack() { #EPATCH_OPTS="-p1 -d${S}" epatch "${FILESDIR}"/${PN}-1.5.4-swig-gcc-attribute.patch # Do not build GUI tools - sed -i -e '/AC_CONFIG_SUBDIRS.*system-config-audit/d' ${S}/configure.ac - sed -i -e 's,system-config-audit,,g' -e '/^SUBDIRS/s,\\$,,g' ${S}/Makefile.am + sed -i -e '/AC_CONFIG_SUBDIRS.*system-config-audit/d' "${S}"/configure.ac + sed -i -e 's,system-config-audit,,g' -e '/^SUBDIRS/s,\\$,,g' "${S}"/Makefile.am rm -rf "${S}"/system-config-audit # Regenerate autotooling -- cgit v1.2.3-65-gdbad