Gentoo Archives: gentoo-commits

From: "Mike Pagano (mpagano)" <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog linux-mod.eclass
Date: Thu, 30 Aug 2012 23:53:18
Message-Id: 20120830235259.525CB20CEE@flycatcher.gentoo.org
1 mpagano 12/08/30 23:52:59
2
3 Modified: ChangeLog linux-mod.eclass
4 Log:
5 Minor typo fix to documentation line. Bug #419469
6
7 Revision Changes Path
8 1.384 eclass/ChangeLog
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.384&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.384&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.383&r2=1.384
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
17 retrieving revision 1.383
18 retrieving revision 1.384
19 diff -u -r1.383 -r1.384
20 --- ChangeLog 29 Aug 2012 13:42:42 -0000 1.383
21 +++ ChangeLog 30 Aug 2012 23:52:59 -0000 1.384
22 @@ -1,6 +1,9 @@
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.383 2012/08/29 13:42:42 mgorny Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.384 2012/08/30 23:52:59 mpagano Exp $
27 +
28 + 30 Aug 2012; Michael Pagano <mpagano@g.o> linux-mod.eclass:
29 + Minor typo fix to documentation line. Bug #419469
30
31 29 Aug 2012; Michał Górny <mgorny@g.o> eutils.eclass:
32 prune_libtool_files: run pkg-config code only if necessary.
33
34
35
36 1.107 eclass/linux-mod.eclass
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/linux-mod.eclass?rev=1.107&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/linux-mod.eclass?rev=1.107&content-type=text/plain
40 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/linux-mod.eclass?r1=1.106&r2=1.107
41
42 Index: linux-mod.eclass
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v
45 retrieving revision 1.106
46 retrieving revision 1.107
47 diff -u -r1.106 -r1.107
48 --- linux-mod.eclass 28 Aug 2012 15:28:01 -0000 1.106
49 +++ linux-mod.eclass 30 Aug 2012 23:52:59 -0000 1.107
50 @@ -1,6 +1,6 @@
51 # Copyright 1999-2012 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 -# $Header: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v 1.106 2012/08/28 15:28:01 mpagano Exp $
54 +# $Header: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v 1.107 2012/08/30 23:52:59 mpagano Exp $
55
56 # @ECLASS: linux-mod.eclass
57 # @MAINTAINER:
58 @@ -34,7 +34,7 @@
59
60 # @ECLASS-VARIABLE: BUILD_TARGETS
61 # @DESCRIPTION:
62 -# It's a string with the build targets to pass to make. The default value is "clean modules"
63 +# It's a string with the build targets to pass to make. The default value is "clean module"
64
65 # @ECLASS-VARIABLE: MODULE_NAMES
66 # @DESCRIPTION: