Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/oprofile: ChangeLog oprofile-0.9.6.ebuild oprofile-0.9.4.ebuild oprofile-0.9.5.ebuild oprofile-0.9.3.ebuild
Date: Tue, 16 Feb 2010 16:45:35
Message-Id: E1NhQYE-0001AQ-2m@stork.gentoo.org
1 ssuominen 10/02/16 16:45:30
2
3 Modified: ChangeLog oprofile-0.9.6.ebuild
4 Removed: oprofile-0.9.4.ebuild oprofile-0.9.5.ebuild
5 oprofile-0.9.3.ebuild
6 Log:
7 Remove USE="qt3" wrt #301377, thanks to Ben de Groot for reporting.
8 (Portage version: 2.2_rc62/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.64 dev-util/oprofile/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/oprofile/ChangeLog?rev=1.64&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/oprofile/ChangeLog?rev=1.64&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/oprofile/ChangeLog?r1=1.63&r2=1.64
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v
20 retrieving revision 1.63
21 retrieving revision 1.64
22 diff -u -r1.63 -r1.64
23 --- ChangeLog 4 Feb 2010 03:05:29 -0000 1.63
24 +++ ChangeLog 16 Feb 2010 16:45:29 -0000 1.64
25 @@ -1,6 +1,9 @@
26 # ChangeLog for dev-util/oprofile
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.63 2010/02/04 03:05:29 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.64 2010/02/16 16:45:29 ssuominen Exp $
30 +
31 + 16 Feb 2010; Samuli Suominen <ssuominen@g.o> oprofile-0.9.6.ebuild:
32 + Remove USE="qt3" wrt #301377, thanks to Ben de Groot for reporting.
33
34 04 Feb 2010; Jeroen Roovers <jer@g.o> oprofile-0.9.6.ebuild:
35 Stable for HPPA PPC (bug #297610).
36
37
38
39 1.5 dev-util/oprofile/oprofile-0.9.6.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/oprofile/oprofile-0.9.6.ebuild?rev=1.5&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/oprofile/oprofile-0.9.6.ebuild?rev=1.5&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/oprofile/oprofile-0.9.6.ebuild?r1=1.4&r2=1.5
44
45 Index: oprofile-0.9.6.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.6.ebuild,v
48 retrieving revision 1.4
49 retrieving revision 1.5
50 diff -u -r1.4 -r1.5
51 --- oprofile-0.9.6.ebuild 4 Feb 2010 03:05:29 -0000 1.4
52 +++ oprofile-0.9.6.ebuild 16 Feb 2010 16:45:29 -0000 1.5
53 @@ -1,23 +1,22 @@
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.6.ebuild,v 1.4 2010/02/04 03:05:29 jer Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.6.ebuild,v 1.5 2010/02/16 16:45:29 ssuominen Exp $
58
59 EAPI=1
60 -
61 -inherit qt3 linux-info
62 +inherit linux-info
63
64 DESCRIPTION="A transparent low-overhead system-wide profiler"
65 HOMEPAGE="http://oprofile.sourceforge.net"
66 SRC_URI="mirror://sourceforge/oprofile/${P}.tar.gz"
67 -LICENSE="GPL-2"
68
69 +LICENSE="GPL-2"
70 SLOT="0"
71 KEYWORDS="amd64 hppa ppc ~ppc64 ~sparc x86"
72 -IUSE="qt3"
73 +IUSE=""
74 +
75 DEPEND=">=dev-libs/popt-1.7-r1
76 >=sys-devel/binutils-2.14.90.0.6-r3
77 - >=sys-libs/glibc-2.3.2-r1
78 - qt3? ( x11-libs/qt:3 )"
79 + >=sys-libs/glibc-2.3.2-r1"
80
81 pkg_setup() {
82 linux-info_pkg_setup
83 @@ -28,42 +27,26 @@
84 }
85
86 src_compile() {
87 - local myconf=""
88 -
89 - if use qt3
90 - then
91 - REALHOME="$HOME"
92 - mkdir -p "$T"/fakehome/.kde
93 - mkdir -p "$T"/fakehome/.qt
94 - export HOME="$T/fakehome"
95 - addwrite "${QTDIR}/etc/settings"
96 -
97 - # things that should access the real homedir
98 - [ -d "$REALHOME/.ccache" ] && ln -sf "$REALHOME/.ccache" "$HOME/"
99 - else
100 - myconf="${myconf} --with-qt-dir=/void"
101 - fi
102 -
103 - myconf="${myconf} --with-x"
104 + local myconf="--with-qt-dir=/void --with-x"
105
106 case ${KV_FULL} in
107 2.2.*|2.4.*) myconf="${myconf} --with-linux=${KV_DIR}";;
108 2.5.*|2.6.*) myconf="${myconf} --with-kernel-support";;
109 *) die "Kernel version '${KV_FULL}' not supported";;
110 esac
111 - econf ${myconf} || die "econf failed"
112 + econf ${myconf} || die
113
114 local mymake=""
115
116 sed -i -e "s,depmod -a,:,g" Makefile
117 - emake ${mymake} || die "emake failed"
118 + emake ${mymake} || die
119 }
120
121 src_install() {
122 local myinst=""
123
124 myinst="${myinst} MODINSTALLDIR=${D}/lib/modules/${KV_FULL}"
125 - make DESTDIR="${D}" ${myinst} htmldir="/usr/share/doc/${PF}" install || die "make install failed"
126 + make DESTDIR="${D}" ${myinst} htmldir="/usr/share/doc/${PF}" install || die
127
128 dodoc ChangeLog* README TODO
129 }