Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog linux-mod.eclass
Date: Sat, 25 Feb 2012 06:26:29
Message-Id: 20120225062614.EBD222004B@flycatcher.gentoo.org
1 robbat2 12/02/25 06:26:14
2
3 Modified: ChangeLog linux-mod.eclass
4 Log:
5 Bug #404193: Depend on virtual/modutils instead of sys-apps/module-init-tools.
6
7 Revision Changes Path
8 1.142 eclass/ChangeLog
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.142&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.142&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.141&r2=1.142
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
17 retrieving revision 1.141
18 retrieving revision 1.142
19 diff -p -w -b -B -u -u -r1.141 -r1.142
20 --- ChangeLog 23 Feb 2012 23:06:13 -0000 1.141
21 +++ ChangeLog 25 Feb 2012 06:26:14 -0000 1.142
22 @@ -1,6 +1,10 @@
23 # ChangeLog for eclass directory
24 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.141 2012/02/23 23:06:13 a3li Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.142 2012/02/25 06:26:14 robbat2 Exp $
27 +
28 + 25 Feb 2012; Robin H. Johnson <robbat2@g.o> linux-mod.eclass:
29 + Bug #404193: Depend on virtual/modutils instead of
30 + sys-apps/module-init-tools.
31
32 23 Feb 2012; Alex Legler <a3li@g.o> ruby-ng.eclass:
33 Improve no-matching-ruby-target-error message wording wrt bug 405373.
34
35
36
37 1.105 eclass/linux-mod.eclass
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/linux-mod.eclass?rev=1.105&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/linux-mod.eclass?rev=1.105&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/linux-mod.eclass?r1=1.104&r2=1.105
42
43 Index: linux-mod.eclass
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v
46 retrieving revision 1.104
47 retrieving revision 1.105
48 diff -p -w -b -B -u -u -r1.104 -r1.105
49 --- linux-mod.eclass 22 Aug 2011 04:46:32 -0000 1.104
50 +++ linux-mod.eclass 25 Feb 2012 06:26:14 -0000 1.105
51 @@ -1,6 +1,6 @@
52 -# Copyright 1999-2011 Gentoo Foundation
53 +# Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v 1.104 2011/08/22 04:46:32 vapier Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v 1.105 2012/02/25 06:26:14 robbat2 Exp $
57
58 # @ECLASS: linux-mod.eclass
59 # @MAINTAINER:
60 @@ -128,7 +128,7 @@ EXPORT_FUNCTIONS pkg_setup pkg_preinst p
61 IUSE="kernel_linux"
62 SLOT="0"
63 DESCRIPTION="Based on the $ECLASS eclass"
64 -RDEPEND="kernel_linux? ( sys-apps/module-init-tools )"
65 +RDEPEND="kernel_linux? ( virtual/modutils )"
66 DEPEND="${RDEPEND}
67 sys-apps/sed
68 kernel_linux? ( virtual/linux-sources )"