diff options
author | Dominik Stadler <centic@gentoo.org> | 2007-11-06 10:22:03 +0000 |
---|---|---|
committer | Dominik Stadler <centic@gentoo.org> | 2007-11-06 10:22:03 +0000 |
commit | 7b494042f9f0bd9ac7f6dd07068debb8be2259f9 (patch) | |
tree | bbf2cd56e1d742d50dad6e384b11e8ca1ce2f07e /net-firewall | |
parent | Version bump, remove old (diff) | |
download | gentoo-2-7b494042f9f0bd9ac7f6dd07068debb8be2259f9.tar.gz gentoo-2-7b494042f9f0bd9ac7f6dd07068debb8be2259f9.tar.bz2 gentoo-2-7b494042f9f0bd9ac7f6dd07068debb8be2259f9.zip |
Bug 198217: fix mistake in quoting.
(Portage version: 2.1.3.15)
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/firehol/ChangeLog | 7 | ||||
-rw-r--r-- | net-firewall/firehol/firehol-1.250-r1.ebuild | 6 | ||||
-rw-r--r-- | net-firewall/firehol/firehol-1.250-r2.ebuild | 6 | ||||
-rw-r--r-- | net-firewall/firehol/firehol-1.250.ebuild | 6 | ||||
-rw-r--r-- | net-firewall/firehol/firehol-1.256-r1.ebuild | 6 | ||||
-rw-r--r-- | net-firewall/firehol/firehol-1.256.ebuild | 6 |
6 files changed, 21 insertions, 16 deletions
diff --git a/net-firewall/firehol/ChangeLog b/net-firewall/firehol/ChangeLog index 3c1a671d6f71..44c1b7a1db56 100644 --- a/net-firewall/firehol/ChangeLog +++ b/net-firewall/firehol/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-firewall/firehol # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/ChangeLog,v 1.32 2007/11/05 14:07:54 centic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/ChangeLog,v 1.33 2007/11/06 10:22:03 centic Exp $ + + 03 Nov 2007; Dominik Stadler <centic@gentoo.org> firehol-1.250.ebuild, + firehol-1.250-r1.ebuild, firehol-1.250-r2.ebuild, firehol-1.256.ebuild, + firehol-1.256-r1.ebuild: + Bug 198217: fix mistake in quoting *firehol-1.256-r1 (02 Nov 2007) diff --git a/net-firewall/firehol/firehol-1.250-r1.ebuild b/net-firewall/firehol/firehol-1.250-r1.ebuild index 391945069796..30b460dee5e2 100644 --- a/net-firewall/firehol/firehol-1.250-r1.ebuild +++ b/net-firewall/firehol/firehol-1.250-r1.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/net-firewall/firehol/firehol-1.250-r1.ebuild,v 1.4 2007/11/05 14:07:54 centic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/firehol-1.250-r1.ebuild,v 1.5 2007/11/06 10:22:03 centic Exp $ inherit eutils @@ -53,7 +53,7 @@ src_install() { insinto /etc/firehol/examples doins examples/* || die - newconfd "${FILESDIR}/firehol.conf.d firehol" || die + newconfd "${FILESDIR}/firehol.conf.d" firehol || die dodoc ChangeLog README TODO WhatIsNew || die dohtml doc/*.html doc/*.css || die @@ -63,7 +63,7 @@ src_install() { doman man/*.1 man/*.5 || die - newinitd "${FILESDIR}/firehol.initrd firehol" || die + newinitd "${FILESDIR}/firehol.initrd" firehol || die } pkg_postinst() { diff --git a/net-firewall/firehol/firehol-1.250-r2.ebuild b/net-firewall/firehol/firehol-1.250-r2.ebuild index 104698458124..132815f6b77f 100644 --- a/net-firewall/firehol/firehol-1.250-r2.ebuild +++ b/net-firewall/firehol/firehol-1.250-r2.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/net-firewall/firehol/firehol-1.250-r2.ebuild,v 1.4 2007/11/05 14:07:54 centic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/firehol-1.250-r2.ebuild,v 1.5 2007/11/06 10:22:03 centic Exp $ inherit eutils @@ -53,7 +53,7 @@ src_install() { insinto /etc/firehol/examples doins examples/* || die - newconfd "${FILESDIR}/firehol.conf.d firehol" || die + newconfd "${FILESDIR}/firehol.conf.d" firehol || die dodoc ChangeLog README TODO WhatIsNew || die dohtml doc/*.html doc/*.css || die @@ -63,7 +63,7 @@ src_install() { doman man/*.1 man/*.5 || die - newinitd "${FILESDIR}/firehol.initrd firehol" || die + newinitd "${FILESDIR}/firehol.initrd" firehol || die } pkg_postinst() { diff --git a/net-firewall/firehol/firehol-1.250.ebuild b/net-firewall/firehol/firehol-1.250.ebuild index b56f22ebda6b..0535bbfc28d6 100644 --- a/net-firewall/firehol/firehol-1.250.ebuild +++ b/net-firewall/firehol/firehol-1.250.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/net-firewall/firehol/firehol-1.250.ebuild,v 1.6 2007/11/05 14:07:54 centic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/firehol-1.250.ebuild,v 1.7 2007/11/06 10:22:03 centic Exp $ inherit eutils @@ -52,7 +52,7 @@ src_install() { insinto /etc/firehol/examples doins examples/* || die - newconfd "${FILESDIR}/firehol.conf.d firehol" || die + newconfd "${FILESDIR}/firehol.conf.d" firehol || die dodoc ChangeLog README TODO WhatIsNew || die dohtml doc/*.html doc/*.css || die @@ -62,7 +62,7 @@ src_install() { doman man/*.1 man/*.5 || die - newinitd "${FILESDIR}/firehol.initrd firehol" || die + newinitd "${FILESDIR}/firehol.initrd" firehol || die } pkg_postinst() { diff --git a/net-firewall/firehol/firehol-1.256-r1.ebuild b/net-firewall/firehol/firehol-1.256-r1.ebuild index 0c45e707b9eb..ec6a640cd355 100644 --- a/net-firewall/firehol/firehol-1.256-r1.ebuild +++ b/net-firewall/firehol/firehol-1.256-r1.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/net-firewall/firehol/firehol-1.256-r1.ebuild,v 1.1 2007/11/05 14:07:54 centic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/firehol-1.256-r1.ebuild,v 1.2 2007/11/06 10:22:03 centic Exp $ inherit eutils linux-info @@ -61,7 +61,7 @@ src_install() { insinto /etc/firehol/examples doins examples/* || die - newconfd "${FILESDIR}/firehol.conf.d firehol" || die + newconfd "${FILESDIR}/firehol.conf.d" firehol || die dodoc ChangeLog README TODO WhatIsNew || die dohtml doc/*.html doc/*.css || die @@ -71,7 +71,7 @@ src_install() { doman man/*.1 man/*.5 || die - newinitd "${FILESDIR}/firehol.initrd firehol" || die + newinitd "${FILESDIR}/firehol.initrd" firehol || die } pkg_postinst() { diff --git a/net-firewall/firehol/firehol-1.256.ebuild b/net-firewall/firehol/firehol-1.256.ebuild index 41a4ffd4ef31..cb36fca66f06 100644 --- a/net-firewall/firehol/firehol-1.256.ebuild +++ b/net-firewall/firehol/firehol-1.256.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/net-firewall/firehol/firehol-1.256.ebuild,v 1.3 2007/11/05 14:07:54 centic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/firehol-1.256.ebuild,v 1.4 2007/11/06 10:22:03 centic Exp $ inherit eutils @@ -50,7 +50,7 @@ src_install() { insinto /etc/firehol/examples doins examples/* || die - newconfd "${FILESDIR}/firehol.conf.d firehol" || die + newconfd "${FILESDIR}/firehol.conf.d" firehol || die dodoc ChangeLog README TODO WhatIsNew || die dohtml doc/*.html doc/*.css || die @@ -60,7 +60,7 @@ src_install() { doman man/*.1 man/*.5 || die - newinitd "${FILESDIR}/firehol.initrd firehol" || die + newinitd "${FILESDIR}/firehol.initrd" firehol || die } pkg_postinst() { |