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: Tue, 03 Jun 2014 00:46:40
Message-Id: 20140603004636.493CE2004E@flycatcher.gentoo.org
1 floppym 14/06/03 00:46:36
2
3 Modified: systemd-9999.ebuild ChangeLog
4 Log:
5 Make kmod optional again due to changes upstream.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
8
9 Revision Changes Path
10 1.113 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.113&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.113&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.112&r2=1.113
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.112
20 retrieving revision 1.113
21 diff -u -r1.112 -r1.113
22 --- systemd-9999.ebuild 1 Jun 2014 07:33:11 -0000 1.112
23 +++ systemd-9999.ebuild 3 Jun 2014 00:46:36 -0000 1.113
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.112 2014/06/01 07:33:11 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.113 2014/06/03 00:46:36 floppym Exp $
29
30 EAPI=5
31
32 @@ -26,7 +26,7 @@
33 SLOT="0/2"
34 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
35 IUSE="acl audit cryptsetup doc +firmware-loader gcrypt gudev http introspection
36 - kdbus lzma pam policykit python qrcode +seccomp selinux ssl
37 + kdbus +kmod lzma pam policykit python qrcode +seccomp selinux ssl
38 test vanilla xattr"
39
40 MINKV="3.10"
41 @@ -43,7 +43,7 @@
42 ssl? ( >=net-libs/gnutls-3.1.4:0= )
43 )
44 introspection? ( >=dev-libs/gobject-introspection-1.31.1:0= )
45 - >=sys-apps/kmod-15:0=
46 + kmod? ( >=sys-apps/kmod-15:0= )
47 lzma? ( app-arch/xz-utils:0=[${MULTILIB_USEDEP}] )
48 pam? ( virtual/pam:= )
49 python? ( ${PYTHON_DEPS} )
50 @@ -203,6 +203,7 @@
51 $(usex http $(use_enable ssl gnutls) --disable-gnutls)
52 $(use_enable introspection)
53 $(use_enable kdbus)
54 + $(use_enable kmod)
55 $(use_enable lzma xz)
56 $(use_enable pam)
57 $(use_enable policykit polkit)
58
59
60
61 1.262 sys-apps/systemd/ChangeLog
62
63 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.262&view=markup
64 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.262&content-type=text/plain
65 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.261&r2=1.262
66
67 Index: ChangeLog
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
70 retrieving revision 1.261
71 retrieving revision 1.262
72 diff -u -r1.261 -r1.262
73 --- ChangeLog 1 Jun 2014 07:33:11 -0000 1.261
74 +++ ChangeLog 3 Jun 2014 00:46:36 -0000 1.262
75 @@ -1,6 +1,9 @@
76 # ChangeLog for sys-apps/systemd
77 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
78 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.261 2014/06/01 07:33:11 mgorny Exp $
79 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.262 2014/06/03 00:46:36 floppym Exp $
80 +
81 + 03 Jun 2014; Mike Gilbert <floppym@g.o> systemd-9999.ebuild:
82 + Make kmod optional again due to changes upstream.
83
84 01 Jun 2014; Michał Górny <mgorny@g.o> systemd-9999.ebuild:
85 Create user&group for systemd-network.