Gentoo Archives: gentoo-commits

From: "Andrew Savchenko (bircoph)" <bircoph@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/oprofile: oprofile-1.0.0.ebuild ChangeLog
Date: Mon, 01 Dec 2014 10:17:16
Message-Id: 20141201101713.C3D50B46E@oystercatcher.gentoo.org
1 bircoph 14/12/01 10:17:13
2
3 Modified: oprofile-1.0.0.ebuild ChangeLog
4 Log:
5 Update kernel deps according to oprofile's html docs
6
7 Signed-off-by: Andrew Savchenko <bircoph@g.o>
8 (Portage version: 2.2.14/cvs/Linux i686, signed Manifest commit with key 565953B95372756C)
9
10 Revision Changes Path
11 1.2 dev-util/oprofile/oprofile-1.0.0.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/oprofile-1.0.0.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/oprofile-1.0.0.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/oprofile-1.0.0.ebuild?r1=1.1&r2=1.2
16
17 Index: oprofile-1.0.0.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-1.0.0.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- oprofile-1.0.0.ebuild 1 Dec 2014 06:39:59 -0000 1.1
24 +++ oprofile-1.0.0.ebuild 1 Dec 2014 10:17:13 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-1.0.0.ebuild,v 1.1 2014/12/01 06:39:59 bircoph Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-1.0.0.ebuild,v 1.2 2014/12/01 10:17:13 bircoph Exp $
30
31 EAPI="5"
32 inherit eutils java-pkg-opt-2 linux-info multilib user
33 @@ -15,11 +15,12 @@
34 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
35 IUSE="java pch"
36
37 -DEPEND=">=dev-libs/popt-1.7-r1
38 +RDEPEND=">=dev-libs/popt-1.7-r1
39 >=sys-devel/binutils-2.14.90.0.6-r3
40 >=sys-libs/glibc-2.3.2-r1
41 java? ( >=virtual/jdk-1.5 )"
42 -RDEPEND="${DEPEND}"
43 +DEPEND="${RDEPEND}
44 + >=sys-kernel/linux-headers-2.6.31"
45
46 S="${WORKDIR}/${MY_P}"
47
48 @@ -28,9 +29,9 @@
49
50 pkg_setup() {
51 linux-info_pkg_setup
52 - if ! kernel_is -ge 2 6 ; then
53 + if ! kernel_is -ge 2 6 31; then
54 echo
55 - elog "Support for kernels before 2.6 has been dropped in ${PN}-0.9.8."
56 + ewarn "Support for kernels before 2.6.31 has been dropped in ${PN}-1.0.0."
57 echo
58 fi
59
60
61
62
63 1.100 dev-util/oprofile/ChangeLog
64
65 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/ChangeLog?rev=1.100&view=markup
66 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/ChangeLog?rev=1.100&content-type=text/plain
67 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/ChangeLog?r1=1.99&r2=1.100
68
69 Index: ChangeLog
70 ===================================================================
71 RCS file: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v
72 retrieving revision 1.99
73 retrieving revision 1.100
74 diff -u -r1.99 -r1.100
75 --- ChangeLog 1 Dec 2014 08:02:49 -0000 1.99
76 +++ ChangeLog 1 Dec 2014 10:17:13 -0000 1.100
77 @@ -1,6 +1,9 @@
78 # ChangeLog for dev-util/oprofile
79 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
80 -# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.99 2014/12/01 08:02:49 bircoph Exp $
81 +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.100 2014/12/01 10:17:13 bircoph Exp $
82 +
83 + 01 Dec 2014; Andrew Savchenko <bircoph@g.o> oprofile-1.0.0.ebuild:
84 + Update kernel dependecy data.
85
86 *oprofile-0.9.9-r1 (01 Dec 2014)