perfinion    15/07/31 04:09:39

  Modified:             powertop-9999.ebuild powertop-2.6.ebuild
                        powertop-2.7.ebuild powertop-2.7-r1.ebuild
                        powertop-2.5.ebuild powertop-2.7-r2.ebuild
                        ChangeLog
  Log:
  CONFIG_PM_RUNTIME was renamed to CONFIG_PM in kernel 3.19
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x7EF137EC935B0EAF)

Revision  Changes    Path
1.29                 sys-power/powertop/powertop-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/powertop/powertop-9999.ebuild?rev=1.29&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/powertop/powertop-9999.ebuild?rev=1.29&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/powertop/powertop-9999.ebuild?r1=1.28&r2=1.29

Index: powertop-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/powertop/powertop-9999.ebuild,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- powertop-9999.ebuild        30 May 2014 14:29:49 -0000      1.28
+++ powertop-9999.ebuild        31 Jul 2015 04:09:39 -0000      1.29
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/powertop/powertop-9999.ebuild,v 
1.28 2014/05/30 14:29:49 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/powertop/powertop-9999.ebuild,v 
1.29 2015/07/31 04:09:39 perfinion Exp $
 
 EAPI="5"
 
@@ -50,7 +50,6 @@
                ~HPET_TIMER
                ~CPU_FREQ_STAT
                ~CPU_FREQ_GOV_ONDEMAND
-               ~PM_RUNTIME
                ~FTRACE
                ~BLK_DEV_IO_TRACE
                ~TIMER_STATS
@@ -65,7 +64,6 @@
        ERROR_KERNEL_HPET_TIMER="HPET_TIMER should be enabled in the kernel for 
full powertop function"
        ERROR_KERNEL_CPU_FREQ_STAT="CPU_FREQ_STAT should be enabled in the 
kernel for full powertop function"
        ERROR_KERNEL_CPU_FREQ_GOV_ONDEMAND="CPU_FREQ_GOV_ONDEMAND should be 
enabled in the kernel for full powertop function"
-       ERROR_KERNEL_PM_RUNTIME="PM_RUNTIME should be enabled in the kernel for 
full powertop function"
        ERROR_KERNEL_FTRACE="FTRACE needs to be turned on to enable 
BLK_DEV_IO_TRACE"
        ERROR_KERNEL_BLK_DEV_IO_TRACE="BLK_DEV_IO_TRACE needs to be turned on 
to enable TIMER_STATS, TRACING and EVENT_POWER_TRACING_DEPRECATED"
        ERROR_KERNEL_TIMER_STATS="TIMER_STATS should be enabled in the kernel 
for full powertop function"
@@ -84,6 +82,15 @@
                        
ERROR_KERNEL_EVENT_POWER_TRACING_DEPRECATED="EVENT_POWER_TRACING_DEPRECATED 
should be enabled in the kernel for full powertop function"
                        check_extra_config
                fi
+               if kernel_is -lt 3 19; then
+                       CONFIG_CHECK="~PM_RUNTIME"
+                       ERROR_KERNEL_PM_RUNTIME="PM_RUNTIME should be enabled 
in the kernel for full powertop function"
+                       check_extra_config
+               else
+                       CONFIG_CHECK="~PM"
+                       ERROR_KERNEL_PM="PM should be enabled in the kernel for 
full powertop function"
+                       check_extra_config
+               fi
        fi
 }
 



1.6                  sys-power/powertop/powertop-2.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/powertop/powertop-2.6.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/powertop/powertop-2.6.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/powertop/powertop-2.6.ebuild?r1=1.5&r2=1.6

Index: powertop-2.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/powertop/powertop-2.6.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- powertop-2.6.ebuild 2 Mar 2015 09:33:37 -0000       1.5
+++ powertop-2.6.ebuild 31 Jul 2015 04:09:39 -0000      1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/powertop/powertop-2.6.ebuild,v 
1.5 2015/03/02 09:33:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/powertop/powertop-2.6.ebuild,v 
1.6 2015/07/31 04:09:39 perfinion Exp $
 
 EAPI="5"
 
@@ -52,7 +52,6 @@
                ~HPET_TIMER
                ~CPU_FREQ_STAT
                ~CPU_FREQ_GOV_ONDEMAND
-               ~PM_RUNTIME
                ~FTRACE
                ~BLK_DEV_IO_TRACE
                ~TIMER_STATS
@@ -67,7 +66,6 @@
        ERROR_KERNEL_HPET_TIMER="HPET_TIMER should be enabled in the kernel for 
full powertop function"
        ERROR_KERNEL_CPU_FREQ_STAT="CPU_FREQ_STAT should be enabled in the 
kernel for full powertop function"
        ERROR_KERNEL_CPU_FREQ_GOV_ONDEMAND="CPU_FREQ_GOV_ONDEMAND should be 
