summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-firewall/shorewall')
-rw-r--r--net-firewall/shorewall/ChangeLog7
-rw-r--r--net-firewall/shorewall/files/digest-shorewall-4.00
-rw-r--r--net-firewall/shorewall/shorewall-4.0.ebuild25
3 files changed, 31 insertions, 1 deletions
diff --git a/net-firewall/shorewall/ChangeLog b/net-firewall/shorewall/ChangeLog
index 841087d8ccec..5afaafe4bc0a 100644
--- a/net-firewall/shorewall/ChangeLog
+++ b/net-firewall/shorewall/ChangeLog
@@ -1,6 +1,11 @@
# 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.141 2007/09/06 09:27:16 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/ChangeLog,v 1.142 2007/09/06 11:22:31 jokey Exp $
+
+*shorewall-4.0 (06 Sep 2007)
+
+ 06 Sep 2007; Markus Ullmann <jokey@gentoo.org> +shorewall-4.0.ebuild:
+ Initial import of shorewall 4.x series wrt bug #174588 thanks to Vieri
06 Sep 2007; Markus Ullmann <jokey@gentoo.org> shorewall-3.4.6.ebuild:
Stable on sparc / x86
diff --git a/net-firewall/shorewall/files/digest-shorewall-4.0 b/net-firewall/shorewall/files/digest-shorewall-4.0
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/net-firewall/shorewall/files/digest-shorewall-4.0
diff --git a/net-firewall/shorewall/shorewall-4.0.ebuild b/net-firewall/shorewall/shorewall-4.0.ebuild
new file mode 100644
index 000000000000..b50778b9d40c
--- /dev/null
+++ b/net-firewall/shorewall/shorewall-4.0.ebuild
@@ -0,0 +1,25 @@
+# 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-4.0.ebuild,v 1.1 2007/09/06 11:22:31 jokey Exp $
+
+inherit eutils
+
+DESCRIPTION="Shoreline Firewall is an iptables-based firewall for Linux."
+HOMEPAGE="http://www.shorewall.net/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~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 "As of ${PV} shorewall-shell and shorewall-common are required at"
+ ewarn "compile time even if you only wish to use shorewall-perl."
+ ewarn "This will probably change in the future."
+}