diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-09-14 12:31:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-09-14 12:31:15 +0000 |
commit | 07974a26f4936ddd189d2d827c7f40d1c9909179 (patch) | |
tree | 415412d9ab02f4b1808f331ba0bf6a4f515e1122 | |
parent | Version bump, bug 333337 fixes also bug 326199. (diff) | |
download | historical-07974a26f4936ddd189d2d827c7f40d1c9909179.tar.gz historical-07974a26f4936ddd189d2d827c7f40d1c9909179.tar.bz2 historical-07974a26f4936ddd189d2d827c7f40d1c9909179.zip |
old
-rw-r--r-- | net-libs/libnfsidmap/libnfsidmap-0.23.ebuild | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/net-libs/libnfsidmap/libnfsidmap-0.23.ebuild b/net-libs/libnfsidmap/libnfsidmap-0.23.ebuild deleted file mode 100644 index 5cd1a615c096..000000000000 --- a/net-libs/libnfsidmap/libnfsidmap-0.23.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnfsidmap/libnfsidmap-0.23.ebuild,v 1.1 2010/07/27 00:18:22 flameeyes Exp $ - -EAPI=2 - -inherit autotools - -DESCRIPTION="NFSv4 ID <-> name mapping library" -HOMEPAGE="http://www.citi.umich.edu/projects/nfsv4/linux/" -SRC_URI="http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="ldap" - -DEPEND="ldap? ( net-nds/openldap )" -RDEPEND="${DEPEND} - !<net-fs/nfs-utils-1.1.4 - !net-fs/idmapd" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-0.19-getgrouplist.patch #169909 - epatch "${FILESDIR}"/${PN}-0.21-headers.patch - eautoreconf -} - -src_configure() { - econf --disable-static \ - --disable-dependency-tracking \ - $(use_enable ldap) || die -} - -src_install() { - emake install DESTDIR="${D}" || die - find "${D}" -name '*.la' -delete || die - - insinto /etc - doins idmapd.conf || die - dodoc AUTHORS ChangeLog NEWS README -} |