enabled in the kernel for full powertop function"
-       ERROR_KERNEL_PM_RUNTIME="PM_RUNTIME should be enabled in the kernel for 
full powertop function"
        ERROR_KERNEL_FTRACE="FTRACE needs to be turned on to enable 
BLK_DEV_IO_TRACE"
        ERROR_KERNEL_BLK_DEV_IO_TRACE="BLK_DEV_IO_TRACE needs to be turned on 
to enable TIMER_STATS, TRACING and EVENT_POWER_TRACING_DEPRECATED"
        ERROR_KERNEL_TIMER_STATS="TIMER_STATS should be enabled in the kernel 
for full powertop function"
@@ -86,6 +84,15 @@
                        
ERROR_KERNEL_EVENT_POWER_TRACING_DEPRECATED="EVENT_POWER_TRACING_DEPRECATED 
should be enabled in the kernel for full powertop function"
                        check_extra_config
                fi
+               if kernel_is -lt 3 19; then
+                       CONFIG_CHECK="~PM_RUNTIME"
+                       ERROR_KERNEL_PM_RUNTIME="PM_RUNTIME should be enabled 
in the kernel for full powertop function"
+                       check_extra_config
+               else
+                       CONFIG_CHECK="~PM"
+                       ERROR_KERNEL_PM="PM should be enabled in the kernel for 
full powertop function"
+                       check_extra_config
+               fi
        fi
 }
 



1.2                  sys-power/powertop/powertop-2.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/powertop/powertop-2.7.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/powertop/powertop-2.7.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/powertop/powertop-2.7.ebuild?r1=1.1&r2=1.2

Index: powertop-2.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/powertop/powertop-2.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- powertop-2.7.ebuild 24 Nov 2014 21:24:59 -0000      1.1
+++ powertop-2.7.ebuild 31 Jul 2015 04:09:39 -0000      1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/powertop/powertop-2.7.ebuild,v 
1.1 2014/11/24 21:24:59 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/powertop/powertop-2.7.ebuild,v 
1.2 2015/07/31 04:09:39 perfinion Exp $
 
 EAPI="5"
 
@@ -50,7 +50,6 @@
                ~HPET_TIMER
                ~CPU_FREQ_STAT
                ~CPU_FREQ_GOV_ONDEMAND
-               ~PM_RUNTIME
                ~FTRACE
                ~BLK_DEV_IO_TRACE
                ~TIMER_STATS
@@ -65,7 +64,6 @@
        ERROR_KERNEL_HPET_TIMER="HPET_TIMER should be enabled in the kernel for 
full powertop function"
        ERROR_KERNEL_CPU_FREQ_STAT="CPU_FREQ_STAT should be enabled in the 
kernel for full powertop function"
        ERROR_KERNEL_CPU_FREQ_GOV_ONDEMAND="CPU_FREQ_GOV_ONDEMAND should be 
enabled in the kernel for full powertop function"
-       ERROR_KERNEL_PM_RUNTIME="PM_RUNTIME should be enabled in the kernel for 
full powertop function"
        ERROR_KERNEL_FTRACE="FTRACE needs to be turned on to enable 
BLK_DEV_IO_TRACE"
        ERROR_KERNEL_BLK_DEV_IO_TRACE="BLK_DEV_IO_TRACE needs to be turned on 
to enable TIMER_STATS, TRACING and EVENT_POWER_TRACING_DEPRECATED"
        ERROR_KERNEL_TIMER_STATS="TIMER_STATS should be enabled in the kernel 
for full powertop function"
@@ -84,6 +82,15 @@
                        
ERROR_KERNEL_EVENT_POWER_TRACING_DEPRECATED="EVENT_POWER_TRACING_DEPRECATED 
should be enabled in the kernel for full powertop function"
                        check_extra_config
                fi
+               if kernel_is -lt 3 19; then
+                       CONFIG_CHECK="~PM_RUNTIME"
+                       ERROR_KERNEL_PM_RUNTIME="PM_RUNTIME should be enabled 
in the kernel for full powertop function"
+                       check_extra_config
+               else
+                       CONFIG_CHECK="~PM"
+                       ERROR_KERNEL_PM="PM should be enabled in the kernel for 
full powertop function"
+                       check_extra_config
+               fi
        fi
 }
 



1.3                  sys-power/powertop/powertop-2.7-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/powertop/powertop-2.7-r1.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/powertop/powertop-2.7-r1.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/powertop/powertop-2.7-r1.ebuild?r1=1.2&r2=1.3

