summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-02-24 19:38:41 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-02-24 19:38:41 +0000
commit30ea028d2b60922bb1561f5ca4f6a4cde7e0a6fc (patch)
tree941931b501ab035e40a343efa0fb308cc72da713 /net-firewall/ipchains-firewall
parentNew package (diff)
downloadhistorical-30ea028d2b60922bb1561f5ca4f6a4cde7e0a6fc.tar.gz
historical-30ea028d2b60922bb1561f5ca4f6a4cde7e0a6fc.tar.bz2
historical-30ea028d2b60922bb1561f5ca4f6a4cde7e0a6fc.zip
corrected hp, src. version bumped.
Diffstat (limited to 'net-firewall/ipchains-firewall')
-rw-r--r--net-firewall/ipchains-firewall/ChangeLog7
-rw-r--r--net-firewall/ipchains-firewall/files/digest-ipchains-firewall-1.7.31
-rw-r--r--net-firewall/ipchains-firewall/ipchains-firewall-1.7.3.ebuild29
3 files changed, 36 insertions, 1 deletions
diff --git a/net-firewall/ipchains-firewall/ChangeLog b/net-firewall/ipchains-firewall/ChangeLog
index 5e1cf0973fd1..ff5113da8a7f 100644
--- a/net-firewall/ipchains-firewall/ChangeLog
+++ b/net-firewall/ipchains-firewall/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-firewall/ipchains-firewall
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipchains-firewall/ChangeLog,v 1.3 2003/02/13 20:40:31 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipchains-firewall/ChangeLog,v 1.4 2003/02/24 19:38:41 mholzer Exp $
+
+*ipchains-firewall-1.7.3 (24 Feb 2003)
+
+ 24 Feb 2003; Martin Holzer <mholzer@gentoo.org> ipchains-firewall-1.7.3.ebuild files/digest-ipchains-firewall-1.7.3 ChangeLog :
+ Corrected Homepage, updated SRC_URI, Version bumped.
*ipchains-firewall-1.7.0-r1 (1 Feb 2002)
diff --git a/net-firewall/ipchains-firewall/files/digest-ipchains-firewall-1.7.3 b/net-firewall/ipchains-firewall/files/digest-ipchains-firewall-1.7.3
new file mode 100644
index 000000000000..69dc20cc91a0
--- /dev/null
+++ b/net-firewall/ipchains-firewall/files/digest-ipchains-firewall-1.7.3
@@ -0,0 +1 @@
+MD5 59aed30a506335ca8fc1313124fb13f2 ipchains-firewall-1.7.3.tar.gz 17387
diff --git a/net-firewall/ipchains-firewall/ipchains-firewall-1.7.3.ebuild b/net-firewall/ipchains-firewall/ipchains-firewall-1.7.3.ebuild
new file mode 100644
index 000000000000..3a18576abe87
--- /dev/null
+++ b/net-firewall/ipchains-firewall/ipchains-firewall-1.7.3.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2003 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.3.ebuild,v 1.1 2003/02/24 19:38:41 mholzer Exp $
+
+S=${WORKDIR}/ipchains-firewall-1.7
+DESCRIPTION="IP-Chains Firewall Script "
+SRC_URI="mirror://sourceforge/plonk/${P}.tar.gz"
+HOMEPAGE="http://plonk.sourceforge.net/"
+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
+}