diff options
Diffstat (limited to 'net-firewall/shorewall/shorewall-1.4.2.ebuild')
-rw-r--r-- | net-firewall/shorewall/shorewall-1.4.2.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/net-firewall/shorewall/shorewall-1.4.2.ebuild b/net-firewall/shorewall/shorewall-1.4.2.ebuild deleted file mode 100644 index de30b4819a26..000000000000 --- a/net-firewall/shorewall/shorewall-1.4.2.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /home/cvsroot/gentoo-x86/net-misc/shorewall/shorewall-1.4.1a.ebuild - -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 () { - dodir /etc/init.d /var/state - sed -i 's:ln -s ${DEST}/${FIREWALL} /usr/share/shorewall/init::' install.sh - PREFIX=${D} ./install.sh || die - - exeinto /etc/init.d - newexe ${FILESDIR}/shorewall shorewall -} -pkg_postinst() { - einfo "Read the documentatition from http://www.shorewall.net" - einfo "and edit the files in /etc/shorewall before starting the firewall" -} |