floppym 14/05/29 01:44:11 Modified: multipath-tools-0.5.0-r1.ebuild ChangeLog Log: Override hardcoded /usr/lib/systemd/system in Makefile. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path 1.8 sys-fs/multipath-tools/multipath-tools-0.5.0-r1.ebuild 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 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 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 Index: multipath-tools-0.5.0-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/multipath-tools/multipath-tools-0.5.0-r1.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- multipath-tools-0.5.0-r1.ebuild 14 Mar 2014 10:51:44 -0000 1.7 +++ multipath-tools-0.5.0-r1.ebuild 29 May 2014 01:44:11 -0000 1.8 @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $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 $ +# $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 $ EAPI=4 -inherit eutils toolchain-funcs udev +inherit eutils systemd toolchain-funcs udev DESCRIPTION="Device mapper target autoconfig" HOMEPAGE="http://christophe.varoqui.free.fr/" @@ -41,6 +41,7 @@ emake \ DESTDIR="${D}" \ SYSTEMD=$(usex systemd 1 "") \ + unitdir="$(systemd_get_unitdir)" \ libudevdir='${prefix}'/"${udevdir}" \ install 1.67 sys-fs/multipath-tools/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/multipath-tools/ChangeLog?rev=1.67&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/multipath-tools/ChangeLog?rev=1.67&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/multipath-tools/ChangeLog?r1=1.66&r2=1.67 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/multipath-tools/ChangeLog,v retrieving revision 1.66 retrieving revision 1.67 diff -u -r1.66 -r1.67 --- ChangeLog 14 Mar 2014 10:51:44 -0000 1.66 +++ ChangeLog 29 May 2014 01:44:11 -0000 1.67 @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/multipath-tools # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/multipath-tools/ChangeLog,v 1.66 2014/03/14 10:51:44 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/multipath-tools/ChangeLog,v 1.67 2014/05/29 01:44:11 floppym Exp $ + + 29 May 2014; Mike Gilbert <[email protected]> + multipath-tools-0.5.0-r1.ebuild: + Override hardcoded /usr/lib/systemd/system in Makefile. 14 Mar 2014; Agostino Sarubbo <[email protected]> multipath-tools-0.5.0-r1.ebuild:
