| 1 | # Copyright 1999-2009 Gentoo Foundation |
1 | # Copyright 1999-2009 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-libs/libnfsidmap/libnfsidmap-0.21-r1.ebuild,v 1.6 2009/03/06 00:45:16 jer Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/net-libs/libnfsidmap/libnfsidmap-0.21-r1.ebuild,v 1.7 2009/03/10 00:08:12 cla Exp $ |
| 4 | |
4 | |
| 5 | inherit autotools |
5 | inherit autotools |
| 6 | |
6 | |
| 7 | DESCRIPTION="NFSv4 ID <-> name mapping library" |
7 | DESCRIPTION="NFSv4 ID <-> name mapping library" |
| 8 | HOMEPAGE="http://www.citi.umich.edu/projects/nfsv4/linux/" |
8 | HOMEPAGE="http://www.citi.umich.edu/projects/nfsv4/linux/" |
| 9 | SRC_URI="http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/${P}.tar.gz" |
9 | SRC_URI="http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/${P}.tar.gz" |
| 10 | |
10 | |
| 11 | LICENSE="BSD" |
11 | LICENSE="BSD" |
| 12 | SLOT="0" |
12 | SLOT="0" |
| 13 | KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" |
13 | KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" |
| 14 | IUSE="ldap" |
14 | IUSE="ldap" |
| 15 | |
15 | |
| 16 | DEPEND="ldap? ( net-nds/openldap )" |
16 | DEPEND="ldap? ( net-nds/openldap )" |
| 17 | RDEPEND="${DEPEND} |
17 | RDEPEND="${DEPEND} |
| 18 | !<net-fs/nfs-utils-1.1.4 |
18 | !<net-fs/nfs-utils-1.1.4 |