diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2005-08-28 14:05:10 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2005-08-28 14:05:10 +0000 |
commit | de5dd58777c61159e60a19b2dffc6b438b8bdc95 (patch) | |
tree | 439d10641f8e24c88b8ce001fba3e59cb17af9b5 /sys-power/cpufreqd | |
parent | ~amd64 (diff) | |
download | historical-de5dd58777c61159e60a19b2dffc6b438b8bdc95.tar.gz historical-de5dd58777c61159e60a19b2dffc6b438b8bdc95.tar.bz2 historical-de5dd58777c61159e60a19b2dffc6b438b8bdc95.zip |
Stable on amd64.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'sys-power/cpufreqd')
-rw-r--r-- | sys-power/cpufreqd/ChangeLog | 5 | ||||
-rw-r--r-- | sys-power/cpufreqd/Manifest | 14 | ||||
-rw-r--r-- | sys-power/cpufreqd/cpufreqd-1.2.3.ebuild | 4 |
3 files changed, 18 insertions, 5 deletions
diff --git a/sys-power/cpufreqd/ChangeLog b/sys-power/cpufreqd/ChangeLog index 59dfbfc9d488..15baaa8f481e 100644 --- a/sys-power/cpufreqd/ChangeLog +++ b/sys-power/cpufreqd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-power/cpufreqd # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/cpufreqd/ChangeLog,v 1.10 2005/08/26 12:06:06 brix Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/cpufreqd/ChangeLog,v 1.11 2005/08/28 14:05:10 cryos Exp $ + + 28 Aug 2005; Marcus D. Hanwell <cryos@gentoo.org> cpufreqd-1.2.3.ebuild: + Stable on amd64. *cpufreqd-2.0.0_beta4 (26 Aug 2005) diff --git a/sys-power/cpufreqd/Manifest b/sys-power/cpufreqd/Manifest index b0baf6b8a718..f731408ea15a 100644 --- a/sys-power/cpufreqd/Manifest +++ b/sys-power/cpufreqd/Manifest @@ -1,9 +1,19 @@ -MD5 7b4b1c111f7236d40533147bcf5c7805 cpufreqd-1.2.3.ebuild 768 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 ae4232c6e814691b97c24efa396281bf cpufreqd-1.2.3.ebuild 766 MD5 c6180b3ca46ef20c71ded9c11eb06847 cpufreqd-2.0.0_beta4.ebuild 1146 MD5 957cdc8541deb498c827b66b7a263bc1 cpufreqd-1.2.2.ebuild 768 -MD5 65f51c9274ed1b08978b64283a513767 ChangeLog 4026 +MD5 3a653d50f8d61172bb0c1c3613db4312 ChangeLog 4122 MD5 b280eebc74d70d85e664debf1adce2c3 metadata.xml 255 MD5 6dfe51aafe839f3c3b78cd74a950c5f2 files/cpufreqd-2.0.0_beta4-init.d 913 MD5 de1c5ff87e87941d0975a37d0a4c53a7 files/digest-cpufreqd-2.0.0_beta4 72 MD5 67d3999fd7d01ffce53d07c879735c6e files/digest-cpufreqd-1.2.2 66 MD5 df90962c83f1f87437ad708213cfcd23 files/digest-cpufreqd-1.2.3 66 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFDEcStntT9W3vfTuoRAk4LAJ952CZPtFv6dcC3VnNenndVjJJ31gCfVwhW +0m96P86ErPJPrxSpVhiTsys= +=H07w +-----END PGP SIGNATURE----- diff --git a/sys-power/cpufreqd/cpufreqd-1.2.3.ebuild b/sys-power/cpufreqd/cpufreqd-1.2.3.ebuild index 77f2ac284a05..0db81abae247 100644 --- a/sys-power/cpufreqd/cpufreqd-1.2.3.ebuild +++ b/sys-power/cpufreqd/cpufreqd-1.2.3.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/cpufreqd/cpufreqd-1.2.3.ebuild,v 1.3 2005/07/01 22:19:27 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/cpufreqd/cpufreqd-1.2.3.ebuild,v 1.4 2005/08/28 14:05:10 cryos Exp $ inherit flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ppc x86" +KEYWORDS="amd64 ppc x86" IUSE="" |