From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QE4Sw-0005gk-Fl for garchives@archives.gentoo.org; Sun, 24 Apr 2011 18:55:30 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D42A31C02A; Sun, 24 Apr 2011 18:55:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9BAC61C02A for ; Sun, 24 Apr 2011 18:55:22 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EB03D1B4002 for ; Sun, 24 Apr 2011 18:55:21 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2178) id 90F7820054; Sun, 24 Apr 2011 18:55:20 +0000 (UTC) From: "Ulrich Mueller (ulm)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ulm@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: linux-mod.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: linux-mod.eclass X-VCS-Directories: eclass X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller Content-Type: text/plain; charset=utf8 Message-Id: <20110424185520.90F7820054@flycatcher.gentoo.org> Date: Sun, 24 Apr 2011 18:55:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: fbd27c6bacfbacebbb3f7e48f4fbb226 ulm 11/04/24 18:55:20 Modified: linux-mod.eclass Log: Replace dependency on virtual/modutils, bug 358891. Whitespace. Revision Changes Path 1.100 eclass/linux-mod.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/linux-mod.e= class?rev=3D1.100&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/linux-mod.e= class?rev=3D1.100&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/linux-mod.e= class?r1=3D1.99&r2=3D1.100 Index: linux-mod.eclass =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v retrieving revision 1.99 retrieving revision 1.100 diff -u -r1.99 -r1.100 --- linux-mod.eclass 31 Mar 2010 19:33:16 -0000 1.99 +++ linux-mod.eclass 24 Apr 2011 18:55:20 -0000 1.100 @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v 1.99 2010/0= 3/31 19:33:16 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v 1.100 2011/= 04/24 18:55:20 ulm Exp $ =20 # Author(s): John Mylchreest , # Stefan Schweizer @@ -57,7 +57,7 @@ # # To get an idea of how these variables are used, here's a few lines # of code from around line 540 in this eclass: -# =09 +# # einfo "Installing ${modulename} module" # cd ${objdir} || die "${objdir} does not exist" # insinto /lib/modules/${KV_FULL}/${libdir} @@ -136,7 +136,7 @@ IUSE=3D"kernel_linux" SLOT=3D"0" DESCRIPTION=3D"Based on the $ECLASS eclass" -RDEPEND=3D"kernel_linux? ( virtual/modutils )" +RDEPEND=3D"kernel_linux? ( sys-apps/module-init-tools )" DEPEND=3D"${RDEPEND} sys-apps/sed kernel_linux? ( virtual/linux-sources )" @@ -602,7 +602,7 @@ linux-mod_pkg_setup_binary() { debug-print-function ${FUNCNAME} $* local new_CONFIG_CHECK - # ~ needs always to be quoted, else bash expands it.=09 + # ~ needs always to be quoted, else bash expands it. for config in $CONFIG_CHECK ; do optional=3D'~' [[ ${config:0:1} =3D=3D "~" ]] && optional=3D''