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/ipsec-tools/Attic/ipsec-tools-0.8.0-r3.ebuild,v 1.6 2012/07/12 02:33:57 blueness Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/net-firewall/ipsec-tools/Attic/ipsec-tools-0.8.0-r3.ebuild,v 1.7 2012/07/12 18:27:12 blueness Exp $ |
4 | |
4 | |
5 | EAPI="4" |
5 | EAPI="4" |
6 | |
6 | |
7 | inherit eutils flag-o-matic autotools linux-info pam |
7 | inherit eutils flag-o-matic autotools linux-info pam |
8 | |
8 | |
… | |
… | |
10 | HOMEPAGE="http://ipsec-tools.sourceforge.net/" |
10 | HOMEPAGE="http://ipsec-tools.sourceforge.net/" |
11 | SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" |
11 | SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" |
12 | |
12 | |
13 | LICENSE="BSD GPL-2" |
13 | LICENSE="BSD GPL-2" |
14 | SLOT="0" |
14 | SLOT="0" |
15 | KEYWORDS="~amd64 ppc ppc64 ~x86" |
15 | KEYWORDS="~amd64 ~mips ppc ppc64 ~x86" |
16 | IUSE="hybrid idea ipv6 kerberos ldap nat pam rc5 readline selinux stats" |
16 | IUSE="hybrid idea ipv6 kerberos ldap nat pam rc5 readline selinux stats" |
17 | |
17 | |
18 | RDEPEND=" |
18 | RDEPEND=" |
19 | dev-libs/openssl |
19 | dev-libs/openssl |
20 | kerberos? ( virtual/krb5 ) |
20 | kerberos? ( virtual/krb5 ) |