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: ChangeLog systemd-44.ebuild
Date: Thu, 05 Apr 2012 18:41:14
Message-Id: 20120405184059.E715D2004B@flycatcher.gentoo.org
1 mgorny 12/04/05 18:40:59
2
3 Modified: ChangeLog systemd-44.ebuild
4 Log:
5 Avoid installing duplicate systemadm manpage.
6
7 (Portage version: 2.2.0_alpha99_p2/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.28 sys-apps/systemd/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.28&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.28&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.27&r2=1.28
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
19 retrieving revision 1.27
20 retrieving revision 1.28
21 diff -u -r1.27 -r1.28
22 --- ChangeLog 5 Apr 2012 11:15:27 -0000 1.27
23 +++ ChangeLog 5 Apr 2012 18:40:59 -0000 1.28
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sys-apps/systemd
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.27 2012/04/05 11:15:27 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.28 2012/04/05 18:40:59 mgorny Exp $
29 +
30 + 05 Apr 2012; Michał Górny <mgorny@g.o> systemd-44.ebuild:
31 + Avoid installing duplicate systemadm manpage.
32
33 *systemd-44 (05 Apr 2012)
34
35
36
37
38 1.2 sys-apps/systemd/systemd-44.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-44.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-44.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-44.ebuild?r1=1.1&r2=1.2
43
44 Index: systemd-44.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-44.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- systemd-44.ebuild 5 Apr 2012 11:15:27 -0000 1.1
51 +++ systemd-44.ebuild 5 Apr 2012 18:40:59 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-44.ebuild,v 1.1 2012/04/05 11:15:27 mgorny Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-44.ebuild,v 1.2 2012/04/05 18:40:59 mgorny Exp $
57
58 EAPI=4
59
60 @@ -101,6 +101,8 @@
61 rm "${D}"/usr/share/man/man8/{halt,poweroff,reboot,runlevel,shutdown,telinit}.8 \
62 || die
63 rm "${D}"/usr/share/man/man1/init.1 || die
64 + # collision with -ui
65 + rm "${D}"/usr/share/man/man1/systemadm.1 || die
66
67 # Create /run/lock as required by new baselay/OpenRC compat.
68 insinto /usr/lib/tmpfiles.d