| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 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.13.ebuild,v 1.8 2012/05/15 18:58:12 jer Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.13.ebuild,v 1.9 2012/05/28 16:31:41 armin76 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 static-libs" |
19 | IUSE="ipv6 netlink static-libs" |
| 20 | |
20 | |
| 21 | RDEPEND=" |
21 | RDEPEND=" |
| 22 | netlink? ( net-libs/libnfnetlink ) |
22 | netlink? ( net-libs/libnfnetlink ) |
| 23 | " |
23 | " |