Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/xen-tools: xen-tools-4.4.0-r8.ebuild xen-tools-4.2.4-r6.ebuild xen-tools-4.3.2-r5.ebuild ChangeLog
Date: Wed, 30 Jul 2014 19:20:15
Message-Id: 20140730192011.03FE92004E@flycatcher.gentoo.org
1 ssuominen 14/07/30 19:20:10
2
3 Modified: xen-tools-4.4.0-r8.ebuild xen-tools-4.2.4-r6.ebuild
4 xen-tools-4.3.2-r5.ebuild ChangeLog
5 Log:
6 Use shorter get_udevdir() instead of the longer deprecated udev_get_udevdir() version.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
9
10 Revision Changes Path
11 1.2 app-emulation/xen-tools/xen-tools-4.4.0-r8.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.4.0-r8.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.4.0-r8.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.4.0-r8.ebuild?r1=1.1&r2=1.2
16
17 Index: xen-tools-4.4.0-r8.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.4.0-r8.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- xen-tools-4.4.0-r8.ebuild 29 Jul 2014 09:40:45 -0000 1.1
24 +++ xen-tools-4.4.0-r8.ebuild 30 Jul 2014 19:20:10 -0000 1.2
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/app-emulation/xen-tools/xen-tools-4.4.0-r8.ebuild,v 1.1 2014/07/29 09:40:45 dlan Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.4.0-r8.ebuild,v 1.2 2014/07/30 19:20:10 ssuominen Exp $
30
31 EAPI=5
32
33 @@ -382,8 +382,8 @@
34 keepdir /etc/xen/auto
35
36 # Temp QA workaround
37 - dodir "$(udev_get_udevdir)"
38 - mv "${D}"/etc/udev/* "${D}/$(udev_get_udevdir)"
39 + dodir "$(get_udevdir)"
40 + mv "${D}"/etc/udev/* "${D}/$(get_udevdir)"
41 rm -rf "${D}"/etc/udev
42
43 # Remove files failing QA AFTER emake installs them, avoiding seeking absent files
44
45
46
47 1.4 app-emulation/xen-tools/xen-tools-4.2.4-r6.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.4-r6.ebuild?rev=1.4&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.4-r6.ebuild?rev=1.4&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.4-r6.ebuild?r1=1.3&r2=1.4
52
53 Index: xen-tools-4.2.4-r6.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.4-r6.ebuild,v
56 retrieving revision 1.3
57 retrieving revision 1.4
58 diff -u -r1.3 -r1.4
59 --- xen-tools-4.2.4-r6.ebuild 12 Jul 2014 11:01:26 -0000 1.3
60 +++ xen-tools-4.2.4-r6.ebuild 30 Jul 2014 19:20:10 -0000 1.4
61 @@ -1,6 +1,6 @@
62 # Copyright 1999-2014 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.4-r6.ebuild,v 1.3 2014/07/12 11:01:26 ago Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.4-r6.ebuild,v 1.4 2014/07/30 19:20:10 ssuominen Exp $
66
67 EAPI=5
68
69 @@ -354,8 +354,8 @@
70 keepdir /etc/xen/auto
71
72 # Temp QA workaround
73 - dodir "$(udev_get_udevdir)"
74 - mv "${D}"/etc/udev/* "${D}/$(udev_get_udevdir)"
75 + dodir "$(get_udevdir)"
76 + mv "${D}"/etc/udev/* "${D}/$(get_udevdir)"
77 rm -rf "${D}"/etc/udev
78
79 # Remove files failing QA AFTER emake installs them, avoiding seeking absent files
80
81
82
83 1.3 app-emulation/xen-tools/xen-tools-4.3.2-r5.ebuild
84
85 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.2-r5.ebuild?rev=1.3&view=markup
86 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.2-r5.ebuild?rev=1.3&content-type=text/plain
87 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.2-r5.ebuild?r1=1.2&r2=1.3
88
89 Index: xen-tools-4.3.2-r5.ebuild
90 ===================================================================
91 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.2-r5.ebuild,v
92 retrieving revision 1.2
93 retrieving revision 1.3
94 diff -u -r1.2 -r1.3
95 --- xen-tools-4.3.2-r5.ebuild 12 Jul 2014 11:06:47 -0000 1.2
96 +++ xen-tools-4.3.2-r5.ebuild 30 Jul 2014 19:20:10 -0000 1.3
97 @@ -1,6 +1,6 @@
98 # Copyright 1999-2014 Gentoo Foundation
99 # Distributed under the terms of the GNU General Public License v2
100 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.2-r5.ebuild,v 1.2 2014/07/12 11:06:47 ago Exp $
101 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.2-r5.ebuild,v 1.3 2014/07/30 19:20:10 ssuominen Exp $
102
103 EAPI=5
104
105 @@ -382,8 +382,8 @@
106 keepdir /etc/xen/auto
107
108 # Temp QA workaround
109 - dodir "$(udev_get_udevdir)"
110 - mv "${D}"/etc/udev/* "${D}/$(udev_get_udevdir)"
111 + dodir "$(get_udevdir)"
112 + mv "${D}"/etc/udev/* "${D}/$(get_udevdir)"
113 rm -rf "${D}"/etc/udev
114
115 # Remove files failing QA AFTER emake installs them, avoiding seeking absent files
116
117
118
119 1.254 app-emulation/xen-tools/ChangeLog
120
121 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?rev=1.254&view=markup
122 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?rev=1.254&content-type=text/plain
123 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?r1=1.253&r2=1.254
124
125 Index: ChangeLog
126 ===================================================================
127 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v
128 retrieving revision 1.253
129 retrieving revision 1.254
130 diff -u -r1.253 -r1.254
131 --- ChangeLog 29 Jul 2014 09:40:45 -0000 1.253
132 +++ ChangeLog 30 Jul 2014 19:20:10 -0000 1.254
133 @@ -1,6 +1,11 @@
134 # ChangeLog for app-emulation/xen-tools
135 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
136 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.253 2014/07/29 09:40:45 dlan Exp $
137 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.254 2014/07/30 19:20:10 ssuominen Exp $
138 +
139 + 30 Jul 2014; Samuli Suominen <ssuominen@g.o> xen-tools-4.2.4-r6.ebuild,
140 + xen-tools-4.3.2-r5.ebuild, xen-tools-4.4.0-r8.ebuild:
141 + Use shorter get_udevdir() instead of the longer deprecated udev_get_udevdir()
142 + version.
143
144 *xen-tools-4.4.0-r8 (29 Jul 2014)