heroxbd     15/03/05 04:18:06

  Modified:             netifrc-0.3.1.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.2                  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.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netifrc/netifrc-0.3.1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netifrc/netifrc-0.3.1.ebuild?r1=1.1&r2=1.2

Index: netifrc-0.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/netifrc/netifrc-0.3.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- netifrc-0.3.1.ebuild        23 Jan 2015 18:05:36 -0000      1.1
+++ netifrc-0.3.1.ebuild        5 Mar 2015 04:18:06 -0000       1.2
@@ -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.1.ebuild,v 1.1 
2015/01/23 18:05:36 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/netifrc-0.3.1.ebuild,v 1.2 
2015/03/05 04:18:06 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.43                 net-misc/netifrc/ChangeLog

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

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




Reply via email to