diff options
author | Peter Volkov <pva@gentoo.org> | 2008-02-25 18:03:25 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2008-02-25 18:03:25 +0000 |
commit | 346d4280a66505c7f075862410064d5a50e7bb0f (patch) | |
tree | e04a444c5cee7823027f48b44deeaba74b3a583f /net-firewall/shorewall | |
parent | USE flag session for libSM and libICE, amd64 stable. (diff) | |
download | gentoo-2-346d4280a66505c7f075862410064d5a50e7bb0f.tar.gz gentoo-2-346d4280a66505c7f075862410064d5a50e7bb0f.tar.bz2 gentoo-2-346d4280a66505c7f075862410064d5a50e7bb0f.zip |
Don't depend on shorewall-shell by default, bug #211321, thank you Stefan Wimmer for report and Vieri for the fix.
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-firewall/shorewall')
-rw-r--r-- | net-firewall/shorewall/ChangeLog | 8 | ||||
-rw-r--r-- | net-firewall/shorewall/shorewall-4.0-r1.ebuild | 28 |
2 files changed, 35 insertions, 1 deletions
diff --git a/net-firewall/shorewall/ChangeLog b/net-firewall/shorewall/ChangeLog index 8b4d125a54c0..995c174f9a04 100644 --- a/net-firewall/shorewall/ChangeLog +++ b/net-firewall/shorewall/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-firewall/shorewall # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/ChangeLog,v 1.156 2008/02/25 14:56:18 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/ChangeLog,v 1.157 2008/02/25 18:03:25 pva Exp $ + +*shorewall-4.0-r1 (25 Feb 2008) + + 25 Feb 2008; <pva@gentoo.org> +shorewall-4.0-r1.ebuild: + Don't depend on shorewall-shell by default, bug #211321, thank you Stefan + Wimmer for report and Vieri for the fix. 25 Feb 2008; Jeroen Roovers <jer@gentoo.org> shorewall-3.4.7.ebuild: Stable for HPPA (bug #210902). diff --git a/net-firewall/shorewall/shorewall-4.0-r1.ebuild b/net-firewall/shorewall/shorewall-4.0-r1.ebuild new file mode 100644 index 000000000000..1d88866f82a8 --- /dev/null +++ b/net-firewall/shorewall/shorewall-4.0-r1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/shorewall-4.0-r1.ebuild,v 1.1 2008/02/25 18:03:25 pva Exp $ + +inherit eutils + +DESCRIPTION="Shoreline Firewall is an iptables-based firewall for Linux." +HOMEPAGE="http://www.shorewall.net/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND=">=net-firewall/shorewall-common-${PV}" + +pkg_setup() { + ewarn "Shorewall as such has been removed and split into three packages:" + ewarn "shorewall-common, shorewall-shell and shorewall-perl." + ewarn "From now on you should emerge shorewall-shell and/or shorewall-perl." + ewarn "" + ewarn "If you are upgrading from <${P} and you wish to continue using the" + ewarn "shell compiler then you should emerge shorewall-shell. If you decide" + ewarn "to move to the perl compiler then you can also emerge shorewall-perl" + ewarn "and specify the compiler type in shorewall.conf." + ewarn "If this is a new installation then you can emerge shorewall-shell" + ewarn "and/or shorewall-perl." +} |