| 1 | # Copyright 1999-2007 Gentoo Foundation |
1 | # Copyright 1999-2007 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/shorewall-shell/Attic/shorewall-shell-4.0.3.ebuild,v 1.1 2007/09/06 11:15:28 jokey Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-shell/Attic/shorewall-shell-4.0.3.ebuild,v 1.2 2007/09/07 10:51:04 jokey Exp $ |
| 4 | |
4 | |
| 5 | # Choose between experimental, stable and beta: |
5 | # Choose between experimental, stable and beta: |
| 6 | #MY_P_TREE="development/4.0" # experimental and beta |
6 | #MY_P_TREE="development/4.0" # experimental and beta |
| 7 | MY_P_TREE="4.0" # stable |
7 | MY_P_TREE="4.0" # stable |
| 8 | #MY_P_BETA="-Beta7" # only beta |
8 | #MY_P_BETA="-Beta7" # only beta |
| … | |
… | |
| 19 | KEYWORDS="~amd64 ~x86" |
19 | KEYWORDS="~amd64 ~x86" |
| 20 | IUSE="" |
20 | IUSE="" |
| 21 | |
21 | |
| 22 | DEPEND="net-firewall/iptables |
22 | DEPEND="net-firewall/iptables |
| 23 | sys-apps/iproute2 |
23 | sys-apps/iproute2 |
| 24 | !<net-firewall/shorewall-4.0.0" |
24 | !<net-firewall/shorewall-4.0" |
| 25 | |
25 | |
| 26 | PDEPEND="~net-firewall/shorewall-common-${PV}" |
26 | PDEPEND="~net-firewall/shorewall-common-${PV}" |
| 27 | |
27 | |
| 28 | src_compile() { |
28 | src_compile() { |
| 29 | einfo "Nothing to compile." |
29 | einfo "Nothing to compile." |