diff options
author | Luis Medinas <metalgod@gentoo.org> | 2005-10-30 19:25:37 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2005-10-30 19:25:37 +0000 |
commit | 3b57c8fcffbb373612e41d8ace15f50c2f834c0a (patch) | |
tree | 45c0fbf9b1a9eb8728e7089d7da605f2672a915b /sys-power/ncpufreqd | |
parent | Remove divx4linux useflag. (diff) | |
download | historical-3b57c8fcffbb373612e41d8ace15f50c2f834c0a.tar.gz historical-3b57c8fcffbb373612e41d8ace15f50c2f834c0a.tar.bz2 historical-3b57c8fcffbb373612e41d8ace15f50c2f834c0a.zip |
Marked Stable on amd64.
Package-Manager: portage-2.0.53_rc6
Diffstat (limited to 'sys-power/ncpufreqd')
-rw-r--r-- | sys-power/ncpufreqd/ChangeLog | 5 | ||||
-rw-r--r-- | sys-power/ncpufreqd/Manifest | 14 | ||||
-rw-r--r-- | sys-power/ncpufreqd/ncpufreqd-2.0.ebuild | 4 |
3 files changed, 18 insertions, 5 deletions
diff --git a/sys-power/ncpufreqd/ChangeLog b/sys-power/ncpufreqd/ChangeLog index 87cb6bae784b..8bb04614e51e 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.5 2005/10/28 12:09:10 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/ncpufreqd/ChangeLog,v 1.6 2005/10/30 19:25:37 metalgod Exp $ + + 30 Oct 2005; Luis Medinas <metalgod@gentoo.org> ncpufreqd-2.0.ebuild: + Marked Stable on amd64. 28 Oct 2005; Krzysiek Pawlik <nelchael@gentoo.org> -ncpufreqd-1.9.ebuild, ncpufreqd-2.0.ebuild: diff --git a/sys-power/ncpufreqd/Manifest b/sys-power/ncpufreqd/Manifest index 6daafcc5f97e..6c20a3a6fcbf 100644 --- a/sys-power/ncpufreqd/Manifest +++ b/sys-power/ncpufreqd/Manifest @@ -1,6 +1,16 @@ -MD5 c102c4514262b5121dc03d71dd96a338 ChangeLog 977 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 814fa40a5bfb10fe697cf92bc87cacba ChangeLog 1076 MD5 17679febecd68dbfa353f7b58ee2abf4 files/digest-ncpufreqd-1.8 65 MD5 0c6f8b76f5b7a7fe9053ed06c1917b13 files/digest-ncpufreqd-2.0 65 MD5 8e68b886362847ceb4918cd9cac53748 metadata.xml 223 MD5 2b5328357368c15a44a68a1f857e97ab ncpufreqd-1.8.ebuild 732 -MD5 f1a69b43b355ad2db3eb2389d5c161b4 ncpufreqd-2.0.ebuild 665 +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/ncpufreqd-2.0.ebuild b/sys-power/ncpufreqd/ncpufreqd-2.0.ebuild index 2b0ffcf53cae..adf13a032b86 100644 --- a/sys-power/ncpufreqd/ncpufreqd-2.0.ebuild +++ b/sys-power/ncpufreqd/ncpufreqd-2.0.ebuild @@ -1,6 +1,6 @@ # 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-2.0.ebuild,v 1.2 2005/10/28 12:09:10 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/ncpufreqd/ncpufreqd-2.0.ebuild,v 1.3 2005/10/30 19:25:37 metalgod Exp $ DESCRIPTION="Daemon controlling CPU speed and temperature" HOMEPAGE="http://fatcat.ftj.agh.edu.pl/~nelchael/" @@ -8,7 +8,7 @@ SRC_URI="http://fatcat.ftj.agh.edu.pl/~nelchael/files/ncpufreqd/${P}.tar.bz2" LICENSE="ZLIB" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="" |