summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-power/cpufreqd/cpufreqd-1.2.2.ebuild')
-rw-r--r--sys-power/cpufreqd/cpufreqd-1.2.2.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/sys-power/cpufreqd/cpufreqd-1.2.2.ebuild b/sys-power/cpufreqd/cpufreqd-1.2.2.ebuild
deleted file mode 100644
index de438bd72b78..000000000000
--- a/sys-power/cpufreqd/cpufreqd-1.2.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/cpufreqd/cpufreqd-1.2.2.ebuild,v 1.2 2005/04/07 17:02:25 blubb Exp $
-
-inherit flag-o-matic
-
-DESCRIPTION="Daemon to adjust CPU frequency for power saving"
-
-HOMEPAGE="http://cpufreqd.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~ppc amd64"
-
-IUSE=""
-
-src_compile() {
- # cpufreqd segfaults when built as PIE
- filter-flags "-fpie" "-fPIE" "-Wl,-pie"
-
- econf || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR=${D} install || die "emake install failed"
-
- doinitd scripts/gentoo/cpufreqd
-
- dodoc AUTHORS ChangeLog README TODO
-}