Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/sysprof: metadata.xml ChangeLog sysprof-1.0.12.ebuild sysprof-1.0.12-r1.ebuild sysprof-1.1.8.ebuild
Date: Sun, 30 Oct 2011 18:43:27
Message-Id: 20111030184318.59BC02004B@flycatcher.gentoo.org
1 tetromino 11/10/30 18:43:18
2
3 Modified: metadata.xml ChangeLog sysprof-1.0.12.ebuild
4 sysprof-1.0.12-r1.ebuild
5 Added: sysprof-1.1.8.ebuild
6 Log:
7 Bump to 1.1.8 from the gnome overlay. Adding myself as co-maintainer (acked by leio). Update project homepage and SRC_URI. Notable changes: uses the perf counter interface introduced in kernel 2.6.31 instead of building its own kernel module; adds a command-line interface.
8
9 (Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.5 dev-util/sysprof/metadata.xml
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/sysprof/metadata.xml?rev=1.5&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/sysprof/metadata.xml?rev=1.5&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/sysprof/metadata.xml?r1=1.4&r2=1.5
17
18 Index: metadata.xml
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-util/sysprof/metadata.xml,v
21 retrieving revision 1.4
22 retrieving revision 1.5
23 diff -u -r1.4 -r1.5
24 --- metadata.xml 24 Sep 2011 08:55:06 -0000 1.4
25 +++ metadata.xml 30 Oct 2011 18:43:17 -0000 1.5
26 @@ -4,9 +4,13 @@
27 <maintainer>
28 <email>leio@g.o</email>
29 </maintainer>
30 +<maintainer>
31 +<email>tetromino@g.o</email>
32 +<name>Alexandre Rostovtsev</name>
33 +</maintainer>
34 <longdescription lang="en">
35 - Sysprof is a sampling CPU profiler for Linux that uses a kernel module
36 - to profile the entire system, not just a single application.
37 + Sysprof is a sampling CPU profiler for Linux that profiles the entire system,
38 + not just a single application.
39 Sysprof handles shared libraries and applications do not need to be recompiled.
40 In fact they don't even have to be restarted.
41 </longdescription>
42
43
44
45 1.17 dev-util/sysprof/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/sysprof/ChangeLog?rev=1.17&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/sysprof/ChangeLog?rev=1.17&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/sysprof/ChangeLog?r1=1.16&r2=1.17
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-util/sysprof/ChangeLog,v
54 retrieving revision 1.16
55 retrieving revision 1.17
56 diff -u -r1.16 -r1.17
57 --- ChangeLog 27 Mar 2011 13:09:22 -0000 1.16
58 +++ ChangeLog 30 Oct 2011 18:43:17 -0000 1.17
59 @@ -1,6 +1,16 @@
60 # ChangeLog for dev-util/sysprof
61 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-util/sysprof/ChangeLog,v 1.16 2011/03/27 13:09:22 nirbheek Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-util/sysprof/ChangeLog,v 1.17 2011/10/30 18:43:17 tetromino Exp $
64 +
65 +*sysprof-1.1.8 (30 Oct 2011)
66 +
67 + 30 Oct 2011; Alexandre Rostovtsev <tetromino@g.o>
68 + sysprof-1.0.12.ebuild, sysprof-1.0.12-r1.ebuild, +sysprof-1.1.8.ebuild,
69 + metadata.xml:
70 + Bump to 1.1.8 from the gnome overlay. Adding myself as co-maintainer (acked
71 + by leio). Update project homepage and SRC_URI.
72 + Notable changes: uses the perf counter interface introduced in kernel 2.6.31
73 + instead of building its own kernel module; adds a command-line interface.
74
75 27 Mar 2011; Nirbheek Chauhan <nirbheek@g.o> sysprof-1.0.12.ebuild,
76 sysprof-1.0.12-r1.ebuild:
77
78
79
80 1.4 dev-util/sysprof/sysprof-1.0.12.ebuild
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/sysprof/sysprof-1.0.12.ebuild?rev=1.4&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/sysprof/sysprof-1.0.12.ebuild?rev=1.4&content-type=text/plain
84 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/sysprof/sysprof-1.0.12.ebuild?r1=1.3&r2=1.4
85
86 Index: sysprof-1.0.12.ebuild
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/dev-util/sysprof/sysprof-1.0.12.ebuild,v
89 retrieving revision 1.3
90 retrieving revision 1.4
91 diff -u -r1.3 -r1.4
92 --- sysprof-1.0.12.ebuild 27 Mar 2011 13:09:22 -0000 1.3
93 +++ sysprof-1.0.12.ebuild 30 Oct 2011 18:43:18 -0000 1.4
94 @@ -1,14 +1,14 @@
95 # Copyright 1999-2011 Gentoo Foundation
96 # Distributed under the terms of the GNU General Public License v2
97 -# $Header: /var/cvsroot/gentoo-x86/dev-util/sysprof/sysprof-1.0.12.ebuild,v 1.3 2011/03/27 13:09:22 nirbheek Exp $
98 +# $Header: /var/cvsroot/gentoo-x86/dev-util/sysprof/sysprof-1.0.12.ebuild,v 1.4 2011/10/30 18:43:18 tetromino Exp $
99
100 EAPI="1"
101
102 inherit eutils linux-mod
103
104 DESCRIPTION="System-wide Linux Profiler"
105 -HOMEPAGE="http://www.daimi.au.dk/~sandmann/sysprof/"
106 -SRC_URI="http://www.daimi.au.dk/~sandmann/sysprof/${P}.tar.gz"
107 +HOMEPAGE="http://sysprof.com/"
108 +SRC_URI="http://sysprof.com/${P}.tar.gz"
109
110 LICENSE="GPL-2"
111 SLOT="0"
112
113
114
115 1.3 dev-util/sysprof/sysprof-1.0.12-r1.ebuild
116
117 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/sysprof/sysprof-1.0.12-r1.ebuild?rev=1.3&view=markup
118 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/sysprof/sysprof-1.0.12-r1.ebuild?rev=1.3&content-type=text/plain
119 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/sysprof/sysprof-1.0.12-r1.ebuild?r1=1.2&r2=1.3
120
121 Index: sysprof-1.0.12-r1.ebuild
122 ===================================================================
123 RCS file: /var/cvsroot/gentoo-x86/dev-util/sysprof/sysprof-1.0.12-r1.ebuild,v
124 retrieving revision 1.2
125 retrieving revision 1.3
126 diff -u -r1.2 -r1.3
127 --- sysprof-1.0.12-r1.ebuild 27 Mar 2011 13:09:22 -0000 1.2
128 +++ sysprof-1.0.12-r1.ebuild 30 Oct 2011 18:43:18 -0000 1.3
129 @@ -1,14 +1,14 @@
130 # Copyright 1999-2011 Gentoo Foundation
131 # Distributed under the terms of the GNU General Public License v2
132 -# $Header: /var/cvsroot/gentoo-x86/dev-util/sysprof/sysprof-1.0.12-r1.ebuild,v 1.2 2011/03/27 13:09:22 nirbheek Exp $
133 +# $Header: /var/cvsroot/gentoo-x86/dev-util/sysprof/sysprof-1.0.12-r1.ebuild,v 1.3 2011/10/30 18:43:18 tetromino Exp $
134
135 EAPI="1"
136
137 inherit eutils linux-mod
138
139 DESCRIPTION="System-wide Linux Profiler"
140 -HOMEPAGE="http://www.daimi.au.dk/~sandmann/sysprof/"
141 -SRC_URI="http://www.daimi.au.dk/~sandmann/sysprof/${P}.tar.gz"
142 +HOMEPAGE="http://sysprof.com/"
143 +SRC_URI="http://sysprof.com/${P}.tar.gz"
144
145 LICENSE="GPL-2"
146 SLOT="0"
147
148
149
150 1.1 dev-util/sysprof/sysprof-1.1.8.ebuild
151
152 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/sysprof/sysprof-1.1.8.ebuild?rev=1.1&view=markup
153 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/sysprof/sysprof-1.1.8.ebuild?rev=1.1&content-type=text/plain
154
155 Index: sysprof-1.1.8.ebuild
156 ===================================================================
157 # Copyright 1999-2011 Gentoo Foundation
158 # Distributed under the terms of the GNU General Public License v2
159 # $Header: /var/cvsroot/gentoo-x86/dev-util/sysprof/sysprof-1.1.8.ebuild,v 1.1 2011/10/30 18:43:18 tetromino Exp $
160
161 EAPI="4"
162
163 inherit gnome2-utils eutils linux-info
164
165 DESCRIPTION="System-wide Linux Profiler"
166 HOMEPAGE="http://sysprof.com/"
167 SRC_URI="http://sysprof.com/${P}.tar.gz"
168
169 LICENSE="GPL-2"
170 SLOT="0"
171 KEYWORDS="~amd64 ~x86"
172 IUSE=""
173
174 RDEPEND=">=dev-libs/glib-2.6:2
175 >=x11-libs/gtk+-2.6:2
176 x11-libs/pango
177 >=gnome-base/libglade-2:2.0"
178 DEPEND="${RDEPEND}
179 >=dev-util/pkgconfig-0.9"
180
181 DOCS="AUTHORS NEWS README TODO" # ChangeLog is empty
182
183 pkg_pretend() {
184 kernel_is -ge 2 6 31 && return
185 die "Sysprof will not work with a kernel version less than 2.6.31"
186 }
187
188 src_install() {
189 default
190
191 # Install udev rules in the proper place
192 mkdir -p "${D}/lib/udev/rules.d" || die
193 mv "${D}/etc/udev/rules.d/"* "${D}/lib/udev/rules.d/" || die
194 rm -rf "${D}/etc/udev/rules.d/"
195
196 # Insert icons in the proper place
197 for i in 16 24 32 48; do
198 insinto "/usr/share/icons/hicolor/${i}x${i}/apps"
199 newins "${S}/sysprof-icon-${i}.png" sysprof.png
200 rm "${D}/usr/share/pixmaps/sysprof-icon-${i}.png" || die "rm $i failed!"
201 done
202 make_desktop_entry sysprof Sysprof sysprof
203 }
204
205 pkg_preinst() {
206 gnome2_icon_savelist
207 }
208
209 pkg_postinst() {
210 gnome2_icon_cache_update
211 elog "On many systems, especially amd64, it is typical that with a modern"
212 elog "toolchain -fomit-frame-pointer for gcc is the default, because"
213 elog "debugging is still possible thanks to gcc4/gdb location list feature."
214 elog "However sysprof is not able to construct call trees if frame pointers"
215 elog "are not present. Therefore -fno-omit-frame-pointer CFLAGS is suggested"
216 elog "for the libraries and applications involved in the profiling. That"
217 elog "means a CPU register is used for the frame pointer instead of other"
218 elog "purposes, which means a very minimal performance loss when there is"
219 elog "register pressure."
220 }
221
222 pkg_postrm() {
223 gnome2_icon_cache_update
224 }