| 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.11.1-r2.ebuild,v 1.2 2011/08/01 07:53:38 xarthisius Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.11.1-r2.ebuild,v 1.3 2011/08/02 14:59:05 hwoarang Exp $ |
| 4 | |
4 | |
| 5 | EAPI="4" |
5 | EAPI="4" |
| 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 netlink" |
19 | IUSE="ipv6 netlink" |
| 20 | |
20 | |
| 21 | COMMON_DEPEND=" |
21 | COMMON_DEPEND=" |
| 22 | netlink? ( net-libs/libnfnetlink ) |
22 | netlink? ( net-libs/libnfnetlink ) |
| 23 | " |
23 | " |