summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2004-04-19 08:57:28 +0000
committerMartin Holzer <mholzer@gentoo.org>2004-04-19 08:57:28 +0000
commit88139f8dd76e4e604c188213bcc3d4da9290ebd2 (patch)
tree3ab73e50232c100d9b36e50fd2a716aa4a1fb9b0 /net-firewall
parentAdded to ~ppc (Manifest recommit) (diff)
downloadgentoo-2-88139f8dd76e4e604c188213bcc3d4da9290ebd2.tar.gz
gentoo-2-88139f8dd76e4e604c188213bcc3d4da9290ebd2.tar.bz2
gentoo-2-88139f8dd76e4e604c188213bcc3d4da9290ebd2.zip
cleanup
Diffstat (limited to 'net-firewall')
-rw-r--r--net-firewall/shorewall/files/digest-shorewall-1.4.10a2
-rw-r--r--net-firewall/shorewall/files/digest-shorewall-1.4.6-r31
-rw-r--r--net-firewall/shorewall/files/digest-shorewall-1.4.7c1
-rw-r--r--net-firewall/shorewall/files/digest-shorewall-1.4.81
-rw-r--r--net-firewall/shorewall/shorewall-1.4.10a.ebuild40
-rw-r--r--net-firewall/shorewall/shorewall-1.4.6-r3.ebuild33
-rw-r--r--net-firewall/shorewall/shorewall-1.4.7c.ebuild32
-rw-r--r--net-firewall/shorewall/shorewall-1.4.8.ebuild33
8 files changed, 0 insertions, 143 deletions
diff --git a/net-firewall/shorewall/files/digest-shorewall-1.4.10a b/net-firewall/shorewall/files/digest-shorewall-1.4.10a
deleted file mode 100644
index 4a7831ae6d10..000000000000
--- a/net-firewall/shorewall/files/digest-shorewall-1.4.10a
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 63a9e82aaa048c3dacb8f8a82c6e52b4 shorewall-1.4.10a.tgz 86770
-MD5 0d07d77df4e9fddd7f88eeacf5a7f9c4 shorewall-docs-html-1.4.10a.tgz 2211884
diff --git a/net-firewall/shorewall/files/digest-shorewall-1.4.6-r3 b/net-firewall/shorewall/files/digest-shorewall-1.4.6-r3
deleted file mode 100644
index c90c6f34f153..000000000000
--- a/net-firewall/shorewall/files/digest-shorewall-1.4.6-r3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e59f2a12a39bc026dcb713e3c093e5f6 shorewall-1.4.6c.tgz 2307128
diff --git a/net-firewall/shorewall/files/digest-shorewall-1.4.7c b/net-firewall/shorewall/files/digest-shorewall-1.4.7c
deleted file mode 100644
index 6253f91a3a8c..000000000000
--- a/net-firewall/shorewall/files/digest-shorewall-1.4.7c
+++ /dev/null
@@ -1 +0,0 @@
-MD5 01dc73768bd5d854859eed966422ca6a shorewall-1.4.7c.tgz 2369315
diff --git a/net-firewall/shorewall/files/digest-shorewall-1.4.8 b/net-firewall/shorewall/files/digest-shorewall-1.4.8
deleted file mode 100644
index 030486e9d7d8..000000000000
--- a/net-firewall/shorewall/files/digest-shorewall-1.4.8
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d8034cea29239d0188e8574b660afb35 shorewall-1.4.8.tgz 2363958
diff --git a/net-firewall/shorewall/shorewall-1.4.10a.ebuild b/net-firewall/shorewall/shorewall-1.4.10a.ebuild
deleted file mode 100644
index de09f3e40e83..000000000000
--- a/net-firewall/shorewall/shorewall-1.4.10a.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/shorewall-1.4.10a.ebuild,v 1.1 2004/02/11 20:23:58 mholzer Exp $
-
-IUSE="doc"
-
-DESCRIPTION="Full state iptables firewall"
-HOMEPAGE="http://www.shorewall.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tgz
- doc? ( mirror://sourceforge/${PN}/${PN}-docs-html-${PV}.tgz )"
-RESTRICT="nomirror"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc sparc ~alpha"
-
-DEPEND="virtual/glibc
- net-firewall/iptables
- sys-apps/iproute"
-
-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"
-}
diff --git a/net-firewall/shorewall/shorewall-1.4.6-r3.ebuild b/net-firewall/shorewall/shorewall-1.4.6-r3.ebuild
deleted file mode 100644
index eb7f31b09692..000000000000
--- a/net-firewall/shorewall/shorewall-1.4.6-r3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/shorewall-1.4.6-r3.ebuild,v 1.7 2004/03/20 07:34:37 mr_bones_ Exp $
-
-DESCRIPTION="Full state iptables firewall"
-HOMEPAGE="http://www.shorewall.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}c.tgz"
-RESTRICT="nomirror"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~ppc ~sparc ~alpha"
-
-DEPEND="virtual/glibc
- net-firewall/iptables
- sys-apps/iproute"
-
-S=${WORKDIR}/${P}c
-
-src_install() {
- keepdir /var/lib/shorewall
- PREFIX=${D} ./install.sh /etc/init.d || die
-
- exeinto /etc/init.d
- newexe ${FILESDIR}/shorewall shorewall
- dohtml -r documentation/*
-}
-
-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"
-}
diff --git a/net-firewall/shorewall/shorewall-1.4.7c.ebuild b/net-firewall/shorewall/shorewall-1.4.7c.ebuild
deleted file mode 100644
index 101eff6e2be8..000000000000
--- a/net-firewall/shorewall/shorewall-1.4.7c.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/shorewall-1.4.7c.ebuild,v 1.4 2004/03/20 07:34:37 mr_bones_ Exp $
-
-DESCRIPTION="Full state iptables firewall"
-HOMEPAGE="http://www.shorewall.net/"
-SRC_URI="ftp://slovakia.shorewall.net/mirror/shorewall/${PN}-${PV}/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~ppc sparc ~alpha"
-
-DEPEND="virtual/glibc
- net-firewall/iptables
- sys-apps/iproute"
-
-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
- dohtml -r documentation/*
-}
-
-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"
-}
diff --git a/net-firewall/shorewall/shorewall-1.4.8.ebuild b/net-firewall/shorewall/shorewall-1.4.8.ebuild
deleted file mode 100644
index d13e3707ec95..000000000000
--- a/net-firewall/shorewall/shorewall-1.4.8.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/shorewall-1.4.8.ebuild,v 1.2 2004/03/20 07:34:37 mr_bones_ 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/glibc
- net-firewall/iptables
- sys-apps/iproute"
-
-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
- dohtml -r documentation/*
-}
-
-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"
-}