diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-07-21 18:53:35 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-07-21 18:53:35 +0000 |
commit | 61c4727ad98fca9e1b186ed1f6c1741562c0cd70 (patch) | |
tree | 3febda7cc536d2b8057b06fef330a4129f9a28c6 /net-firewall | |
parent | Version bumped. (diff) | |
download | historical-61c4727ad98fca9e1b186ed1f6c1741562c0cd70.tar.gz historical-61c4727ad98fca9e1b186ed1f6c1741562c0cd70.tar.bz2 historical-61c4727ad98fca9e1b186ed1f6c1741562c0cd70.zip |
Version bumped.
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/shorewall/Manifest | 4 | ||||
-rw-r--r-- | net-firewall/shorewall/files/digest-shorewall-1.4.6 | 1 | ||||
-rw-r--r-- | net-firewall/shorewall/files/shorewall | 2 | ||||
-rw-r--r-- | net-firewall/shorewall/shorewall-1.4.6.ebuild | 31 |
4 files changed, 36 insertions, 2 deletions
diff --git a/net-firewall/shorewall/Manifest b/net-firewall/shorewall/Manifest index b8af02cb52e8..c78980dd6253 100644 --- a/net-firewall/shorewall/Manifest +++ b/net-firewall/shorewall/Manifest @@ -1,5 +1,5 @@ -MD5 bed831472fcbb66cb0242d5682bcb4b5 ChangeLog 3014 -MD5 87242c0f88c6d39f99eea082212006d5 shorewall-1.4.6.ebuild 887 +MD5 7e361a76a2a7ab23a8782f89862ed90b ChangeLog 3158 +MD5 5c7c815d8f124702cacacd5264a27916 shorewall-1.4.6.ebuild 885 MD5 87242c0f88c6d39f99eea082212006d5 shorewall-1.4.5-r1.ebuild 887 MD5 7c8660b2d2395b8c9b6cc7f5902170f4 files/digest-shorewall-1.4.5-r1 65 MD5 7aff60ae2f567399852afcf3c06f7003 files/shorewall 460 diff --git a/net-firewall/shorewall/files/digest-shorewall-1.4.6 b/net-firewall/shorewall/files/digest-shorewall-1.4.6 new file mode 100644 index 000000000000..eb99fc720f0d --- /dev/null +++ b/net-firewall/shorewall/files/digest-shorewall-1.4.6 @@ -0,0 +1 @@ +MD5 88aee8eab335b2d8cfc5003877e931ac shorewall-1.4.6.tgz 2106403 diff --git a/net-firewall/shorewall/files/shorewall b/net-firewall/shorewall/files/shorewall index 831e7c2e94a4..89a17c8fc1eb 100644 --- a/net-firewall/shorewall/files/shorewall +++ b/net-firewall/shorewall/files/shorewall @@ -2,6 +2,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later +opts="start stop restart" + depend() { need net provide firewall diff --git a/net-firewall/shorewall/shorewall-1.4.6.ebuild b/net-firewall/shorewall/shorewall-1.4.6.ebuild new file mode 100644 index 000000000000..b96b3dfcf9da --- /dev/null +++ b/net-firewall/shorewall/shorewall-1.4.6.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/shorewall-1.4.6.ebuild,v 1.1 2003/07/21 18:53:21 mholzer Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="Full state iptables firewall" +SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" +HOMEPAGE="http://www.shorewall.net" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc ~sparc ~alpha" +SLOT="0" +IUSE="" + +DEPEND="virtual/glibc + net-firewall/iptables + sys-apps/iproute" + +RDEPENR=${DEPEND} + +src_install () { + keepdir /var/lib/shorewall + PREFIX=${D} ./install.sh /etc/init.d || die + + exeinto /etc/init.d + newexe ${FILESDIR}/shorewall shorewall + dohtml documentation/*.htm* +} +pkg_postinst() { + einfo "Read the documentatition from http://www.shorewall.net" + einfo "and edit the files in /etc/shorewall before starting the firewall" +} |