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, 04 Jul 2014 03:11:23
Message-Id: 20140704031119.BB58B2004F@flycatcher.gentoo.org
1 floppym 14/07/04 03:11:19
2
3 Modified: systemd-9999.ebuild ChangeLog
4 Log:
5 Create input group.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
8
9 Revision Changes Path
10 1.119 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.119&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.119&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.118&r2=1.119
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.118
20 retrieving revision 1.119
21 diff -u -r1.118 -r1.119
22 --- systemd-9999.ebuild 3 Jul 2014 20:46:43 -0000 1.118
23 +++ systemd-9999.ebuild 4 Jul 2014 03:11:19 -0000 1.119
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.118 2014/07/03 20:46:43 floppym Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.119 2014/07/04 03:11:19 floppym Exp $
29
30 EAPI=5
31
32 @@ -433,6 +433,7 @@
33 enewuser "$1" -1 -1 -1 "$1"
34 }
35
36 + enewgroup input
37 enewgroup systemd-journal
38 newusergroup systemd-bus-proxy
39 newusergroup systemd-network
40
41
42
43 1.270 sys-apps/systemd/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.270&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.270&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.269&r2=1.270
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
52 retrieving revision 1.269
53 retrieving revision 1.270
54 diff -u -r1.269 -r1.270
55 --- ChangeLog 4 Jul 2014 03:10:20 -0000 1.269
56 +++ ChangeLog 4 Jul 2014 03:11:19 -0000 1.270
57 @@ -1,6 +1,9 @@
58 # ChangeLog for sys-apps/systemd
59 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.269 2014/07/04 03:10:20 floppym Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.270 2014/07/04 03:11:19 floppym Exp $
62 +
63 + 04 Jul 2014; Mike Gilbert <floppym@g.o> systemd-9999.ebuild:
64 + Create input group.
65
66 *systemd-214_p57 (04 Jul 2014)