Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/multipath-tools: multipath-tools-0.5.0-r1.ebuild ChangeLog
Date: Thu, 29 May 2014 01:44:15
Message-Id: 20140529014411.987002004E@flycatcher.gentoo.org
1 floppym 14/05/29 01:44:11
2
3 Modified: multipath-tools-0.5.0-r1.ebuild ChangeLog
4 Log:
5 Override hardcoded /usr/lib/systemd/system in Makefile.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
8
9 Revision Changes Path
10 1.8 sys-fs/multipath-tools/multipath-tools-0.5.0-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/multipath-tools/multipath-tools-0.5.0-r1.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/multipath-tools/multipath-tools-0.5.0-r1.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/multipath-tools/multipath-tools-0.5.0-r1.ebuild?r1=1.7&r2=1.8
15
16 Index: multipath-tools-0.5.0-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-fs/multipath-tools/multipath-tools-0.5.0-r1.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- multipath-tools-0.5.0-r1.ebuild 14 Mar 2014 10:51:44 -0000 1.7
23 +++ multipath-tools-0.5.0-r1.ebuild 29 May 2014 01:44:11 -0000 1.8
24 @@ -1,9 +1,9 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/multipath-tools/multipath-tools-0.5.0-r1.ebuild,v 1.7 2014/03/14 10:51:44 ago Exp $
28 +# $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 $
29
30 EAPI=4
31 -inherit eutils toolchain-funcs udev
32 +inherit eutils systemd toolchain-funcs udev
33
34 DESCRIPTION="Device mapper target autoconfig"
35 HOMEPAGE="http://christophe.varoqui.free.fr/"
36 @@ -41,6 +41,7 @@
37 emake \
38 DESTDIR="${D}" \
39 SYSTEMD=$(usex systemd 1 "") \
40 + unitdir="$(systemd_get_unitdir)" \
41 libudevdir='${prefix}'/"${udevdir}" \
42 install
43
44
45
46
47 1.67 sys-fs/multipath-tools/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/multipath-tools/ChangeLog?rev=1.67&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/multipath-tools/ChangeLog?rev=1.67&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/multipath-tools/ChangeLog?r1=1.66&r2=1.67
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/sys-fs/multipath-tools/ChangeLog,v
56 retrieving revision 1.66
57 retrieving revision 1.67
58 diff -u -r1.66 -r1.67
59 --- ChangeLog 14 Mar 2014 10:51:44 -0000 1.66
60 +++ ChangeLog 29 May 2014 01:44:11 -0000 1.67
61 @@ -1,6 +1,10 @@
62 # ChangeLog for sys-fs/multipath-tools
63 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/multipath-tools/ChangeLog,v 1.66 2014/03/14 10:51:44 ago Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/multipath-tools/ChangeLog,v 1.67 2014/05/29 01:44:11 floppym Exp $
66 +
67 + 29 May 2014; Mike Gilbert <floppym@g.o>
68 + multipath-tools-0.5.0-r1.ebuild:
69 + Override hardcoded /usr/lib/systemd/system in Makefile.
70
71 14 Mar 2014; Agostino Sarubbo <ago@g.o>
72 multipath-tools-0.5.0-r1.ebuild: