Gentoo Logo
Gentoo Spaceship




Note: Due to technical difficulties, the Archives are currently not up to date. GMANE provides an alternative service for most mailing lists.
c.f. bug 424647
List Archive: gentoo-commits
Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-commits@g.o
From: "Stefan Schweizer (genstef)" <genstef@g.o>
Subject: gentoo-x86 commit in sys-fs/fuse: ChangeLog fuse-2.7.0.ebuild fuse-2.6.4-r1.ebuild
Date: Tue, 09 Oct 2007 22:20:15 +0000
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@...> 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@g.o> fuse-2.6.4-r1.ebuild,
+  fuse-2.7.0.ebuild:
+  Make 2.6.23 support actually work for Sven <skoehler@...> in bug 195300
 
   05 Oct 2007; Ferris McCormick <fmccor@g.o> 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@g.o mailing list


Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
gentoo commit in xml/htdocs/security/en/glsa: glsa-200710-09.xml
Next by thread:
gentoo-x86 commit in sys-kernel/vanilla-sources: ChangeLog vanilla-sources-2.6.23.ebuild vanilla-sources-2.6.23_rc2.ebuild vanilla-sources-2.6.23_rc8.ebuild vanilla-sources-2.6.23_rc9.ebuild vanilla-sources-2.6.23_rc5.ebuild vanilla-sources-2.6.23_rc7.ebuild vanilla-sources-2.6.23_rc6.ebuild vanilla-sources-2.6.23_rc4.ebuild vanilla-sources-2.6.23_rc1.ebuild vanilla-sources-2.6.23_rc3.ebuild
Previous by date:
gentoo commit in xml/htdocs/security/en/glsa: glsa-200710-09.xml
Next by date:
gentoo-x86 commit in sys-kernel/vanilla-sources: ChangeLog vanilla-sources-2.6.23.ebuild vanilla-sources-2.6.23_rc2.ebuild vanilla-sources-2.6.23_rc8.ebuild vanilla-sources-2.6.23_rc9.ebuild vanilla-sources-2.6.23_rc5.ebuild vanilla-sources-2.6.23_rc7.ebuild vanilla-sources-2.6.23_rc6.ebuild vanilla-sources-2.6.23_rc4.ebuild vanilla-sources-2.6.23_rc1.ebuild vanilla-sources-2.6.23_rc3.ebuild


Updated Jun 04, 2012

Summary: Archive of the gentoo-commits mailing list.

Donate to support our development efforts.

Copyright 2001-2013 Gentoo Foundation, Inc. Questions, Comments? Contact us.