diff options
author | Martin Jackson <mjolnir@gentoo.org> | 2007-05-22 02:39:11 +0000 |
---|---|---|
committer | Martin Jackson <mjolnir@gentoo.org> | 2007-05-22 02:39:11 +0000 |
commit | f89e42473454d8bd9685e72a1caed7863ab07d09 (patch) | |
tree | 834c2ae72949adbf9aa5ab8206e3809dd8b840c3 /net-firewall | |
parent | Add ~x86 keyword (diff) | |
download | gentoo-2-f89e42473454d8bd9685e72a1caed7863ab07d09.tar.gz gentoo-2-f89e42473454d8bd9685e72a1caed7863ab07d09.tar.bz2 gentoo-2-f89e42473454d8bd9685e72a1caed7863ab07d09.zip |
Remove notice to install shorewall-perl/shell
(Portage version: 2.1.2.7)
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/shorewall/ChangeLog | 5 | ||||
-rw-r--r-- | net-firewall/shorewall/shorewall-3.4.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-firewall/shorewall/ChangeLog b/net-firewall/shorewall/ChangeLog index 00ed4ceafe72..f37a72887890 100644 --- a/net-firewall/shorewall/ChangeLog +++ b/net-firewall/shorewall/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-firewall/shorewall # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/ChangeLog,v 1.136 2007/05/21 23:27:38 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/ChangeLog,v 1.137 2007/05/22 02:39:11 mjolnir Exp $ + + 22 May 2007; Martin Jackson <mjolnir@gentoo.org> shorewall-3.4.3.ebuild: + Remove notice to install shorewall-perl or shorewall-shell 21 May 2007; Andrej Kacian <ticho@gentoo.org> shorewall-3.4.2.ebuild, shorewall-3.4.3.ebuild: diff --git a/net-firewall/shorewall/shorewall-3.4.3.ebuild b/net-firewall/shorewall/shorewall-3.4.3.ebuild index 1f222e811671..4fc3b09f591b 100644 --- a/net-firewall/shorewall/shorewall-3.4.3.ebuild +++ b/net-firewall/shorewall/shorewall-3.4.3.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/shorewall/shorewall-3.4.3.ebuild,v 1.2 2007/05/21 23:27:38 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/shorewall-3.4.3.ebuild,v 1.3 2007/05/22 02:39:11 mjolnir Exp $ inherit eutils @@ -105,5 +105,5 @@ pkg_postinst() { einfo "Whether upgrading or installing you should run shorewall check," einfo "correct any errors found and run shorewall restart|start." einfo - ewarn "You should now emerge shorewall-shell and/or shorewall-perl." + #ewarn "You should now emerge shorewall-shell and/or shorewall-perl." } |