Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/oprofile: oprofile-0.9.7.ebuild oprofile-0.9.6.ebuild ChangeLog
Date: Thu, 07 Jun 2012 21:41:29
Message-Id: 20120607214119.8E0802004B@flycatcher.gentoo.org
1 zmedico 12/06/07 21:41:19
2
3 Modified: oprofile-0.9.7.ebuild oprofile-0.9.6.ebuild
4 ChangeLog
5 Log:
6 inherit eutils for epatch, user for enewgroup and enewuser, and multilib for get_libdir
7
8 (Portage version: 2.2.0_alpha110/cvs/Linux i686)
9
10 Revision Changes Path
11 1.3 dev-util/oprofile/oprofile-0.9.7.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/oprofile-0.9.7.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/oprofile-0.9.7.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/oprofile-0.9.7.ebuild?r1=1.2&r2=1.3
16
17 Index: oprofile-0.9.7.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.7.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- oprofile-0.9.7.ebuild 18 May 2012 23:30:20 -0000 1.2
24 +++ oprofile-0.9.7.ebuild 7 Jun 2012 21:41:19 -0000 1.3
25 @@ -1,9 +1,9 @@
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.7.ebuild,v 1.2 2012/05/18 23:30:20 mattst88 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.7.ebuild,v 1.3 2012/06/07 21:41:19 zmedico Exp $
30
31 EAPI=2
32 -inherit eutils linux-info java-pkg-opt-2
33 +inherit eutils linux-info multilib user java-pkg-opt-2
34
35 MY_P=${PN}-${PV/_/-}
36 DESCRIPTION="A transparent low-overhead system-wide profiler"
37
38
39
40 1.9 dev-util/oprofile/oprofile-0.9.6.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/oprofile-0.9.6.ebuild?rev=1.9&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/oprofile-0.9.6.ebuild?rev=1.9&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/oprofile-0.9.6.ebuild?r1=1.8&r2=1.9
45
46 Index: oprofile-0.9.6.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.6.ebuild,v
49 retrieving revision 1.8
50 retrieving revision 1.9
51 diff -u -r1.8 -r1.9
52 --- oprofile-0.9.6.ebuild 12 Jun 2011 12:45:57 -0000 1.8
53 +++ oprofile-0.9.6.ebuild 7 Jun 2012 21:41:19 -0000 1.9
54 @@ -1,9 +1,9 @@
55 -# Copyright 1999-2011 Gentoo Foundation
56 +# Copyright 1999-2012 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.6.ebuild,v 1.8 2011/06/12 12:45:57 spock Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.6.ebuild,v 1.9 2012/06/07 21:41:19 zmedico Exp $
60
61 EAPI=1
62 -inherit linux-info
63 +inherit eutils linux-info
64
65 DESCRIPTION="A transparent low-overhead system-wide profiler"
66 HOMEPAGE="http://oprofile.sourceforge.net"
67
68
69
70 1.80 dev-util/oprofile/ChangeLog
71
72 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/ChangeLog?rev=1.80&view=markup
73 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/ChangeLog?rev=1.80&content-type=text/plain
74 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/ChangeLog?r1=1.79&r2=1.80
75
76 Index: ChangeLog
77 ===================================================================
78 RCS file: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v
79 retrieving revision 1.79
80 retrieving revision 1.80
81 diff -u -r1.79 -r1.80
82 --- ChangeLog 18 May 2012 23:30:20 -0000 1.79
83 +++ ChangeLog 7 Jun 2012 21:41:19 -0000 1.80
84 @@ -1,6 +1,11 @@
85 # ChangeLog for dev-util/oprofile
86 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
87 -# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.79 2012/05/18 23:30:20 mattst88 Exp $
88 +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.80 2012/06/07 21:41:19 zmedico Exp $
89 +
90 + 07 Jun 2012; Zac Medico <zmedico@g.o> oprofile-0.9.6.ebuild,
91 + oprofile-0.9.7.ebuild:
92 + inherit eutils for epatch, user for enewgroup and enewuser, and multilib for
93 + get_libdir
94
95 18 May 2012; Matt Turner <mattst88@g.o> oprofile-0.9.7.ebuild:
96 Added ~mips.