Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog
Date: Fri, 02 May 2014 09:23:45
Message-Id: 20140502092339.2870F2004C@flycatcher.gentoo.org
1 mgorny 14/05/02 09:23:39
2
3 Modified: systemd-9999.ebuild ChangeLog
4 Log:
5 Fix the same typo in the live ebuild as well.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.106 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.106&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.106&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.105&r2=1.106
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.105
20 retrieving revision 1.106
21 diff -u -r1.105 -r1.106
22 --- systemd-9999.ebuild 2 May 2014 01:26:44 -0000 1.105
23 +++ systemd-9999.ebuild 2 May 2014 09:23:38 -0000 1.106
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.105 2014/05/02 01:26:44 floppym Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.106 2014/05/02 09:23:38 mgorny Exp $
29
30 EAPI=5
31
32 @@ -214,7 +214,7 @@
33 QUOTACHECK=/usr/sbin/quotacheck
34
35 # dbus paths
36 - --with-dbuspolicydir="${EPREFIX}/etc/dbus-1/systemd.d"
37 + --with-dbuspolicydir="${EPREFIX}/etc/dbus-1/system.d"
38 --with-dbussessionservicedir="${EPREFIX}/usr/share/dbus-1/services"
39 --with-dbussystemservicedir="${EPREFIX}/usr/share/dbus-1/system-services"
40 --with-dbusinterfacedir="${EPREFIX}/usr/share/dbus-1/interfaces"
41
42
43
44 1.251 sys-apps/systemd/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.251&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.251&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.250&r2=1.251
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
53 retrieving revision 1.250
54 retrieving revision 1.251
55 diff -u -r1.250 -r1.251
56 --- ChangeLog 2 May 2014 09:10:16 -0000 1.250
57 +++ ChangeLog 2 May 2014 09:23:38 -0000 1.251
58 @@ -1,6 +1,9 @@
59 # ChangeLog for sys-apps/systemd
60 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.250 2014/05/02 09:10:16 mgorny Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.251 2014/05/02 09:23:38 mgorny Exp $
63 +
64 + 02 May 2014; Michał Górny <mgorny@g.o> systemd-9999.ebuild:
65 + Fix the same typo in the live ebuild as well.
66
67 *systemd-212-r3 (02 May 2014)