heroxbd     15/03/05 04:20:35

  Modified:             netifrc-9999.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.11                 net-misc/netifrc/netifrc-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netifrc/netifrc-9999.ebuild?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netifrc/netifrc-9999.ebuild?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netifrc/netifrc-9999.ebuild?r1=1.10&r2=1.11

Index: netifrc-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/netifrc/netifrc-9999.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- netifrc-9999.ebuild 11 Jan 2015 06:03:13 -0000      1.10
+++ netifrc-9999.ebuild 5 Mar 2015 04:20:35 -0000       1.11
@@ -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-9999.ebuild,v 1.10 
2015/01/11 06:03:13 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/netifrc-9999.ebuild,v 1.11 
2015/03/05 04:20:35 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.44                 net-misc/netifrc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netifrc/ChangeLog?rev=1.44&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netifrc/ChangeLog?rev=1.44&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netifrc/ChangeLog?r1=1.43&r2=1.44

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/netifrc/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog   5 Mar 2015 04:18:06 -0000       1.43
+++ ChangeLog   5 Mar 2015 04:20:35 -0000       1.44
@@ -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.43 
2015/03/05 04:18:06 heroxbd Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/ChangeLog,v 1.44 
2015/03/05 04:20:35 heroxbd Exp $
+
+  05 Mar 2015; Benda Xu <[email protected]> netifrc-9999.ebuild:
+  Strip EPREFIX from dosym operand: Avoid double prefix.
 
   05 Mar 2015; Benda Xu <[email protected]> netifrc-0.3.1.ebuild:
   Strip EPREFIX from dosym operand: Avoid double prefix.




Reply via email to