diff options
author | Daniel Black <dragonheart@gentoo.org> | 2004-11-27 11:55:43 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2004-11-27 11:55:43 +0000 |
commit | 2527c524568427ec7783d122a7ec7714fe7f9fbe (patch) | |
tree | 2d5367f8d6c77c77b5d94579bb1cf09f1158a861 /sys-apps/cpuspeedy | |
parent | Version bump. Homepage change. QA fix removing einstall as per bug #72177. (diff) | |
download | historical-2527c524568427ec7783d122a7ec7714fe7f9fbe.tar.gz historical-2527c524568427ec7783d122a7ec7714fe7f9fbe.tar.bz2 historical-2527c524568427ec7783d122a7ec7714fe7f9fbe.zip |
old version cleanout
Diffstat (limited to 'sys-apps/cpuspeedy')
-rw-r--r-- | sys-apps/cpuspeedy/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/cpuspeedy/Manifest | 14 | ||||
-rw-r--r-- | sys-apps/cpuspeedy/cpuspeedy-0.3.0.ebuild | 35 | ||||
-rw-r--r-- | sys-apps/cpuspeedy/cpuspeedy-0.4.0.ebuild | 35 | ||||
-rw-r--r-- | sys-apps/cpuspeedy/files/digest-cpuspeedy-0.3.0 | 1 | ||||
-rw-r--r-- | sys-apps/cpuspeedy/files/digest-cpuspeedy-0.4.0 | 1 |
6 files changed, 10 insertions, 82 deletions
diff --git a/sys-apps/cpuspeedy/ChangeLog b/sys-apps/cpuspeedy/ChangeLog index faa20dd77f99..ced2be018c50 100644 --- a/sys-apps/cpuspeedy/ChangeLog +++ b/sys-apps/cpuspeedy/ChangeLog @@ -1,6 +1,10 @@ # 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.13 2004/09/11 15:44:45 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpuspeedy/ChangeLog,v 1.14 2004/11/27 11:55:43 dragonheart Exp $ + + 27 Nov 2004; Daniel Black <dragonheart@gentoo.org> -cpuspeedy-0.3.0.ebuild, + -cpuspeedy-0.4.0.ebuild: + old version cleanout 12 Sep 2004; Daniel Black <dragonheart@gentoo.org> cpuspeedy-0.4.1.ebuild: x86 stable diff --git a/sys-apps/cpuspeedy/Manifest b/sys-apps/cpuspeedy/Manifest index 17190bd402d4..9315d5da4575 100644 --- a/sys-apps/cpuspeedy/Manifest +++ b/sys-apps/cpuspeedy/Manifest @@ -1,18 +1,14 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 3820da50494be6224f36b0f4f1da9b6a ChangeLog 2354 +MD5 19666c7a0aa4be23bce0502427ddca73 ChangeLog 2483 MD5 9e2a054a1c88817613efae9564a60cf4 metadata.xml 530 MD5 15542c97adcfe3e3a1eb6140c31ec0d5 cpuspeedy-0.4.1.ebuild 927 -MD5 c944124fbf0c208418fc7c72faefb5c8 cpuspeedy-0.3.0.ebuild 924 -MD5 7df97933b6374b317ead0490c3e4e7e6 cpuspeedy-0.4.0.ebuild 924 MD5 8ca6a625ab62f6e8be057d0fe2453953 files/digest-cpuspeedy-0.4.1 66 -MD5 5534ac90adaed8c4f9c7bcb022148145 files/digest-cpuspeedy-0.3.0 66 -MD5 ff3c31e2076476affd26718df8fbb460 files/digest-cpuspeedy-0.4.0 66 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.4 (GNU/Linux) +Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFBQx4SmdTrptrqvGERAoHeAJwI8hsFJtxZ9p9XUulVuW0CKvADPACdGp5r -UsRsJhkaSyGNjD9Bh+Cs2C0= -=qLVt +iD8DBQFBqGtFmdTrptrqvGERAg42AJ4ncg9NBGjU1+XWgV3LDr5LH/LyQgCffzYM +bkj/r/vqcXQT/vBbJpSSzaw= +=XHmh -----END PGP SIGNATURE----- diff --git a/sys-apps/cpuspeedy/cpuspeedy-0.3.0.ebuild b/sys-apps/cpuspeedy/cpuspeedy-0.3.0.ebuild deleted file mode 100644 index 296491ad3aa6..000000000000 --- a/sys-apps/cpuspeedy/cpuspeedy-0.3.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpuspeedy/cpuspeedy-0.3.0.ebuild,v 1.7 2004/09/03 21:03:23 pvdabeel 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" -SLOT="0" -LICENSE="GPL-2" -IUSE="" -RESTRICT="nomirror" -DEPEND=">=sys-apps/sed-4" -RDEPEND="virtual/python" - -src_compile() { - einfo "There is nothing to compile." -} - -src_install() { - make install PREFIX=${D}/usr || die "make install failed" - sed -i -e "s:${D}::" ${D}/usr/sbin/cpuspeedy - mv ${D}/usr/share/doc/cpuspeedy ${D}/usr/share/doc/${PF} -} - -pkg_postinst() { - python_mod_optimize /usr/lib/cpuspeedy -} - -pkg_postrm() { - python_mod_cleanup /usr/lib/cpuspeedy -} - diff --git a/sys-apps/cpuspeedy/cpuspeedy-0.4.0.ebuild b/sys-apps/cpuspeedy/cpuspeedy-0.4.0.ebuild deleted file mode 100644 index 718d517f1767..000000000000 --- a/sys-apps/cpuspeedy/cpuspeedy-0.4.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpuspeedy/cpuspeedy-0.4.0.ebuild,v 1.4 2004/09/03 21:03:23 pvdabeel 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" -SLOT="0" -LICENSE="GPL-2" -IUSE="" -RESTRICT="nomirror" -DEPEND=">=sys-apps/sed-4" -RDEPEND="virtual/python" - -src_compile() { - einfo "There is nothing to compile." -} - -src_install() { - make install PREFIX=${D}/usr || die "make install failed" - sed -i -e "s:${D}::" ${D}/usr/sbin/cpuspeedy - mv ${D}/usr/share/doc/cpuspeedy ${D}/usr/share/doc/${PF} -} - -pkg_postinst() { - python_mod_optimize /usr/lib/cpuspeedy -} - -pkg_postrm() { - python_mod_cleanup /usr/lib/cpuspeedy -} - diff --git a/sys-apps/cpuspeedy/files/digest-cpuspeedy-0.3.0 b/sys-apps/cpuspeedy/files/digest-cpuspeedy-0.3.0 deleted file mode 100644 index 84e28f4a8f5a..000000000000 --- a/sys-apps/cpuspeedy/files/digest-cpuspeedy-0.3.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 196bb45448678dc17da76a404d3cd12f cpuspeedy-0.3.0.tar.gz 15169 diff --git a/sys-apps/cpuspeedy/files/digest-cpuspeedy-0.4.0 b/sys-apps/cpuspeedy/files/digest-cpuspeedy-0.4.0 deleted file mode 100644 index f3cb39889865..000000000000 --- a/sys-apps/cpuspeedy/files/digest-cpuspeedy-0.4.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 2949e48414fb5684662aad4907e3e6da cpuspeedy-0.4.0.tar.gz 16922 |