Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/e4rat: e4rat-0.2.3-r1.ebuild ChangeLog
Date: Sun, 28 Jul 2013 12:36:48
Message-Id: 20130728123642.9F5A42171C@flycatcher.gentoo.org
1 pacho 13/07/28 12:36:42
2
3 Modified: e4rat-0.2.3-r1.ebuild ChangeLog
4 Log:
5 Inform people about how to work with systemd
6
7 (Portage version: 2.1.13.1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.6 sys-fs/e4rat/e4rat-0.2.3-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/e4rat/e4rat-0.2.3-r1.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/e4rat/e4rat-0.2.3-r1.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/e4rat/e4rat-0.2.3-r1.ebuild?r1=1.5&r2=1.6
15
16 Index: e4rat-0.2.3-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-fs/e4rat/e4rat-0.2.3-r1.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- e4rat-0.2.3-r1.ebuild 21 Jan 2013 20:49:42 -0000 1.5
23 +++ e4rat-0.2.3-r1.ebuild 28 Jul 2013 12:36:42 -0000 1.6
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-fs/e4rat/e4rat-0.2.3-r1.ebuild,v 1.5 2013/01/21 20:49:42 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/e4rat/e4rat-0.2.3-r1.ebuild,v 1.6 2013/07/28 12:36:42 pacho Exp $
29
30 EAPI=5
31
32 @@ -33,7 +33,11 @@
33 pkg_setup() {
34 check_extra_config
35 DOC_CONTENTS="Please consult the following link if you need help
36 - configuring your system: http://en.gentoo-wiki.com/wiki/E4rat"
37 + configuring your system: http://en.gentoo-wiki.com/wiki/E4rat\n
38 + \nTo launch systemd from e4rat you simply need to edit /etc/e4rat.conf
39 + and set:\n
40 + ; path to init process binary (DEFAULT: /sbin/init)\n
41 + init /usr/lib/systemd/systemd"
42 }
43
44 src_install() {
45
46
47
48 1.16 sys-fs/e4rat/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/e4rat/ChangeLog?rev=1.16&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/e4rat/ChangeLog?rev=1.16&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/e4rat/ChangeLog?r1=1.15&r2=1.16
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/sys-fs/e4rat/ChangeLog,v
57 retrieving revision 1.15
58 retrieving revision 1.16
59 diff -u -r1.15 -r1.16
60 --- ChangeLog 21 Jan 2013 20:49:42 -0000 1.15
61 +++ ChangeLog 28 Jul 2013 12:36:42 -0000 1.16
62 @@ -1,6 +1,9 @@
63 # ChangeLog for sys-fs/e4rat
64 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/e4rat/ChangeLog,v 1.15 2013/01/21 20:49:42 pacho Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/e4rat/ChangeLog,v 1.16 2013/07/28 12:36:42 pacho Exp $
67 +
68 + 28 Jul 2013; Pacho Ramos <pacho@g.o> e4rat-0.2.3-r1.ebuild:
69 + Inform people about how to work with systemd
70
71 21 Jan 2013; Pacho Ramos <pacho@g.o> -e4rat-0.2.3.ebuild,
72 e4rat-0.2.3-r1.ebuild: