Gentoo Archives: gentoo-commits

From: "William Hubbs (williamh)" <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/udev: udev-195.ebuild ChangeLog udev-9999.ebuild
Date: Thu, 01 Nov 2012 20:40:37
Message-Id: 20121101204019.E09EA21600@flycatcher.gentoo.org
1 williamh 12/11/01 20:40:19
2
3 Modified: udev-195.ebuild ChangeLog udev-9999.ebuild
4 Log:
5 Tie the upgrade related messages to the correct versions for bug #440462.
6
7 (Portage version: 2.2.0_alpha142/cvs/Linux i686, signed Manifest commit with key 0x30C46538)
8
9 Revision Changes Path
10 1.3 sys-fs/udev/udev-195.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-195.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-195.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-195.ebuild?r1=1.2&r2=1.3
15
16 Index: udev-195.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-195.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- udev-195.ebuild 1 Nov 2012 06:27:10 -0000 1.2
23 +++ udev-195.ebuild 1 Nov 2012 20:40:19 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-195.ebuild,v 1.2 2012/11/01 06:27:10 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-195.ebuild,v 1.3 2012/11/01 20:40:19 williamh Exp $
29
30 EAPI=4
31
32 @@ -346,7 +346,7 @@
33 fi
34
35 # http://bugs.gentoo.org/440462
36 - if [[ ${REPLACING_VERSIONS} ]] && [[ ${REPLACING_VERSIONS} < 195 ]]; then
37 + if [[ ${REPLACING_VERSIONS} ]] && [[ ${REPLACING_VERSIONS} < 141 ]]; then
38 ewarn
39 ewarn "If you build an initramfs including udev, please make sure the"
40 ewarn "/usr/bin/udevadm binary gets included, Also, change your scripts to"
41 @@ -355,11 +355,15 @@
42 ewarn
43 ewarn "mount options for /dev are no longer set in /etc/udev/udev.conf."
44 ewarn "Instead, /etc/fstab should be used. This matches other mount points."
45 + fi
46
47 + if [[ ${REPLACING_VERSIONS} ]] && [[ ${REPLACING_VERSIONS} < 151 ]]; then
48 ewarn
49 ewarn "Rules for /dev/hd* devices have been removed."
50 ewarn "Please migrate to libata."
51 + fi
52
53 + if [[ ${REPLACING_VERSIONS} ]] && [[ ${REPLACING_VERSIONS} < 189 ]]; then
54 ewarn
55 ewarn "action_modeswitch has been removed by upstream."
56 ewarn "Please use sys-apps/usb_modeswitch."
57
58
59
60 1.735 sys-fs/udev/ChangeLog
61
62 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?rev=1.735&view=markup
63 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?rev=1.735&content-type=text/plain
64 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?r1=1.734&r2=1.735
65
66 Index: ChangeLog
67 ===================================================================
68 RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v
69 retrieving revision 1.734
70 retrieving revision 1.735
71 diff -u -r1.734 -r1.735
72 --- ChangeLog 1 Nov 2012 20:01:21 -0000 1.734
73 +++ ChangeLog 1 Nov 2012 20:40:19 -0000 1.735
74 @@ -1,9 +1,9 @@
75 # ChangeLog for sys-fs/udev
76 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
77 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.734 2012/11/01 20:01:21 williamh Exp $
78 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.735 2012/11/01 20:40:19 williamh Exp $
79
80 01 Nov 2012; William Hubbs <williamh@g.o> udev-9999.ebuild:
81 - sync live ebuild md5 rules with 195.
82 + sync live ebuild md5 for default rules with 195.
83
84 01 Nov 2012; Samuli Suominen <ssuominen@g.o> udev-195.ebuild,
85 udev-9999.ebuild:
86
87
88
89 1.118 sys-fs/udev/udev-9999.ebuild
90
91 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.ebuild?rev=1.118&view=markup
92 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.ebuild?rev=1.118&content-type=text/plain
93 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.ebuild?r1=1.117&r2=1.118
94
95 Index: udev-9999.ebuild
96 ===================================================================
97 RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v
98 retrieving revision 1.117
99 retrieving revision 1.118
100 diff -u -r1.117 -r1.118
101 --- udev-9999.ebuild 1 Nov 2012 20:01:21 -0000 1.117
102 +++ udev-9999.ebuild 1 Nov 2012 20:40:19 -0000 1.118
103 @@ -1,6 +1,6 @@
104 # Copyright 1999-2012 Gentoo Foundation
105 # Distributed under the terms of the GNU General Public License v2
106 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.117 2012/11/01 20:01:21 williamh Exp $
107 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.118 2012/11/01 20:40:19 williamh Exp $
108
109 EAPI=4
110
111 @@ -346,7 +346,7 @@
112 fi
113
114 # http://bugs.gentoo.org/440462
115 - if [[ ${REPLACING_VERSIONS} ]] && [[ ${REPLACING_VERSIONS} < 195 ]]; then
116 + if [[ ${REPLACING_VERSIONS} ]] && [[ ${REPLACING_VERSIONS} < 141 ]]; then
117 ewarn
118 ewarn "If you build an initramfs including udev, please make sure the"
119 ewarn "/usr/bin/udevadm binary gets included, Also, change your scripts to"
120 @@ -355,11 +355,15 @@
121 ewarn
122 ewarn "mount options for /dev are no longer set in /etc/udev/udev.conf."
123 ewarn "Instead, /etc/fstab should be used. This matches other mount points."
124 + fi
125
126 + if [[ ${REPLACING_VERSIONS} ]] && [[ ${REPLACING_VERSIONS} < 151 ]]; then
127 ewarn
128 ewarn "Rules for /dev/hd* devices have been removed."
129 ewarn "Please migrate to libata."
130 + fi
131
132 + if [[ ${REPLACING_VERSIONS} ]] && [[ ${REPLACING_VERSIONS} < 189 ]]; then
133 ewarn
134 ewarn "action_modeswitch has been removed by upstream."
135 ewarn "Please use sys-apps/usb_modeswitch."