diff options
Diffstat (limited to 'sys-power')
-rw-r--r-- | sys-power/ncpufreqd/ChangeLog | 5 | ||||
-rw-r--r-- | sys-power/ncpufreqd/Manifest | 14 | ||||
-rw-r--r-- | sys-power/ncpufreqd/files/digest-ncpufreqd-1.8 | 1 | ||||
-rw-r--r-- | sys-power/ncpufreqd/ncpufreqd-1.8.ebuild | 27 |
4 files changed, 5 insertions, 42 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/Manifest b/sys-power/ncpufreqd/Manifest index 6c20a3a6fcbf..3de5cc9dc1d1 100644 --- a/sys-power/ncpufreqd/Manifest +++ b/sys-power/ncpufreqd/Manifest @@ -1,16 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 814fa40a5bfb10fe697cf92bc87cacba ChangeLog 1076 -MD5 17679febecd68dbfa353f7b58ee2abf4 files/digest-ncpufreqd-1.8 65 +MD5 f9c234d2f6e21006875ff7c29e88ebb1 ChangeLog 1172 MD5 0c6f8b76f5b7a7fe9053ed06c1917b13 files/digest-ncpufreqd-2.0 65 MD5 8e68b886362847ceb4918cd9cac53748 metadata.xml 223 -MD5 2b5328357368c15a44a68a1f857e97ab ncpufreqd-1.8.ebuild 732 MD5 df947d67177a2b05dd6375a4971685b2 ncpufreqd-2.0.ebuild 664 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFDZR28wUpWvClEHQoRAqV2AJ9W9QJP0lIvz/e6n4vHjlgA0lsiwQCfYYoO -H5mx0X/IXGaS/rMJNUBjSmo= -=Jzpv ------END PGP SIGNATURE----- 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 -} |