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-fs/multipath-tools: multipath-tools-0.4.9-r5.ebuild multipath-tools-0.5.0-r1.ebuild ChangeLog
Date: Wed, 30 Jul 2014 19:27:42
Message-Id: 20140730192736.3C0FB2004E@flycatcher.gentoo.org
1 ssuominen 14/07/30 19:27:36
2
3 Modified: multipath-tools-0.4.9-r5.ebuild
4 multipath-tools-0.5.0-r1.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.12 sys-fs/multipath-tools/multipath-tools-0.4.9-r5.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/multipath-tools/multipath-tools-0.4.9-r5.ebuild?rev=1.12&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/multipath-tools/multipath-tools-0.4.9-r5.ebuild?rev=1.12&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/multipath-tools/multipath-tools-0.4.9-r5.ebuild?r1=1.11&r2=1.12
16
17 Index: multipath-tools-0.4.9-r5.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-fs/multipath-tools/multipath-tools-0.4.9-r5.ebuild,v
20 retrieving revision 1.11
21 retrieving revision 1.12
22 diff -u -r1.11 -r1.12
23 --- multipath-tools-0.4.9-r5.ebuild 9 Apr 2013 10:12:33 -0000 1.11
24 +++ multipath-tools-0.4.9-r5.ebuild 30 Jul 2014 19:27:36 -0000 1.12
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2013 Gentoo Foundation
27 +# Copyright 1999-2014 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/multipath-tools/multipath-tools-0.4.9-r5.ebuild,v 1.11 2013/04/09 10:12:33 ssuominen Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/multipath-tools/multipath-tools-0.4.9-r5.ebuild,v 1.12 2014/07/30 19:27:36 ssuominen Exp $
31
32 EAPI=4
33 inherit base eutils toolchain-funcs udev
34 @@ -38,7 +38,7 @@
35 }
36
37 src_install() {
38 - local udevdir="$(udev_get_udevdir)"
39 + local udevdir="$(get_udevdir)"
40
41 dodir /sbin /usr/share/man/man8
42 emake \
43
44
45
46 1.9 sys-fs/multipath-tools/multipath-tools-0.5.0-r1.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/multipath-tools/multipath-tools-0.5.0-r1.ebuild?rev=1.9&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/multipath-tools/multipath-tools-0.5.0-r1.ebuild?rev=1.9&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/multipath-tools/multipath-tools-0.5.0-r1.ebuild?r1=1.8&r2=1.9
51
52 Index: multipath-tools-0.5.0-r1.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/sys-fs/multipath-tools/multipath-tools-0.5.0-r1.ebuild,v
55 retrieving revision 1.8
56 retrieving revision 1.9
57 diff -u -r1.8 -r1.9
58 --- multipath-tools-0.5.0-r1.ebuild 29 May 2014 01:44:11 -0000 1.8
59 +++ multipath-tools-0.5.0-r1.ebuild 30 Jul 2014 19:27:36 -0000 1.9
60 @@ -1,6 +1,6 @@
61 # Copyright 1999-2014 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/multipath-tools/multipath-tools-0.5.0-r1.ebuild,v 1.8 2014/05/29 01:44:11 floppym Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/multipath-tools/multipath-tools-0.5.0-r1.ebuild,v 1.9 2014/07/30 19:27:36 ssuominen Exp $
65
66 EAPI=4
67 inherit eutils systemd toolchain-funcs udev
68 @@ -35,7 +35,7 @@
69 }
70
71 src_install() {
72 - local udevdir="$(udev_get_udevdir)"
73 + local udevdir="$(get_udevdir)"
74
75 dodir /sbin /usr/share/man/man8
76 emake \
77
78
79
80 1.68 sys-fs/multipath-tools/ChangeLog
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/multipath-tools/ChangeLog?rev=1.68&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/multipath-tools/ChangeLog?rev=1.68&content-type=text/plain
84 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/multipath-tools/ChangeLog?r1=1.67&r2=1.68
85
86 Index: ChangeLog
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/sys-fs/multipath-tools/ChangeLog,v
89 retrieving revision 1.67
90 retrieving revision 1.68
91 diff -u -r1.67 -r1.68
92 --- ChangeLog 29 May 2014 01:44:11 -0000 1.67
93 +++ ChangeLog 30 Jul 2014 19:27:36 -0000 1.68
94 @@ -1,6 +1,11 @@
95 # ChangeLog for sys-fs/multipath-tools
96 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
97 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/multipath-tools/ChangeLog,v 1.67 2014/05/29 01:44:11 floppym Exp $
98 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/multipath-tools/ChangeLog,v 1.68 2014/07/30 19:27:36 ssuominen Exp $
99 +
100 + 30 Jul 2014; Samuli Suominen <ssuominen@g.o>
101 + multipath-tools-0.4.9-r5.ebuild, multipath-tools-0.5.0-r1.ebuild:
102 + Use shorter get_udevdir() instead of the longer deprecated udev_get_udevdir()
103 + version.
104
105 29 May 2014; Mike Gilbert <floppym@g.o>
106 multipath-tools-0.5.0-r1.ebuild: