summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-firewall/shorewall/shorewall-1.4.5-r1.ebuild')
-rw-r--r--net-firewall/shorewall/shorewall-1.4.5-r1.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/net-firewall/shorewall/shorewall-1.4.5-r1.ebuild b/net-firewall/shorewall/shorewall-1.4.5-r1.ebuild
deleted file mode 100644
index e27305d75c70..000000000000
--- a/net-firewall/shorewall/shorewall-1.4.5-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/shorewall-1.4.5-r1.ebuild,v 1.11 2004/07/01 23:37:44 eradicator Exp $
-
-DESCRIPTION="Full state iptables firewall"
-HOMEPAGE="http://www.shorewall.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
-RESTRICT="nomirror"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc ~sparc ~alpha"
-
-DEPEND="virtual/libc
- net-firewall/iptables
- sys-apps/iproute2"
-
-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"
-}