diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-10-30 20:31:25 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-10-30 20:31:25 +0000 |
commit | 1e33babe33588f4bd422a4c779ac3afb66863491 (patch) | |
tree | 46ee847b595853739d95648f3787d67633bc1eaa /sys-power/ncpufreqd | |
parent | new version (diff) | |
download | gentoo-2-1e33babe33588f4bd422a4c779ac3afb66863491.tar.gz gentoo-2-1e33babe33588f4bd422a4c779ac3afb66863491.tar.bz2 gentoo-2-1e33babe33588f4bd422a4c779ac3afb66863491.zip |
Removed old 1.8.
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'sys-power/ncpufreqd')
-rw-r--r-- | sys-power/ncpufreqd/ChangeLog | 5 | ||||
-rw-r--r-- | sys-power/ncpufreqd/files/digest-ncpufreqd-1.8 | 1 | ||||
-rw-r--r-- | sys-power/ncpufreqd/ncpufreqd-1.8.ebuild | 27 |
3 files changed, 4 insertions, 29 deletions
diff --git a/sys-power/ncpufreqd/ChangeLog b/sys-power/ncpufreqd/ChangeLog index 8bb04614e51e..6c41eabe6d59 100644 --- a/sys-power/ncpufreqd/ChangeLog +++ b/sys-power/ncpufreqd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-power/ncpufreqd # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/ncpufreqd/ChangeLog,v 1.6 2005/10/30 19:25:37 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/ncpufreqd/ChangeLog,v 1.7 2005/10/30 20:31:25 nelchael Exp $ + + 30 Oct 2005; Krzysiek Pawlik <nelchael@gentoo.org> -ncpufreqd-1.8.ebuild: + Removed old 1.8. 30 Oct 2005; Luis Medinas <metalgod@gentoo.org> ncpufreqd-2.0.ebuild: Marked Stable on amd64. diff --git a/sys-power/ncpufreqd/files/digest-ncpufreqd-1.8 b/sys-power/ncpufreqd/files/digest-ncpufreqd-1.8 deleted file mode 100644 index 0ec81d2f197c..000000000000 --- a/sys-power/ncpufreqd/files/digest-ncpufreqd-1.8 +++ /dev/null @@ -1 +0,0 @@ -MD5 7da494634fc076770f1d6fb393e9c3ae ncpufreqd-1.8.tar.bz2 12707 diff --git a/sys-power/ncpufreqd/ncpufreqd-1.8.ebuild b/sys-power/ncpufreqd/ncpufreqd-1.8.ebuild deleted file mode 100644 index 453717de367d..000000000000 --- a/sys-power/ncpufreqd/ncpufreqd-1.8.ebuild +++ /dev/null @@ -1,27 +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/ncpufreqd/ncpufreqd-1.8.ebuild,v 1.2 2005/06/13 19:12:43 sekretarz Exp $ - -DESCRIPTION="Daemon controlling CPU speed and temperature" -HOMEPAGE="http://fatcat.ftj.agh.edu.pl/~nelchael/" -SRC_URI="http://fatcat.ftj.agh.edu.pl/~nelchael/files/ncpufreqd/${P}.tar.bz2" -LICENSE="ZLIB" - -SLOT="0" -KEYWORDS="amd64 x86" - -IUSE="" - -DEPEND="virtual/logger" - -src_compile() { - ./configure --prefix=${D} || die "could not configure" - emake || die "emake failed" -} - -src_install() { - make DESTDIR=${D} install || die "emake install failed" - - exeinto /etc/init.d - doexe ${S}/gentoo-init.d/ncpufreqd -} |