summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2004-06-22 21:00:30 +0000
committerDaniel Black <dragonheart@gentoo.org>2004-06-22 21:00:30 +0000
commit4264c4dc769929c38b75ace32acf7a8eea98845c (patch)
treee6117442c2f2c8d04281551391dbf1e89a2ba041 /sys-apps/cpuspeedy
parent~amd64 (diff)
downloadhistorical-4264c4dc769929c38b75ace32acf7a8eea98845c.tar.gz
historical-4264c4dc769929c38b75ace32acf7a8eea98845c.tar.bz2
historical-4264c4dc769929c38b75ace32acf7a8eea98845c.zip
version bump. Bug number #54720
Diffstat (limited to 'sys-apps/cpuspeedy')
-rw-r--r--sys-apps/cpuspeedy/ChangeLog8
-rw-r--r--sys-apps/cpuspeedy/Manifest6
-rw-r--r--sys-apps/cpuspeedy/cpuspeedy-0.3.0.ebuild2
-rw-r--r--sys-apps/cpuspeedy/cpuspeedy-0.4.0.ebuild35
-rw-r--r--sys-apps/cpuspeedy/files/digest-cpuspeedy-0.4.01
5 files changed, 48 insertions, 4 deletions
diff --git a/sys-apps/cpuspeedy/ChangeLog b/sys-apps/cpuspeedy/ChangeLog
index 6f83024a3fcd..79d3ccf8a240 100644
--- a/sys-apps/cpuspeedy/ChangeLog
+++ b/sys-apps/cpuspeedy/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-apps/cpuspeedy
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpuspeedy/ChangeLog,v 1.8 2004/05/12 00:06:13 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpuspeedy/ChangeLog,v 1.9 2004/06/22 21:00:30 dragonheart Exp $
+
+*cpuspeedy-0.4.0 (23 Jun 2004)
+
+ 23 Jun 2004; Daniel Black <dragonheart@gentoo.org> +cpuspeedy-0.4.0.ebuild:
+ version bump. Bug number #54720 refers. Thanks to Gabriele Giorgetti
+ <gabriele_giorgetti@tin.it>
07 May 2004; Daniel Black <dragonheart@gentoo.org> cpuspeedy-0.2.1.ebuild,
cpuspeedy-0.3.0.ebuild:
diff --git a/sys-apps/cpuspeedy/Manifest b/sys-apps/cpuspeedy/Manifest
index b6f2fee6e730..45e14642fe8f 100644
--- a/sys-apps/cpuspeedy/Manifest
+++ b/sys-apps/cpuspeedy/Manifest
@@ -1,6 +1,8 @@
-MD5 8a1fc3986b0958b24832e18bf327c1bc ChangeLog 1364
+MD5 1a4de979d14e520be6ab122bb22465cd ChangeLog 1575
MD5 9e2a054a1c88817613efae9564a60cf4 metadata.xml 530
MD5 fa95fc75540a48bf76c3ce84edda32b1 cpuspeedy-0.2.1.ebuild 697
-MD5 90a5e7cdc7db519bd0094d951253f2e9 cpuspeedy-0.3.0.ebuild 937
+MD5 6d35c4e944a6fb17caeb5c41b1681437 cpuspeedy-0.3.0.ebuild 936
+MD5 569090d301adb682ef0d24bb4c2648c8 cpuspeedy-0.4.0.ebuild 937
MD5 5825da5c5085e5811502fc45fdae0c5c files/digest-cpuspeedy-0.2.1 66
MD5 5534ac90adaed8c4f9c7bcb022148145 files/digest-cpuspeedy-0.3.0 66
+MD5 ff3c31e2076476affd26718df8fbb460 files/digest-cpuspeedy-0.4.0 66
diff --git a/sys-apps/cpuspeedy/cpuspeedy-0.3.0.ebuild b/sys-apps/cpuspeedy/cpuspeedy-0.3.0.ebuild
index 1258b1613758..ce8304452740 100644
--- a/sys-apps/cpuspeedy/cpuspeedy-0.3.0.ebuild
+++ b/sys-apps/cpuspeedy/cpuspeedy-0.3.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# 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.4 2004/05/12 00:06:13 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpuspeedy/cpuspeedy-0.3.0.ebuild,v 1.5 2004/06/22 21:00:30 dragonheart Exp $
inherit python
diff --git a/sys-apps/cpuspeedy/cpuspeedy-0.4.0.ebuild b/sys-apps/cpuspeedy/cpuspeedy-0.4.0.ebuild
new file mode 100644
index 000000000000..0e41392587ea
--- /dev/null
+++ b/sys-apps/cpuspeedy/cpuspeedy-0.4.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# 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.1 2004/06/22 21:00:30 dragonheart 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.4.0 b/sys-apps/cpuspeedy/files/digest-cpuspeedy-0.4.0
new file mode 100644
index 000000000000..f3cb39889865
--- /dev/null
+++ b/sys-apps/cpuspeedy/files/digest-cpuspeedy-0.4.0
@@ -0,0 +1 @@
+MD5 2949e48414fb5684662aad4907e3e6da cpuspeedy-0.4.0.tar.gz 16922