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 ChangeLog
Date: Thu, 10 Jul 2014 00:20:29
Message-Id: 20140710002025.52FD12004E@flycatcher.gentoo.org
1 floppym 14/07/10 00:20:25
2
3 Modified: systemd-9999.ebuild ChangeLog
4 Log:
5 Don't enable resolved and timesyncd by default.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
8
9 Revision Changes Path
10 1.124 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.124&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.124&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.123&r2=1.124
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.123
20 retrieving revision 1.124
21 diff -u -r1.123 -r1.124
22 --- systemd-9999.ebuild 10 Jul 2014 00:08:58 -0000 1.123
23 +++ systemd-9999.ebuild 10 Jul 2014 00:20:25 -0000 1.124
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.123 2014/07/10 00:08:58 floppym Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.124 2014/07/10 00:20:25 floppym Exp $
29
30 EAPI=5
31
32 @@ -331,6 +331,8 @@
33 # Even with --enable-networkd, it's not right to have this running by default
34 # when it's unconfigured.
35 rm -f "${D}"/etc/systemd/system/multi-user.target.wants/systemd-networkd.service
36 + rm -f "${D}"/etc/systemd/system/multi-user.target.wants/systemd-resolved.service
37 + rm -f "${D}"/etc/systemd/system/multi-user.target.wants/systemd-timesyncd.service
38 else
39 mymakeopts+=(
40 install-libLTLIBRARIES
41
42
43
44 1.283 sys-apps/systemd/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.283&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.283&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.282&r2=1.283
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
53 retrieving revision 1.282
54 retrieving revision 1.283
55 diff -u -r1.282 -r1.283
56 --- ChangeLog 10 Jul 2014 00:08:58 -0000 1.282
57 +++ ChangeLog 10 Jul 2014 00:20:25 -0000 1.283
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.282 2014/07/10 00:08:58 floppym Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.283 2014/07/10 00:20:25 floppym Exp $
63 +
64 + 10 Jul 2014; Mike Gilbert <floppym@g.o> systemd-9999.ebuild:
65 + Don't enable resolved and timesyncd by default.
66
67 10 Jul 2014; Mike Gilbert <floppym@g.o> systemd-9999.ebuild:
68 Use multilib_native_use functions.