diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-01-31 16:26:08 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-01-31 16:26:08 +0000 |
commit | 915c3a76af260e667f0e755cd5892533f1c10605 (patch) | |
tree | 97bcaab7b2ef566b8a04c20a28b56c95f31e73d5 /net-firewall | |
parent | New ebuild thanks to Starz McCllelan <starz@antisocial.com>, Jay Pfeifer <pfe... (diff) | |
download | gentoo-2-915c3a76af260e667f0e755cd5892533f1c10605.tar.gz gentoo-2-915c3a76af260e667f0e755cd5892533f1c10605.tar.bz2 gentoo-2-915c3a76af260e667f0e755cd5892533f1c10605.zip |
~amd64
(Portage version: 2.0.51-r15)
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/arptables/ChangeLog | 7 | ||||
-rw-r--r-- | net-firewall/arptables/arptables-0.0.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-firewall/arptables/ChangeLog b/net-firewall/arptables/ChangeLog index 9d0fc0316eb1..5cd1ae783038 100644 --- a/net-firewall/arptables/ChangeLog +++ b/net-firewall/arptables/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-firewall/arptables -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/arptables/ChangeLog,v 1.3 2004/07/01 22:13:53 eradicator Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/arptables/ChangeLog,v 1.4 2005/01/31 16:26:08 blubb Exp $ + + 31 Jan 2005; Simon Stelling <blubb@gentoo.org> arptables-0.0.3.ebuild: + added ~amd64 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> arptables-0.0.3.ebuild: diff --git a/net-firewall/arptables/arptables-0.0.3.ebuild b/net-firewall/arptables/arptables-0.0.3.ebuild index 9bcf44808c4e..109c022f5f3b 100644 --- a/net-firewall/arptables/arptables-0.0.3.ebuild +++ b/net-firewall/arptables/arptables-0.0.3.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/arptables/arptables-0.0.3.ebuild,v 1.5 2004/07/14 23:38:21 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/arptables/arptables-0.0.3.ebuild,v 1.6 2005/01/31 16:26:08 blubb Exp $ EXT=-2 DESCRIPTION="Arptables is used to set up, maintain, and inspect the tables of ARP rules in the Linux kernel. It is analogous to iptables, but operates at the ARP layer rather than the IP layer." SRC_URI="mirror://sourceforge/ebtables/${PN}-v${PV}${EXT}.tar.gz" HOMEPAGE="http://ebtables.sourceforge.net/" -KEYWORDS="~x86" +KEYWORDS="~x86 ~amd64" IUSE="" LICENSE="GPL-2" SLOT="0" |