Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild systemd-212-r2.ebuild ChangeLog
Date: Fri, 02 May 2014 01:26:49
Message-Id: 20140502012644.D0F652004C@flycatcher.gentoo.org
1 floppym 14/05/02 01:26:44
2
3 Modified: systemd-9999.ebuild systemd-212-r2.ebuild ChangeLog
4 Log:
5 Manually specify dbus paths to avoid using dbus-1.pc, bug 500282 by Benedikt Böhm.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
8
9 Revision Changes Path
10 1.105 sys-apps/systemd/systemd-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.105&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.105&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.104&r2=1.105
15
16 Index: systemd-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
19 retrieving revision 1.104
20 retrieving revision 1.105
21 diff -u -r1.104 -r1.105
22 --- systemd-9999.ebuild 19 Apr 2014 01:04:09 -0000 1.104
23 +++ systemd-9999.ebuild 2 May 2014 01:26:44 -0000 1.105
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.104 2014/04/19 01:04:09 floppym Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.105 2014/05/02 01:26:44 floppym Exp $
29
30 EAPI=5
31
32 @@ -212,6 +212,12 @@
33 # hardcode a few paths to spare some deps
34 QUOTAON=/usr/sbin/quotaon
35 QUOTACHECK=/usr/sbin/quotacheck
36 +
37 + # dbus paths
38 + --with-dbuspolicydir="${EPREFIX}/etc/dbus-1/systemd.d"
39 + --with-dbussessionservicedir="${EPREFIX}/usr/share/dbus-1/services"
40 + --with-dbussystemservicedir="${EPREFIX}/usr/share/dbus-1/system-services"
41 + --with-dbusinterfacedir="${EPREFIX}/usr/share/dbus-1/interfaces"
42 )
43
44 # Keep using the one where the rules were installed.
45
46
47
48 1.3 sys-apps/systemd/systemd-212-r2.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-212-r2.ebuild?rev=1.3&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-212-r2.ebuild?rev=1.3&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-212-r2.ebuild?r1=1.2&r2=1.3
53
54 Index: systemd-212-r2.ebuild
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-212-r2.ebuild,v
57 retrieving revision 1.2
58 retrieving revision 1.3
59 diff -u -r1.2 -r1.3
60 --- systemd-212-r2.ebuild 19 Apr 2014 01:04:09 -0000 1.2
61 +++ systemd-212-r2.ebuild 2 May 2014 01:26:44 -0000 1.3
62 @@ -1,6 +1,6 @@
63 # Copyright 1999-2014 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-212-r2.ebuild,v 1.2 2014/04/19 01:04:09 floppym Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-212-r2.ebuild,v 1.3 2014/05/02 01:26:44 floppym Exp $
67
68 EAPI=5
69
70 @@ -190,6 +190,12 @@
71 # hardcode a few paths to spare some deps
72 QUOTAON=/usr/sbin/quotaon
73 QUOTACHECK=/usr/sbin/quotacheck
74 +
75 + # dbus paths
76 + --with-dbuspolicydir="${EPREFIX}/etc/dbus-1/systemd.d"
77 + --with-dbussessionservicedir="${EPREFIX}/usr/share/dbus-1/services"
78 + --with-dbussystemservicedir="${EPREFIX}/usr/share/dbus-1/system-services"
79 + --with-dbusinterfacedir="${EPREFIX}/usr/share/dbus-1/interfaces"
80 )
81
82 # Keep using the one where the rules were installed.
83
84
85
86 1.249 sys-apps/systemd/ChangeLog
87
88 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.249&view=markup
89 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.249&content-type=text/plain
90 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.248&r2=1.249
91
92 Index: ChangeLog
93 ===================================================================
94 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
95 retrieving revision 1.248
96 retrieving revision 1.249
97 diff -u -r1.248 -r1.249
98 --- ChangeLog 19 Apr 2014 01:04:09 -0000 1.248
99 +++ ChangeLog 2 May 2014 01:26:44 -0000 1.249
100 @@ -1,6 +1,11 @@
101 # ChangeLog for sys-apps/systemd
102 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
103 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.248 2014/04/19 01:04:09 floppym Exp $
104 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.249 2014/05/02 01:26:44 floppym Exp $
105 +
106 + 02 May 2014; Mike Gilbert <floppym@g.o> systemd-212-r2.ebuild,
107 + systemd-9999.ebuild:
108 + Manually specify dbus paths to avoid using dbus-1.pc, bug 500282 by Benedikt
109 + Böhm.
110
111 19 Apr 2014; Mike Gilbert <floppym@g.o> -systemd-212-r1.ebuild,
112 -systemd-212.ebuild, systemd-212-r2.ebuild, systemd-9999.ebuild: