floppym     14/05/02 01:26:44

  Modified:             systemd-9999.ebuild systemd-212-r2.ebuild ChangeLog
  Log:
  Manually specify dbus paths to avoid using dbus-1.pc, bug 500282 by Benedikt 
Böhm.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

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

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

Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- systemd-9999.ebuild 19 Apr 2014 01:04:09 -0000      1.104
+++ systemd-9999.ebuild 2 May 2014 01:26:44 -0000       1.105
@@ -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.104 2014/04/19 01:04:09 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 
1.105 2014/05/02 01:26:44 floppym Exp $
 
 EAPI=5
 
@@ -212,6 +212,12 @@
                # hardcode a few paths to spare some deps
                QUOTAON=/usr/sbin/quotaon
                QUOTACHECK=/usr/sbin/quotacheck
+
+               # dbus paths
+               --with-dbuspolicydir="${EPREFIX}/etc/dbus-1/systemd.d"
+               
--with-dbussessionservicedir="${EPREFIX}/usr/share/dbus-1/services"
+               
--with-dbussystemservicedir="${EPREFIX}/usr/share/dbus-1/system-services"
+               --with-dbusinterfacedir="${EPREFIX}/usr/share/dbus-1/interfaces"
        )
 
        # Keep using the one where the rules were installed.



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

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

Index: systemd-212-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-212-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- systemd-212-r2.ebuild       19 Apr 2014 01:04:09 -0000      1.2
+++ systemd-212-r2.ebuild       2 May 2014 01:26:44 -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-212-r2.ebuild,v 
1.2 2014/04/19 01:04:09 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-212-r2.ebuild,v 
1.3 2014/05/02 01:26:44 floppym Exp $
 
 EAPI=5
 
@@ -190,6 +190,12 @@
                # hardcode a few paths to spare some deps
                QUOTAON=/usr/sbin/quotaon
                QUOTACHECK=/usr/sbin/quotacheck
+
+               # dbus paths
+               --with-dbuspolicydir="${EPREFIX}/etc/dbus-1/systemd.d"
+               
--with-dbussessionservicedir="${EPREFIX}/usr/share/dbus-1/services"
+               
--with-dbussystemservicedir="${EPREFIX}/usr/share/dbus-1/system-services"
+               --with-dbusinterfacedir="${EPREFIX}/usr/share/dbus-1/interfaces"
        )
 
        # Keep using the one where the rules were installed.



1.249                sys-apps/systemd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.248
retrieving revision 1.249
diff -u -r1.248 -r1.249
--- ChangeLog   19 Apr 2014 01:04:09 -0000      1.248
+++ ChangeLog   2 May 2014 01:26:44 -0000       1.249
@@ -1,6 +1,11 @@
 # 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.248 
2014/04/19 01:04:09 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.249 
2014/05/02 01:26:44 floppym Exp $
+
+  02 May 2014; Mike Gilbert <[email protected]> systemd-212-r2.ebuild,
+  systemd-9999.ebuild:
+  Manually specify dbus paths to avoid using dbus-1.pc, bug 500282 by Benedikt
+  Böhm.
 
   19 Apr 2014; Mike Gilbert <[email protected]> -systemd-212-r1.ebuild,
   -systemd-212.ebuild, systemd-212-r2.ebuild, systemd-9999.ebuild:




Reply via email to