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 | f3256ef36535e1bd8e1ecf0fd616a9f9253a8dbd (patch) | |
tree | a32d9bb1d8c5f8a72f0f08d69cabcb5cbbb7223f /sys-apps | |
parent | Version bump. Homepage change. QA fix removing einstall as per bug #72177. (M... (diff) | |
download | gentoo-2-f3256ef36535e1bd8e1ecf0fd616a9f9253a8dbd.tar.gz gentoo-2-f3256ef36535e1bd8e1ecf0fd616a9f9253a8dbd.tar.bz2 gentoo-2-f3256ef36535e1bd8e1ecf0fd616a9f9253a8dbd.zip |
old version cleanout
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/cpuspeedy/ChangeLog | 6 | ||||
-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 |
5 files changed, 5 insertions, 73 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/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 |