Index: powertop-2.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/powertop/powertop-2.7-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- powertop-2.7-r1.ebuild      2 Mar 2015 22:25:47 -0000       1.2
+++ powertop-2.7-r1.ebuild      31 Jul 2015 04:09:39 -0000      1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/powertop/powertop-2.7-r1.ebuild,v 
1.2 2015/03/02 22:25:47 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/powertop/powertop-2.7-r1.ebuild,v 
1.3 2015/07/31 04:09:39 perfinion Exp $
 
 EAPI="5"
 
@@ -50,7 +50,6 @@
                ~HPET_TIMER
                ~CPU_FREQ_STAT
                ~CPU_FREQ_GOV_ONDEMAND
-               ~PM_RUNTIME
                ~FTRACE
                ~BLK_DEV_IO_TRACE
                ~TIMER_STATS
@@ -65,7 +64,6 @@
        ERROR_KERNEL_HPET_TIMER="HPET_TIMER should be enabled in the kernel for 
full powertop function"
        ERROR_KERNEL_CPU_FREQ_STAT="CPU_FREQ_STAT should be enabled in the 
kernel for full powertop function"
        ERROR_KERNEL_CPU_FREQ_GOV_ONDEMAND="CPU_FREQ_GOV_ONDEMAND should be 
enabled in the kernel for full powertop function"
-       ERROR_KERNEL_PM_RUNTIME="PM_RUNTIME should be enabled in the kernel for 
full powertop function"
        ERROR_KERNEL_FTRACE="FTRACE needs to be turned on to enable 
BLK_DEV_IO_TRACE"
        ERROR_KERNEL_BLK_DEV_IO_TRACE="BLK_DEV_IO_TRACE needs to be turned on 
to enable TIMER_STATS, TRACING and EVENT_POWER_TRACING_DEPRECATED"
        ERROR_KERNEL_TIMER_STATS="TIMER_STATS should be enabled in the kernel 
for full powertop function"
@@ -84,6 +82,15 @@
                        
ERROR_KERNEL_EVENT_POWER_TRACING_DEPRECATED="EVENT_POWER_TRACING_DEPRECATED 
should be enabled in the kernel for full powertop function"
                        check_extra_config
                fi
+               if kernel_is -lt 3 19; then
+                       CONFIG_CHECK="~PM_RUNTIME"
+                       ERROR_KERNEL_PM_RUNTIME="PM_RUNTIME should be enabled 
in the kernel for full powertop function"
+                       check_extra_config
+               else
+                       CONFIG_CHECK="~PM"
+                       ERROR_KERNEL_PM="PM should be enabled in the kernel for 
full powertop function"
+                       check_extra_config
+               fi
        fi
 }
 



1.7                  sys-power/powertop/powertop-2.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/powertop/powertop-2.5.ebuild?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/powertop/powertop-2.5.ebuild?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/powertop/powertop-2.5.ebuild?r1=1.6&r2=1.7

Index: powertop-2.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/powertop/powertop-2.5.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- powertop-2.5.ebuild 12 Mar 2014 10:18:06 -0000      1.6
+++ powertop-2.5.ebuild 31 Jul 2015 04:09:39 -0000      1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/powertop/powertop-2.5.ebuild,v 
1.6 2014/03/12 10:18:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/powertop/powertop-2.5.ebuild,v 
1.7 2015/07/31 04:09:39 perfinion Exp $
 
 EAPI="5"
 
@@ -50,7 +50,6 @@
                ~HPET_TIMER
                ~CPU_FREQ_STAT
                ~CPU_FREQ_GOV_ONDEMAND
-               ~PM_RUNTIME
                ~FTRACE
                ~BLK_DEV_IO_TRACE
                ~TIMER_STATS
@@ -65,7 +64,6 @@
        ERROR_KERNEL_HPET_TIMER="HPET_TIMER should be enabled in the kernel for 
full powertop function"
        ERROR_KERNEL_CPU_FREQ_STAT="CPU_FREQ_STAT should be enabled in the 
kernel for full powertop function"
        ERROR_KERNEL_CPU_FREQ_GOV_ONDEMAND="CPU_FREQ_GOV_ONDEMAND should be 
enabled in the kernel for full powertop function"
-       ERROR_KERNEL_PM_RUNTIME="PM_RUNTIME should be enabled in the kernel for 
full powertop function"
        ERROR_KERNEL_FTRACE="FTRACE needs to be turned on to enable 
BLK_DEV_IO_TRACE"
        ERROR_KERNEL_BLK_DEV_IO_TRACE="BLK_DEV_IO_TRACE needs to be turned on 
to enable TIMER_STATS, TRACING and EVENT_POWER_TRACING_DEPRECATED"
        ERROR_KERNEL_TIMER_STATS="TIMER_STATS should be enabled in the kernel 
for full powertop function"
@@ -84,6 +82,15 @@
                        
