Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog
Date: Tue, 26 Mar 2013 17:29:30
Message-Id: 20130326172923.B2AC72171D@flycatcher.gentoo.org
1 mgorny 13/03/26 17:29:23
2
3 Modified: systemd-9999.ebuild ChangeLog
4 Log:
5 Enable EFI support unconditionally since it does not introduce any deps.
6
7 (Portage version: 2.2.0_alpha169/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
8
9 Revision Changes Path
10 1.30 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.30&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.30&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.29&r2=1.30
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.29
20 retrieving revision 1.30
21 diff -u -r1.29 -r1.30
22 --- systemd-9999.ebuild 26 Mar 2013 17:19:57 -0000 1.29
23 +++ systemd-9999.ebuild 26 Mar 2013 17:29:23 -0000 1.30
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 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.29 2013/03/26 17:19:57 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.30 2013/03/26 17:29:23 mgorny Exp $
29
30 EAPI=5
31
32 @@ -22,7 +22,7 @@
33 LICENSE="GPL-2 LGPL-2.1 MIT"
34 SLOT="0"
35 KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
36 -IUSE="acl audit cryptsetup doc efi gcrypt gudev http
37 +IUSE="acl audit cryptsetup doc gcrypt gudev http
38 introspection +kmod lzma pam python qrcode selinux static-libs
39 tcpd vanilla xattr"
40
41 @@ -108,19 +108,19 @@
42 --with-pamlibdir=/$(get_libdir)/security
43 # make sure we get /bin:/sbin in $PATH
44 --enable-split-usr
45 - # no deps
46 - --enable-keymap
47 # disable sysv compatibility
48 --with-sysvinit-path=
49 --with-sysvrcnd-path=
50 # just text files
51 --enable-polkit
52 + # no deps
53 + --enable-keymap
54 + --enable-efi
55 # optional components/dependencies
56 $(use_enable acl)
57 $(use_enable audit)
58 $(use_enable cryptsetup libcryptsetup)
59 $(use_enable doc gtk-doc)
60 - $(use_enable efi)
61 $(use_enable gcrypt)
62 $(use_enable gudev)
63 $(use_enable http microhttpd)
64
65
66
67 1.99 sys-apps/systemd/ChangeLog
68
69 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.99&view=markup
70 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.99&content-type=text/plain
71 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.98&r2=1.99
72
73 Index: ChangeLog
74 ===================================================================
75 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
76 retrieving revision 1.98
77 retrieving revision 1.99
78 diff -u -r1.98 -r1.99
79 --- ChangeLog 26 Mar 2013 17:19:57 -0000 1.98
80 +++ ChangeLog 26 Mar 2013 17:29:23 -0000 1.99
81 @@ -1,6 +1,9 @@
82 # ChangeLog for sys-apps/systemd
83 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
84 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.98 2013/03/26 17:19:57 mgorny Exp $
85 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.99 2013/03/26 17:29:23 mgorny Exp $
86 +
87 + 26 Mar 2013; Michał Górny <mgorny@g.o> systemd-9999.ebuild:
88 + Enable EFI support unconditionally since it does not introduce any deps.
89
90 26 Mar 2013; Michał Górny <mgorny@g.o> systemd-9999.ebuild:
91 Warn users who use compatibility symlinks for init=.