diff --git a/sys-power/cpupw/Manifest b/sys-power/cpupw/Manifest deleted file mode 100644 index 16b305823..000000000 --- a/sys-power/cpupw/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST cpupw-0.1.1.tgz 15818 SHA256 0406ae7440b7d6bd99f4d8e211b6bc3425ef91285caaa6251f8bbbdc3c743e00 -DIST cpupw-0.2.0.tgz 18094 SHA256 874d3530843f8aa65ed2fcf3da6d0a6ad3514289da008c77908c6d569afb6ccd diff --git a/sys-power/cpupw/cpupw-0.1.1.ebuild b/sys-power/cpupw/cpupw-0.1.1.ebuild deleted file mode 100644 index 4fe439a59..000000000 --- a/sys-power/cpupw/cpupw-0.1.1.ebuild +++ /dev/null @@ -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 -} diff --git a/sys-power/cpupw/cpupw-0.2.0.ebuild b/sys-power/cpupw/cpupw-0.2.0.ebuild deleted file mode 100644 index 4fe439a59..000000000 --- a/sys-power/cpupw/cpupw-0.2.0.ebuild +++ /dev/null @@ -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 -}