Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/man-pages: ChangeLog man-pages-3.34.ebuild
Date: Sun, 25 Sep 2011 19:25:10
Message-Id: 20110925192501.4655E20036@flycatcher.gentoo.org
1 vapier 11/09/25 19:25:01
2
3 Modified: ChangeLog man-pages-3.34.ebuild
4 Log:
5 Use elog rather than einfo #384337 by William Throwe.
6
7 (Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.162 sys-apps/man-pages/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-pages/ChangeLog?rev=1.162&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-pages/ChangeLog?rev=1.162&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-pages/ChangeLog?r1=1.161&r2=1.162
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/man-pages/ChangeLog,v
19 retrieving revision 1.161
20 retrieving revision 1.162
21 diff -u -r1.161 -r1.162
22 --- ChangeLog 23 Sep 2011 15:01:33 -0000 1.161
23 +++ ChangeLog 25 Sep 2011 19:25:01 -0000 1.162
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sys-apps/man-pages
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/ChangeLog,v 1.161 2011/09/23 15:01:33 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/ChangeLog,v 1.162 2011/09/25 19:25:01 vapier Exp $
29 +
30 + 25 Sep 2011; Mike Frysinger <vapier@g.o> man-pages-3.34.ebuild:
31 + Use elog rather than einfo #384337 by William Throwe.
32
33 *man-pages-3.34 (23 Sep 2011)
34
35
36
37
38 1.2 sys-apps/man-pages/man-pages-3.34.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-pages/man-pages-3.34.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-pages/man-pages-3.34.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-pages/man-pages-3.34.ebuild?r1=1.1&r2=1.2
43
44 Index: man-pages-3.34.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-apps/man-pages/man-pages-3.34.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- man-pages-3.34.ebuild 23 Sep 2011 15:01:33 -0000 1.1
51 +++ man-pages-3.34.ebuild 25 Sep 2011 19:25:01 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/man-pages-3.34.ebuild,v 1.1 2011/09/23 15:01:33 vapier Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/man-pages-3.34.ebuild,v 1.2 2011/09/25 19:25:01 vapier Exp $
57
58 EAPI=3
59
60 @@ -51,7 +51,7 @@
61 }
62
63 pkg_postinst() {
64 - einfo "If you don't have a makewhatis cronjob, then you"
65 - einfo "should update the whatis database yourself:"
66 - einfo " # makewhatis -u"
67 + elog "If you don't have a makewhatis cronjob, then you"
68 + elog "should update the whatis database yourself:"
69 + elog " # makewhatis -u"
70 }