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: oprofile-0.9.4.ebuild ChangeLog
Date: Tue, 14 Oct 2008 19:23:07
Message-Id: E1KppTz-0005xH-T4@stork.gentoo.org
1 spock 08/10/14 19:23:03
2
3 Modified: oprofile-0.9.4.ebuild ChangeLog
4 Log:
5 Fix bug #241974 (install all documentation to the correct directory).
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.27 x86_64)
7
8 Revision Changes Path
9 1.5 dev-util/oprofile/oprofile-0.9.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/oprofile/oprofile-0.9.4.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/oprofile/oprofile-0.9.4.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/oprofile/oprofile-0.9.4.ebuild?r1=1.4&r2=1.5
14
15 Index: oprofile-0.9.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.4.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- oprofile-0.9.4.ebuild 6 Sep 2008 17:32:32 -0000 1.4
22 +++ oprofile-0.9.4.ebuild 14 Oct 2008 19:23:03 -0000 1.5
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.4.ebuild,v 1.4 2008/09/06 17:32:32 spock Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.4.ebuild,v 1.5 2008/10/14 19:23:03 spock Exp $
28
29 EAPI=1
30
31 @@ -69,7 +69,7 @@
32 local myinst=""
33
34 myinst="${myinst} MODINSTALLDIR=${D}/lib/modules/${KV_FULL}"
35 - make DESTDIR="${D}" ${myinst} install || die "make install failed"
36 + make DESTDIR="${D}" ${myinst} htmldir="/usr/share/doc/${PF}" install || die "make install failed"
37
38 dodoc ChangeLog* README TODO
39 }
40
41
42
43 1.54 dev-util/oprofile/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/oprofile/ChangeLog?rev=1.54&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/oprofile/ChangeLog?rev=1.54&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/oprofile/ChangeLog?r1=1.53&r2=1.54
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v
52 retrieving revision 1.53
53 retrieving revision 1.54
54 diff -u -r1.53 -r1.54
55 --- ChangeLog 6 Sep 2008 17:32:32 -0000 1.53
56 +++ ChangeLog 14 Oct 2008 19:23:03 -0000 1.54
57 @@ -1,6 +1,9 @@
58 # ChangeLog for dev-util/oprofile
59 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.53 2008/09/06 17:32:32 spock Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.54 2008/10/14 19:23:03 spock Exp $
62 +
63 + 14 Oct 2008; Michał Januszewski <spock@g.o> oprofile-0.9.4.ebuild:
64 + Fix bug #241974 (install all documentation to the correct directory).
65
66 06 Sep 2008; Michał Januszewski <spock@g.o>
67 +files/oprofile-0.9.4-gcc43.patch, oprofile-0.9.4.ebuild: