mgorny      14/05/03 17:35:41

  Modified:             systemd-9999.ebuild systemd-208-r3.ebuild
                        systemd-212-r4.ebuild ChangeLog
  Log:
  Fix MY_UDEVDIR fallback.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.108                sys-apps/systemd/systemd-9999.ebuild

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

Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- systemd-9999.ebuild 3 May 2014 15:58:48 -0000       1.107
+++ systemd-9999.ebuild 3 May 2014 17:35:41 -0000       1.108
@@ -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.107 2014/05/03 15:58:48 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 
1.108 2014/05/03 17:35:41 mgorny Exp $
 
 EAPI=5
 
@@ -168,7 +168,7 @@
        # Keep using the one where the rules were installed.
        MY_UDEVDIR=$(get_udevdir)
        # Fix systems broken by bug #509454.
-       [[ ${MY_UDEVDIR} ]] || MY_UDEVDIR=/lib
+       [[ ${MY_UDEVDIR} ]] || MY_UDEVDIR=/lib/udev
 
        multilib-minimal_src_configure
 }



1.6                  sys-apps/systemd/systemd-208-r3.ebuild

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

Index: systemd-208-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-208-r3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- systemd-208-r3.ebuild       3 May 2014 16:13:34 -0000       1.5
+++ systemd-208-r3.ebuild       3 May 2014 17:35:41 -0000       1.6
@@ -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-208-r3.ebuild,v 
1.5 2014/05/03 16:13:34 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-208-r3.ebuild,v 
1.6 2014/05/03 17:35:41 mgorny Exp $
 
 EAPI=5
 
@@ -141,7 +141,7 @@
        # Keep using the one where the rules were installed.
        MY_UDEVDIR=$(get_udevdir)
        # Fix systems broken by bug #509454.
-       [[ ${MY_UDEVDIR} ]] || MY_UDEVDIR=/lib
+       [[ ${MY_UDEVDIR} ]] || MY_UDEVDIR=/lib/udev
 
        multilib-minimal_src_configure
 }



1.2                  sys-apps/systemd/systemd-212-r4.ebuild

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

Index: systemd-212-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-212-r4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- systemd-212-r4.ebuild       3 May 2014 16:13:34 -0000       1.1
+++ systemd-212-r4.ebuild       3 May 2014 17:35:41 -0000       1.2
@@ -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-212-r4.ebuild,v 
1.1 2014/05/03 16:13:34 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-212-r4.ebuild,v 
1.2 2014/05/03 17:35:41 mgorny Exp $
 
 EAPI=5
 
@@ -146,7 +146,7 @@
        # Keep using the one where the rules were installed.
        MY_UDEVDIR=$(get_udevdir)
        # Fix systems broken by bug #509454.
-       [[ ${MY_UDEVDIR} ]] || MY_UDEVDIR=/lib
+       [[ ${MY_UDEVDIR} ]] || MY_UDEVDIR=/lib/udev
 
        multilib-minimal_src_configure
 }



1.254                sys-apps/systemd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.253
retrieving revision 1.254
diff -u -r1.253 -r1.254
--- ChangeLog   3 May 2014 16:13:34 -0000       1.253
+++ ChangeLog   3 May 2014 17:35:41 -0000       1.254
@@ -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.253 
2014/05/03 16:13:34 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.254 
2014/05/03 17:35:41 mgorny Exp $
+
+  03 May 2014; Michał Górny <[email protected]> systemd-208-r3.ebuild,
+  systemd-212-r4.ebuild, systemd-9999.ebuild:
+  Fix MY_UDEVDIR fallback.
 
 *systemd-212-r4 (03 May 2014)
 




Reply via email to