sys-power/cpupw: not in repos anymore

This commit is contained in:
Ettore Di Giacinto
2017-05-07 11:05:26 +02:00
parent db4e5e1a82
commit fb89d04e1c
3 changed files with 0 additions and 56 deletions
-2
View File
@@ -1,2 +0,0 @@
DIST cpupw-0.1.1.tgz 15818 SHA256 0406ae7440b7d6bd99f4d8e211b6bc3425ef91285caaa6251f8bbbdc3c743e00
DIST cpupw-0.2.0.tgz 18094 SHA256 874d3530843f8aa65ed2fcf3da6d0a6ad3514289da008c77908c6d569afb6ccd
-27
View File
@@ -1,27 +0,0 @@
# Copyright 1999-2006 Gentoo Foundation
# Copyright 2007 Sabayon Linux
# Distributed under the terms of the GNU General Public License v2
inherit eutils
DESCRIPTION="Small userspace utility that let manage the voltage of AMD Athlon64/Opteron and Centrino CPUs"
HOMEPAGE="http://www.tuxamito.com.es/cpupw"
SRC_URI="http://www.tuxamito.com.es/cpupw/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
src_compile() {
cd ${S}/src
emake || die "make failed"
mv ${S}/src/cpupw.init ${S}/cpupw
}
src_install() {
cd ${S}/src
exeinto /usr/sbin
doexe cpupw
doinitd ${S}/cpupw
}
-27
View File
@@ -1,27 +0,0 @@
# Copyright 1999-2006 Gentoo Foundation
# Copyright 2007 Sabayon Linux
# Distributed under the terms of the GNU General Public License v2
inherit eutils
DESCRIPTION="Small userspace utility that let manage the voltage of AMD Athlon64/Opteron and Centrino CPUs"
HOMEPAGE="http://www.tuxamito.com.es/cpupw"
SRC_URI="http://www.tuxamito.com.es/cpupw/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
src_compile() {
cd ${S}/src
emake || die "make failed"
mv ${S}/src/cpupw.init ${S}/cpupw
}
src_install() {
cd ${S}/src
exeinto /usr/sbin
doexe cpupw
doinitd ${S}/cpupw
}