bircoph     14/12/01 10:17:13

  Modified:             oprofile-1.0.0.ebuild ChangeLog
  Log:
  Update kernel deps according to oprofile's html docs
  
  Signed-off-by: Andrew Savchenko <[email protected]>
  (Portage version: 2.2.14/cvs/Linux i686, signed Manifest commit with key 
565953B95372756C)

Revision  Changes    Path
1.2                  dev-util/oprofile/oprofile-1.0.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/oprofile-1.0.0.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/oprofile-1.0.0.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/oprofile-1.0.0.ebuild?r1=1.1&r2=1.2

Index: oprofile-1.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-1.0.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- oprofile-1.0.0.ebuild       1 Dec 2014 06:39:59 -0000       1.1
+++ oprofile-1.0.0.ebuild       1 Dec 2014 10:17:13 -0000       1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-1.0.0.ebuild,v 
1.1 2014/12/01 06:39:59 bircoph Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-1.0.0.ebuild,v 
1.2 2014/12/01 10:17:13 bircoph Exp $
 
 EAPI="5"
 inherit eutils java-pkg-opt-2 linux-info multilib user
@@ -15,11 +15,12 @@
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="java pch"
 
-DEPEND=">=dev-libs/popt-1.7-r1
+RDEPEND=">=dev-libs/popt-1.7-r1
        >=sys-devel/binutils-2.14.90.0.6-r3
        >=sys-libs/glibc-2.3.2-r1
        java? ( >=virtual/jdk-1.5 )"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+       >=sys-kernel/linux-headers-2.6.31"
 
 S="${WORKDIR}/${MY_P}"
 
@@ -28,9 +29,9 @@
 
 pkg_setup() {
        linux-info_pkg_setup
-       if ! kernel_is -ge 2 6 ; then
+       if ! kernel_is -ge 2 6 31; then
                echo
-               elog "Support for kernels before 2.6 has been dropped in 
${PN}-0.9.8."
+               ewarn "Support for kernels before 2.6.31 has been dropped in 
${PN}-1.0.0."
                echo
        fi
 



1.100                dev-util/oprofile/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/ChangeLog?rev=1.100&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/ChangeLog?rev=1.100&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/ChangeLog?r1=1.99&r2=1.100

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- ChangeLog   1 Dec 2014 08:02:49 -0000       1.99
+++ ChangeLog   1 Dec 2014 10:17:13 -0000       1.100
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/oprofile
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.99 
2014/12/01 08:02:49 bircoph Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.100 
2014/12/01 10:17:13 bircoph Exp $
+
+  01 Dec 2014; Andrew Savchenko <[email protected]> oprofile-1.0.0.ebuild:
+  Update kernel dependecy data.
 
 *oprofile-0.9.9-r1 (01 Dec 2014)
 




Reply via email to