Gentoo Archives: gentoo-commits

From: "Mike Auty (ikelos)" <ikelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dialup/dgcmodem: ChangeLog dgcmodem-1.10.ebuild dgcmodem-1.08.ebuild dgcmodem-1.07.ebuild dgcmodem-1.09.ebuild
Date: Mon, 31 Aug 2009 17:25:20
Message-Id: E1MiFRy-0008Qt-B7@stork.gentoo.org
1 ikelos 09/08/31 22:34:10
2
3 Modified: ChangeLog dgcmodem-1.10.ebuild dgcmodem-1.08.ebuild
4 dgcmodem-1.07.ebuild dgcmodem-1.09.ebuild
5 Log:
6 Making CONFIG_CHECK non-fatal for userland ebuilds, see bug 283320.
7 (Portage version: 2.2_rc40/cvs/Linux i686)
8
9 Revision Changes Path
10 1.5 net-dialup/dgcmodem/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/dgcmodem/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/dgcmodem/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/dgcmodem/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-dialup/dgcmodem/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 22 May 2009 01:15:44 -0000 1.4
23 +++ ChangeLog 31 Aug 2009 22:34:09 -0000 1.5
24 @@ -1,6 +1,10 @@
25 # ChangeLog for net-dialup/dgcmodem
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/dgcmodem/ChangeLog,v 1.4 2009/05/22 01:15:44 calchan Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/dgcmodem/ChangeLog,v 1.5 2009/08/31 22:34:09 ikelos Exp $
29 +
30 + 31 Aug 2009; Mike Auty <ikelos@g.o> dgcmodem-1.07.ebuild,
31 + dgcmodem-1.08.ebuild, dgcmodem-1.09.ebuild, dgcmodem-1.10.ebuild:
32 + Making CONFIG_CHECK non-fatal for userland ebuilds, see bug 283320.
33
34 *dgcmodem-1.10 (22 May 2009)
35
36
37
38
39 1.2 net-dialup/dgcmodem/dgcmodem-1.10.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/dgcmodem/dgcmodem-1.10.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/dgcmodem/dgcmodem-1.10.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/dgcmodem/dgcmodem-1.10.ebuild?r1=1.1&r2=1.2
44
45 Index: dgcmodem-1.10.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-dialup/dgcmodem/dgcmodem-1.10.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- dgcmodem-1.10.ebuild 22 May 2009 01:15:44 -0000 1.1
52 +++ dgcmodem-1.10.ebuild 31 Aug 2009 22:34:09 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/dgcmodem/dgcmodem-1.10.ebuild,v 1.1 2009/05/22 01:15:44 calchan Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/dgcmodem/dgcmodem-1.10.ebuild,v 1.2 2009/08/31 22:34:09 ikelos Exp $
58
59 inherit linux-info
60
61 @@ -14,7 +14,7 @@
62 DEPEND=""
63 RDEPEND=""
64
65 -CONFIG_CHECK="USB_ACM"
66 +CONFIG_CHECK="~USB_ACM"
67 ERROR_USB_ACM="${PN} requires USB modem (CDC ACM) support in your kernel (module name: USB_ACM)".
68
69 src_compile() {
70
71
72
73 1.2 net-dialup/dgcmodem/dgcmodem-1.08.ebuild
74
75 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/dgcmodem/dgcmodem-1.08.ebuild?rev=1.2&view=markup
76 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/dgcmodem/dgcmodem-1.08.ebuild?rev=1.2&content-type=text/plain
77 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/dgcmodem/dgcmodem-1.08.ebuild?r1=1.1&r2=1.2
78
79 Index: dgcmodem-1.08.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/net-dialup/dgcmodem/dgcmodem-1.08.ebuild,v
82 retrieving revision 1.1
83 retrieving revision 1.2
84 diff -u -r1.1 -r1.2
85 --- dgcmodem-1.08.ebuild 18 Oct 2008 08:26:17 -0000 1.1
86 +++ dgcmodem-1.08.ebuild 31 Aug 2009 22:34:09 -0000 1.2
87 @@ -1,6 +1,6 @@
88 -# Copyright 1999-2008 Gentoo Foundation
89 +# Copyright 1999-2009 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/dgcmodem/dgcmodem-1.08.ebuild,v 1.1 2008/10/18 08:26:17 calchan Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/dgcmodem/dgcmodem-1.08.ebuild,v 1.2 2009/08/31 22:34:09 ikelos Exp $
93
94 inherit linux-info
95
96 @@ -14,7 +14,7 @@
97 DEPEND=""
98 RDEPEND=""
99
100 -CONFIG_CHECK="USB_ACM"
101 +CONFIG_CHECK="~USB_ACM"
102 ERROR_USB_ACM="${PN} requires USB modem (CDC ACM) support in your kernel (module name: USB_ACM)".
103
104 src_compile() {
105
106
107
108 1.2 net-dialup/dgcmodem/dgcmodem-1.07.ebuild
109
110 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/dgcmodem/dgcmodem-1.07.ebuild?rev=1.2&view=markup
111 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/dgcmodem/dgcmodem-1.07.ebuild?rev=1.2&content-type=text/plain
112 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/dgcmodem/dgcmodem-1.07.ebuild?r1=1.1&r2=1.2
113
114 Index: dgcmodem-1.07.ebuild
115 ===================================================================
116 RCS file: /var/cvsroot/gentoo-x86/net-dialup/dgcmodem/dgcmodem-1.07.ebuild,v
117 retrieving revision 1.1
118 retrieving revision 1.2
119 diff -u -r1.1 -r1.2
120 --- dgcmodem-1.07.ebuild 7 Sep 2008 07:51:03 -0000 1.1
121 +++ dgcmodem-1.07.ebuild 31 Aug 2009 22:34:09 -0000 1.2
122 @@ -1,6 +1,6 @@
123 -# Copyright 1999-2008 Gentoo Foundation
124 +# Copyright 1999-2009 Gentoo Foundation
125 # Distributed under the terms of the GNU General Public License v2
126 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/dgcmodem/dgcmodem-1.07.ebuild,v 1.1 2008/09/07 07:51:03 calchan Exp $
127 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/dgcmodem/dgcmodem-1.07.ebuild,v 1.2 2009/08/31 22:34:09 ikelos Exp $
128
129 inherit linux-info
130
131 @@ -14,7 +14,7 @@
132 DEPEND=""
133 RDEPEND=""
134
135 -CONFIG_CHECK="USB_ACM"
136 +CONFIG_CHECK="~USB_ACM"
137 ERROR_USB_ACM="${PN} requires USB modem (CDC ACM) support in your kernel (module name: USB_ACM)".
138
139 src_compile() {
140
141
142
143 1.2 net-dialup/dgcmodem/dgcmodem-1.09.ebuild
144
145 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/dgcmodem/dgcmodem-1.09.ebuild?rev=1.2&view=markup
146 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/dgcmodem/dgcmodem-1.09.ebuild?rev=1.2&content-type=text/plain
147 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/dgcmodem/dgcmodem-1.09.ebuild?r1=1.1&r2=1.2
148
149 Index: dgcmodem-1.09.ebuild
150 ===================================================================
151 RCS file: /var/cvsroot/gentoo-x86/net-dialup/dgcmodem/dgcmodem-1.09.ebuild,v
152 retrieving revision 1.1
153 retrieving revision 1.2
154 diff -u -r1.1 -r1.2
155 --- dgcmodem-1.09.ebuild 5 Jan 2009 08:46:38 -0000 1.1
156 +++ dgcmodem-1.09.ebuild 31 Aug 2009 22:34:09 -0000 1.2
157 @@ -1,6 +1,6 @@
158 # Copyright 1999-2009 Gentoo Foundation
159 # Distributed under the terms of the GNU General Public License v2
160 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/dgcmodem/dgcmodem-1.09.ebuild,v 1.1 2009/01/05 08:46:38 calchan Exp $
161 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/dgcmodem/dgcmodem-1.09.ebuild,v 1.2 2009/08/31 22:34:09 ikelos Exp $
162
163 inherit linux-info
164
165 @@ -14,7 +14,7 @@
166 DEPEND=""
167 RDEPEND=""
168
169 -CONFIG_CHECK="USB_ACM"
170 +CONFIG_CHECK="~USB_ACM"
171 ERROR_USB_ACM="${PN} requires USB modem (CDC ACM) support in your kernel (module name: USB_ACM)".
172
173 src_compile() {