public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] gentoo-x86 commit in sys-fs/fuse: ChangeLog fuse-2.7.4-r1.ebuild
@ 2009-10-28  4:16 99% Robin H. Johnson (robbat2)
  0 siblings, 0 replies; 1+ results
From: Robin H. Johnson (robbat2) @ 2009-10-28  4:16 UTC (permalink / raw
  To: gentoo-commits

robbat2     09/10/28 04:16:35

  Modified:             ChangeLog fuse-2.7.4-r1.ebuild
  Log:
  USE=modules support for sys-fs/fuse.
  (Portage version: 2.2_rc46/cvs/Linux x86_64)

Revision  Changes    Path
1.124                sys-fs/fuse/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v
retrieving revision 1.123
retrieving revision 1.124
diff -p -w -b -B -u -u -r1.123 -r1.124
--- ChangeLog	6 Oct 2009 11:59:48 -0000	1.123
+++ ChangeLog	28 Oct 2009 04:16:34 -0000	1.124
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/fuse
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.123 2009/10/06 11:59:48 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.124 2009/10/28 04:16:34 robbat2 Exp $
+
+  28 Oct 2009; Robin H. Johnson <robbat2@gentoo.org> fuse-2.7.4-r1.ebuild:
+  USE=modules support for sys-fs/fuse.
 
 *fuse-2.7.4-r1 (06 Oct 2009)
 



1.2                  sys-fs/fuse/fuse-2.7.4-r1.ebuild

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

Index: fuse-2.7.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.7.4-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -p -w -b -B -u -u -r1.1 -r1.2
--- fuse-2.7.4-r1.ebuild	6 Oct 2009 11:59:48 -0000	1.1
+++ fuse-2.7.4-r1.ebuild	28 Oct 2009 04:16:34 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.7.4-r1.ebuild,v 1.1 2009/10/06 11:59:48 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.7.4-r1.ebuild,v 1.2 2009/10/28 04:16:34 robbat2 Exp $
 
 inherit linux-mod eutils libtool
 
@@ -12,14 +12,14 @@ SRC_URI="mirror://sourceforge/fuse/${MY_
 
 LICENSE="GPL-2"
 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="kernel_linux kernel_FreeBSD"
+IUSE="kernel_linux kernel_FreeBSD modules"
 
 PDEPEND="kernel_FreeBSD? ( sys-fs/fuse4bsd )"
 
 S=${WORKDIR}/${MY_P}
 
 pkg_setup() {
-	if use kernel_linux ; then
+	if use modules && use kernel_linux ; then
 		if kernel_is ge 2 6 25; 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"
@@ -54,7 +54,7 @@ src_compile() {
 		|| die "econf failed for fuse userland"
 	emake || die "emake failed"
 
-	if use kernel_linux ; then
+	if use modules && use kernel_linux ; then
 		cd "${S}"
 		sed -i -e 's/.*depmod.*//g' kernel/Makefile.in
 		convert_to_m kernel/Makefile.in
@@ -71,7 +71,7 @@ src_install() {
 	docinto example
 	dodoc example/*
 
-	if use kernel_linux ; then
+	if use modules && use kernel_linux ; then
 		linux-mod_src_install
 		newinitd "${FILESDIR}"/fuse.init fuse
 	else
@@ -97,5 +97,5 @@ EOF
 }
 
 pkg_postinst() {
-	use kernel_linux && linux-mod_pkg_postinst
+	use modules && use kernel_linux && linux-mod_pkg_postinst
 }






^ permalink raw reply	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2009-10-28  4:16 99% [gentoo-commits] gentoo-x86 commit in sys-fs/fuse: ChangeLog fuse-2.7.4-r1.ebuild 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