summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2015-02-03 14:51:49 +0000
committerPacho Ramos <pacho@gentoo.org>2015-02-03 14:51:49 +0000
commiteae2a78c07202d52393a62d0fadbe473d07901b0 (patch)
treee83dbd93461bc37877b702db04b0c521d1983040 /sys-power
parentremove old (diff)
downloadgentoo-2-eae2a78c07202d52393a62d0fadbe473d07901b0.tar.gz
gentoo-2-eae2a78c07202d52393a62d0fadbe473d07901b0.tar.bz2
gentoo-2-eae2a78c07202d52393a62d0fadbe473d07901b0.zip
Remove masked for removal package
Diffstat (limited to 'sys-power')
-rw-r--r--sys-power/cpufrequtils/ChangeLog380
-rw-r--r--sys-power/cpufrequtils/Manifest37
-rw-r--r--sys-power/cpufrequtils/cpufrequtils-008-r1.ebuild60
-rw-r--r--sys-power/cpufrequtils/cpufrequtils-008-r4.ebuild64
-rw-r--r--sys-power/cpufrequtils/files/cpufrequtils-007-build.patch14
-rw-r--r--sys-power/cpufrequtils/files/cpufrequtils-007-nls.patch76
-rw-r--r--sys-power/cpufrequtils/files/cpufrequtils-008-cpuid.patch34
-rw-r--r--sys-power/cpufrequtils/files/cpufrequtils-008-fix-compilation-on-x86-32-with-fPIC.patch45
-rw-r--r--sys-power/cpufrequtils/files/cpufrequtils-008-fix-msr-read.patch35
-rw-r--r--sys-power/cpufrequtils/files/cpufrequtils-008-increase-MAX_LINE_LEN.patch29
-rw-r--r--sys-power/cpufrequtils/files/cpufrequtils-008-remove-pipe-from-CFLAGS.patch11
-rw-r--r--sys-power/cpufrequtils/files/cpufrequtils-change.sh37
-rw-r--r--sys-power/cpufrequtils/files/cpufrequtils-conf.d-00611
-rwxr-xr-xsys-power/cpufrequtils/files/cpufrequtils-init.d-00641
-rw-r--r--sys-power/cpufrequtils/files/cpufrequtils-init.d-00718
-rw-r--r--sys-power/cpufrequtils/files/cpufrequtils.service11
-rw-r--r--sys-power/cpufrequtils/metadata.xml8
17 files changed, 0 insertions, 911 deletions
diff --git a/sys-power/cpufrequtils/ChangeLog b/sys-power/cpufrequtils/ChangeLog
deleted file mode 100644
index 3ec8b37bb201..000000000000
--- a/sys-power/cpufrequtils/ChangeLog
+++ /dev/null
@@ -1,380 +0,0 @@
-# ChangeLog for sys-power/cpufrequtils
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/cpufrequtils/ChangeLog,v 1.81 2013/08/03 07:29:55 ago Exp $
-
- 03 Aug 2013; Agostino Sarubbo <ago@gentoo.org> cpufrequtils-008-r4.ebuild:
- Stable for sparc, wrt bug #474312
-
- 13 Jul 2013; Agostino Sarubbo <ago@gentoo.org> cpufrequtils-008-r4.ebuild:
- Stable for ppc64, wrt bug #474312
-
- 13 Jul 2013; Agostino Sarubbo <ago@gentoo.org> cpufrequtils-008-r4.ebuild:
- Stable for ppc, wrt bug #474312
-
- 07 Jul 2013; Agostino Sarubbo <ago@gentoo.org> cpufrequtils-008-r4.ebuild:
- Stable for ia64, wrt bug #474312
-
- 07 Jul 2013; Agostino Sarubbo <ago@gentoo.org> cpufrequtils-008-r4.ebuild:
- Stable for arm, wrt bug #474312
-
- 07 Jul 2013; Agostino Sarubbo <ago@gentoo.org> cpufrequtils-008-r4.ebuild:
- Stable for x86, wrt bug #474312
-
- 07 Jul 2013; Agostino Sarubbo <ago@gentoo.org> cpufrequtils-008-r4.ebuild:
- Stable for amd64, wrt bug #474312
-
-*cpufrequtils-008-r4 (09 May 2013)
-
- 09 May 2013; Fabio Erculiani <lxnay@gentoo.org> -cpufrequtils-008-r3.ebuild,
- +cpufrequtils-008-r4.ebuild, files/cpufrequtils-change.sh:
- fix cpufrequtils-change.sh usage when the default interpreter is not bash,
- fixes bug #469218
-
-*cpufrequtils-008-r3 (06 May 2013)
-
- 06 May 2013; Fabio Erculiani <lxnay@gentoo.org> -cpufrequtils-008-r2.ebuild,
- +cpufrequtils-008-r3.ebuild, files/cpufrequtils-init.d-007,
- files/cpufrequtils.service, files/cpufrequtils-change.sh:
- fix usage with systemd when SYSFS_OPTS is not set
-
-*cpufrequtils-008-r2 (21 Apr 2013)
-
- 21 Apr 2013; Fabio Erculiani <lxnay@gentoo.org>
- +files/cpufrequtils-init.d-007, +cpufrequtils-008-r2.ebuild,
- +files/cpufrequtils.service, +files/cpufrequtils-change.sh:
- add systemd support, create a new helper script
- /usr/libexec/cpufrequtils-change.sh, close bug #466472
-
- 18 Feb 2013; Zac Medico <zmedico@gentoo.org> cpufrequtils-008-r1.ebuild:
- Add ~arm-linux keyword.
-
- 18 Nov 2012; Pacho Ramos <pacho@gentoo.org> metadata.xml:
- Drop mobile herd as talked in gentoo-dev ML
-
- 16 Aug 2011; Matt Turner <mattst88@gentoo.org> cpufrequtils-008-r1.ebuild:
- Add dependency on libintl, bug 379313. Bump to EAPI=4.
-
- 14 Aug 2011; Matt Turner <mattst88@gentoo.org>
- files/cpufrequtils-007-nls.patch:
- Fix authorship of a patch.
-
- 14 Aug 2011; Matt Turner <mattst88@gentoo.org>
- -files/cpufrequtils-conf.d-005, -files/cpufrequtils-init.d-005,
- -cpufrequtils-005-r1.ebuild, -files/cpufrequtils-005-build.patch,
- -files/cpufrequtils-005-nls.patch, -cpufrequtils-007.ebuild,
- -cpufrequtils-008.ebuild:
- Remove old ebuilds and patches.
-
- 07 Aug 2011; Raúl Porcel <armin76@gentoo.org> cpufrequtils-008-r1.ebuild:
- ia64/sparc stable wrt #375921
-
- 07 Aug 2011; Markus Meier <maekke@gentoo.org> cpufrequtils-008-r1.ebuild:
- arm stable, bug #375921
-
- 06 Aug 2011; Markus Meier <maekke@gentoo.org> cpufrequtils-008-r1.ebuild:
- x86 stable, bug #375921
-
- 04 Aug 2011; Matt Turner <mattst88@gentoo.org> cpufrequtils-005-r1.ebuild,
- cpufrequtils-007.ebuild:
- Remove unnecessary dependency on sys-fs/sysfsutils, bug 348620 and 377721.
-
- 02 Aug 2011; Matt Turner <mattst88@gentoo.org> metadata.xml:
- Add myself as maintainer.
-
- 26 Jul 2011; Matt Turner <mattst88@gentoo.org> cpufrequtils-008-r1.ebuild:
- Added ~mips. Works on Yeeloong.
-
- 26 Jul 2011; Matt Turner <mattst88@gentoo.org> cpufrequtils-008-r1.ebuild,
- +files/cpufrequtils-008-fix-compilation-on-x86-32-with-fPIC.patch:
- Fix compilatin on x86-32 with -fPIC (for hardened), bug 375967.
-
- 26 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org>
- cpufrequtils-008-r1.ebuild:
- ppc/ppc64 stable wrt #375921
-
- 25 Jul 2011; Zac Medico <zmedico@gentoo.org> cpufrequtils-008-r1.ebuild:
- Fix src_install to use emake DESTDIR="${ED}" for prefix compatibility.
- There's no configure script, so in this case we have to use emake
- DESTDIR="${ED}" instead of the usual econf --prefix="${EPREFIX}".
-
- 24 Jul 2011; Markos Chandras <hwoarang@gentoo.org>
- cpufrequtils-008-r1.ebuild:
- Stable on amd64 wrt bug #375921
-
-*cpufrequtils-008-r1 (21 Jul 2011)
-
- 21 Jul 2011; Matt Turner <mattst88@gentoo.org> +cpufrequtils-008-r1.ebuild,
- +files/cpufrequtils-008-cpuid.patch,
- +files/cpufrequtils-008-fix-msr-read.patch,
- +files/cpufrequtils-008-increase-MAX_LINE_LEN.patch:
- Add a few upstream fixes patches, one of which allows us to use cpufrequtils
- on mips.
-
- 13 Aug 2010; Joseph Jezak <josejx@gentoo.org> cpufrequtils-007.ebuild:
- Marked ppc/ppc64 stable for bug #327035.
-
- 18 Jul 2010; Raúl Porcel <armin76@gentoo.org> cpufrequtils-007.ebuild:
- arm/ia64/sparc stable wrt #327035
-
- 10 Jul 2010; Christian Faulhammer <fauli@gentoo.org>
- cpufrequtils-007.ebuild:
- stable x86, bug 327035
-
- 06 Jul 2010; Markos Chandras <hwoarang@gentoo.org>
- cpufrequtils-007.ebuild:
- Stable on amd64 wrt bug #327035
-
-*cpufrequtils-008 (05 Jul 2010)
-
- 05 Jul 2010; Mike Frysinger <vapier@gentoo.org> +cpufrequtils-008.ebuild:
- Version bump.
-
- 31 Mar 2010; Jonathan Callen <abcd@gentoo.org> cpufrequtils-007.ebuild:
- Bump to EAPI=3, add prefix keywords
-
-*cpufrequtils-007 (16 Jan 2010)
-
- 16 Jan 2010; Mike Frysinger <vapier@gentoo.org> +cpufrequtils-007.ebuild,
- +files/cpufrequtils-007-build.patch, +files/cpufrequtils-007-nls.patch:
- Version bump.
-
- 15 Jan 2010; Mike Frysinger <vapier@gentoo.org> cpufrequtils-006.ebuild,
- -files/cpufrequtils-006-modprobe-gov.patch:
- Drop the modprobe patch since the kernel handles this for us
- automatically.
-
-*cpufrequtils-006 (15 Jan 2010)
-
- 15 Jan 2010; Mike Frysinger <vapier@gentoo.org>
- +files/cpufrequtils-conf.d-006, +files/cpufrequtils-init.d-006,
- +cpufrequtils-006.ebuild, +files/cpufrequtils-006-modprobe-gov.patch,
- +files/cpufrequtils-006-nls.patch:
- Version bump #292246 by gionnico with updated NLS patch by Lars Wendler
- and a more flexible init.d script #179729 by Oliver Koch.
-
- 15 Jan 2010; Mike Frysinger <vapier@gentoo.org>
- cpufrequtils-005-r1.ebuild:
- add ia64 love.
-
- 11 Jul 2009; Joseph Jezak <josejx@gentoo.org> cpufrequtils-005-r1.ebuild:
- Marked ppc/ppc64 stable for bug #256599.
-
- 07 Jun 2009; Raúl Porcel <armin76@gentoo.org> cpufrequtils-005-r1.ebuild:
- arm/sparc stable wrt #256599
-
- 03 Jun 2009; Dawid Węgliński <cla@gentoo.org>
- cpufrequtils-005-r1.ebuild:
- Stable on amd64 (bug #256599)
-
- 02 Jun 2009; Christian Faulhammer <fauli@gentoo.org>
- cpufrequtils-005-r1.ebuild:
- stable x86, bug 256599
-
-*cpufrequtils-005-r1 (21 Oct 2008)
-
- 21 Oct 2008; Mike Frysinger <vapier@gentoo.org>
- files/cpufrequtils-init.d-005, +files/cpufrequtils-005-build.patch,
- +files/cpufrequtils-005-nls.patch, +cpufrequtils-005-r1.ebuild:
- Fix building against uClibc #205576 by Jos van der Ende. Fix init.d
- scripts to work properly #243008 by konsti / Rene Meier. Make sure we
- respect LDFLAGS.
-
-*cpufrequtils-005 (20 Oct 2008)
-
- 20 Oct 2008; Mike Frysinger <vapier@gentoo.org>
- +files/cpufrequtils-conf.d-005, +files/cpufrequtils-init.d-005,
- +cpufrequtils-005.ebuild:
- Version bump #228701 by Dennis Schridde and a more flexible init.d script
- by me #182049 by Jakub Zawadzki.
-
-*cpufrequtils-002-r4 (11 Aug 2008)
-
- 11 Aug 2008; Raúl Porcel <armin76@gentoo.org> files/cpufrequtils-conf.d,
- files/cpufrequtils-init.d, -cpufrequtils-002-r3.ebuild,
- +cpufrequtils-002-r4.ebuild:
- Fix init and confd scripts, bug #200018
-
- 06 Oct 2007; Tom Gall <tgall@gentoo.com> pufrequtils-002-r3.ebuild:
- added ~ppc64
-
-*cpufrequtils-002-r3 (26 May 2007)
-
- 26 May 2007; Christian Heim <phreak@gentoo.org>
- -cpufrequtils-002-r2.ebuild, +cpufrequtils-002-r3.ebuild:
- Fix src_install to actually install the init/conf.d files. Thanks to Peter
- Hjalmarsson <xake at rymdraket.net> for spotting.
-
- 17 May 2007; Christian Heim <phreak@gentoo.org> files/cpufrequtils-init.d:
- Updating the init-script to be busybox/dash compatible (thanks to Mike
- Arthur <mike at mikearthur.co.uk> in #178763).
-
- 17 May 2007; Christian Heim <phreak@gentoo.org>
- -files/cpufrequtils-001-conf.d, -files/cpufrequtils-001-init.d,
- -files/cpufrequtils-002-conf.d, -files/cpufrequtils-002-init.d,
- +files/cpufrequtils-conf.d, +files/cpufrequtils-init.d,
- -cpufrequtils-001.ebuild:
- Cleaning up the older version; cleaning up $FILESDIR.
-
- 17 May 2007; Christian Heim <phreak@gentoo.org> metadata.xml:
- Assigning sys-power/cpufrequtils directly to mobile at gentoo.org.
-
- 04 Nov 2006; Danny van Dyk <kugelfang@gentoo.org>
- cpufrequtils-002-r2.ebuild:
- Marked stable on amd64.
-
- 24 Oct 2006; Joshua Jackson <tsunam@gentoo.org>
- cpufrequtils-002-r2.ebuild:
- Stable x86; bug #152155
-
- 21 Oct 2006; <nixnut@gentoo.org> cpufrequtils-002-r2.ebuild:
- Stable on ppc wrt bug 152155
-
- 20 Oct 2006; Christian Heim <phreak@gentoo.org>
- files/cpufrequtils-002-conf.d, files/cpufrequtils-002-init.d:
- Fixing the Governor restore on stop(), fixing #152090 (thanks to Daniel
- Franke). Tuning the conf.d entry a bit.
-
-*cpufrequtils-002-r2 (17 Jul 2006)
-
- 17 Jul 2006; Christian Heim <phreak@gentoo.org>
- files/cpufrequtils-002-init.d, -cpufrequtils-002-r1.ebuild,
- +cpufrequtils-002-r2.ebuild:
- Revision bump. Modifying the init-script a bit, it is now only using
- cpu[0-9] from /sys/devices/.../cpu/ (thanks to Richard Fish <bigfish at
- asmallpond.org> in #140689 for the fix)
-
-*cpufrequtils-002-r1 (16 Jul 2006)
-
- 16 Jul 2006; Christian Heim <phreak@gentoo.org>
- files/cpufrequtils-002-init.d, -cpufrequtils-002.ebuild,
- +cpufrequtils-002-r1.ebuild:
- Adding a patch to restore the default state (#140505 thanks to Brian Harring
- <ferringb at gmail.com>)
-
- 13 Jul 2006; Christian Heim <phreak@gentoo.org> metadata.xml,
- cpufrequtils-001.ebuild, cpufrequtils-002.ebuild:
- Fixing Quotation; Taking temporary maintainership
-
- 25 Jun 2006; Henrik Brix Andersen <brix@gentoo.org>
- -files/cpufrequtils-0.4-conf.d, -files/cpufrequtils-0.4-init.d,
- -cpufrequtils-0.4.ebuild:
- Pruned old ebuild.
-
- 13 Jun 2006; Danny van Dyk <kugelfang@gentoo.org> cpufrequtils-001.ebuild:
- Marked stable on amd64.
-
- 05 Jun 2006; Henrik Brix Andersen <brix@gentoo.org>
- +files/cpufrequtils-002-parallel-make.patch, cpufrequtils-002.ebuild:
- Fix compilation with parallel make, bug #135521.
-
-*cpufrequtils-002 (01 Jun 2006)
-
- 01 Jun 2006; Henrik Brix Andersen <brix@gentoo.org>
- +files/cpufrequtils-002-conf.d, +files/cpufrequtils-002-init.d,
- +cpufrequtils-002.ebuild:
- Version bump. Fixed init script to work on SMP systems, thanks to Sebastien
- LANGE and Stefano Varesi in bug #132461.
-
- 24 May 2006; Michael Hanselmann <hansmi@gentoo.org>
- cpufrequtils-001.ebuild:
- Stable on ppc.
-
- 26 Apr 2006; Henrik Brix Andersen <brix@gentoo.org>
- cpufrequtils-001.ebuild:
- Stable on x86.
-
- 05 Apr 2006; Scott Stoddard <deltacow@gentoo.org> cpufrequtils-001.ebuild:
- Multilib fix to ensure correct library install path.
-
-*cpufrequtils-001 (26 Mar 2006)
-
- 26 Mar 2006; Henrik Brix Andersen <brix@gentoo.org>
- +files/cpufrequtils-001-conf.d, +files/cpufrequtils-001-init.d,
- +cpufrequtils-001.ebuild:
- Version bump.
-
- 13 Feb 2006; Henrik Brix Andersen <brix@gentoo.org>
- -files/cpufrequtils-0.3-conf.d, -files/cpufrequtils-0.3-init.d,
- -cpufrequtils-0.3-r1.ebuild:
- Pruned old ebuild.
-
- 24 Jan 2006; Patrick McLean <chutzpah@gentoo.org> cpufrequtils-0.4.ebuild:
- Stable on amd64; bug #119926.
-
- 23 Jan 2006; Joshua Jackson <tsunam@gentoo.org> cpufrequtils-0.4.ebuild:
- Stable on x86; bug #119926
-
- 23 Jan 2006; Joseph Jezak <josejx@gentoo.org> cpufrequtils-0.4.ebuild:
- Marked ppc stable for bug #119926.
-
- 02 Jan 2006; Michael Hanselmann <hansmi@gentoo.org>
- cpufrequtils-0.3-r1.ebuild:
- Stable on ppc.
-
-*cpufrequtils-0.4 (18 Dec 2005)
-
- 18 Dec 2005; Henrik Brix Andersen <brix@gentoo.org>
- +files/cpufrequtils-0.4-conf.d, +files/cpufrequtils-0.4-init.d,
- +cpufrequtils-0.4.ebuild:
- Version bump.
-
- 21 Nov 2005; Henrik Brix Andersen <brix@gentoo.org>
- cpufrequtils-0.3-r1.ebuild:
- Use mirror://kernel/
-
- 28 Aug 2005; Marcus D. Hanwell <cryos@gentoo.org>
- cpufrequtils-0.3-r1.ebuild:
- Stable on amd64.
-
- 20 Aug 2005; Jason Wever <weeve@gentoo.org> cpufrequtils-0.3-r1.ebuild:
- Added ~sparc keyword.
-
- 25 Jun 2005; <brix@gentoo.org> -cpufrequtils-0.2.ebuild,
- -cpufrequtils-0.3.ebuild:
- Pruned old ebuilds
-
- 09 Jun 2005; <brix@gentoo.org> cpufrequtils-0.3-r1.ebuild:
- Stable on x86.
-
-*cpufrequtils-0.3-r1 (16 May 2005)
-
- 16 May 2005; <brix@gentoo.org> +files/cpufrequtils-0.3-conf.d,
- +files/cpufrequtils-0.3-init.d, +cpufrequtils-0.3-r1.ebuild:
- Added init script for setting governor at boot time as per bug #92241,
- thanks to Mark Rosenstand.
-
-*cpufrequtils-0.3 (08 May 2005)
-
- 08 May 2005; <brix@gentoo.org> +cpufrequtils-0.3.ebuild:
- Version bump.
-
- 09 Apr 2005; Danny van Dyk <kugelfang@gentoo.org> cpufrequtils-0.2.ebuild:
- Marked ~amd64.
-
- 07 Apr 2005; <brix@gentoo.org> cpufrequtils-0.2.ebuild:
- Stable on x86.
-
- 01 Apr 2005; Joseph Jezak <josejx@gentoo.org> cpufrequtils-0.2.ebuild:
- Marked ~ppc for bug #87487.
-
-*cpufrequtils-0.2 (14 Mar 2005)
-
- 14 Mar 2005; Ciaran McCreesh <ciaranm@gentoo.org> +metadata.xml,
- +cpufrequtils-0.2.ebuild:
- Moved from sys-apps/cpufrequtils to sys-power/cpufrequtils.
-
- 12 Mar 2005; Henrik Brix Andersen <brix@gentoo.org>
- -cpufrequtils-0.1.ebuild, -cpufrequtils-0.2_pre1.ebuild:
- Pruned old versions.
-
-*cpufrequtils-0.2 (28 Feb 2005)
-
- 28 Feb 2005; Henrik Brix Andersen <brix@gentoo.org>
- +cpufrequtils-0.2.ebuild:
- Version bump.
-
-*cpufrequtils-0.2_pre1 (22 Jan 2005)
-
- 22 Jan 2005; Henrik Brix Andersen <brix@gentoo.org> +metadata.xml,
- +cpufrequtils-0.1.ebuild, +cpufrequtils-0.2_pre1.ebuild:
- Initial commit. Thank you to all who commented on bug #69320.
diff --git a/sys-power/cpufrequtils/Manifest b/sys-power/cpufrequtils/Manifest
deleted file mode 100644
index 4ac60527d24e..000000000000
--- a/sys-power/cpufrequtils/Manifest
+++ /dev/null
@@ -1,37 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA512
-
-AUX cpufrequtils-007-build.patch 369 SHA256 2cfafb56502441c06485b38e3e900e354310f252ae47e23134fc63488aeb8ec0 SHA512 4db9da6670953049a975fd18e13ffe8df96e5513c1843f38cc5ed5d7c199222adc8b1cfa9c117de1fcf7f59b3a9df217a20884f762a8957a56936d80179159e0 WHIRLPOOL c21dcb5aa1e8e26942229557e34260315d34173a2b47f74aac8e58a9753bf7f1af6abe2f581d53d9365c99178ad76f4dbf0a49ce65250d94f043a1ffff6f349b
-AUX cpufrequtils-007-nls.patch 1700 SHA256 c3b0c45505acf0e7548b6aa3141703fbfe1860c36a3108485fc3e90ef5da44c1 SHA512 8fdba3171645c32ba9adba3be54ecdb56fc0d585b92da786a9cfc26150408402c7a37b800ff7e003851784237f2a188173549b88a07795cffe72de4ea8572e03 WHIRLPOOL 1519d6f98af9a968a54116040f0febeed489b804ec75408db819d4d7a8bbdf185f622f279c5cf08fe91855c709a7952732b19a957eafc436070af7deae391de7
-AUX cpufrequtils-008-cpuid.patch 777 SHA256 a0eb486b7d173706294fe70bb76e1215e98ac8da3b6b6f48c65db61dbba13cfd SHA512 4b974d83a1db33539096ae3570ab7b8cd6d36ecdb798ac565e513418df697f31d6f5f0784666fb58acc09a1f2f9c40158eb87651f0e5708d7fab61466cf36ccd WHIRLPOOL 4617e8db04b3b7f39520df5bb4cc1ec12f7bc1f786da67e5d7a65e9676c116f9d0ab5c0af9fed14f3caf9f4578a1dbb2bff65444e4e1efe19aa8865829c63d19
-AUX cpufrequtils-008-fix-compilation-on-x86-32-with-fPIC.patch 1182 SHA256 2b4c3904c0d695ea629bad4428e41ac9f83b4a942cf4c8aba4d0ea11112885ec SHA512 a95ca92a3fef4b2b6ce065c0cc3fd8004cf3ccc3ce756e1ecf229f058db82ae902ed7d4708e49e05ee99dc59497dc06404cbf11b3a3f281bc945016085eb635a WHIRLPOOL 8312c6f5e4f26a38aa3765482a386ad647451835f697dc36e6e0177b81b2272625a3f79dcd8247a888383eb9456b895bf0c71eb597215a144d3be243d0b9f15d
-AUX cpufrequtils-008-fix-msr-read.patch 1286 SHA256 55e6d5e4999c8125265331bd7b4953107618e3c6f324996a065bbd3f907e9245 SHA512 ebc0c1c17c1022a23bd6a67bb33d5298b00292a92a14335ad277421f71173bcf2a2e574661c2ea0ee465e0c0c2c66966a398db50d69e69527652cb4a1156034c WHIRLPOOL 15a191ddd71569b63b8ea45b7698a4e085ae404e71c5f64723b5372982627d9c69f958fe32d1d4084130c773d13052e6078be4cc21116352fdb0d5ac83ed6a53
-AUX cpufrequtils-008-increase-MAX_LINE_LEN.patch 834 SHA256 58190c9f785aae0a2a4617544c3896382cfd23e7256aab98255f11173b01efda SHA512 b4e91994300dbc61930fdd016944c9439fc1facc0e15e576d1a496309804c469fbaf0897a5da4186a71e95d1a5b31df2277114c44a4f3761c661a6a00cb90753 WHIRLPOOL 91f4eaf69dd1891c839cf743de8fe1c8d2e754bfe24d66ca50b13346624c08d0cdf5fd02e792f196f053c96f9965ef0c779899305ba07bfb1d56c741c7552ab8
-AUX cpufrequtils-008-remove-pipe-from-CFLAGS.patch 276 SHA256 3b5ca8ecfb128644d31bbcbb988667d0662dbb95a32f104c572499f1cc5f7b0e SHA512 b95a192e01b29281b211006bfe8de37789ce51d96271cd50d38c42183b19e0693e9a02b919cd31faf5bd1a52bf2f8390a81ac2d2e08c1cb8cc38a20af5c6ca8e WHIRLPOOL 07311866d29934b2546b9ff2110c4776b95facd9e18414ddb15b52b1fadce041f70a34df07fd921ee639f3f95a57b3f4dd3a4a57dcb433e7706064972793d956
-AUX cpufrequtils-change.sh 831 SHA256 7db1ea831930ce9f61239267858a42d2183e616f23994ab86b988f353d78774d SHA512 3ef03a2c0761269f6e10856a139f2c1005954692ed93c3f5361d31706db0666402092e71801fcb2c8217805aacef0c9d0e0e17b1af19931594043a02cbab0c8a WHIRLPOOL c3ebd50889e6ffcf7cb7d360672c4bb51372bf000819c2c59be3e7880fb8833fc4a0047f499148846b6726210f467cc6a72bb71d68fe7fa161141aab6bdbfd97
-AUX cpufrequtils-conf.d-006 398 SHA256 f93fed316a161977360a3764f503680316f88e9f8e40f264fccdfbb7d6a6e8d5 SHA512 9cd04f23277e895c9c2d05651fadd9aa6f9ee207e027901da23bc5f9ed65d3f57c9f389b42ad41fa2a9ff5e8e88917e5e7ae5d94bfefe4316fedca46f388b6f7 WHIRLPOOL 6343e50e8166f1a78d979c25448046f5b64c048416340ddd64ce5a45e26ddaf9b317800f6fe87bf107bb4b2f92a7fec7ebb4b1f9c5c7d00bea78affc834902d9
-AUX cpufrequtils-init.d-006 842 SHA256 f3f1978366eff38c419c0fecd531c0ba7a4e2573a1e95d8c02ad27487c925f96 SHA512 eefb59e56aab9ebc8e7697c681c335f50a799a8e781c5d4d425d1fcee21c4112238870568486de0d5e249c6716960d839550ae772b98dca52ebd0992f905826a WHIRLPOOL e8f3bd0e8284f6f29e5be40fd5f4ff4e17bb8f8302c272c335346a8c4fa2715df4bc743be864cd5a9129127d772b6776754e7f20d4f714d7c0486ed8e0561ee4
-AUX cpufrequtils-init.d-007 453 SHA256 af587557a66e14f560b65b8ec6f5b880d7f41426ff66205678be8be810bebe6e SHA512 34cde45a3b0959e6aeb7323e2a7550b9a9d981daa2bc5f5ddea9be26b401b5a8a5cdcdcbd55fac464fb879eb778c88e0d77543d4de3b802285fabe34c7f3cca9 WHIRLPOOL 9fbd47369644e9e7bb540dc990dde90d137c9b4a19c98fcc1c8f4f7a2b38056857ee4da21fdaa42af3ff22ca71ed3b7794e25c1d6a0d811fa9aa9ceea9ade94b
-AUX cpufrequtils.service 300 SHA256 a80052315721dccdc842160f446fb7f35d17051fc6fdbde26a1d840766c4d3c0 SHA512 a74b900e1ab892edf0d0018f9d3cc3e7f6814c27ea08a943e093d5016433cb9ec656853efd9c84a1f4af58c8b4815bf41fc4a37ad40ab3fae1b5751c149e72cc WHIRLPOOL 8c76722eb5ae7f24beaabd2cf64ad166181dc5db5d2138ce9d848b26d42f5fcbac1302ce86908590b78bffd2f402b490e2401b4a2fea09cf33998a615a65f3b5
-DIST cpufrequtils-008.tar.bz2 52186 SHA256 1b9daa591d977679fb09ffb9b4d58afa94b9387f3c0be92ec077080e328130f1 SHA512 d25dcc4fbf15bdca65a3fab6ee33d6cf4b7ab7ed291aea42ed7970b707535ddfcd27fd0189aa48affc2792abf72539f1388cc544019e6fc06353a2f9c5a49d17 WHIRLPOOL dde80900dde3cabf8f2582fed7f30fe34755010a14cf84457b7a53e793054535b8ecc66e493e5599a7e8a20d4f3cf892fff2f34f596659c232496e20482a6526
-EBUILD cpufrequtils-008-r1.ebuild 1896 SHA256 62561660708ac0832ba786c08e98315da5f754dff7f2ebf79083f44d7d69183c SHA512 2224445ba652e1fe540cf6f68a3a81cbf844d5081d577fd4db68a1e6bec69fe658b00e9db9585a02d221dff528be4d29ed5616c0b4a3a1e52861ecdfb25384a7 WHIRLPOOL b178c7c3d9da96905c9d6ccecb6dcf39d095f4f692c857b830cb703c87d49f1bf350149adca0b9f57cc4c2489866be6727f332f28414a6cbfbad9be5c90275a0
-EBUILD cpufrequtils-008-r4.ebuild 2017 SHA256 3be7684f61ed8bb3966a8062717d6e855c2ceaeb37954e1e7b3ab799c4d6a514 SHA512 c6ccf68a779f54f0978785e76a00a00c02bd683b3b338da9d9c6ccbffa48f9f34a0370f42362ee8d69ecf266dbe460f28da2fd2ff75e2ff1af27d5a11feafe4c WHIRLPOOL 58d0778777394b98b022e9a1c3cc2dc1c4b938c3f51dc24e94d3cb1242bd6a18ae6bc37cd56b50cfada15938fa636b691908453034667ab803af7366d76ae22c
-MISC ChangeLog 13692 SHA256 2449c2856f96c32aa4272b13f3e9447bfde2c5d56bcbcd20f1f84c1346ea145e SHA512 025c51d79a798337bb420e15bcb08c1a441c651f38eacb55981f0c6637f1767a7ad82cffdf386b6791079f6bc60a594e4a151d40e5386f2febdc0dc36befc266 WHIRLPOOL 28fe38c9a0531254ff4b20e51316c715f4c1dcfdc3ec34fe2a6cfcddcaebaefe8e2bfa2961820699309e210ab2a5b9b78d16a4333d5f54e7fa2d5a71a7613814
-MISC metadata.xml 232 SHA256 8ae801887850df00c8cdbc188198ee88e9ed83425d87e49a042c38482761c21b SHA512 bcb999183962b932730fd3eb2d94f99a4e6e2f0f494f80b085277c5b0a119a47a066b3231d6e0acc89767140db39981c18ff6792f710086fcccc0bc92ace472f WHIRLPOOL f42084f673c2e73fc2c87c5686052407044035194de2eb575cd748adb07cdbbe540e66d3ae9981f3b8027bdd943f8136df1e7ffa16b70e5cbd26fec6ab4a6ae3
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.20 (GNU/Linux)
-
-iQIcBAEBCgAGBQJR/LC0AAoJELp701BxlEWfWzQQALusaVCwTEmsvoHIbJLVixBf
-6mlDZ77LZA41iYlnFV8+1XyF0kmOsseeDSKdpvDvE+YazDUrv8iNasAm58ihmMEB
-/7frFQQbHhGTRSf0Ic76JLh0sMzm4B81KWLJcOOPGttm2VBI+CBvouevAAYYFYyU
-ODvCT5VQga0NR2AHupaBpshUzSs4GmZ3Um8E+kLF8nhxOZJb9OKmCSfntxYyOEA6
-GMqkBGuU1rEFUE0h45Bt3yxp43q7ZHiVXsB7Vhuy0knjGVFUDoO4i1gK/BUtThdQ
-SlXUu3+nx/XDsi0Wrdow14OgJV3B0tyilde575NJLPmVl7ELVA+vOt0AeuIbuS1q
-HKxlO3lLycXz3NmJsC/sjH7WXk29MbPZRclnEoDnGzjmB06cUvE75JbWMT5H+rYG
-pg9S7NUMigAto6x4jcdbvZlffmdZsEAjOKHQw+4B/GQIX6V5MCWpMdYHPL+JVuQm
-8kX6LhqjifCVsLxk0n5RoVrjqz8/IqIYHTrBLM+FSQFJIY8k62LMJ2ej2Ui8pZ6n
-hzlsRIA3VqN7u5ZFh7Drmua1dAegOiNUK/XX+Jb/YA4BpoPy4mTRSTMH7BILz6dk
-LL1SqFuCmepe/f5dzEJKuwh+yM9FjeAHlSZcApMl7GEPkdSJz827KXdAxjVQjDpT
-yyDQ+/NA+ENDoRRk5Rhv
-=HLYZ
------END PGP SIGNATURE-----
diff --git a/sys-power/cpufrequtils/cpufrequtils-008-r1.ebuild b/sys-power/cpufrequtils/cpufrequtils-008-r1.ebuild
deleted file mode 100644
index fe72e16c43e9..000000000000
--- a/sys-power/cpufrequtils/cpufrequtils-008-r1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/cpufrequtils/cpufrequtils-008-r1.ebuild,v 1.11 2013/02/18 09:31:44 zmedico Exp $
-
-EAPI=4
-
-inherit eutils toolchain-funcs multilib
-
-DESCRIPTION="Userspace utilities for the Linux kernel cpufreq subsystem"
-HOMEPAGE="http://www.kernel.org/pub/linux/utils/kernel/cpufreq/cpufrequtils.html"
-SRC_URI="mirror://kernel/linux/utils/kernel/cpufreq/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
-IUSE="debug nls"
-
-DEPEND="nls? ( virtual/libintl )"
-RDEPEND=""
-
-ft() { use $1 && echo true || echo false ; }
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-007-build.patch
- epatch "${FILESDIR}"/${PN}-007-nls.patch #205576 #292246
- epatch "${FILESDIR}"/${PN}-008-remove-pipe-from-CFLAGS.patch #362523
- epatch "${FILESDIR}"/${PN}-008-cpuid.patch
- epatch "${FILESDIR}"/${PN}-008-fix-msr-read.patch
- epatch "${FILESDIR}"/${PN}-008-increase-MAX_LINE_LEN.patch
- epatch "${FILESDIR}"/${PN}-008-fix-compilation-on-x86-32-with-fPIC.patch #375967
-}
-
-src_configure() {
- export DEBUG=$(ft debug) V=true NLS=$(ft nls)
- unset bindir sbindir includedir localedir confdir
- export mandir="/usr/share/man"
- export libdir="/usr/$(get_libdir)"
- export docdir="/usr/share/doc/${PF}"
-}
-
-src_compile() {
- emake \
- CC="$(tc-getCC)" \
- LD="$(tc-getCC)" \
- AR="$(tc-getAR)" \
- STRIP=: \
- RANLIB="$(tc-getRANLIB)" \
- LIBTOOL="${EPREFIX}"/usr/bin/libtool \
- INSTALL="${EPREFIX}"/usr/bin/install
-}
-
-src_install() {
- # There's no configure script, so in this case we have to use emake
- # DESTDIR="${ED}" instead of the usual econf --prefix="${EPREFIX}".
- emake DESTDIR="${ED}" install
- dodoc AUTHORS README
-
- newinitd "${FILESDIR}"/${PN}-init.d-006 ${PN}
- newconfd "${FILESDIR}"/${PN}-conf.d-006 ${PN}
-}
diff --git a/sys-power/cpufrequtils/cpufrequtils-008-r4.ebuild b/sys-power/cpufrequtils/cpufrequtils-008-r4.ebuild
deleted file mode 100644
index cffb74c9c92a..000000000000
--- a/sys-power/cpufrequtils/cpufrequtils-008-r4.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/cpufrequtils/cpufrequtils-008-r4.ebuild,v 1.8 2013/08/03 07:29:55 ago Exp $
-
-EAPI=4
-
-inherit eutils toolchain-funcs multilib systemd
-
-DESCRIPTION="Userspace utilities for the Linux kernel cpufreq subsystem"
-HOMEPAGE="http://www.kernel.org/pub/linux/utils/kernel/cpufreq/cpufrequtils.html"
-SRC_URI="mirror://kernel/linux/utils/kernel/cpufreq/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
-IUSE="debug nls"
-
-DEPEND="nls? ( virtual/libintl )"
-RDEPEND=""
-
-ft() { use $1 && echo true || echo false ; }
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-007-build.patch
- epatch "${FILESDIR}"/${PN}-007-nls.patch #205576 #292246
- epatch "${FILESDIR}"/${PN}-008-remove-pipe-from-CFLAGS.patch #362523
- epatch "${FILESDIR}"/${PN}-008-cpuid.patch
- epatch "${FILESDIR}"/${PN}-008-fix-msr-read.patch
- epatch "${FILESDIR}"/${PN}-008-increase-MAX_LINE_LEN.patch
- epatch "${FILESDIR}"/${PN}-008-fix-compilation-on-x86-32-with-fPIC.patch #375967
-}
-
-src_configure() {
- export DEBUG=$(ft debug) V=true NLS=$(ft nls)
- unset bindir sbindir includedir localedir confdir
- export mandir="/usr/share/man"
- export libdir="/usr/$(get_libdir)"
- export docdir="/usr/share/doc/${PF}"
-}
-
-src_compile() {
- emake \
- CC="$(tc-getCC)" \
- LD="$(tc-getCC)" \
- AR="$(tc-getAR)" \
- STRIP=: \
- RANLIB="$(tc-getRANLIB)" \
- LIBTOOL="${EPREFIX}"/usr/bin/libtool \
- INSTALL="${EPREFIX}"/usr/bin/install
-}
-
-src_install() {
- # There's no configure script, so in this case we have to use emake
- # DESTDIR="${ED}" instead of the usual econf --prefix="${EPREFIX}".
- emake DESTDIR="${ED}" install
- dodoc AUTHORS README
-
- exeinto /usr/libexec
- doexe "${FILESDIR}/cpufrequtils-change.sh"
-
- systemd_dounit "${FILESDIR}/cpufrequtils.service"
- newinitd "${FILESDIR}"/${PN}-init.d-007 ${PN}
- newconfd "${FILESDIR}"/${PN}-conf.d-006 ${PN}
-}
diff --git a/sys-power/cpufrequtils/files/cpufrequtils-007-build.patch b/sys-power/cpufrequtils/files/cpufrequtils-007-build.patch
deleted file mode 100644
index 3e0d18b0ab3d..000000000000
--- a/sys-power/cpufrequtils/files/cpufrequtils-007-build.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- Makefile
-+++ Makefile
-@@ -158,11 +158,9 @@ endif
-
- # if DEBUG is enabled, then we do not strip or optimize
- ifeq ($(strip $(DEBUG)),true)
-- CFLAGS += -O1 -g
- CPPFLAGS += -DDEBUG
- STRIPCMD = /bin/true -Since_we_are_debugging
- else
-- CFLAGS += $(OPTIMIZATION) -fomit-frame-pointer
- STRIPCMD = $(STRIP) -s --remove-section=.note --remove-section=.comment
- endif
-
diff --git a/sys-power/cpufrequtils/files/cpufrequtils-007-nls.patch b/sys-power/cpufrequtils/files/cpufrequtils-007-nls.patch
deleted file mode 100644
index 402290b97c51..000000000000
--- a/sys-power/cpufrequtils/files/cpufrequtils-007-nls.patch
+++ /dev/null
@@ -1,76 +0,0 @@
-make nls/gettext support optional
-
-patch by
-Sergey Dryabzhinsky <sergey.dryabzhinsky@gmail.com>
-Lars Wendler <polynomial-c@gentoo.org>
-
-http://bugs.gentoo.org/205576
-http://bugs.gentoo.org/292246
-
---- cpufrequtils-006/Makefile
-+++ cpufrequtils-006/Makefile
-@@ -147,6 +147,7 @@
- ifeq ($(strip $(NLS)),true)
- INSTALL_NLS += install-gmo
- COMPILE_NLS += update-gmo
-+ CPPFLAGS += -DNLS
- endif
-
- ifeq ($(strip $(CPUFRQ_BENCH)),true)
---- cpufrequtils-006/utils/info.c
-+++ cpufrequtils-006/utils/info.c
-@@ -10,7 +10,6 @@
- #include <errno.h>
- #include <stdlib.h>
- #include <string.h>
--#include <libintl.h>
- #include <locale.h>
-
- #include <getopt.h>
-@@ -18,9 +17,18 @@
- #include "cpufreq.h"
-
-
-+#ifdef NLS
-+#include <libintl.h>
- #define _(String) gettext (String)
- #define gettext_noop(String) String
- #define N_(String) gettext_noop (String)
-+#else
-+#define gettext_noop(String) String
-+#define _(String) gettext_noop (String)
-+#define gettext(String) gettext_noop (String)
-+#define N_(String) gettext_noop (String)
-+#define textdomain(String)
-+#endif
-
- #define LINE_LEN 10
-
---- cpufrequtils-006/utils/set.c
-+++ cpufrequtils-006/utils/set.c
-@@ -12,16 +12,24 @@
- #include <limits.h>
- #include <string.h>
- #include <ctype.h>
--#include <libintl.h>
- #include <locale.h>
-
- #include <getopt.h>
-
- #include "cpufreq.h"
-
-+#ifdef NLS
-+#include <libintl.h>
- #define _(String) gettext(String)
- #define gettext_noop(String) String
- #define N_(String) gettext_noop(String)
-+#else
-+#define gettext_noop(String) String
-+#define _(String) gettext_noop (String)
-+#define gettext(String) gettext_noop (String)
-+#define N_(String) gettext_noop (String)
-+#define textdomain(String)
-+#endif
-
- #define NORM_FREQ_LEN 32
-
diff --git a/sys-power/cpufrequtils/files/cpufrequtils-008-cpuid.patch b/sys-power/cpufrequtils/files/cpufrequtils-008-cpuid.patch
deleted file mode 100644
index 5982e91ee60c..000000000000
--- a/sys-power/cpufrequtils/files/cpufrequtils-008-cpuid.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From f1b6bccf08f53295b2f7f448f28bbd37533c14a2 Mon Sep 17 00:00:00 2001
-From: Zhang Le <r0bertz@gentoo.org>
-Date: Sun, 18 Jul 2010 02:05:28 +0800
-Subject: [PATCH 1/1] Only x86 has cpuid instruction
-
-Signed-off-by: Zhang Le <r0bertz@gentoo.org>
-Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
----
- utils/aperf.c | 4 ++++
- 1 files changed, 4 insertions(+), 0 deletions(-)
-
-diff --git a/utils/aperf.c b/utils/aperf.c
-index 627fb17..1c64501 100644
---- a/utils/aperf.c
-+++ b/utils/aperf.c
-@@ -68,11 +68,15 @@ struct avg_perf_cpu_info
-
- static int cpu_has_effective_freq()
- {
-+#if defined(__i386__) || defined(__x86_64__)
- /* largest base level */
- if (cpuid_eax(0) < 6)
- return 0;
-
- return cpuid_ecx(6) & 0x1;
-+#else
-+ return 0;
-+#endif
- }
-
- /*
---
-1.7.4.4
-
diff --git a/sys-power/cpufrequtils/files/cpufrequtils-008-fix-compilation-on-x86-32-with-fPIC.patch b/sys-power/cpufrequtils/files/cpufrequtils-008-fix-compilation-on-x86-32-with-fPIC.patch
deleted file mode 100644
index cc1d81413b0c..000000000000
--- a/sys-power/cpufrequtils/files/cpufrequtils-008-fix-compilation-on-x86-32-with-fPIC.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-From 28b7205609252b365b5fbcb140de22858cd631da Mon Sep 17 00:00:00 2001
-From: Matt Turner <mattst88@gmail.com>
-Date: Mon, 25 Jul 2011 15:11:46 -0400
-Subject: [PATCH] aperf: fix compilation on x86-32 with -fPIC
-
-ebx is used to store the GOT pointer when compiled with -fPIC, so it's
-not usable by inline assembly.
-
-https://bugs.gentoo.org/375967
-
-Signed-off-by: Matt Turner <mattst88@gmail.com>
----
- utils/cpuid.h | 14 +++++++++++++-
- 1 files changed, 13 insertions(+), 1 deletions(-)
-
-diff --git a/utils/cpuid.h b/utils/cpuid.h
-index 2bac69a..53da789 100644
---- a/utils/cpuid.h
-+++ b/utils/cpuid.h
-@@ -5,9 +5,21 @@ static inline void __cpuid(unsigned int *eax, unsigned int *ebx,
- unsigned int *ecx, unsigned int *edx)
- {
- /* ecx is often an input as well as an output. */
-- asm volatile("cpuid"
-+ asm volatile(
-+#if defined(__i386__) && defined(__PIC__)
-+ "push %%ebx\n"
-+ "cpuid\n"
-+ "movl %%ebx, %1\n"
-+ "pop %%ebx\n"
-+#else
-+ "cpuid\n"
-+#endif
- : "=a" (*eax),
-+#if defined(__i386__) && defined(__PIC__)
-+ "=r" (*ebx),
-+#else
- "=b" (*ebx),
-+#endif
- "=c" (*ecx),
- "=d" (*edx)
- : "0" (*eax), "2" (*ecx));
---
-1.7.3.4
-
diff --git a/sys-power/cpufrequtils/files/cpufrequtils-008-fix-msr-read.patch b/sys-power/cpufrequtils/files/cpufrequtils-008-fix-msr-read.patch
deleted file mode 100644
index c1d13ec25c42..000000000000
--- a/sys-power/cpufrequtils/files/cpufrequtils-008-fix-msr-read.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From d4490efed068a552e8b67d52a0726458a224c9a0 Mon Sep 17 00:00:00 2001
-From: Frank Arnold <frank.arnold@amd.com>
-Date: Wed, 8 Dec 2010 17:39:14 +0100
-Subject: [PATCH] cpufrequtils aperf: Fix MSR read on 32-bit
-
-The cpufreq-aperf command does not work on 32-bit systems. The reason
-for that is a wrong count argument passed to the read() call. Instead
-of the buffer size, the size of the pointer to the buffer is used. On
-64-bit systems this just happened to work, because we need to read an
-8 byte value and a pointer has a size of 8 bytes on 64-bit. On 32-bit
-systems only 4 bytes are read, which then triggers the error path.
-
-Signed-off-by: Frank Arnold <frank.arnold@amd.com>
-Reviewed-by: Thomas Renninger <trenn@suse.de>
-Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
----
- utils/aperf.c | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/utils/aperf.c b/utils/aperf.c
-index 1c64501..6302f5a 100644
---- a/utils/aperf.c
-+++ b/utils/aperf.c
-@@ -100,7 +100,7 @@ static int read_msr(int cpu, unsigned int idx, unsigned long long *val)
- return -1;
- if (lseek(fd, idx, SEEK_CUR) == -1)
- goto err;
-- if (read(fd, val, sizeof val) != sizeof *val)
-+ if (read(fd, val, sizeof *val) != sizeof *val)
- goto err;
- close(fd);
- return 0;
---
-1.7.4.4
-
diff --git a/sys-power/cpufrequtils/files/cpufrequtils-008-increase-MAX_LINE_LEN.patch b/sys-power/cpufrequtils/files/cpufrequtils-008-increase-MAX_LINE_LEN.patch
deleted file mode 100644
index e4ef1de584d1..000000000000
--- a/sys-power/cpufrequtils/files/cpufrequtils-008-increase-MAX_LINE_LEN.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 9f2efa7bc6969c10562ac2c720d50ff77083e5c2 Mon Sep 17 00:00:00 2001
-From: Roman Vasiyarov <rvasiyarov@gmail.com>
-Date: Mon, 25 Apr 2011 21:34:23 +0400
-Subject: [PATCH] cpufrequtils sysfs: increase MAX_LINE_LEN
-
-larger sysfs data (>255 bytes) was truncated and thus used improperly
-
-Signed-off-by: Roman Vasiyarov <rvasiyarov@gmail.com>
-Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
----
- lib/sysfs.c | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/lib/sysfs.c b/lib/sysfs.c
-index 4e0edab..24dd563 100644
---- a/lib/sysfs.c
-+++ b/lib/sysfs.c
-@@ -18,7 +18,7 @@
- #include "cpufreq.h"
-
- #define PATH_TO_CPU "/sys/devices/system/cpu/"
--#define MAX_LINE_LEN 255
-+#define MAX_LINE_LEN 4096
- #define SYSFS_PATH_MAX 255
-
- /* helper function to read file from /sys into given buffer */
---
-1.7.4.4
-
diff --git a/sys-power/cpufrequtils/files/cpufrequtils-008-remove-pipe-from-CFLAGS.patch b/sys-power/cpufrequtils/files/cpufrequtils-008-remove-pipe-from-CFLAGS.patch
deleted file mode 100644
index 8d05fea248d3..000000000000
--- a/sys-power/cpufrequtils/files/cpufrequtils-008-remove-pipe-from-CFLAGS.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.orig 2011-07-21 15:41:14.696144522 -0400
-+++ Makefile 2011-07-21 15:41:21.056144805 -0400
-@@ -123,8 +123,6 @@
- LIB_SRC = lib/cpufreq.c
- LIB_OBJS = lib/cpufreq.o
-
--CFLAGS += -pipe
--
- ifeq ($(strip $(PROC)),true)
- LIB_OBJS += lib/proc.o
- LIB_SRC += lib/proc.c
diff --git a/sys-power/cpufrequtils/files/cpufrequtils-change.sh b/sys-power/cpufrequtils/files/cpufrequtils-change.sh
deleted file mode 100644
index 825d5403f5cb..000000000000
--- a/sys-power/cpufrequtils/files/cpufrequtils-change.sh
+++ /dev/null
@@ -1,37 +0,0 @@
-#!/bin/bash
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/cpufrequtils/files/cpufrequtils-change.sh,v 1.3 2013/05/09 20:21:42 lxnay Exp $
-
-ret=0 opts= gov_opts= sep=
-for o in "${@}" ; do
- [ "${o}" = "--" ] && sep=1 && continue
- if [ -n "${sep}" ]; then
- gov_opts="${gov_opts} ${o}"
- else
- opts="${opts} ${o}"
- fi
-done
-
-echo "cpufreq-set options: ${opts}"
-echo "Governor options: ${gov_opts}"
-
-for c in $(cpufreq-info -o | awk '$1 == "CPU" { print $2 }') ; do
- cpufreq-set -c ${c} ${opts}
- : $(( ret += $? ))
-done
-
-if [ $# -gt 0 ] ; then
- c=1
- if cd /sys/devices/system/cpu/cpufreq ; then
- for o in ${gov_opts}; do
- v=${o#*=}
- o=${o%%=*}
- echo ${v} > ${o} || break
- done
- c=0
- fi
- : $(( ret += c ))
-fi
-
-exit ${ret}
diff --git a/sys-power/cpufrequtils/files/cpufrequtils-conf.d-006 b/sys-power/cpufrequtils/files/cpufrequtils-conf.d-006
deleted file mode 100644
index 895966448e44..000000000000
--- a/sys-power/cpufrequtils/files/cpufrequtils-conf.d-006
+++ /dev/null
@@ -1,11 +0,0 @@
-# /etc/conf.d/cpufrequtils: config file for /etc/init.d/cpufrequtils
-
-# Options when starting cpufreq (given to the `cpufreq-set` program)
-START_OPTS="--governor ondemand"
-
-# Options when stopping cpufreq (given to the `cpufreq-set` program)
-STOP_OPTS="--governor performance"
-
-# Extra settings to write to sysfs cpufreq values.
-#SYSFS_EXTRA="ondemand/ignore_nice_load=1 ondemand/up_threshold=70"
-
diff --git a/sys-power/cpufrequtils/files/cpufrequtils-init.d-006 b/sys-power/cpufrequtils/files/cpufrequtils-init.d-006
deleted file mode 100755
index adb71b0224b8..000000000000
--- a/sys-power/cpufrequtils/files/cpufrequtils-init.d-006
+++ /dev/null
@@ -1,41 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/cpufrequtils/files/cpufrequtils-init.d-006,v 1.2 2011/07/21 19:47:14 mattst88 Exp $
-
-change() {
- local c ret=0 opts="$1"
- shift
- ebegin "Running cpufreq-set ${opts}"
- for c in $(cpufreq-info -o | awk '$1 == "CPU" { print $2 }') ; do
- cpufreq-set -c ${c} ${opts}
- : $(( ret += $? ))
- done
- eend ${ret}
-
- if [ $# -gt 0 ] ; then
- c=1
- einfo "Setting extra options: $*"
- if cd /sys/devices/system/cpu/cpufreq ; then
- local o v
- for o in "$@" ; do
- v=${o#*=}
- o=${o%%=*}
- echo ${v} > ${o} || break
- done
- c=0
- fi
- eend ${c}
- : $(( ret += c ))
- fi
-
- return ${ret}
-}
-
-start() {
- change "${START_OPTS}" ${SYSFS_EXTRA}
-}
-
-stop() {
- change "${STOP_OPTS}"
-}
diff --git a/sys-power/cpufrequtils/files/cpufrequtils-init.d-007 b/sys-power/cpufrequtils/files/cpufrequtils-init.d-007
deleted file mode 100644
index a17c4a473e5a..000000000000
--- a/sys-power/cpufrequtils/files/cpufrequtils-init.d-007
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/cpufrequtils/files/cpufrequtils-init.d-007,v 1.2 2013/05/06 11:09:09 lxnay Exp $
-
-change() {
- ebegin "Running cpufreq-set ${*}"
- /usr/libexec/cpufrequtils-change.sh "${@}" > /dev/null
- eend $?
-}
-
-start() {
- change ${START_OPTS} -- ${SYSFS_EXTRA}
-}
-
-stop() {
- change "${STOP_OPTS}"
-}
diff --git a/sys-power/cpufrequtils/files/cpufrequtils.service b/sys-power/cpufrequtils/files/cpufrequtils.service
deleted file mode 100644
index 1951ed3e246e..000000000000
--- a/sys-power/cpufrequtils/files/cpufrequtils.service
+++ /dev/null
@@ -1,11 +0,0 @@
-[Unit]
-Description=CPU frequency scaling via cpufrequtils
-
-[Service]
-EnvironmentFile=/etc/conf.d/cpufrequtils
-ExecStart=/usr/libexec/cpufrequtils-change.sh $START_OPTS -- $SYSFS_EXTRA
-ExecReload=/usr/libexec/cpufrequtils-change.sh $STOP_OPTS
-RemainAfterExit=yes
-
-[Install]
-WantedBy=multi-user.target
diff --git a/sys-power/cpufrequtils/metadata.xml b/sys-power/cpufrequtils/metadata.xml
deleted file mode 100644
index 72f4cbcb8ba7..000000000000
--- a/sys-power/cpufrequtils/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer>
- <email>mattst88@gentoo.org</email>
- <name>Matt Turner</name>
- </maintainer>
-</pkgmetadata>