Gentoo Archives: gentoo-commits

From: "Michael Januszewski (spock)" <spock@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/oprofile: ChangeLog oprofile-0.9.4.ebuild
Date: Sun, 22 Mar 2009 07:51:23
Message-Id: E1LlISl-00056X-RI@stork.gentoo.org
1 spock 09/03/22 07:51:19
2
3 Modified: ChangeLog oprofile-0.9.4.ebuild
4 Log:
5 Fix the postinst messages so that they point to the correct location of the docs (bug #241974).
6 (Portage version: 2.1.6.9/cvs/Linux x86_64, RepoMan options: --force)
7
8 Revision Changes Path
9 1.56 dev-util/oprofile/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/oprofile/ChangeLog?rev=1.56&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/oprofile/ChangeLog?rev=1.56&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/oprofile/ChangeLog?r1=1.55&r2=1.56
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v
18 retrieving revision 1.55
19 retrieving revision 1.56
20 diff -u -r1.55 -r1.56
21 --- ChangeLog 10 Feb 2009 00:19:25 -0000 1.55
22 +++ ChangeLog 22 Mar 2009 07:51:19 -0000 1.56
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-util/oprofile
25 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.55 2009/02/10 00:19:25 spock Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.56 2009/03/22 07:51:19 spock Exp $
28 +
29 + 21 Mar 2009; Michał Januszewski <spock@g.o> oprofile-0.9.4.ebuild:
30 + Fix the postinst messages so that they point to the correct location of
31 + the docs (bug #241974).
32
33 09 Feb 2009; Michał Januszewski <spock@g.o>
34 +files/oprofile-0.9.4-open.patch, oprofile-0.9.4.ebuild:
35
36
37
38 1.7 dev-util/oprofile/oprofile-0.9.4.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/oprofile/oprofile-0.9.4.ebuild?rev=1.7&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/oprofile/oprofile-0.9.4.ebuild?rev=1.7&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/oprofile/oprofile-0.9.4.ebuild?r1=1.6&r2=1.7
43
44 Index: oprofile-0.9.4.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.4.ebuild,v
47 retrieving revision 1.6
48 retrieving revision 1.7
49 diff -u -r1.6 -r1.7
50 --- oprofile-0.9.4.ebuild 10 Feb 2009 00:19:25 -0000 1.6
51 +++ oprofile-0.9.4.ebuild 22 Mar 2009 07:51:19 -0000 1.7
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.4.ebuild,v 1.6 2009/02/10 00:19:25 spock Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.4.ebuild,v 1.7 2009/03/22 07:51:19 spock Exp $
57
58 EAPI=1
59
60 @@ -84,6 +84,6 @@
61 elog "Now load the oprofile module by running:"
62 elog " # opcontrol --init"
63 elog "Then read manpages and this html doc:"
64 - elog " /usr/share/doc/oprofile/oprofile.html"
65 + elog " /usr/share/doc/${PF}/oprofile.html"
66 echo
67 }