public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-fs/fuse: ChangeLog fuse-2.7.0.ebuild fuse-2.6.4-r1.ebuild
@ 2007-10-09 22:20 Stefan Schweizer (genstef)
  0 siblings, 0 replies; only message in thread
From: Stefan Schweizer (genstef) @ 2007-10-09 22:20 UTC (permalink / raw
  To: gentoo-commits

genstef     07/10/09 22:20:15

  Modified:             ChangeLog fuse-2.7.0.ebuild fuse-2.6.4-r1.ebuild
  Log:
  Make 2.6.23 support actually work for Sven <skoehler@upb.de> in bug 195300
  (Portage version: 2.1.3.12)

Revision  Changes    Path
1.106                sys-fs/fuse/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- ChangeLog	5 Oct 2007 17:22:28 -0000	1.105
+++ ChangeLog	9 Oct 2007 22:20:15 -0000	1.106
@@ -1,6 +1,10 @@
 # ChangeLog for sys-fs/fuse
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.105 2007/10/05 17:22:28 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.106 2007/10/09 22:20:15 genstef Exp $
+
+  09 Oct 2007; Stefan Schweizer <genstef@gentoo.org> fuse-2.6.4-r1.ebuild,
+  fuse-2.7.0.ebuild:
+  Make 2.6.23 support actually work for Sven <skoehler@upb.de> in bug 195300
 
   05 Oct 2007; Ferris McCormick <fmccor@gentoo.org> fuse-2.7.0.ebuild:
   Sparc stable --- Bug #193329 --- thanks to ezod.



1.8                  sys-fs/fuse/fuse-2.7.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/fuse/fuse-2.7.0.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/fuse/fuse-2.7.0.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/fuse/fuse-2.7.0.ebuild?r1=1.7&r2=1.8

Index: fuse-2.7.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.7.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- fuse-2.7.0.ebuild	5 Oct 2007 17:22:28 -0000	1.7
+++ fuse-2.7.0.ebuild	9 Oct 2007 22:20:15 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.7.0.ebuild,v 1.7 2007/10/05 17:22:28 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.7.0.ebuild,v 1.8 2007/10/09 22:20:15 genstef Exp $
 
 inherit linux-mod eutils libtool
 
@@ -16,14 +16,15 @@
 
 pkg_setup() {
 	if use kernel_linux ; then
-		MODULE_NAMES="fuse(fs:${S}/kernel)"
-		CONFIG_CHECK="@FUSE_FS:fuse"
-		FUSE_FS_ERROR="We have detected FUSE already built into the kernel.
-			We will continue, but we wont build the module this time."
-
 		if kernel_is ge 2 6 23; then
 			CONFIG_CHECK="FUSE_FS"
 			FUSE_FS_ERROR="You need to build the FUSE module from the kernel source, because your kernel is too new"
+		else
+			MODULE_NAMES="fuse(fs:${S}/kernel)"
+			CONFIG_CHECK="@FUSE_FS:fuse"
+			FUSE_FS_ERROR="We have detected FUSE already built into the kernel.
+				We will continue, but we wont build the module this time."
+
 		fi
 		linux-mod_pkg_setup
 		kernel_is 2 4 && die "kernel 2.4 is not supported by this ebuild. Get an



1.11                 sys-fs/fuse/fuse-2.6.4-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/fuse/fuse-2.6.4-r1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/fuse/fuse-2.6.4-r1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/fuse/fuse-2.6.4-r1.ebuild?r1=1.10&r2=1.11

Index: fuse-2.6.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.6.4-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- fuse-2.6.4-r1.ebuild	2 Oct 2007 18:17:47 -0000	1.10
+++ fuse-2.6.4-r1.ebuild	9 Oct 2007 22:20:15 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.6.4-r1.ebuild,v 1.10 2007/10/02 18:17:47 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.6.4-r1.ebuild,v 1.11 2007/10/09 22:20:15 genstef Exp $
 
 inherit linux-mod eutils libtool
 
@@ -16,14 +16,15 @@
 
 pkg_setup() {
 	if use kernel_linux ; then
-		MODULE_NAMES="fuse(fs:${S}/kernel)"
-		CONFIG_CHECK="@FUSE_FS:fuse"
-		FUSE_FS_ERROR="We have detected FUSE already built into the kernel.
-			We will continue, but we wont build the module this time."
-
 		if kernel_is ge 2 6 23; then
 			CONFIG_CHECK="FUSE_FS"
 			FUSE_FS_ERROR="You need to build the FUSE module from the kernel source, because your kernel is too new"
+		else
+			MODULE_NAMES="fuse(fs:${S}/kernel)"
+			CONFIG_CHECK="@FUSE_FS:fuse"
+			FUSE_FS_ERROR="We have detected FUSE already built into the kernel.
+				We will continue, but we wont build the module this time."
+
 		fi
 		linux-mod_pkg_setup
 		kernel_is 2 4 && die "kernel 2.4 is not supported by this ebuild. Get an



-- 
gentoo-commits@gentoo.org mailing list



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

only message in thread, other threads:[~2007-10-09 22:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-09 22:20 [gentoo-commits] gentoo-x86 commit in sys-fs/fuse: ChangeLog fuse-2.7.0.ebuild fuse-2.6.4-r1.ebuild Stefan Schweizer (genstef)

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