diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-04-07 17:02:25 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-04-07 17:02:25 +0000 |
commit | 319c38f8c1aa00f31acab190f34d3a93e1631143 (patch) | |
tree | 373b1023fab6d81b1c8deb6b08037048950c4f1e /sys-power/cpufreqd | |
parent | Added ~ppc64 to KEYWORDS (diff) | |
download | historical-319c38f8c1aa00f31acab190f34d3a93e1631143.tar.gz historical-319c38f8c1aa00f31acab190f34d3a93e1631143.tar.bz2 historical-319c38f8c1aa00f31acab190f34d3a93e1631143.zip |
stable amd64
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'sys-power/cpufreqd')
-rw-r--r-- | sys-power/cpufreqd/ChangeLog | 5 | ||||
-rw-r--r-- | sys-power/cpufreqd/Manifest | 18 | ||||
-rw-r--r-- | sys-power/cpufreqd/cpufreqd-1.2.2.ebuild | 4 |
3 files changed, 10 insertions, 17 deletions
diff --git a/sys-power/cpufreqd/ChangeLog b/sys-power/cpufreqd/ChangeLog index 71535218f8d3..481ba74ba7ed 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.2 2005/03/15 16:33:56 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/cpufreqd/ChangeLog,v 1.3 2005/04/07 17:02:25 blubb Exp $ + + 07 Apr 2005; Simon Stelling <blubb@gentoo.org> cpufreqd-1.2.2.ebuild: + stable on amd64 *cpufreqd-1.2.2 (14 Mar 2005) *cpufreqd-1.1.2-r1 (14 Mar 2005) diff --git a/sys-power/cpufreqd/Manifest b/sys-power/cpufreqd/Manifest index 1be5108c8e4b..572716ba00b8 100644 --- a/sys-power/cpufreqd/Manifest +++ b/sys-power/cpufreqd/Manifest @@ -1,17 +1,7 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 d63efd5fe52bbea51e8ac5bc2c9dcdd3 cpufreqd-1.2.2.ebuild 771 -MD5 469914e51f4f301de3e118b771de8f42 ChangeLog 2997 -MD5 b280eebc74d70d85e664debf1adce2c3 metadata.xml 255 +MD5 9ed873b9d9cbbe0ff1db6956edce723f ChangeLog 3085 MD5 64085adbe3deb2ac1e5fec30cfe2e216 cpufreqd-1.1.2-r1.ebuild 1245 +MD5 957cdc8541deb498c827b66b7a263bc1 cpufreqd-1.2.2.ebuild 768 +MD5 b280eebc74d70d85e664debf1adce2c3 metadata.xml 255 +MD5 1ecbd62bec29d7ef35701b3c71ffdc94 files/1.1.2-prefer-sysfs.patch 921 MD5 d80d3c22801187272f72a7de7fbd1bb1 files/digest-cpufreqd-1.1.2-r1 66 MD5 67d3999fd7d01ffce53d07c879735c6e files/digest-cpufreqd-1.2.2 66 -MD5 1ecbd62bec29d7ef35701b3c71ffdc94 files/1.1.2-prefer-sysfs.patch 921 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) - -iD8DBQFCNw6WI1lqEGTUzyQRAhQ7AJ9nTACQ0tR3L+9KEIynNhIf7VWT3wCeMZmY -Qs1dtLG7DcpEr0nHqLio+x0= -=FMMW ------END PGP SIGNATURE----- diff --git a/sys-power/cpufreqd/cpufreqd-1.2.2.ebuild b/sys-power/cpufreqd/cpufreqd-1.2.2.ebuild index 9ce8bd70bed4..de438bd72b78 100644 --- a/sys-power/cpufreqd/cpufreqd-1.2.2.ebuild +++ b/sys-power/cpufreqd/cpufreqd-1.2.2.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.2.ebuild,v 1.1 2005/03/14 22:48:38 ciaranm Exp $ +# $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 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc ~amd64" +KEYWORDS="x86 ~ppc amd64" IUSE="" |