Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/kmod: kmod-18-r1.ebuild kmod-9999.ebuild kmod-18-r2.ebuild ChangeLog
Date: Thu, 30 Oct 2014 08:49:10
Message-Id: 20141030084905.3FB6890EA@oystercatcher.gentoo.org
1 ssuominen 14/10/30 08:49:05
2
3 Modified: kmod-18-r1.ebuild kmod-9999.ebuild
4 kmod-18-r2.ebuild ChangeLog
5 Log:
6 Adjusting blockers again and dropping udev and eudev references because it's the tmpfiles generator in systemd that's affected. Thanks to floppym for information.
7
8 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
9
10 Revision Changes Path
11 1.14 sys-apps/kmod/kmod-18-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-18-r1.ebuild?rev=1.14&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-18-r1.ebuild?rev=1.14&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-18-r1.ebuild?r1=1.13&r2=1.14
16
17 Index: kmod-18-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-18-r1.ebuild,v
20 retrieving revision 1.13
21 retrieving revision 1.14
22 diff -u -r1.13 -r1.14
23 --- kmod-18-r1.ebuild 30 Oct 2014 05:39:20 -0000 1.13
24 +++ kmod-18-r1.ebuild 30 Oct 2014 08:49:05 -0000 1.14
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-18-r1.ebuild,v 1.13 2014/10/30 05:39:20 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-18-r1.ebuild,v 1.14 2014/10/30 08:49:05 ssuominen Exp $
30
31 EAPI=5
32
33 @@ -30,12 +30,10 @@
34 # See bug #408915.
35 RESTRICT="test"
36
37 -# Block everything above and including 217 for -static-nodes-indicate-that-creation-of-static-nodes-.patch
38 +# Block systemd above and including 217 for -static-nodes-indicate-that-creation-of-static-nodes-.patch
39 RDEPEND="!sys-apps/module-init-tools
40 !sys-apps/modutils
41 !<sys-apps/openrc-0.12
42 - !>=sys-fs/udev-217
43 - !>=sys-fs/eudev-2.1
44 !>=sys-apps/systemd-217
45 lzma? ( >=app-arch/xz-utils-5.0.4-r1 )
46 python? ( ${PYTHON_DEPS} )
47
48
49
50 1.83 sys-apps/kmod/kmod-9999.ebuild
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild?rev=1.83&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild?rev=1.83&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild?r1=1.82&r2=1.83
55
56 Index: kmod-9999.ebuild
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild,v
59 retrieving revision 1.82
60 retrieving revision 1.83
61 diff -u -r1.82 -r1.83
62 --- kmod-9999.ebuild 30 Oct 2014 05:49:38 -0000 1.82
63 +++ kmod-9999.ebuild 30 Oct 2014 08:49:05 -0000 1.83
64 @@ -1,6 +1,6 @@
65 # Copyright 1999-2014 Gentoo Foundation
66 # Distributed under the terms of the GNU General Public License v2
67 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild,v 1.82 2014/10/30 05:49:38 ssuominen Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild,v 1.83 2014/10/30 08:49:05 ssuominen Exp $
69
70 EAPI=5
71
72 @@ -30,11 +30,10 @@
73 # See bug #408915.
74 RESTRICT="test"
75
76 +# Block systemd below 217 for -static-nodes-indicate-that-creation-of-static-nodes-.patch
77 RDEPEND="!sys-apps/module-init-tools
78 !sys-apps/modutils
79 !<sys-apps/openrc-0.12
80 - !<sys-fs/udev-217
81 - !<sys-fs/eudev-2.1
82 !<sys-apps/systemd-217
83 lzma? ( >=app-arch/xz-utils-5.0.4-r1 )
84 python? ( ${PYTHON_DEPS} )
85
86
87
88 1.2 sys-apps/kmod/kmod-18-r2.ebuild
89
90 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-18-r2.ebuild?rev=1.2&view=markup
91 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-18-r2.ebuild?rev=1.2&content-type=text/plain
92 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-18-r2.ebuild?r1=1.1&r2=1.2
93
94 Index: kmod-18-r2.ebuild
95 ===================================================================
96 RCS file: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-18-r2.ebuild,v
97 retrieving revision 1.1
98 retrieving revision 1.2
99 diff -u -r1.1 -r1.2
100 --- kmod-18-r2.ebuild 30 Oct 2014 05:39:20 -0000 1.1
101 +++ kmod-18-r2.ebuild 30 Oct 2014 08:49:05 -0000 1.2
102 @@ -1,6 +1,6 @@
103 # Copyright 1999-2014 Gentoo Foundation
104 # Distributed under the terms of the GNU General Public License v2
105 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-18-r2.ebuild,v 1.1 2014/10/30 05:39:20 ssuominen Exp $
106 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-18-r2.ebuild,v 1.2 2014/10/30 08:49:05 ssuominen Exp $
107
108 EAPI=5
109
110 @@ -30,12 +30,10 @@
111 # See bug #408915.
112 RESTRICT="test"
113
114 -# Block everything below 217 for -static-nodes-indicate-that-creation-of-static-nodes-.patch
115 +# Block systemd below 217 for -static-nodes-indicate-that-creation-of-static-nodes-.patch
116 RDEPEND="!sys-apps/module-init-tools
117 !sys-apps/modutils
118 !<sys-apps/openrc-0.12
119 - !<sys-fs/udev-217
120 - !<sys-fs/eudev-2.1
121 !<sys-apps/systemd-217
122 lzma? ( >=app-arch/xz-utils-5.0.4-r1 )
123 python? ( ${PYTHON_DEPS} )
124
125
126
127 1.174 sys-apps/kmod/ChangeLog
128
129 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/ChangeLog?rev=1.174&view=markup
130 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/ChangeLog?rev=1.174&content-type=text/plain
131 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/ChangeLog?r1=1.173&r2=1.174
132
133 Index: ChangeLog
134 ===================================================================
135 RCS file: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v
136 retrieving revision 1.173
137 retrieving revision 1.174
138 diff -u -r1.173 -r1.174
139 --- ChangeLog 30 Oct 2014 05:49:38 -0000 1.173
140 +++ ChangeLog 30 Oct 2014 08:49:05 -0000 1.174
141 @@ -1,6 +1,12 @@
142 # ChangeLog for sys-apps/kmod
143 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL
144 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v 1.173 2014/10/30 05:49:38 ssuominen Exp $
145 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v 1.174 2014/10/30 08:49:05 ssuominen Exp $
146 +
147 + 30 Oct 2014; Samuli Suominen <ssuominen@g.o> kmod-18-r1.ebuild,
148 + kmod-18-r2.ebuild, kmod-9999.ebuild:
149 + Adjusting blockers again and dropping udev and eudev references because it's
150 + the tmpfiles generator in systemd that's affected. Thanks to floppym for
151 + information.
152
153 *kmod-18-r2 (30 Oct 2014)