diff options
Diffstat (limited to 'net-firewall/shorewall/shorewall-1.4.10b.ebuild')
-rw-r--r-- | net-firewall/shorewall/shorewall-1.4.10b.ebuild | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/net-firewall/shorewall/shorewall-1.4.10b.ebuild b/net-firewall/shorewall/shorewall-1.4.10b.ebuild deleted file mode 100644 index 79e095ffadb3..000000000000 --- a/net-firewall/shorewall/shorewall-1.4.10b.ebuild +++ /dev/null @@ -1,40 +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.10b.ebuild,v 1.7 2004/07/01 23:37:44 eradicator Exp $ - -IUSE="doc" - -DESCRIPTION="Full state iptables firewall" -HOMEPAGE="http://www.shorewall.net/" -SRC_URI="ftp://slovakia.shorewall.net/mirror/${PN}/${P}/${P}.tgz - doc? ( ftp://slovakia.shorewall.net/mirror/${PN}/${P}/${PN}-docs-html-${PV}.tgz )" -#RESTRICT="nomirror" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~ppc sparc ~alpha" - -DEPEND="virtual/libc - net-firewall/iptables - sys-apps/iproute2" - -S=${WORKDIR}/${P} - -src_install() { - keepdir /var/lib/shorewall - PREFIX=${D} ./install.sh /etc/init.d || die - - exeinto /etc/init.d - newexe ${FILESDIR}/shorewall shorewall - dodoc COPYING INSTALL changelog.txt releasenotes.txt - if use doc; then - cd ${WORKDIR}/${PN}-docs-html-${PV} - dohtml -r * - fi -} - -pkg_postinst() { - einfo "Read the documentation from http://www.shorewall.net" - einfo "available at /usr/share/doc/${PF}/html/index.htm" - einfo "and edit the files in /etc/shorewall before starting the firewall" -} |