diff options
author | Ned Ludd <solar@gentoo.org> | 2004-02-28 12:11:46 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2004-02-28 12:11:46 +0000 |
commit | 06d20ca6bce2da7d01d5e45c78ced2cee5a1190c (patch) | |
tree | dcc10780c2891a8c465c9cfa1dc70552bfe1f6a0 /net-firewall | |
parent | Fixed bug number in ChangeLog - bug #39743. (Manifest recommit) (diff) | |
download | gentoo-2-06d20ca6bce2da7d01d5e45c78ced2cee5a1190c.tar.gz gentoo-2-06d20ca6bce2da7d01d5e45c78ced2cee5a1190c.tar.bz2 gentoo-2-06d20ca6bce2da7d01d5e45c78ced2cee5a1190c.zip |
add missing homepage
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/arptables/arptables-0.0.3.ebuild | 4 | ||||
-rw-r--r-- | net-firewall/ebtables/ebtables-2.0.6.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-firewall/arptables/arptables-0.0.3.ebuild b/net-firewall/arptables/arptables-0.0.3.ebuild index 7a8d9e73c590..623582d52059 100644 --- a/net-firewall/arptables/arptables-0.0.3.ebuild +++ b/net-firewall/arptables/arptables-0.0.3.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # 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.1 2004/02/28 09:33:02 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/arptables/arptables-0.0.3.ebuild,v 1.2 2004/02/28 12:11:46 solar 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="" +HOMEPAGE="http://ebtables.sourceforge.net/" KEYWORDS="~x86" LICENSE="GPL-2" SLOT="0" diff --git a/net-firewall/ebtables/ebtables-2.0.6.ebuild b/net-firewall/ebtables/ebtables-2.0.6.ebuild index 9140d24a5f4e..2d85bbf362a1 100644 --- a/net-firewall/ebtables/ebtables-2.0.6.ebuild +++ b/net-firewall/ebtables/ebtables-2.0.6.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/ebtables/ebtables-2.0.6.ebuild,v 1.1 2004/02/28 09:25:14 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/ebtables/ebtables-2.0.6.ebuild,v 1.2 2004/02/28 12:09:38 solar Exp $ DESCRIPTION="Utility that enables basic Ethernet frame filtering on a Linux bridge, MAC NAT and brouting." SRC_URI="mirror://sourceforge/${PN}/${PN}-v${PV}.tar.gz" -HOMEPAGE="" +HOMEPAGE="http://${PN}.sourceforge.net/" KEYWORDS="~x86" LICENSE="GPL-2" SLOT="0" |