public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/libnfsidmap: libnfsidmap-0.25.ebuild ChangeLog
@ 2013-12-17  0:23 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2013-12-17  0:23 UTC (permalink / raw
  To: gentoo-commits

vapier      13/12/17 00:23:08

  Modified:             ChangeLog
  Added:                libnfsidmap-0.25.ebuild
  Log:
  Version bump #489006 by michal.halenka.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)

Revision  Changes    Path
1.42                 net-libs/libnfsidmap/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnfsidmap/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnfsidmap/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnfsidmap/ChangeLog?r1=1.41&r2=1.42

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libnfsidmap/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	21 May 2012 19:13:27 -0000	1.41
+++ ChangeLog	17 Dec 2013 00:23:08 -0000	1.42
@@ -1,6 +1,12 @@
 # ChangeLog for net-libs/libnfsidmap
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libnfsidmap/ChangeLog,v 1.41 2012/05/21 19:13:27 xarthisius Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libnfsidmap/ChangeLog,v 1.42 2013/12/17 00:23:08 vapier Exp $
+
+*libnfsidmap-0.25 (17 Dec 2013)
+
+  17 Dec 2013; Mike Frysinger <vapier@gentoo.org> +libnfsidmap-0.25.ebuild,
+  files/libnfsidmap-0.19-getgrouplist.patch:
+  Version bump #489006 by michal.halenka.
 
   21 May 2012; Kacper Kowalik <xarthisius@gentoo.org>
   libnfsidmap-0.21-r1.ebuild, libnfsidmap-0.23-r1.ebuild,



1.1                  net-libs/libnfsidmap/libnfsidmap-0.25.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnfsidmap/libnfsidmap-0.25.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnfsidmap/libnfsidmap-0.25.ebuild?rev=1.1&content-type=text/plain

Index: libnfsidmap-0.25.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libnfsidmap/libnfsidmap-0.25.ebuild,v 1.1 2013/12/17 00:23:08 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 ~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
	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
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-12-17  0:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-17  0:23 [gentoo-commits] gentoo-x86 commit in net-libs/libnfsidmap: libnfsidmap-0.25.ebuild ChangeLog Mike Frysinger (vapier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox