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 22:02:51
Message-Id: 20130326220245.7DB0C2171D@flycatcher.gentoo.org
1 mgorny 13/03/26 22:02:45
2
3 Modified: systemd-9999.ebuild ChangeLog
4 Log:
5 Move nss_myhostname back to /usr -- it seems that nss handles this well.
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.31 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.31&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.31&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.30&r2=1.31
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.30
20 retrieving revision 1.31
21 diff -u -r1.30 -r1.31
22 --- systemd-9999.ebuild 26 Mar 2013 17:29:23 -0000 1.30
23 +++ systemd-9999.ebuild 26 Mar 2013 22:02:45 -0000 1.31
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.30 2013/03/26 17:29:23 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.31 2013/03/26 22:02:45 mgorny Exp $
29
30 EAPI=5
31
32 @@ -159,11 +159,6 @@
33 # remove pam.d plugin .la-file
34 prune_libtool_files --modules
35
36 - # move nss_myhostname to rootfs (bug #460640)
37 - dodir /$(get_libdir)
38 - mv "${D}"/usr/$(get_libdir)/libnss_myhostname* "${D}"/$(get_libdir)/ \
39 - || die "Unable to move nss_myhostname to rootfs"
40 -
41 # compat for init= use
42 dosym ../usr/lib/systemd/systemd /bin/systemd
43 dosym ../lib/systemd/systemd /usr/bin/systemd
44
45
46
47 1.100 sys-apps/systemd/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.100&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.100&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.99&r2=1.100
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
56 retrieving revision 1.99
57 retrieving revision 1.100
58 diff -u -r1.99 -r1.100
59 --- ChangeLog 26 Mar 2013 17:29:23 -0000 1.99
60 +++ ChangeLog 26 Mar 2013 22:02:45 -0000 1.100
61 @@ -1,6 +1,9 @@
62 # ChangeLog for sys-apps/systemd
63 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.99 2013/03/26 17:29:23 mgorny Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.100 2013/03/26 22:02:45 mgorny Exp $
66 +
67 + 26 Mar 2013; Michał Górny <mgorny@g.o> systemd-9999.ebuild:
68 + Move nss_myhostname back to /usr -- it seems that nss handles this well.
69
70 26 Mar 2013; Michał Górny <mgorny@g.o> systemd-9999.ebuild:
71 Enable EFI support unconditionally since it does not introduce any deps.