| 1 | # Copyright 1999-2011 Gentoo Foundation |
1 | # Copyright 1999-2011 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.10.ebuild,v 1.8 2011/01/09 17:09:50 armin76 Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.10.ebuild,v 1.9 2011/01/13 18:56:23 ranger Exp $ |
| 4 | |
4 | |
| 5 | EAPI="2" |
5 | EAPI="2" |
| 6 | |
6 | |
| 7 | # Force users doing their own patches to install their own tools |
7 | # Force users doing their own patches to install their own tools |
| 8 | AUTOTOOLS_AUTO_DEPEND=no |
8 | AUTOTOOLS_AUTO_DEPEND=no |
| … | |
… | |
| 13 | HOMEPAGE="http://www.iptables.org/" |
13 | HOMEPAGE="http://www.iptables.org/" |
| 14 | SRC_URI="http://iptables.org/projects/iptables/files/${P}.tar.bz2" |
14 | SRC_URI="http://iptables.org/projects/iptables/files/${P}.tar.bz2" |
| 15 | |
15 | |
| 16 | LICENSE="GPL-2" |
16 | LICENSE="GPL-2" |
| 17 | SLOT="0" |
17 | SLOT="0" |
| 18 | KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ~ppc ppc64 s390 sh sparc x86" |
18 | KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" |
| 19 | IUSE="ipv6" |
19 | IUSE="ipv6" |
| 20 | |
20 | |
| 21 | DEPEND="virtual/os-headers" |
21 | DEPEND="virtual/os-headers" |
| 22 | RDEPEND="" |
22 | RDEPEND="" |
| 23 | |
23 | |