mgorny      14/12/20 08:25:20

  Modified:             systemd-217-r4.ebuild systemd-216-r2.ebuild
                        systemd-9999.ebuild systemd-218-r1.ebuild ChangeLog
  Log:
  Fix sysv-utils symlink install, bug #533090.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.3                  sys-apps/systemd/systemd-217-r4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-217-r4.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-217-r4.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-217-r4.ebuild?r1=1.2&r2=1.3

Index: systemd-217-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-217-r4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- systemd-217-r4.ebuild       19 Dec 2014 17:36:41 -0000      1.2
+++ systemd-217-r4.ebuild       20 Dec 2014 08:25:20 -0000      1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-217-r4.ebuild,v 
1.2 2014/12/19 17:36:41 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-217-r4.ebuild,v 
1.3 2014/12/20 08:25:20 mgorny Exp $
 
 EAPI=5
 
@@ -326,8 +326,9 @@
 
        if use sysv-utils; then
                for app in halt poweroff reboot runlevel shutdown telinit; do
-                       dosym "..${ROOTPREFIX}/bin/systemctl" /sbin/${app}
+                       dosym "..${ROOTPREFIX-/usr}/bin/systemctl" /sbin/${app}
                done
+               dosym "..${ROOTPREFIX-/usr}/lib/systemd/systemd" /sbin/init
        else
                # we just keep sysvinit tools, so no need for the mans
                rm 
"${D}"/usr/share/man/man8/{halt,poweroff,reboot,runlevel,shutdown,telinit}.8 \



1.3                  sys-apps/systemd/systemd-216-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-216-r2.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-216-r2.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-216-r2.ebuild?r1=1.2&r2=1.3

Index: systemd-216-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-216-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- systemd-216-r2.ebuild       19 Dec 2014 17:36:41 -0000      1.2
+++ systemd-216-r2.ebuild       20 Dec 2014 08:25:20 -0000      1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-216-r2.ebuild,v 
1.2 2014/12/19 17:36:41 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-216-r2.ebuild,v 
1.3 2014/12/20 08:25:20 mgorny Exp $
 
 EAPI=5
 
@@ -332,9 +332,9 @@
 
        if use sysv-utils; then
                for app in halt poweroff reboot runlevel shutdown telinit; do
-                       dosym "..${ROOTPREFIX}/bin/systemctl" /sbin/${app}
+                       dosym "..${ROOTPREFIX-/usr}/bin/systemctl" /sbin/${app}
                done
-               dosym "..${ROOTPREFIX}/lib/systemd/systemd" /sbin/init
+               dosym "..${ROOTPREFIX-/usr}/lib/systemd/systemd" /sbin/init
        else
                # we just keep sysvinit tools, so no need for the mans
                rm 
"${D}"/usr/share/man/man8/{halt,poweroff,reboot,runlevel,shutdown,telinit}.8 \



1.152                sys-apps/systemd/systemd-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.152&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.152&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.151&r2=1.152

Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -r1.151 -r1.152
--- systemd-9999.ebuild 19 Dec 2014 17:36:41 -0000      1.151
+++ systemd-9999.ebuild 20 Dec 2014 08:25:20 -0000      1.152
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 
1.151 2014/12/19 17:36:41 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 
1.152 2014/12/20 08:25:20 mgorny Exp $
 
 EAPI=5
 
@@ -351,8 +351,9 @@
 
        if use sysv-utils; then
                for app in halt poweroff reboot runlevel shutdown telinit; do
-                       dosym "..${ROOTPREFIX}/bin/systemctl" /sbin/${app}
+                       dosym "..${ROOTPREFIX-/usr}/bin/systemctl" /sbin/${app}
                done
+               dosym "..${ROOTPREFIX-/usr}/lib/systemd/systemd" /sbin/init
        else
                # we just keep sysvinit tools, so no need for the mans
                rm 
"${D}"/usr/share/man/man8/{halt,poweroff,reboot,runlevel,shutdown,telinit}.8 \



1.3                  sys-apps/systemd/systemd-218-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-218-r1.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-218-r1.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-218-r1.ebuild?r1=1.2&r2=1.3

Index: systemd-218-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-218-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- systemd-218-r1.ebuild       19 Dec 2014 17:36:41 -0000      1.2
+++ systemd-218-r1.ebuild       20 Dec 2014 08:25:20 -0000      1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-218-r1.ebuild,v 
1.2 2014/12/19 17:36:41 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-218-r1.ebuild,v 
1.3 2014/12/20 08:25:20 mgorny Exp $
 
 EAPI=5
 
@@ -326,8 +326,9 @@
 
        if use sysv-utils; then
                for app in halt poweroff reboot runlevel shutdown telinit; do
-                       dosym "..${ROOTPREFIX}/bin/systemctl" /sbin/${app}
+                       dosym "..${ROOTPREFIX-/usr}/bin/systemctl" /sbin/${app}
                done
+               dosym "..${ROOTPREFIX-/usr}/lib/systemd/systemd" /sbin/init
        else
                # we just keep sysvinit tools, so no need for the mans
                rm 
"${D}"/usr/share/man/man8/{halt,poweroff,reboot,runlevel,shutdown,telinit}.8 \



1.329                sys-apps/systemd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.329&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.329&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.328&r2=1.329

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.328
retrieving revision 1.329
diff -u -r1.328 -r1.329
--- ChangeLog   19 Dec 2014 17:36:41 -0000      1.328
+++ ChangeLog   20 Dec 2014 08:25:20 -0000      1.329
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/systemd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.328 
2014/12/19 17:36:41 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.329 
2014/12/20 08:25:20 mgorny Exp $
+
+  20 Dec 2014; Michał Górny <[email protected]> systemd-216-r2.ebuild,
+  systemd-217-r4.ebuild, systemd-218-r1.ebuild, systemd-9999.ebuild:
+  Fix sysv-utils symlink install, bug #533090.
 
   19 Dec 2014; Pacho Ramos <[email protected]> systemd-216-r2.ebuild,
   systemd-217-r4.ebuild, systemd-218-r1.ebuild, systemd-9999.ebuild:





Reply via email to