summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-02-09 14:22:13 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-02-09 14:22:13 +0000
commit4f1a5e49e5d7d742e4c5bf336e543ffb594a5d9c (patch)
tree2fb6b7a2bf7818f3ec087d15bea2a08847d05e40 /net-firewall/ipchains-firewall
parent*** empty log message *** (diff)
downloadgentoo-2-4f1a5e49e5d7d742e4c5bf336e543ffb594a5d9c.tar.gz
gentoo-2-4f1a5e49e5d7d742e4c5bf336e543ffb594a5d9c.tar.bz2
gentoo-2-4f1a5e49e5d7d742e4c5bf336e543ffb594a5d9c.zip
moved ipchains-firewall
Diffstat (limited to 'net-firewall/ipchains-firewall')
-rw-r--r--net-firewall/ipchains-firewall/ChangeLog18
-rw-r--r--net-firewall/ipchains-firewall/files/digest-ipchains-firewall-1.7.0-r11
-rw-r--r--net-firewall/ipchains-firewall/ipchains-firewall-1.7.0-r1.ebuild29
3 files changed, 48 insertions, 0 deletions
diff --git a/net-firewall/ipchains-firewall/ChangeLog b/net-firewall/ipchains-firewall/ChangeLog
new file mode 100644
index 000000000000..9977fc1ecd73
--- /dev/null
+++ b/net-firewall/ipchains-firewall/ChangeLog
@@ -0,0 +1,18 @@
+# ChangeLog for net-misc/ipchains-firewall
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipchains-firewall/ChangeLog,v 1.1 2003/02/09 14:22:13 mholzer Exp $
+
+*ipchains-firewall-1.7.0-r1 (1 Feb 2002)
+
+ 09 Jan 2003; Martin Holzer <mholzer@gentoo.org> :
+ Move from net-misc to net-firewall
+
+ 07 Jul 2002; phoen][x <phoenix@gentoo.org> ipchains-firewall-1.7.0-r1.ebuild :
+ Added KEYWORDS, LICENSE, SLOT.
+
+ 01 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
+ Added initial ChangeLog which should be updated whenever the package is
+ updated in any way. This changelog is targetted to users. This means that the
+ comments should well explained and written in clean English. The details about
+ writing correct changelogs are explained in the skel.ChangeLog file which you
+ can find in the root directory of the portage repository.
diff --git a/net-firewall/ipchains-firewall/files/digest-ipchains-firewall-1.7.0-r1 b/net-firewall/ipchains-firewall/files/digest-ipchains-firewall-1.7.0-r1
new file mode 100644
index 000000000000..d3ba981af321
--- /dev/null
+++ b/net-firewall/ipchains-firewall/files/digest-ipchains-firewall-1.7.0-r1
@@ -0,0 +1 @@
+MD5 013009f8c1462548c48c29ba4dacce9f ipchains-firewall-1.7.0.tar.gz 16657
diff --git a/net-firewall/ipchains-firewall/ipchains-firewall-1.7.0-r1.ebuild b/net-firewall/ipchains-firewall/ipchains-firewall-1.7.0-r1.ebuild
new file mode 100644
index 000000000000..71a77a661fab
--- /dev/null
+++ b/net-firewall/ipchains-firewall/ipchains-firewall-1.7.0-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipchains-firewall/ipchains-firewall-1.7.0-r1.ebuild,v 1.1 2003/02/09 14:22:13 mholzer Exp $
+
+S=${WORKDIR}/ipchains-firewall-1.7
+DESCRIPTION="IP-Chains Firewall Script "
+SRC_URI="http://firewall.langistix.com/download/${P}.tar.gz"
+HOMEPAGE="http://firewall.langistix.com/"
+KEYWORDS="x86 sparc "
+LICENSE="as-is"
+SLOT="0"
+
+RDEPEND="sys-devel/perl"
+
+src_install() {
+ cd ${S}
+ into /usr
+ dosbin firewall.sh
+ dodoc README
+ cd midentd-1.6
+ insinto /etc
+ doins midentd.conf midentd.mircusers
+ dodir /var/log
+ touch ${D}/var/log/midentd.log
+ chown nobody ${D}/var/log/midentd.log
+ dosbin midentd midentd.logcycle
+ docinto midentd
+ dodoc CHANGES README LICENSE
+}