public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-auth/libnss-cache: libnss-cache-0.1-r1.ebuild metadata.xml ChangeLog
@ 2010-09-15  0:53 Michael Weber (xmw)
  0 siblings, 0 replies; only message in thread
From: Michael Weber (xmw) @ 2010-09-15  0:53 UTC (permalink / raw
  To: gentoo-commits

xmw         10/09/15 00:53:42

  Modified:             metadata.xml ChangeLog
  Added:                libnss-cache-0.1-r1.ebuild
  Log:
  evbump to fix install locations and LDFLAGS
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  sys-auth/libnss-cache/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libnss-cache/metadata.xml?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libnss-cache/metadata.xml?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libnss-cache/metadata.xml?r1=1.2&r2=1.3

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/libnss-cache/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml	17 Jul 2010 11:06:10 -0000	1.2
+++ metadata.xml	15 Sep 2010 00:53:42 -0000	1.3
@@ -3,6 +3,7 @@
 <pkgmetadata>
 	<herd>no-herd</herd>
 	<maintainer>
-	<email>maintainer-needed@gentoo.org</email>
+	<email>xmw@gentoo.org</email>
+	<name>Michael Weber</name>
 	</maintainer>
 </pkgmetadata>



1.5                  sys-auth/libnss-cache/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libnss-cache/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libnss-cache/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libnss-cache/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/libnss-cache/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	17 Jul 2010 11:06:10 -0000	1.4
+++ ChangeLog	15 Sep 2010 00:53:42 -0000	1.5
@@ -1,6 +1,13 @@
 # ChangeLog for sys-auth/libnss-cache
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/libnss-cache/ChangeLog,v 1.4 2010/07/17 11:06:10 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/libnss-cache/ChangeLog,v 1.5 2010/09/15 00:53:42 xmw Exp $
+
+*libnss-cache-0.1-r1 (15 Sep 2010)
+
+  15 Sep 2010; Michael Weber <xmw@gentoo.org> +libnss-cache-0.1-r1.ebuild,
+  +files/libnss-cache-0.1-r1-make-install.patch, metadata.xml:
+  Revbump to fix install locations (bug #277995, thanks Nathan March) and
+  LDFLAGS (bug #336554).
 
   17 Jul 2010; Markos Chandras <hwoarang@gentoo.org> metadata.xml:
   Fix metadata.xml. maintainer-needed is not a herd



1.1                  sys-auth/libnss-cache/libnss-cache-0.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libnss-cache/libnss-cache-0.1-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libnss-cache/libnss-cache-0.1-r1.ebuild?rev=1.1&content-type=text/plain

Index: libnss-cache-0.1-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-auth/libnss-cache/libnss-cache-0.1-r1.ebuild,v 1.1 2010/09/15 00:53:42 xmw Exp $

EAPI=2

inherit eutils multilib toolchain-funcs

DESCRIPTION="libnss-cache is a library that serves nss lookups."
HOMEPAGE="http://code.google.com/p/nsscache/"
SRC_URI="http://nsscache.googlecode.com/files/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

S=${WORKDIR}/${PN}

src_prepare() {
	epatch "${FILESDIR}"/${PF}-make-install.patch
}

src_compile() {
	emake CC="$(tc-getCC)" || die
}

src_install() {
	emake DESTDIR="${D}" LIBDIR="/usr/$(get_libdir)" install || die
}






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

only message in thread, other threads:[~2010-09-15  0:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-15  0:53 [gentoo-commits] gentoo-x86 commit in sys-auth/libnss-cache: libnss-cache-0.1-r1.ebuild metadata.xml ChangeLog Michael Weber (xmw)

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