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, 29 May 2014 01:11:51
Message-Id: 20140529011148.5D7282004E@flycatcher.gentoo.org
1 floppym 14/05/29 01:11:48
2
3 Modified: systemd-9999.ebuild ChangeLog
4 Log:
5 Set MINKV to 3.10; <linux-headers-3.10 causes build failures.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
8
9 Revision Changes Path
10 1.110 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.110&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.110&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.109&r2=1.110
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.109
20 retrieving revision 1.110
21 diff -u -r1.109 -r1.110
22 --- systemd-9999.ebuild 29 May 2014 00:13:27 -0000 1.109
23 +++ systemd-9999.ebuild 29 May 2014 01:11:48 -0000 1.110
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.109 2014/05/29 00:13:27 floppym Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.110 2014/05/29 01:11:48 floppym Exp $
29
30 EAPI=5
31
32 @@ -29,7 +29,7 @@
33 kdbus +kmod lzma pam policykit python qrcode +seccomp selinux ssl
34 test vanilla xattr"
35
36 -MINKV="3.0"
37 +MINKV="3.10"
38
39 COMMON_DEPEND=">=sys-apps/util-linux-2.20:0=
40 sys-libs/libcap:0=
41
42
43
44 1.256 sys-apps/systemd/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.256&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.256&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.255&r2=1.256
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
53 retrieving revision 1.255
54 retrieving revision 1.256
55 diff -u -r1.255 -r1.256
56 --- ChangeLog 29 May 2014 00:13:27 -0000 1.255
57 +++ ChangeLog 29 May 2014 01:11:48 -0000 1.256
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.255 2014/05/29 00:13:27 floppym Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.256 2014/05/29 01:11:48 floppym Exp $
63 +
64 + 29 May 2014; Mike Gilbert <floppym@g.o> systemd-9999.ebuild:
65 + Set MINKV to 3.10; <linux-headers-3.10 causes build failures.
66
67 29 May 2014; Mike Gilbert <floppym@g.o> systemd-9999.ebuild:
68 Add systemd-timesync user/group and set gentoo default NTP servers, bug 511386