ERROR_KERNEL_EVENT_POWER_TRACING_DEPRECATED="EVENT_POWER_TRACING_DEPRECATED 
should be enabled in the kernel for full powertop function"
                        check_extra_config
                fi
+               if kernel_is -lt 3 19; then
+                       CONFIG_CHECK="~PM_RUNTIME"
+                       ERROR_KERNEL_PM_RUNTIME="PM_RUNTIME should be enabled 
in the kernel for full powertop function"
+                       check_extra_config
+               else
+                       CONFIG_CHECK="~PM"
+                       ERROR_KERNEL_PM="PM should be enabled in the kernel for 
full powertop function"
+                       check_extra_config
+               fi
        fi
 }
 



1.2                  sys-power/powertop/powertop-2.7-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/powertop/powertop-2.7-r2.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/powertop/powertop-2.7-r2.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/powertop/powertop-2.7-r2.ebuild?r1=1.1&r2=1.2

Index: powertop-2.7-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/powertop/powertop-2.7-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- powertop-2.7-r2.ebuild      8 Jul 2015 11:53:58 -0000       1.1
+++ powertop-2.7-r2.ebuild      31 Jul 2015 04:09:39 -0000      1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/powertop/powertop-2.7-r2.ebuild,v 
1.1 2015/07/08 11:53:58 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/powertop/powertop-2.7-r2.ebuild,v 
1.2 2015/07/31 04:09:39 perfinion Exp $
 
 EAPI="5"
 
@@ -50,7 +50,6 @@
                ~HPET_TIMER
                ~CPU_FREQ_STAT
                ~CPU_FREQ_GOV_ONDEMAND
-               ~PM_RUNTIME
                ~FTRACE
                ~BLK_DEV_IO_TRACE
                ~TIMER_STATS
@@ -65,7 +64,6 @@
        ERROR_KERNEL_HPET_TIMER="HPET_TIMER should be enabled in the kernel for 
full powertop function"
        ERROR_KERNEL_CPU_FREQ_STAT="CPU_FREQ_STAT should be enabled in the 
kernel for full powertop function"
        ERROR_KERNEL_CPU_FREQ_GOV_ONDEMAND="CPU_FREQ_GOV_ONDEMAND should be 
enabled in the kernel for full powertop function"
-       ERROR_KERNEL_PM_RUNTIME="PM_RUNTIME should be enabled in the kernel for 
full powertop function"
        ERROR_KERNEL_FTRACE="FTRACE needs to be turned on to enable 
BLK_DEV_IO_TRACE"
        ERROR_KERNEL_BLK_DEV_IO_TRACE="BLK_DEV_IO_TRACE needs to be turned on 
to enable TIMER_STATS, TRACING and EVENT_POWER_TRACING_DEPRECATED"
        ERROR_KERNEL_TIMER_STATS="TIMER_STATS should be enabled in the kernel 
for full powertop function"
@@ -84,6 +82,15 @@
                        
ERROR_KERNEL_EVENT_POWER_TRACING_DEPRECATED="EVENT_POWER_TRACING_DEPRECATED 
should be enabled in the kernel for full powertop function"
                        check_extra_config
                fi
+               if kernel_is -lt 3 19; then
+                       CONFIG_CHECK="~PM_RUNTIME"
+                       ERROR_KERNEL_PM_RUNTIME="PM_RUNTIME should be enabled 
in the kernel for full powertop function"
+                       check_extra_config
+               else
+                       CONFIG_CHECK="~PM"
+                       ERROR_KERNEL_PM="PM should be enabled in the kernel for 
full powertop function"
+                       check_extra_config
+               fi
        fi
 }
 



1.112                sys-power/powertop/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/powertop/ChangeLog?rev=1.112&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/powertop/ChangeLog?rev=1.112&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/powertop/ChangeLog?r1=1.111&r2=1.112

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/powertop/ChangeLog,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- ChangeLog   8 Jul 2015 11:53:58 -0000       1.111
+++ ChangeLog   31 Jul 2015 04:09:39 -0000      1.112
@@ -1,6 +1,11 @@
 # ChangeLog for sys-power/powertop
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/powertop/ChangeLog,v 1.111 
2015/07/08 11:53:58 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/powertop/ChangeLog,v 1.112 
2015/07/31 04:09:39 perfinion Exp $
+
+  31 Jul 2015; Jason Zaman <perfin...@gentoo.org> powertop-2.5.ebuild,
+  powertop-2.6.ebuild, powertop-2.7-r1.ebuild, powertop-2.7-r2.ebuild,
+  powertop-2.7.ebuild, powertop-9999.ebuild:
+  CONFIG_PM_RUNTIME was renamed to CONFIG_PM in kernel 3.19
 
 *powertop-2.7-r2 (08 Jul 2015)
 




Reply via email to