public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-fs/redirfs: redirfs-0.2-r1.ebuild ChangeLog
@ 2008-03-23 21:31 Robin H. Johnson (robbat2)
  0 siblings, 0 replies; only message in thread
From: Robin H. Johnson (robbat2) @ 2008-03-23 21:31 UTC (permalink / raw
  To: gentoo-commits

robbat2     08/03/23 21:31:54

  Modified:             redirfs-0.2-r1.ebuild ChangeLog
  Log:
  Fix lax escaping of BUILD_PARAMS so that ebuild works again after recent modifications to linux-mod.eclass. Also install some of the documentation.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.2                  sys-fs/redirfs/redirfs-0.2-r1.ebuild

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

Index: redirfs-0.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/redirfs/redirfs-0.2-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -p -w -b -B -u -u -r1.1 -r1.2
--- redirfs-0.2-r1.ebuild	15 Mar 2008 09:04:25 -0000	1.1
+++ redirfs-0.2-r1.ebuild	23 Mar 2008 21:31:54 -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/sys-fs/redirfs/redirfs-0.2-r1.ebuild,v 1.1 2008/03/15 09:04:25 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/redirfs/redirfs-0.2-r1.ebuild,v 1.2 2008/03/23 21:31:54 robbat2 Exp $
 
 inherit linux-mod eutils
 
@@ -20,8 +20,8 @@ pkg_setup() {
 	linux-mod_pkg_setup
 	MODULE_NAMES="redirfs(misc:)"
 	BUILD_TARGETS="redirfs.ko"
-	BUILD_PARAMS="
-		KERN_SRC=${KERNEL_DIR}
+	BUILD_PARAMS=" \
+		KERN_SRC=\"${KERNEL_DIR}\" \
 		KERN_VER=${KV_MAJOR}.${KV_MINOR}"
 
 	eerror "This package is EXPERIMENTAL use it at your own risk"
@@ -35,6 +35,7 @@ src_unpack() {
 }
 
 src_install() {
+	dodoc CHANGELOG INSTALL README TODO
 	linux-mod_src_install
 	insinto /usr/include
 	doins redirfs.h



1.3                  sys-fs/redirfs/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/redirfs/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/redirfs/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/redirfs/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/redirfs/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -p -w -b -B -u -u -r1.2 -r1.3
--- ChangeLog	15 Mar 2008 09:04:25 -0000	1.2
+++ ChangeLog	23 Mar 2008 21:31:54 -0000	1.3
@@ -1,6 +1,10 @@
 # ChangeLog for sys-fs/redirfs
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/redirfs/ChangeLog,v 1.2 2008/03/15 09:04:25 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/redirfs/ChangeLog,v 1.3 2008/03/23 21:31:54 robbat2 Exp $
+
+  23 Mar 2008; Robin H. Johnson <robbat2@gentoo.org> redirfs-0.2-r1.ebuild:
+  Fix lax escaping of BUILD_PARAMS so that ebuild works again after recent
+  modifications to linux-mod.eclass. Also install some of the documentation.
 
 *redirfs-0.2-r1 (15 Mar 2008)
 



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



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

only message in thread, other threads:[~2008-03-23 21:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-23 21:31 [gentoo-commits] gentoo-x86 commit in sys-fs/redirfs: redirfs-0.2-r1.ebuild ChangeLog Robin H. Johnson (robbat2)

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