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: Fri, 24 Jul 2015 20:14:26
Message-Id: 20150724201418.55380C1@oystercatcher.gentoo.org
1 floppym 15/07/24 20:14:18
2
3 Modified: systemd-9999.ebuild ChangeLog
4 Log:
5 Remove /etc/systemd/systemd/sockets.target.wants, bug 555814.
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
8
9 Revision Changes Path
10 1.183 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.183&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.183&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.182&r2=1.183
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.182
20 retrieving revision 1.183
21 diff -u -r1.182 -r1.183
22 --- systemd-9999.ebuild 17 Jul 2015 16:29:46 -0000 1.182
23 +++ systemd-9999.ebuild 24 Jul 2015 20:14:18 -0000 1.183
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-9999.ebuild,v 1.182 2015/07/17 16:29:46 floppym Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.183 2015/07/24 20:14:18 floppym Exp $
29
30 EAPI=5
31
32 @@ -348,6 +348,7 @@
33 rm "${D}"/etc/systemd/system/multi-user.target.wants/systemd-networkd.service || die
34 rm "${D}"/etc/systemd/system/multi-user.target.wants/systemd-resolved.service || die
35 rm -r "${D}"/etc/systemd/system/network-online.target.wants || die
36 + rm -r "${D}"/etc/systemd/system/sockets.target.wants || die
37 rm -r "${D}"/etc/systemd/system/sysinit.target.wants || die
38 }
39
40
41
42
43 1.392 sys-apps/systemd/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.392&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.392&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.391&r2=1.392
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
52 retrieving revision 1.391
53 retrieving revision 1.392
54 diff -u -r1.391 -r1.392
55 --- ChangeLog 19 Jul 2015 18:29:59 -0000 1.391
56 +++ ChangeLog 24 Jul 2015 20:14:18 -0000 1.392
57 @@ -1,6 +1,9 @@
58 # ChangeLog for sys-apps/systemd
59 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.391 2015/07/19 18:29:59 maekke Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.392 2015/07/24 20:14:18 floppym Exp $
62 +
63 + 24 Jul 2015; Mike Gilbert <floppym@g.o> systemd-9999.ebuild:
64 + Remove /etc/systemd/systemd/sockets.target.wants, bug 555814.
65
66 19 Jul 2015; Markus Meier <maekke@g.o> systemd-218-r3.ebuild:
67 arm stable, bug #536902