heroxbd 15/03/12 12:24:41 Modified: netifrc-0.3.1.ebuild netifrc-9999.ebuild Log: Add UDEVDIR back to support Prefix. (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.3 net-misc/netifrc/netifrc-0.3.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netifrc/netifrc-0.3.1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netifrc/netifrc-0.3.1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netifrc/netifrc-0.3.1.ebuild?r1=1.2&r2=1.3 Index: netifrc-0.3.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/netifrc/netifrc-0.3.1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- netifrc-0.3.1.ebuild 5 Mar 2015 04:18:06 -0000 1.2 +++ netifrc-0.3.1.ebuild 12 Mar 2015 12:24:41 -0000 1.3 @@ -1,10 +1,10 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/netifrc-0.3.1.ebuild,v 1.2 2015/03/05 04:18:06 heroxbd Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/netifrc-0.3.1.ebuild,v 1.3 2015/03/12 12:24:41 heroxbd Exp $ EAPI=5 -inherit eutils systemd +inherit eutils systemd udev DESCRIPTION="Gentoo Network Interface Management Scripts" HOMEPAGE="http://www.gentoo.org/proj/en/base/openrc/" @@ -40,6 +40,7 @@ src_compile() { MAKE_ARGS="${MAKE_ARGS} + UDEVDIR=${EPREFIX}$(get_udevdir) LIBEXECDIR=${EPREFIX}/lib/${PN} PF=${PF}" use prefix && MAKE_ARGS="${MAKE_ARGS} MKPREFIX=yes PREFIX=${EPREFIX}" 1.12 net-misc/netifrc/netifrc-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netifrc/netifrc-9999.ebuild?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netifrc/netifrc-9999.ebuild?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netifrc/netifrc-9999.ebuild?r1=1.11&r2=1.12 Index: netifrc-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/netifrc/netifrc-9999.ebuild,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- netifrc-9999.ebuild 5 Mar 2015 04:20:35 -0000 1.11 +++ netifrc-9999.ebuild 12 Mar 2015 12:24:41 -0000 1.12 @@ -1,10 +1,10 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/netifrc-9999.ebuild,v 1.11 2015/03/05 04:20:35 heroxbd Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/netifrc-9999.ebuild,v 1.12 2015/03/12 12:24:41 heroxbd Exp $ EAPI=5 -inherit eutils systemd +inherit eutils systemd udev DESCRIPTION="Gentoo Network Interface Management Scripts" HOMEPAGE="http://www.gentoo.org/proj/en/base/openrc/" @@ -40,6 +40,7 @@ src_compile() { MAKE_ARGS="${MAKE_ARGS} + UDEVDIR=${EPREFIX}$(get_udevdir) LIBEXECDIR=${EPREFIX}/lib/${PN} PF=${PF}" use prefix && MAKE_ARGS="${MAKE_ARGS} MKPREFIX=yes PREFIX=${EPREFIX}"
