summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-04-30 12:06:42 +0000
committerAchim Gottinger <achim@gentoo.org>2001-04-30 12:06:42 +0000
commit21e1583f4fea163c17c82b6b0878b90909a9ca7f (patch)
tree08b19a101b57f3951268e58813b175c71006d272 /sys-apps/ipchains
parentUpdate (diff)
downloadgentoo-2-21e1583f4fea163c17c82b6b0878b90909a9ca7f.tar.gz
gentoo-2-21e1583f4fea163c17c82b6b0878b90909a9ca7f.tar.bz2
gentoo-2-21e1583f4fea163c17c82b6b0878b90909a9ca7f.zip
Cleanup
Diffstat (limited to 'sys-apps/ipchains')
-rw-r--r--sys-apps/ipchains/files/digest-ipchains-1.3.101
-rw-r--r--sys-apps/ipchains/ipchains-1.3.10.ebuild39
2 files changed, 0 insertions, 40 deletions
diff --git a/sys-apps/ipchains/files/digest-ipchains-1.3.10 b/sys-apps/ipchains/files/digest-ipchains-1.3.10
deleted file mode 100644
index f06ae7de40fd..000000000000
--- a/sys-apps/ipchains/files/digest-ipchains-1.3.10
+++ /dev/null
@@ -1 +0,0 @@
-MD5 44b6df672a6e7bce8902dc67aef6b12a ipchains-1.3.10.tar.gz
diff --git a/sys-apps/ipchains/ipchains-1.3.10.ebuild b/sys-apps/ipchains/ipchains-1.3.10.ebuild
deleted file mode 100644
index a55bc9fd4648..000000000000
--- a/sys-apps/ipchains/ipchains-1.3.10.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/ipchains/ipchains-1.3.10.ebuild,v 1.2 2000/11/30 23:14:33 achim Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="2.2 kernel equivalent of ipfwadm"
-SRC_URI="http://netfilter.kernelnotes.org/ipchains/${A}"
-HOMEPAGE="http://netfilter.filewatcher.org/ipchains/"
-
-DEPEND=">=sys-libs/glibc-2.1.3"
-
-src_compile() {
- try make clean
- try make ${MAKEOPTS} all
-}
-
-src_unpack() {
-
- unpack ${A}
- cd ${S}
- mv Makefile Makefile.orig
- sed -e "s/= -g -O/= ${CFLAGS}/" Makefile.orig > Makefile
- cd ${S}/libipfwc
- mv Makefile Makefile.orig
- sed -e "s/= -g -O/= ${CFLAGS}/" Makefile.orig > Makefile
-}
-
-src_install() {
- into /
- dosbin ipchains
- doman ipfw.4 ipchains.8
- dodoc COPYING README
- docinto ps
- dodoc ipchains-quickref.ps
-}
-
-