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, 25 Feb 2014 14:40:25
Message-Id: 20140225144021.D434D2004C@flycatcher.gentoo.org
1 mgorny 14/02/25 14:40:21
2
3 Modified: systemd-9999.ebuild ChangeLog
4 Log:
5 Install compat pkg-config files only, and not compat libs. Bump subslot appropriately.
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.92 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.92&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.92&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.91&r2=1.92
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.91
20 retrieving revision 1.92
21 diff -u -r1.91 -r1.92
22 --- systemd-9999.ebuild 24 Feb 2014 22:40:20 -0000 1.91
23 +++ systemd-9999.ebuild 25 Feb 2014 14:40:21 -0000 1.92
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.91 2014/02/24 22:40:20 floppym Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.92 2014/02/25 14:40:21 mgorny Exp $
29
30 EAPI=5
31
32 @@ -23,7 +23,7 @@
33 SRC_URI="http://www.freedesktop.org/software/systemd/${P}.tar.xz"
34
35 LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
36 -SLOT="0/1"
37 +SLOT="0/2"
38 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
39 IUSE="acl audit cryptsetup doc +firmware-loader gcrypt gudev http introspection
40 kdbus +kmod lzma pam policykit python qrcode +seccomp selinux tcpd
41 @@ -177,8 +177,6 @@
42 # no deps
43 --enable-efi
44 --enable-ima
45 - # we enable compat libs, for now. hopefully we can drop this flag later
46 - --enable-compat-libs
47 # optional components/dependencies
48 $(use_enable acl)
49 $(use_enable audit)
50 @@ -294,6 +292,11 @@
51 # Even with --enable-networkd, it's not right to have this running by default
52 # when it's unconfigured.
53 rm -f "${D}"/etc/systemd/system/multi-user.target.wants/systemd-networkd.service
54 +
55 + # install compat pkg-config files
56 + local pcfiles=( src/compat-libs/libsystemd-{daemon,id128,journal,login}.pc )
57 + emake "${mymakeopts[@]}" install-pkgconfiglibDATA \
58 + pkgconfiglib_DATA="${pcfiles[*]}"
59 else
60 mymakeopts+=(
61 install-libLTLIBRARIES
62
63
64
65 1.227 sys-apps/systemd/ChangeLog
66
67 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.227&view=markup
68 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.227&content-type=text/plain
69 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.226&r2=1.227
70
71 Index: ChangeLog
72 ===================================================================
73 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
74 retrieving revision 1.226
75 retrieving revision 1.227
76 diff -u -r1.226 -r1.227
77 --- ChangeLog 24 Feb 2014 22:40:20 -0000 1.226
78 +++ ChangeLog 25 Feb 2014 14:40:21 -0000 1.227
79 @@ -1,6 +1,10 @@
80 # ChangeLog for sys-apps/systemd
81 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
82 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.226 2014/02/24 22:40:20 floppym Exp $
83 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.227 2014/02/25 14:40:21 mgorny Exp $
84 +
85 + 25 Feb 2014; Michał Górny <mgorny@g.o> systemd-9999.ebuild:
86 + Install compat pkg-config files only, and not compat libs. Bump subslot
87 + appropriately.
88
89 24 Feb 2014; Mike Gilbert <floppym@g.o> systemd-9999.ebuild:
90 We no longer need libxslt and docbook for non-LIVE builds.