| 1 | # Copyright 1999-2010 Gentoo Foundation |
1 | # Copyright 1999-2010 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.6.ebuild,v 1.6 2010/06/10 07:20:36 pva Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.6.ebuild,v 1.7 2010/08/03 22:10:28 gmsoft Exp $ |
| 4 | |
4 | |
| 5 | inherit eutils toolchain-funcs |
5 | inherit eutils toolchain-funcs |
| 6 | |
6 | |
| 7 | DESCRIPTION="Linux kernel (2.4+) firewall, NAT and packet mangling tools" |
7 | DESCRIPTION="Linux kernel (2.4+) firewall, NAT and packet mangling tools" |
| 8 | HOMEPAGE="http://www.iptables.org/" |
8 | HOMEPAGE="http://www.iptables.org/" |
| 9 | SRC_URI="http://iptables.org/projects/iptables/files/${P}.tar.bz2" |
9 | SRC_URI="http://iptables.org/projects/iptables/files/${P}.tar.bz2" |
| 10 | |
10 | |
| 11 | LICENSE="GPL-2" |
11 | LICENSE="GPL-2" |
| 12 | SLOT="0" |
12 | SLOT="0" |
| 13 | KEYWORDS="alpha amd64 arm ~hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc x86" |
13 | KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc x86" |
| 14 | IUSE="ipv6" |
14 | IUSE="ipv6" |
| 15 | |
15 | |
| 16 | DEPEND="virtual/os-headers |
16 | DEPEND="virtual/os-headers |
| 17 | !>=sys-kernel/linux-headers-2.6.33" |
17 | !>=sys-kernel/linux-headers-2.6.33" |
| 18 | RDEPEND="" |
18 | RDEPEND="" |