diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-02-09 14:22:13 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-02-09 14:22:13 +0000 |
commit | 92ea9e1603ad9c4fce815624c3e4ebd3fdb1a6a2 (patch) | |
tree | e664cc0d897ff96797bfd40cd9645bc638d849c9 /net-firewall/ipchains-firewall | |
parent | *** empty log message *** (diff) | |
download | historical-92ea9e1603ad9c4fce815624c3e4ebd3fdb1a6a2.tar.gz historical-92ea9e1603ad9c4fce815624c3e4ebd3fdb1a6a2.tar.bz2 historical-92ea9e1603ad9c4fce815624c3e4ebd3fdb1a6a2.zip |
moved ipchains-firewall
Diffstat (limited to 'net-firewall/ipchains-firewall')
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 +} |