heroxbd 15/03/05 04:16:37 Modified: netifrc-0.3.0.ebuild ChangeLog Log: Strip EPREFIX from dosym operand: Avoid double prefix. (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.4 net-misc/netifrc/netifrc-0.3.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netifrc/netifrc-0.3.0.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netifrc/netifrc-0.3.0.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netifrc/netifrc-0.3.0.ebuild?r1=1.3&r2=1.4 Index: netifrc-0.3.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/netifrc/netifrc-0.3.0.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- netifrc-0.3.0.ebuild 11 Jan 2015 06:03:13 -0000 1.3 +++ netifrc-0.3.0.ebuild 5 Mar 2015 04:16:37 -0000 1.4 @@ -1,6 +1,6 @@ # 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.0.ebuild,v 1.3 2015/01/11 06:03:13 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/netifrc-0.3.0.ebuild,v 1.4 2015/03/05 04:16:37 heroxbd Exp $ EAPI=5 @@ -56,7 +56,7 @@ UNIT_DIR="$(systemd_get_unitdir)" sed "s:@LIBEXECDIR@:${LIBEXECDIR}:" "${S}/systemd/net_at.service.in" > "${T}/net_at.service" || die systemd_newunit "${T}/net_at.service" '[email protected]' - dosym "${UNIT_DIR}/[email protected]" "${UNIT_DIR}/[email protected]" + dosym "${UNIT_DIR#${EPREFIX}}/[email protected]" "${UNIT_DIR#${EPREFIX}}/[email protected]" } pkg_postinst() { 1.42 net-misc/netifrc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netifrc/ChangeLog?rev=1.42&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netifrc/ChangeLog?rev=1.42&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netifrc/ChangeLog?r1=1.41&r2=1.42 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/netifrc/ChangeLog,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- ChangeLog 23 Jan 2015 18:05:36 -0000 1.41 +++ ChangeLog 5 Mar 2015 04:16:37 -0000 1.42 @@ -1,6 +1,9 @@ # ChangeLog for net-misc/netifrc # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/ChangeLog,v 1.41 2015/01/23 18:05:36 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/ChangeLog,v 1.42 2015/03/05 04:16:37 heroxbd Exp $ + + 05 Mar 2015; Benda Xu <[email protected]> netifrc-0.3.0.ebuild: + Strip EPREFIX from dosym operand: Avoid double prefix. *netifrc-0.3.1 (23 Jan 2015)
