From 06e02bad2c143c9809b032711fc2b12fa27b540b Mon Sep 17 00:00:00 2001 From: Thilo Bangert Date: Sat, 26 Jan 2008 14:28:50 +0000 Subject: fix quoting (Portage version: 2.1.3.19) --- www-servers/pound/ChangeLog | 9 +++++++-- www-servers/pound/pound-1.10.ebuild | 8 ++++---- www-servers/pound/pound-2.0.5.ebuild | 10 +++++----- www-servers/pound/pound-2.1.ebuild | 10 +++++----- www-servers/pound/pound-2.2.ebuild | 12 ++++++------ www-servers/pound/pound-2.3.1.ebuild | 12 ++++++------ www-servers/pound/pound-2.3.2.ebuild | 12 ++++++------ www-servers/pound/pound-2.3.ebuild | 12 ++++++------ 8 files changed, 45 insertions(+), 40 deletions(-) (limited to 'www-servers/pound') diff --git a/www-servers/pound/ChangeLog b/www-servers/pound/ChangeLog index 2c7c971cee7a..8767f740fe13 100644 --- a/www-servers/pound/ChangeLog +++ b/www-servers/pound/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for www-servers/pound -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/pound/ChangeLog,v 1.29 2007/11/12 21:14:51 armin76 Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-servers/pound/ChangeLog,v 1.30 2008/01/26 14:28:50 bangert Exp $ + + 26 Jan 2008; Thilo Bangert pound-1.10.ebuild, + pound-2.0.5.ebuild, pound-2.1.ebuild, pound-2.2.ebuild, pound-2.3.ebuild, + pound-2.3.1.ebuild, pound-2.3.2.ebuild: + fix quoting 12 Nov 2007; Raúl Porcel pound-2.3.2.ebuild: x86 stable diff --git a/www-servers/pound/pound-1.10.ebuild b/www-servers/pound/pound-1.10.ebuild index f043d54b8953..e27da853a390 100644 --- a/www-servers/pound/pound-1.10.ebuild +++ b/www-servers/pound/pound-1.10.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/www-servers/pound/pound-1.10.ebuild,v 1.4 2007/01/09 08:01:31 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/pound/pound-1.10.ebuild,v 1.5 2008/01/26 14:28:50 bangert Exp $ inherit flag-o-matic @@ -36,10 +36,10 @@ src_install() { dodoc README FAQ - newinitd ${FILESDIR}/${PN}.init-1.9 ${PN} + newinitd "${FILESDIR}"/${PN}.init-1.9 ${PN} insinto /etc - doins ${FILESDIR}/pound.cfg + doins "${FILESDIR}"/pound.cfg } pkg_postinst() { diff --git a/www-servers/pound/pound-2.0.5.ebuild b/www-servers/pound/pound-2.0.5.ebuild index cefdd871cac4..78844a17fb83 100644 --- a/www-servers/pound/pound-2.0.5.ebuild +++ b/www-servers/pound/pound-2.0.5.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/www-servers/pound/pound-2.0.5.ebuild,v 1.7 2007/01/09 08:01:31 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/pound/pound-2.0.5.ebuild,v 1.8 2008/01/26 14:28:50 bangert Exp $ inherit flag-o-matic @@ -32,16 +32,16 @@ src_compile() { src_install() { dodir /usr/sbin - cp ${S}/pound ${D}/usr/sbin/ + cp "${S}"/pound "${D}"/usr/sbin/ doman pound.8 dodoc README FAQ dodir /etc/init.d - newinitd ${FILESDIR}/pound.init-1.9 pound + newinitd "${FILESDIR}"/pound.init-1.9 pound insinto /etc - newins ${FILESDIR}/pound-2.cfg pound.cfg + newins "${FILESDIR}"/pound-2.cfg pound.cfg } pkg_postinst() { diff --git a/www-servers/pound/pound-2.1.ebuild b/www-servers/pound/pound-2.1.ebuild index 6fc098237f2b..559fad771e44 100644 --- a/www-servers/pound/pound-2.1.ebuild +++ b/www-servers/pound/pound-2.1.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/www-servers/pound/pound-2.1.ebuild,v 1.3 2007/01/09 08:01:31 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/pound/pound-2.1.ebuild,v 1.4 2008/01/26 14:28:50 bangert Exp $ inherit flag-o-matic @@ -32,16 +32,16 @@ src_compile() { src_install() { dodir /usr/sbin - cp ${S}/pound ${D}/usr/sbin/ + cp "${S}"/pound "${D}"/usr/sbin/ doman pound.8 dodoc README FAQ dodir /etc/init.d - newinitd ${FILESDIR}/pound.init-1.9 pound + newinitd "${FILESDIR}"/pound.init-1.9 pound insinto /etc - newins ${FILESDIR}/pound-2.cfg pound.cfg + newins "${FILESDIR}"/pound-2.cfg pound.cfg } pkg_postinst() { diff --git a/www-servers/pound/pound-2.2.ebuild b/www-servers/pound/pound-2.2.ebuild index eab818b53a37..7f91fad10855 100644 --- a/www-servers/pound/pound-2.2.ebuild +++ b/www-servers/pound/pound-2.2.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/www-servers/pound/pound-2.2.ebuild,v 1.1 2007/01/09 08:01:31 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/pound/pound-2.2.ebuild,v 1.2 2008/01/26 14:28:50 bangert Exp $ inherit flag-o-matic @@ -31,18 +31,18 @@ src_compile() { src_install() { dodir /usr/sbin - cp ${S}/pound ${D}/usr/sbin/ - cp ${S}/poundctl ${D}/usr/sbin/ + cp "${S}"/pound "${D}"/usr/sbin/ + cp "${S}"/poundctl "${D}"/usr/sbin/ doman pound.8 doman poundctl.8 dodoc README FAQ dodir /etc/init.d - newinitd ${FILESDIR}/pound.init-1.9 pound + newinitd "${FILESDIR}"/pound.init-1.9 pound insinto /etc - newins ${FILESDIR}/pound-2.2.cfg pound.cfg + newins "${FILESDIR}"/pound-2.2.cfg pound.cfg } pkg_postinst() { diff --git a/www-servers/pound/pound-2.3.1.ebuild b/www-servers/pound/pound-2.3.1.ebuild index 4abcf4221f41..c9951cf57949 100644 --- a/www-servers/pound/pound-2.3.1.ebuild +++ b/www-servers/pound/pound-2.3.1.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/www-servers/pound/pound-2.3.1.ebuild,v 1.1 2007/05/07 09:46:30 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/pound/pound-2.3.1.ebuild,v 1.2 2008/01/26 14:28:50 bangert Exp $ inherit flag-o-matic @@ -31,18 +31,18 @@ src_compile() { src_install() { dodir /usr/sbin - cp ${S}/pound ${D}/usr/sbin/ - cp ${S}/poundctl ${D}/usr/sbin/ + cp "${S}"/pound "${D}"/usr/sbin/ + cp "${S}"/poundctl "${D}"/usr/sbin/ doman pound.8 doman poundctl.8 dodoc README FAQ dodir /etc/init.d - newinitd ${FILESDIR}/pound.init-1.9 pound + newinitd "${FILESDIR}"/pound.init-1.9 pound insinto /etc - newins ${FILESDIR}/pound-2.2.cfg pound.cfg + newins "${FILESDIR}"/pound-2.2.cfg pound.cfg } pkg_postinst() { diff --git a/www-servers/pound/pound-2.3.2.ebuild b/www-servers/pound/pound-2.3.2.ebuild index 92c0f493b7d1..6cff170c8986 100644 --- a/www-servers/pound/pound-2.3.2.ebuild +++ b/www-servers/pound/pound-2.3.2.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/www-servers/pound/pound-2.3.2.ebuild,v 1.2 2007/11/12 21:14:51 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/pound/pound-2.3.2.ebuild,v 1.3 2008/01/26 14:28:50 bangert Exp $ inherit flag-o-matic @@ -31,18 +31,18 @@ src_compile() { src_install() { dodir /usr/sbin - cp ${S}/pound ${D}/usr/sbin/ - cp ${S}/poundctl ${D}/usr/sbin/ + cp "${S}"/pound "${D}"/usr/sbin/ + cp "${S}"/poundctl "${D}"/usr/sbin/ doman pound.8 doman poundctl.8 dodoc README FAQ dodir /etc/init.d - newinitd ${FILESDIR}/pound.init-1.9 pound + newinitd "${FILESDIR}"/pound.init-1.9 pound insinto /etc - newins ${FILESDIR}/pound-2.2.cfg pound.cfg + newins "${FILESDIR}"/pound-2.2.cfg pound.cfg } pkg_postinst() { diff --git a/www-servers/pound/pound-2.3.ebuild b/www-servers/pound/pound-2.3.ebuild index 52b52104c793..af8bc61693fa 100644 --- a/www-servers/pound/pound-2.3.ebuild +++ b/www-servers/pound/pound-2.3.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/www-servers/pound/pound-2.3.ebuild,v 1.1 2007/04/11 17:34:00 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/pound/pound-2.3.ebuild,v 1.2 2008/01/26 14:28:50 bangert Exp $ inherit flag-o-matic @@ -31,18 +31,18 @@ src_compile() { src_install() { dodir /usr/sbin - cp ${S}/pound ${D}/usr/sbin/ - cp ${S}/poundctl ${D}/usr/sbin/ + cp "${S}"/pound "${D}"/usr/sbin/ + cp "${S}"/poundctl "${D}"/usr/sbin/ doman pound.8 doman poundctl.8 dodoc README FAQ dodir /etc/init.d - newinitd ${FILESDIR}/pound.init-1.9 pound + newinitd "${FILESDIR}"/pound.init-1.9 pound insinto /etc - newins ${FILESDIR}/pound-2.2.cfg pound.cfg + newins "${FILESDIR}"/pound-2.2.cfg pound.cfg } pkg_postinst() { -- cgit v1.2.3-65-gdbad