| 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/app-crypt/mit-krb5/Attic/mit-krb5-1.9.4.ebuild,v 1.3 2012/06/25 04:44:06 jdhore Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/Attic/mit-krb5-1.9.4.ebuild,v 1.4 2012/06/26 01:52:12 jer Exp $ |
| 4 | |
4 | |
| 5 | EAPI=4 |
5 | EAPI=4 |
| 6 | inherit eutils flag-o-matic versionator |
6 | inherit eutils flag-o-matic versionator |
| 7 | |
7 | |
| 8 | MY_P="${P/mit-}" |
8 | MY_P="${P/mit-}" |
| … | |
… | |
| 11 | HOMEPAGE="http://web.mit.edu/kerberos/www/" |
11 | HOMEPAGE="http://web.mit.edu/kerberos/www/" |
| 12 | SRC_URI="http://web.mit.edu/kerberos/dist/krb5/${P_DIR}/${MY_P}-signed.tar" |
12 | SRC_URI="http://web.mit.edu/kerberos/dist/krb5/${P_DIR}/${MY_P}-signed.tar" |
| 13 | |
13 | |
| 14 | LICENSE="as-is" |
14 | LICENSE="as-is" |
| 15 | SLOT="0" |
15 | SLOT="0" |
| 16 | KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" |
16 | KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" |
| 17 | IUSE="doc +keyutils openldap +pkinit +threads test xinetd" |
17 | IUSE="doc +keyutils openldap +pkinit +threads test xinetd" |
| 18 | |
18 | |
| 19 | RDEPEND="!!app-crypt/heimdal |
19 | RDEPEND="!!app-crypt/heimdal |
| 20 | >=sys-libs/e2fsprogs-libs-1.41.0 |
20 | >=sys-libs/e2fsprogs-libs-1.41.0 |
| 21 | keyutils? ( sys-apps/keyutils ) |
21 | keyutils? ( sys-apps/keyutils ) |