vapier 14/03/15 16:20:45 Modified: ChangeLog Added: libnfsidmap-0.25-r1.ebuild Log: Set plugins dir to right libdir #504666 by Sergey Popov. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.45 net-libs/libnfsidmap/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnfsidmap/ChangeLog?rev=1.45&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnfsidmap/ChangeLog?rev=1.45&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnfsidmap/ChangeLog?r1=1.44&r2=1.45 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/libnfsidmap/ChangeLog,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- ChangeLog 18 Jan 2014 04:50:16 -0000 1.44 +++ ChangeLog 15 Mar 2014 16:20:45 -0000 1.45 @@ -1,6 +1,11 @@ # ChangeLog for net-libs/libnfsidmap # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnfsidmap/ChangeLog,v 1.44 2014/01/18 04:50:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnfsidmap/ChangeLog,v 1.45 2014/03/15 16:20:45 vapier Exp $ + +*libnfsidmap-0.25-r1 (15 Mar 2014) + + 15 Mar 2014; Mike Frysinger <[email protected]> +libnfsidmap-0.25-r1.ebuild: + Set plugins dir to right libdir #504666 by Sergey Popov. 18 Jan 2014; Mike Frysinger <[email protected]> libnfsidmap-0.24.ebuild, libnfsidmap-0.25.ebuild: 1.1 net-libs/libnfsidmap/libnfsidmap-0.25-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnfsidmap/libnfsidmap-0.25-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnfsidmap/libnfsidmap-0.25-r1.ebuild?rev=1.1&content-type=text/plain Index: libnfsidmap-0.25-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-libs/libnfsidmap/libnfsidmap-0.25-r1.ebuild,v 1.1 2014/03/15 16:20:45 vapier Exp $ EAPI="4" inherit autotools eutils multilib 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 ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="ldap static-libs" DEPEND="ldap? ( net-nds/openldap )" RDEPEND="${DEPEND} !<net-fs/nfs-utils-1.2.2 !net-fs/idmapd" src_prepare() { epatch "${FILESDIR}"/${PN}-0.19-getgrouplist.patch #169909 epatch "${FILESDIR}"/${PN}-0.21-headers.patch # Ideally the build would use -DLIBDIR=$(libdir) at build time. sed -i \ -e "/PATH_PLUGINS/s:/usr/lib/libnfsidmap:${EPREFIX}/usr/$(get_libdir)/libnfsidmap:" \ libnfsidmap.c || die #504666 eautoreconf } src_configure() { econf \ --disable-dependency-tracking \ $(use_enable static-libs static) \ $(use_enable ldap) } src_install() { default insinto /etc doins idmapd.conf # remove useless files rm -f "${D}"/usr/$(get_libdir)/libnfsidmap/*.{a,la} use static-libs || find "${D}"/usr -name '*.la' -delete }
