public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-fs/autofs: ChangeLog metadata.xml autofs-5.0.3.ebuild autofs-5.0.3-r1.ebuild
@ 2008-02-05 12:32 Stefaan De Roeck (stefaan)
  0 siblings, 0 replies; only message in thread
From: Stefaan De Roeck (stefaan) @ 2008-02-05 12:32 UTC (permalink / raw
  To: gentoo-commits

stefaan     08/02/05 12:32:20

  Modified:             ChangeLog metadata.xml autofs-5.0.3.ebuild
                        autofs-5.0.3-r1.ebuild
  Log:
  Rename file in the tree, specify name in metadata
  (Portage version: 2.1.4.1)

Revision  Changes    Path
1.67                 net-fs/autofs/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/autofs/ChangeLog?rev=1.67&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/autofs/ChangeLog?rev=1.67&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/autofs/ChangeLog?r1=1.66&r2=1.67

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/autofs/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog	1 Feb 2008 09:07:18 -0000	1.66
+++ ChangeLog	5 Feb 2008 12:32:19 -0000	1.67
@@ -1,6 +1,11 @@
 # ChangeLog for net-fs/autofs
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/ChangeLog,v 1.66 2008/02/01 09:07:18 stefaan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/ChangeLog,v 1.67 2008/02/05 12:32:19 stefaan Exp $
+
+  05 Feb 2008; Stefaan De Roeck <stefaan@gentoo.org> +files/autofs5.rc1,
+  -files/autofs.rc14, metadata.xml, autofs-5.0.3.ebuild,
+  autofs-5.0.3-r1.ebuild:
+  Rename file in the tree, specify name in metadata
 
 *autofs-5.0.3-r1 (01 Feb 2008)
 



1.6                  net-fs/autofs/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/autofs/metadata.xml?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/autofs/metadata.xml?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/autofs/metadata.xml?r1=1.5&r2=1.6

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/autofs/metadata.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- metadata.xml	31 Jan 2008 23:19:24 -0000	1.5
+++ metadata.xml	5 Feb 2008 12:32:19 -0000	1.6
@@ -3,6 +3,7 @@
 <pkgmetadata>
 <herd>net-fs</herd>
 <maintainer>
-  <email>stefaan@gentoo.org</email>
+    <email>stefaan@gentoo.org</email>
+    <name>Stefaan De Roeck</name>
 </maintainer>
 </pkgmetadata>



1.2                  net-fs/autofs/autofs-5.0.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/autofs/autofs-5.0.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/autofs/autofs-5.0.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/autofs/autofs-5.0.3.ebuild?r1=1.1&r2=1.2

Index: autofs-5.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-5.0.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- autofs-5.0.3.ebuild	31 Jan 2008 23:19:24 -0000	1.1
+++ autofs-5.0.3.ebuild	5 Feb 2008 12:32:19 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-5.0.3.ebuild,v 1.1 2008/01/31 23:19:24 stefaan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-5.0.3.ebuild,v 1.2 2008/02/05 12:32:19 stefaan Exp $
 
 inherit eutils multilib autotools
 
@@ -39,7 +39,7 @@
 src_install() {
 	make DESTDIR="${D}" install || die "make install failed"
 
-	newinitd "${FILESDIR}"/autofs.rc14 autofs
+	newinitd "${FILESDIR}"/autofs5.rc1 autofs
 }
 
 pkg_postinst() {



1.2                  net-fs/autofs/autofs-5.0.3-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/autofs/autofs-5.0.3-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/autofs/autofs-5.0.3-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/autofs/autofs-5.0.3-r1.ebuild?r1=1.1&r2=1.2

Index: autofs-5.0.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-5.0.3-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- autofs-5.0.3-r1.ebuild	1 Feb 2008 09:07:18 -0000	1.1
+++ autofs-5.0.3-r1.ebuild	5 Feb 2008 12:32:19 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-5.0.3-r1.ebuild,v 1.1 2008/02/01 09:07:18 stefaan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-5.0.3-r1.ebuild,v 1.2 2008/02/05 12:32:19 stefaan Exp $
 
 inherit eutils multilib autotools
 
@@ -31,9 +31,20 @@
 
 	cd "${S}"
 	eautoconf || die "Autoconf failed"
+
+	# # use CC and CFLAGS from environment (bug #154797)
+	# write these values in Makefile.conf
+#	(echo "CC := @CC@"; echo "CFLAGS := @CFLAGS@") >> Makefile.conf.in
+	# make sure Makefile.conf is parsed after Makefile.rules
+#	sed -ni '/include Makefile.conf/{x; n; G}; p' Makefile
+
+	# do not include <nfs/nfs.h>, rather <linux/nfs.h>,
+	# as the former is a lame header for the latter (bug #157968)
+	sed -i 's@nfs/nfs.h@linux/nfs.h@' include/rpc_subs.h
 }
 
 src_compile() {
+	CFLAGS="${CFLAGS}" \
 	econf \
 		$(use_with ldap openldap) \
 		$(use_with sasl) \
@@ -46,7 +57,7 @@
 src_install() {
 	make DESTDIR="${D}" install || die "make install failed"
 
-	newinitd "${FILESDIR}"/autofs.rc14 autofs
+	newinitd "${FILESDIR}"/autofs5.rc1 autofs
 }
 
 pkg_postinst() {



-- 
gentoo-commits@lists.gentoo.org mailing list



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

only message in thread, other threads:[~2008-02-05 12:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-05 12:32 [gentoo-commits] gentoo-x86 commit in net-fs/autofs: ChangeLog metadata.xml autofs-5.0.3.ebuild autofs-5.0.3-r1.ebuild Stefaan De Roeck (stefaan)

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