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-213.ebuild systemd-9999.ebuild ChangeLog
Date: Sat, 31 May 2014 16:48:11
Message-Id: 20140531164806.BB8C32004E@flycatcher.gentoo.org
1 floppym 14/05/31 16:48:06
2
3 Modified: systemd-213.ebuild systemd-9999.ebuild ChangeLog
4 Log:
5 Forcably enable kmod due to bug 511924.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
8
9 Revision Changes Path
10 1.2 sys-apps/systemd/systemd-213.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-213.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-213.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-213.ebuild?r1=1.1&r2=1.2
15
16 Index: systemd-213.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-213.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- systemd-213.ebuild 29 May 2014 13:34:34 -0000 1.1
23 +++ systemd-213.ebuild 31 May 2014 16:48:06 -0000 1.2
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-213.ebuild,v 1.1 2014/05/29 13:34:34 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-213.ebuild,v 1.2 2014/05/31 16:48:06 floppym Exp $
29
30 EAPI=5
31
32 @@ -18,7 +18,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 +kmod lzma pam policykit python qrcode +seccomp selinux ssl
37 + kdbus lzma pam policykit python qrcode +seccomp selinux ssl
38 test vanilla xattr"
39
40 MINKV="3.10"
41 @@ -35,7 +35,7 @@
42 ssl? ( >=net-libs/gnutls-3.1.4:0= )
43 )
44 introspection? ( >=dev-libs/gobject-introspection-1.31.1:0= )
45 - kmod? ( >=sys-apps/kmod-15:0= )
46 + >=sys-apps/kmod-15:0=
47 lzma? ( app-arch/xz-utils:0=[${MULTILIB_USEDEP}] )
48 pam? ( virtual/pam:= )
49 python? ( ${PYTHON_DEPS} )
50 @@ -174,7 +174,6 @@
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.111 sys-apps/systemd/systemd-9999.ebuild
62
63 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.111&view=markup
64 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.111&content-type=text/plain
65 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.110&r2=1.111
66
67 Index: systemd-9999.ebuild
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
70 retrieving revision 1.110
71 retrieving revision 1.111
72 diff -u -r1.110 -r1.111
73 --- systemd-9999.ebuild 29 May 2014 01:11:48 -0000 1.110
74 +++ systemd-9999.ebuild 31 May 2014 16:48:06 -0000 1.111
75 @@ -1,6 +1,6 @@
76 # Copyright 1999-2014 Gentoo Foundation
77 # Distributed under the terms of the GNU General Public License v2
78 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.110 2014/05/29 01:11:48 floppym Exp $
79 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.111 2014/05/31 16:48:06 floppym Exp $
80
81 EAPI=5
82
83 @@ -26,7 +26,7 @@
84 SLOT="0/2"
85 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
86 IUSE="acl audit cryptsetup doc +firmware-loader gcrypt gudev http introspection
87 - kdbus +kmod lzma pam policykit python qrcode +seccomp selinux ssl
88 + kdbus lzma pam policykit python qrcode +seccomp selinux ssl
89 test vanilla xattr"
90
91 MINKV="3.10"
92 @@ -43,7 +43,7 @@
93 ssl? ( >=net-libs/gnutls-3.1.4:0= )
94 )
95 introspection? ( >=dev-libs/gobject-introspection-1.31.1:0= )
96 - kmod? ( >=sys-apps/kmod-15:0= )
97 + >=sys-apps/kmod-15:0=
98 lzma? ( app-arch/xz-utils:0=[${MULTILIB_USEDEP}] )
99 pam? ( virtual/pam:= )
100 python? ( ${PYTHON_DEPS} )
101 @@ -203,7 +203,6 @@
102 $(usex http $(use_enable ssl gnutls) --disable-gnutls)
103 $(use_enable introspection)
104 $(use_enable kdbus)
105 - $(use_enable kmod)
106 $(use_enable lzma xz)
107 $(use_enable pam)
108 $(use_enable policykit polkit)
109
110
111
112 1.259 sys-apps/systemd/ChangeLog
113
114 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.259&view=markup
115 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.259&content-type=text/plain
116 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.258&r2=1.259
117
118 Index: ChangeLog
119 ===================================================================
120 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
121 retrieving revision 1.258
122 retrieving revision 1.259
123 diff -u -r1.258 -r1.259
124 --- ChangeLog 30 May 2014 02:29:14 -0000 1.258
125 +++ ChangeLog 31 May 2014 16:48:06 -0000 1.259
126 @@ -1,6 +1,10 @@
127 # ChangeLog for sys-apps/systemd
128 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
129 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.258 2014/05/30 02:29:14 floppym Exp $
130 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.259 2014/05/31 16:48:06 floppym Exp $
131 +
132 + 31 May 2014; Mike Gilbert <floppym@g.o> systemd-213.ebuild,
133 + systemd-9999.ebuild:
134 + Forcably enable kmod due to bug 511924.
135
136 *systemd-212-r5 (30 May 2014)