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-218-r2.ebuild systemd-9999.ebuild ChangeLog
Date: Mon, 02 Feb 2015 21:14:55
Message-Id: 20150202211451.57E6010EAD@oystercatcher.gentoo.org
1 floppym 15/02/02 21:14:51
2
3 Modified: systemd-218-r2.ebuild systemd-9999.ebuild ChangeLog
4 Log:
5 timesyncd gets pulled in by sysinit.target by default, disable this.
6
7 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
8
9 Revision Changes Path
10 1.2 sys-apps/systemd/systemd-218-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-218-r2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-218-r2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-218-r2.ebuild?r1=1.1&r2=1.2
15
16 Index: systemd-218-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-218-r2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- systemd-218-r2.ebuild 17 Jan 2015 20:51:30 -0000 1.1
23 +++ systemd-218-r2.ebuild 2 Feb 2015 21:14:51 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-218-r2.ebuild,v 1.1 2015/01/17 20:51:30 floppym Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-218-r2.ebuild,v 1.2 2015/02/02 21:14:51 floppym Exp $
29
30 EAPI=5
31
32 @@ -356,7 +356,7 @@
33 # permanently.
34 rm -f "${D}"/etc/systemd/system/multi-user.target.wants/systemd-networkd.service
35 rm -f "${D}"/etc/systemd/system/multi-user.target.wants/systemd-resolved.service
36 - rm -f "${D}"/etc/systemd/system/multi-user.target.wants/systemd-timesyncd.service
37 + rm -f "${D}"/etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service
38 rm -rf "${D}"/etc/systemd/system/network-online.target.wants
39 }
40
41
42
43
44 1.155 sys-apps/systemd/systemd-9999.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.155&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.155&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.154&r2=1.155
49
50 Index: systemd-9999.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
53 retrieving revision 1.154
54 retrieving revision 1.155
55 diff -u -r1.154 -r1.155
56 --- systemd-9999.ebuild 1 Jan 2015 15:09:29 -0000 1.154
57 +++ systemd-9999.ebuild 2 Feb 2015 21:14:51 -0000 1.155
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2015 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.154 2015/01/01 15:09:29 floppym Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.155 2015/02/02 21:14:51 floppym Exp $
63
64 EAPI=5
65
66 @@ -379,7 +379,7 @@
67 # permanently.
68 rm -f "${D}"/etc/systemd/system/multi-user.target.wants/systemd-networkd.service
69 rm -f "${D}"/etc/systemd/system/multi-user.target.wants/systemd-resolved.service
70 - rm -f "${D}"/etc/systemd/system/multi-user.target.wants/systemd-timesyncd.service
71 + rm -f "${D}"/etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service
72 rm -rf "${D}"/etc/systemd/system/network-online.target.wants
73 }
74
75
76
77
78 1.344 sys-apps/systemd/ChangeLog
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.344&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.344&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.343&r2=1.344
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
87 retrieving revision 1.343
88 retrieving revision 1.344
89 diff -u -r1.343 -r1.344
90 --- ChangeLog 31 Jan 2015 03:06:45 -0000 1.343
91 +++ ChangeLog 2 Feb 2015 21:14:51 -0000 1.344
92 @@ -1,6 +1,10 @@
93 # ChangeLog for sys-apps/systemd
94 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.343 2015/01/31 03:06:45 floppym Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.344 2015/02/02 21:14:51 floppym Exp $
97 +
98 + 02 Feb 2015; Mike Gilbert <floppym@g.o> systemd-218-r2.ebuild,
99 + systemd-9999.ebuild:
100 + timesyncd gets pulled in by sysinit.target by default, disable this.
101
102 31 Jan 2015; Mike Gilbert <floppym@g.o> metadata.xml:
103 Update use flag descriptions, bug 537380 by Elias Probst.