* [gentoo-commits] gentoo-x86 commit in dev-util/oprofile: oprofile-0.9.6-r1.ebuild ChangeLog
@ 2011-06-22 13:52 Peter Volkov (pva)
0 siblings, 0 replies; 5+ messages in thread
From: Peter Volkov (pva) @ 2011-06-22 13:52 UTC (permalink / raw
To: gentoo-commits
pva 11/06/22 13:52:05
Modified: oprofile-0.9.6-r1.ebuild ChangeLog
Log:
Make sure correct options are passed with linux-3.0, bug #372463 thank Manuel Lauss for report.
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-util/oprofile/oprofile-0.9.6-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/oprofile-0.9.6-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/oprofile-0.9.6-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/oprofile-0.9.6-r1.ebuild?r1=1.1&r2=1.2
Index: oprofile-0.9.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.6-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- oprofile-0.9.6-r1.ebuild 20 Jun 2011 05:23:29 -0000 1.1
+++ oprofile-0.9.6-r1.ebuild 22 Jun 2011 13:52:05 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.6-r1.ebuild,v 1.1 2011/06/20 05:23:29 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.6-r1.ebuild,v 1.2 2011/06/22 13:52:05 pva Exp $
EAPI=4
inherit eutils linux-info
@@ -42,7 +42,7 @@
case ${KV_FULL} in
2.2.*|2.4.*) myconf="${myconf} --with-linux=${KV_DIR}";;
- 2.5.*|2.6.*) myconf="${myconf} --with-kernel-support";;
+ 2.5.*|2.6.*|3.*) myconf="${myconf} --with-kernel-support";;
*) die "Kernel version '${KV_FULL}' not supported";;
esac
econf ${myconf}
1.70 dev-util/oprofile/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/ChangeLog?rev=1.70&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/ChangeLog?rev=1.70&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/ChangeLog?r1=1.69&r2=1.70
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog 20 Jun 2011 05:23:29 -0000 1.69
+++ ChangeLog 22 Jun 2011 13:52:05 -0000 1.70
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/oprofile
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.69 2011/06/20 05:23:29 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.70 2011/06/22 13:52:05 pva Exp $
+
+ 22 Jun 2011; Peter Volkov <pva@gentoo.org> oprofile-0.9.6-r1.ebuild:
+ Make sure correct options are passed with linux-3.0, bug #372463 thank Manuel
+ Lauss for report.
*oprofile-0.9.7_rc1 (20 Jun 2011)
*oprofile-0.9.6-r1 (20 Jun 2011)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/oprofile: oprofile-0.9.6-r1.ebuild ChangeLog
@ 2011-06-22 20:24 Brent Baude (ranger)
0 siblings, 0 replies; 5+ messages in thread
From: Brent Baude (ranger) @ 2011-06-22 20:24 UTC (permalink / raw
To: gentoo-commits
ranger 11/06/22 20:24:03
Modified: oprofile-0.9.6-r1.ebuild ChangeLog
Log:
Marking oprofile-0.9.6-r1 ppc for bug 366699
(Portage version: 2.1.9.42/cvs/Linux ppc64)
Revision Changes Path
1.4 dev-util/oprofile/oprofile-0.9.6-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/oprofile-0.9.6-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/oprofile-0.9.6-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/oprofile-0.9.6-r1.ebuild?r1=1.3&r2=1.4
Index: oprofile-0.9.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.6-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- oprofile-0.9.6-r1.ebuild 22 Jun 2011 14:42:24 -0000 1.3
+++ oprofile-0.9.6-r1.ebuild 22 Jun 2011 20:24:03 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.6-r1.ebuild,v 1.3 2011/06/22 14:42:24 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.6-r1.ebuild,v 1.4 2011/06/22 20:24:03 ranger Exp $
EAPI=4
inherit eutils linux-info
@@ -11,7 +11,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ppc ~ppc64 ~sparc ~x86"
IUSE=""
DEPEND=">=dev-libs/popt-1.7-r1
1.72 dev-util/oprofile/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/ChangeLog?rev=1.72&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/ChangeLog?rev=1.72&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/ChangeLog?r1=1.71&r2=1.72
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog 22 Jun 2011 14:42:24 -0000 1.71
+++ ChangeLog 22 Jun 2011 20:24:03 -0000 1.72
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/oprofile
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.71 2011/06/22 14:42:24 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.72 2011/06/22 20:24:03 ranger Exp $
+
+ 22 Jun 2011; Brent Baude <ranger@gentoo.org> oprofile-0.9.6-r1.ebuild:
+ Marking oprofile-0.9.6-r1 ppc for bug 366699
22 Jun 2011; Peter Volkov <pva@gentoo.org> oprofile-0.9.6-r1.ebuild,
oprofile-0.9.7_rc1.ebuild:
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/oprofile: oprofile-0.9.6-r1.ebuild ChangeLog
@ 2011-06-23 7:25 Markos Chandras (hwoarang)
0 siblings, 0 replies; 5+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-06-23 7:25 UTC (permalink / raw
To: gentoo-commits
hwoarang 11/06/23 07:25:33
Modified: oprofile-0.9.6-r1.ebuild ChangeLog
Log:
Stable on amd64 wrt bug #366699
(Portage version: 2.1.9.49/cvs/Linux x86_64)
Revision Changes Path
1.5 dev-util/oprofile/oprofile-0.9.6-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/oprofile-0.9.6-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/oprofile-0.9.6-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/oprofile-0.9.6-r1.ebuild?r1=1.4&r2=1.5
Index: oprofile-0.9.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.6-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- oprofile-0.9.6-r1.ebuild 22 Jun 2011 20:24:03 -0000 1.4
+++ oprofile-0.9.6-r1.ebuild 23 Jun 2011 07:25:33 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.6-r1.ebuild,v 1.4 2011/06/22 20:24:03 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.6-r1.ebuild,v 1.5 2011/06/23 07:25:33 hwoarang Exp $
EAPI=4
inherit eutils linux-info
@@ -11,7 +11,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ppc ~ppc64 ~sparc ~x86"
IUSE=""
DEPEND=">=dev-libs/popt-1.7-r1
1.73 dev-util/oprofile/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/ChangeLog?rev=1.73&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/ChangeLog?rev=1.73&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/ChangeLog?r1=1.72&r2=1.73
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog 22 Jun 2011 20:24:03 -0000 1.72
+++ ChangeLog 23 Jun 2011 07:25:33 -0000 1.73
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/oprofile
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.72 2011/06/22 20:24:03 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.73 2011/06/23 07:25:33 hwoarang Exp $
+
+ 23 Jun 2011; Markos Chandras <hwoarang@gentoo.org> oprofile-0.9.6-r1.ebuild:
+ Stable on amd64 wrt bug #366699
22 Jun 2011; Brent Baude <ranger@gentoo.org> oprofile-0.9.6-r1.ebuild:
Marking oprofile-0.9.6-r1 ppc for bug 366699
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/oprofile: oprofile-0.9.6-r1.ebuild ChangeLog
@ 2011-06-23 17:38 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 5+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-06-23 17:38 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 11/06/23 17:38:08
Modified: oprofile-0.9.6-r1.ebuild ChangeLog
Log:
x86 stable wrt bug #366699
(Portage version: 2.1.9.42/cvs/Linux i686)
Revision Changes Path
1.6 dev-util/oprofile/oprofile-0.9.6-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/oprofile-0.9.6-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/oprofile-0.9.6-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/oprofile-0.9.6-r1.ebuild?r1=1.5&r2=1.6
Index: oprofile-0.9.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.6-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- oprofile-0.9.6-r1.ebuild 23 Jun 2011 07:25:33 -0000 1.5
+++ oprofile-0.9.6-r1.ebuild 23 Jun 2011 17:38:08 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.6-r1.ebuild,v 1.5 2011/06/23 07:25:33 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.6-r1.ebuild,v 1.6 2011/06/23 17:38:08 phajdan.jr Exp $
EAPI=4
inherit eutils linux-info
@@ -11,7 +11,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ppc ~ppc64 ~sparc x86"
IUSE=""
DEPEND=">=dev-libs/popt-1.7-r1
1.74 dev-util/oprofile/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/ChangeLog?rev=1.74&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/ChangeLog?rev=1.74&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/ChangeLog?r1=1.73&r2=1.74
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog 23 Jun 2011 07:25:33 -0000 1.73
+++ ChangeLog 23 Jun 2011 17:38:08 -0000 1.74
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/oprofile
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.73 2011/06/23 07:25:33 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.74 2011/06/23 17:38:08 phajdan.jr Exp $
+
+ 23 Jun 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+ oprofile-0.9.6-r1.ebuild:
+ x86 stable wrt bug #366699
23 Jun 2011; Markos Chandras <hwoarang@gentoo.org> oprofile-0.9.6-r1.ebuild:
Stable on amd64 wrt bug #366699
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/oprofile: oprofile-0.9.6-r1.ebuild ChangeLog
@ 2011-06-23 21:18 Jeroen Roovers (jer)
0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers (jer) @ 2011-06-23 21:18 UTC (permalink / raw
To: gentoo-commits
jer 11/06/23 21:18:52
Modified: oprofile-0.9.6-r1.ebuild ChangeLog
Log:
Stable for HPPA (bug #366699).
(Portage version: 2.2.0_alpha41/cvs/Linux i686)
Revision Changes Path
1.7 dev-util/oprofile/oprofile-0.9.6-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/oprofile-0.9.6-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/oprofile-0.9.6-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/oprofile-0.9.6-r1.ebuild?r1=1.6&r2=1.7
Index: oprofile-0.9.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.6-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- oprofile-0.9.6-r1.ebuild 23 Jun 2011 17:38:08 -0000 1.6
+++ oprofile-0.9.6-r1.ebuild 23 Jun 2011 21:18:52 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.6-r1.ebuild,v 1.6 2011/06/23 17:38:08 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.6-r1.ebuild,v 1.7 2011/06/23 21:18:52 jer Exp $
EAPI=4
inherit eutils linux-info
@@ -11,7 +11,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm hppa ppc ~ppc64 ~sparc x86"
IUSE=""
DEPEND=">=dev-libs/popt-1.7-r1
1.75 dev-util/oprofile/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/ChangeLog?rev=1.75&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/ChangeLog?rev=1.75&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/ChangeLog?r1=1.74&r2=1.75
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog 23 Jun 2011 17:38:08 -0000 1.74
+++ ChangeLog 23 Jun 2011 21:18:52 -0000 1.75
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/oprofile
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.74 2011/06/23 17:38:08 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.75 2011/06/23 21:18:52 jer Exp $
+
+ 23 Jun 2011; Jeroen Roovers <jer@gentoo.org> oprofile-0.9.6-r1.ebuild:
+ Stable for HPPA (bug #366699).
23 Jun 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
oprofile-0.9.6-r1.ebuild:
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-06-23 21:19 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-23 7:25 [gentoo-commits] gentoo-x86 commit in dev-util/oprofile: oprofile-0.9.6-r1.ebuild ChangeLog Markos Chandras (hwoarang)
-- strict thread matches above, loose matches on Subject: below --
2011-06-23 21:18 Jeroen Roovers (jer)
2011-06-23 17:38 PaweA Hajdan (phajdan.jr)
2011-06-22 20:24 Brent Baude (ranger)
2011-06-22 13:52 Peter Volkov (pva)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox