summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhaarp <main.haarp@gmail.com>2016-05-31 17:37:38 +0200
committerhaarp <main.haarp@gmail.com>2016-05-31 17:37:38 +0200
commit9ae9b08336aca4b16dad4388939efa614cd06c63 (patch)
tree65952f45f074868c7947f1406a48a3045d68d002 /sys-power
parentMore Zandronum cleanups (diff)
downloadhaarp-9ae9b08336aca4b16dad4388939efa614cd06c63.tar.gz
haarp-9ae9b08336aca4b16dad4388939efa614cd06c63.tar.bz2
haarp-9ae9b08336aca4b16dad4388939efa614cd06c63.zip
Remove turbostat, portage already has it inside sys-apps/linux-misc-apps!
Diffstat (limited to 'sys-power')
-rw-r--r--sys-power/turbostat/Manifest1
-rw-r--r--sys-power/turbostat/turbostat-9999.ebuild32
2 files changed, 0 insertions, 33 deletions
diff --git a/sys-power/turbostat/Manifest b/sys-power/turbostat/Manifest
deleted file mode 100644
index f520c5a..0000000
--- a/sys-power/turbostat/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-EBUILD turbostat-9999.ebuild 860 SHA256 5121940bca6e28eff9d9fec41f628d162f83a0e53acb16943e8382c3cea7e17e SHA512 00972e901411f3a13433a40a90214fdab9e729b6ed3e34e8e3d7e17e95743b540e5f679007196c58adc130402285729db7e316116f4e62217b9dbc942d51bf65 WHIRLPOOL 28fc21810213b80c171d75ad69a7c1fadb4eab274c299b06cb32abfe32aa1c10e4b38c6411fdd61597e19508f9de8daaf43d90243877313b85e86a012c61ec1b
diff --git a/sys-power/turbostat/turbostat-9999.ebuild b/sys-power/turbostat/turbostat-9999.ebuild
deleted file mode 100644
index 86b5ede..0000000
--- a/sys-power/turbostat/turbostat-9999.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit linux-info
-
-DESCRIPTION="Report processor frequency and idle statistics"
-HOMEPAGE="http://lwn.net/Articles/433002/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="sys-libs/glibc"
-DEPEND="${DEPEND}
- >=sys-kernel/gentoo-sources-2.6.36"
-
-src_unpack() {
- mkdir -p "${S}"
- cp "${KERNEL_DIR}/tools/power/x86/turbostat"/* "${S}/" || die "turbostat not found in kernel sources!"
- cd "${S}"
-}
-
-src_prepare() {
- ewarn "This ebuild grabs ${PN} from your active kernel's sources!"
- ewarn "In case of build failures (e.g. undeclared defines), try upgrading"
- ewarn "sys-kernel/linux-headers to more closely match your kernel version"
- sed -i -e 's:../../../../arch/x86/include/asm/msr-index.h:asm/msr-index.h:' Makefile
-}