diff options
Diffstat (limited to 'sys-apps/cpuspeedy')
-rw-r--r-- | sys-apps/cpuspeedy/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/cpuspeedy/Manifest | 14 | ||||
-rw-r--r-- | sys-apps/cpuspeedy/cpuspeedy-0.4.1.ebuild | 6 |
3 files changed, 9 insertions, 16 deletions
diff --git a/sys-apps/cpuspeedy/ChangeLog b/sys-apps/cpuspeedy/ChangeLog index ced2be018c50..51f4d4354804 100644 --- a/sys-apps/cpuspeedy/ChangeLog +++ b/sys-apps/cpuspeedy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/cpuspeedy # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpuspeedy/ChangeLog,v 1.14 2004/11/27 11:55:43 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpuspeedy/ChangeLog,v 1.15 2005/01/30 20:00:00 voxus Exp $ + + 30 Jan 2004; Konstantin Arkhipov <voxus@gentoo.org> cpuspeedy-0.4.1.ebuild: + Added ~amd64 keyword + header fix. 27 Nov 2004; Daniel Black <dragonheart@gentoo.org> -cpuspeedy-0.3.0.ebuild, -cpuspeedy-0.4.0.ebuild: diff --git a/sys-apps/cpuspeedy/Manifest b/sys-apps/cpuspeedy/Manifest index 9315d5da4575..e6cfa1413cdd 100644 --- a/sys-apps/cpuspeedy/Manifest +++ b/sys-apps/cpuspeedy/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 19666c7a0aa4be23bce0502427ddca73 ChangeLog 2483 +MD5 24762acdfb09542558e9f47e6e8ef1e8 cpuspeedy-0.4.1.ebuild 928 +MD5 010a8de6344926567907df34d579295b ChangeLog 2593 MD5 9e2a054a1c88817613efae9564a60cf4 metadata.xml 530 -MD5 15542c97adcfe3e3a1eb6140c31ec0d5 cpuspeedy-0.4.1.ebuild 927 MD5 8ca6a625ab62f6e8be057d0fe2453953 files/digest-cpuspeedy-0.4.1 66 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFBqGtFmdTrptrqvGERAg42AJ4ncg9NBGjU1+XWgV3LDr5LH/LyQgCffzYM -bkj/r/vqcXQT/vBbJpSSzaw= -=XHmh ------END PGP SIGNATURE----- diff --git a/sys-apps/cpuspeedy/cpuspeedy-0.4.1.ebuild b/sys-apps/cpuspeedy/cpuspeedy-0.4.1.ebuild index fee828befd55..17bd7b9ce920 100644 --- a/sys-apps/cpuspeedy/cpuspeedy-0.4.1.ebuild +++ b/sys-apps/cpuspeedy/cpuspeedy-0.4.1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpuspeedy/cpuspeedy-0.4.1.ebuild,v 1.3 2004/09/11 15:44:45 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpuspeedy/cpuspeedy-0.4.1.ebuild,v 1.4 2005/01/30 20:00:00 voxus Exp $ inherit python DESCRIPTION="A simple and easy to use program to control the speed and the voltage of CPUs on the fly." SRC_URI="mirror://sourceforge/cpuspeedy/${P}.tar.gz" HOMEPAGE="http://cpuspeedy.sourceforge.net/" -KEYWORDS="x86 ppc" +KEYWORDS="x86 ppc ~amd64" SLOT="0" LICENSE="GPL-2" IUSE="" |