ssuominen 14/07/30 19:33:11 Modified: vhba-20130607.ebuild ChangeLog Log: Use shorter get_udevdir() instead of the longer deprecated udev_get_udevdir() version. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path 1.5 sys-fs/vhba/vhba-20130607.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/vhba/vhba-20130607.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/vhba/vhba-20130607.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/vhba/vhba-20130607.ebuild?r1=1.4&r2=1.5 Index: vhba-20130607.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/vhba/vhba-20130607.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- vhba-20130607.ebuild 20 Oct 2013 22:07:01 -0000 1.4 +++ vhba-20130607.ebuild 30 Jul 2014 19:33:11 -0000 1.5 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/vhba/vhba-20130607.ebuild,v 1.4 2013/10/20 22:07:01 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/vhba/vhba-20130607.ebuild,v 1.5 2014/07/30 19:33:11 ssuominen Exp $ EAPI="5" @@ -44,8 +44,8 @@ linux-mod_src_install einfo "Generating udev rules ..." - dodir "$(udev_get_udevdir)"/rules.d - cat > "${D}/$(udev_get_udevdir)"/rules.d/70-vhba.rules <<-EOF || die + dodir "$(get_udevdir)"/rules.d + cat > "${D}/$(get_udevdir)"/rules.d/70-vhba.rules <<-EOF || die # do not edit this file, it will be overwritten on update # KERNEL=="vhba_ctl", MODE="0660", OWNER="root", GROUP="cdemu" 1.48 sys-fs/vhba/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/vhba/ChangeLog?rev=1.48&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/vhba/ChangeLog?rev=1.48&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/vhba/ChangeLog?r1=1.47&r2=1.48 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/vhba/ChangeLog,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- ChangeLog 20 Oct 2013 22:07:01 -0000 1.47 +++ ChangeLog 30 Jul 2014 19:33:11 -0000 1.48 @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/vhba -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/vhba/ChangeLog,v 1.47 2013/10/20 22:07:01 tetromino Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/vhba/ChangeLog,v 1.48 2014/07/30 19:33:11 ssuominen Exp $ + + 30 Jul 2014; Samuli Suominen <[email protected]> vhba-20130607.ebuild: + Use shorter get_udevdir() instead of the longer deprecated udev_get_udevdir() + version. 20 Oct 2013; Alexandre Rostovtsev <[email protected]> -vhba-20120422-r1.ebuild, vhba-20130607.ebuild:
