summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-05-20 19:49:28 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-05-20 19:49:28 +0000
commit4599cd6b4a5c2e0bcebc70cd7d9830456a86971d (patch)
tree239e8ff404a2554b60f496225c0503f48efdaac6 /net-firewall/shorewall
parentVersion bumped (diff)
downloadhistorical-4599cd6b4a5c2e0bcebc70cd7d9830456a86971d.tar.gz
historical-4599cd6b4a5c2e0bcebc70cd7d9830456a86971d.tar.bz2
historical-4599cd6b4a5c2e0bcebc70cd7d9830456a86971d.zip
cleanup
Diffstat (limited to 'net-firewall/shorewall')
-rw-r--r--net-firewall/shorewall/Manifest2
-rw-r--r--net-firewall/shorewall/files/digest-shorewall-1.4.21
-rw-r--r--net-firewall/shorewall/shorewall-1.4.2.ebuild31
3 files changed, 0 insertions, 34 deletions
diff --git a/net-firewall/shorewall/Manifest b/net-firewall/shorewall/Manifest
index 4b83984171db..48928b44a16f 100644
--- a/net-firewall/shorewall/Manifest
+++ b/net-firewall/shorewall/Manifest
@@ -1,8 +1,6 @@
MD5 1b53673fd9d8f4aabf0251adc6e93c19 ChangeLog 2023
MD5 bdecb6b9b58b6a994cb0fae92719b149 shorewall-1.4.3.ebuild 802
-MD5 d3d7d1d95ca81411229b63b9640012cc shorewall-1.4.2.ebuild 879
MD5 2be691bf06db3cc6d737cf806b4f0c1a shorewall-1.4.3a.ebuild 803
MD5 6fbbe1678c89dbabaa4c9f0dcb5a8656 files/digest-shorewall-1.4.3 65
MD5 2bb788dc55a65a1daee4a13ca9240fab files/shorewall 433
-MD5 5f8cd4aac7756b6a80f752542a791459 files/digest-shorewall-1.4.2 65
MD5 fb77ced55ae2f30ee184486de760a338 files/digest-shorewall-1.4.3a 66
diff --git a/net-firewall/shorewall/files/digest-shorewall-1.4.2 b/net-firewall/shorewall/files/digest-shorewall-1.4.2
deleted file mode 100644
index 0c8f8a1e8ba1..000000000000
--- a/net-firewall/shorewall/files/digest-shorewall-1.4.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4830ffe5f288cb6dbd89139a3d406745 shorewall-1.4.2.tgz 1968012
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"
-}