summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-10-01 10:00:27 +0200
committerPacho Ramos <pacho@gentoo.org>2016-10-01 10:02:02 +0200
commit755e2e74b59343ea17fa6b7582ced53cd83dfd0f (patch)
treee9b2954a209e84f61273cbfc9f4cb26e00a65cf5 /sys-power
parentpackage.mask: remove some masked for removal packages (diff)
downloadgentoo-755e2e74b59343ea17fa6b7582ced53cd83dfd0f.tar.gz
gentoo-755e2e74b59343ea17fa6b7582ced53cd83dfd0f.tar.bz2
gentoo-755e2e74b59343ea17fa6b7582ced53cd83dfd0f.zip
package.mask: remove some masked for removal packages
Diffstat (limited to 'sys-power')
-rw-r--r--sys-power/cpuspeedy/Manifest1
-rw-r--r--sys-power/cpuspeedy/cpuspeedy-0.4.1.ebuild44
-rw-r--r--sys-power/cpuspeedy/metadata.xml13
3 files changed, 0 insertions, 58 deletions
diff --git a/sys-power/cpuspeedy/Manifest b/sys-power/cpuspeedy/Manifest
deleted file mode 100644
index 90071ea5626e..000000000000
--- a/sys-power/cpuspeedy/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST cpuspeedy-0.4.1.tar.gz 17174 SHA256 5e9ff675b7895e2fa7186ec54c154dcdef7ca1153cf1fe5ef0df10fecb5846b0 SHA512 9abf4e0708cef2f3e65c809afe10fa4e2b88f5ccad2c22cf3a0e8682d80c7ffcd0edb8d38684d1ed4d9c239a1801c0c09fe0811e69b1c4f9a98b46cdb6efefb6 WHIRLPOOL 3d931ebf58e3499c54035016cb5040409375d098fa3c5990a74574b93bc0c0ba391337e178af863c9ac15e9da1fd8bd95668f13aacbdd34bce9aa8b666eaaee6
diff --git a/sys-power/cpuspeedy/cpuspeedy-0.4.1.ebuild b/sys-power/cpuspeedy/cpuspeedy-0.4.1.ebuild
deleted file mode 100644
index ea031526267c..000000000000
--- a/sys-power/cpuspeedy/cpuspeedy-0.4.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=3
-PYTHON_DEPEND="2"
-inherit python
-
-DESCRIPTION="A simple and easy to use program to control the speed and the voltage of CPUs on the fly"
-HOMEPAGE="http://cpuspeedy.sourceforge.net/"
-SRC_URI="mirror://sourceforge/cpuspeedy/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ppc x86"
-IUSE=""
-
-pkg_setup() {
- python_set_active_version 2
- python_pkg_setup
-}
-
-src_prepare() {
- rm -f Makefile || die
- python_convert_shebangs -r $(python_get_version) .
-}
-
-src_install() {
- exeinto "$(python_get_sitedir)"/${PN}
- doexe src/*.py || die
-
- dodoc AUTHORS ChangeLog README || die
- doman doc/*.1 || die
-
- dosym "$(python_get_sitedir)"/${PN}/${PN}.py /usr/sbin/${PN} || die
-}
-
-pkg_postinst() {
- python_mod_optimize ${PN}
-}
-
-pkg_postrm() {
- python_mod_cleanup ${PN}
-}
diff --git a/sys-power/cpuspeedy/metadata.xml b/sys-power/cpuspeedy/metadata.xml
deleted file mode 100644
index 8359880446b1..000000000000
--- a/sys-power/cpuspeedy/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription>
-Cpuspeedy is a simple tool written in Python which allows you to change the clock speed and voltage of the CPUs
-using the Linux's CPUFreq driver
-(copyied off ref url)
-</longdescription>
- <upstream>
- <remote-id type="sourceforge">cpuspeedy</remote-id>
- </upstream>
-</pkgmetadata>