summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-07-15 15:47:09 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-07-15 15:47:09 +0000
commitae546edbf00aa2ae63511499c6a8cae862c5f134 (patch)
treedd371fb0f71f6dca848c86dd1dc5f6f0e1db0b89 /net-firewall
parentAdding docs. Marked x86 stable. Closes #24518 (diff)
downloadgentoo-2-ae546edbf00aa2ae63511499c6a8cae862c5f134.tar.gz
gentoo-2-ae546edbf00aa2ae63511499c6a8cae862c5f134.tar.bz2
gentoo-2-ae546edbf00aa2ae63511499c6a8cae862c5f134.zip
cleanup
Diffstat (limited to 'net-firewall')
-rw-r--r--net-firewall/shorewall/Manifest2
-rw-r--r--net-firewall/shorewall/files/digest-shorewall-1.4.51
-rw-r--r--net-firewall/shorewall/shorewall-1.4.5.ebuild30
3 files changed, 0 insertions, 33 deletions
diff --git a/net-firewall/shorewall/Manifest b/net-firewall/shorewall/Manifest
index 9d96bb016b2d..85609aa0f63c 100644
--- a/net-firewall/shorewall/Manifest
+++ b/net-firewall/shorewall/Manifest
@@ -1,8 +1,6 @@
MD5 03261ed44d345363e740a79b4eb793db shorewall-1.4.5-r1.ebuild 887
MD5 bed831472fcbb66cb0242d5682bcb4b5 ChangeLog 3014
MD5 e6e8c3eaf2b46a91af319d4b422ae6c6 shorewall-1.4.4b.ebuild 856
-MD5 9248cf4c709442016435974c8b3aed57 shorewall-1.4.5.ebuild 856
MD5 7c8660b2d2395b8c9b6cc7f5902170f4 files/digest-shorewall-1.4.5-r1 65
MD5 dbbdf226fd083feb0964ac7ce7d6d7e4 files/digest-shorewall-1.4.4b 66
MD5 2bb788dc55a65a1daee4a13ca9240fab files/shorewall 433
-MD5 7c8660b2d2395b8c9b6cc7f5902170f4 files/digest-shorewall-1.4.5 65
diff --git a/net-firewall/shorewall/files/digest-shorewall-1.4.5 b/net-firewall/shorewall/files/digest-shorewall-1.4.5
deleted file mode 100644
index f73e869891f0..000000000000
--- a/net-firewall/shorewall/files/digest-shorewall-1.4.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 00772579905da52afcc1cb45315eb291 shorewall-1.4.5.tgz 2050466
diff --git a/net-firewall/shorewall/shorewall-1.4.5.ebuild b/net-firewall/shorewall/shorewall-1.4.5.ebuild
deleted file mode 100644
index bf7d96486bc6..000000000000
--- a/net-firewall/shorewall/shorewall-1.4.5.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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.5.ebuild,v 1.1 2003/06/23 19:43:46 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
-}
-pkg_postinst() {
- einfo "Read the documentatition from http://www.shorewall.net"
- einfo "and edit the files in /etc/shorewall before starting the firewall"
-}