diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-06-28 12:02:17 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-06-28 12:02:17 +0000 |
commit | 27be266abc47414dec46fcb09a9d3838ead6b81a (patch) | |
tree | 0a17cc4f5590a1cc65005520777d3aa2f30a93f8 /sys-power/ncpufreqd | |
parent | version bump, remove old versions (diff) | |
download | gentoo-2-27be266abc47414dec46fcb09a9d3838ead6b81a.tar.gz gentoo-2-27be266abc47414dec46fcb09a9d3838ead6b81a.tar.bz2 gentoo-2-27be266abc47414dec46fcb09a9d3838ead6b81a.zip |
Version bump.
(Portage version: 2.1.1_pre1-r2)
Diffstat (limited to 'sys-power/ncpufreqd')
-rw-r--r-- | sys-power/ncpufreqd/ChangeLog | 9 | ||||
-rw-r--r-- | sys-power/ncpufreqd/files/digest-ncpufreqd-2.0 | 2 | ||||
-rw-r--r-- | sys-power/ncpufreqd/files/digest-ncpufreqd-2.1 | 3 | ||||
-rw-r--r-- | sys-power/ncpufreqd/ncpufreqd-2.1.ebuild | 23 |
4 files changed, 35 insertions, 2 deletions
diff --git a/sys-power/ncpufreqd/ChangeLog b/sys-power/ncpufreqd/ChangeLog index 6c41eabe6d59..fc39cb850e63 100644 --- a/sys-power/ncpufreqd/ChangeLog +++ b/sys-power/ncpufreqd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-power/ncpufreqd -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/ncpufreqd/ChangeLog,v 1.7 2005/10/30 20:31:25 nelchael Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-power/ncpufreqd/ChangeLog,v 1.8 2006/06/28 12:02:17 nelchael Exp $ + +*ncpufreqd-2.1 (28 Jun 2006) + + 28 Jun 2006; Krzysiek Pawlik <nelchael@gentoo.org> +ncpufreqd-2.1.ebuild: + Version bump. 30 Oct 2005; Krzysiek Pawlik <nelchael@gentoo.org> -ncpufreqd-1.8.ebuild: Removed old 1.8. diff --git a/sys-power/ncpufreqd/files/digest-ncpufreqd-2.0 b/sys-power/ncpufreqd/files/digest-ncpufreqd-2.0 index 4cb809b436e0..705900c25189 100644 --- a/sys-power/ncpufreqd/files/digest-ncpufreqd-2.0 +++ b/sys-power/ncpufreqd/files/digest-ncpufreqd-2.0 @@ -1 +1,3 @@ MD5 0c22aed012f41e41030fcf06b95cb299 ncpufreqd-2.0.tar.bz2 63915 +RMD160 bcd201ab7f039e6506f861c2c2c93625c0a3123e ncpufreqd-2.0.tar.bz2 63915 +SHA256 c6bd531c02a64c711761a382c432171ed388fa72a124a20be50e3e37b8a08eaf ncpufreqd-2.0.tar.bz2 63915 diff --git a/sys-power/ncpufreqd/files/digest-ncpufreqd-2.1 b/sys-power/ncpufreqd/files/digest-ncpufreqd-2.1 new file mode 100644 index 000000000000..d79b452cdda0 --- /dev/null +++ b/sys-power/ncpufreqd/files/digest-ncpufreqd-2.1 @@ -0,0 +1,3 @@ +MD5 8e46c898025a109d68ab61d54e6ba381 ncpufreqd-2.1.tar.bz2 64358 +RMD160 f5dbcd15aca95f60933ec5bc1a692e4fda3252ae ncpufreqd-2.1.tar.bz2 64358 +SHA256 875a2eb60952532da71ead7c9c543bda82cdc3ce5cc3fc55f460781fe5fb7d02 ncpufreqd-2.1.tar.bz2 64358 diff --git a/sys-power/ncpufreqd/ncpufreqd-2.1.ebuild b/sys-power/ncpufreqd/ncpufreqd-2.1.ebuild new file mode 100644 index 000000000000..c136c1e68d74 --- /dev/null +++ b/sys-power/ncpufreqd/ncpufreqd-2.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-power/ncpufreqd/ncpufreqd-2.1.ebuild,v 1.1 2006/06/28 12:02:17 nelchael Exp $ + +DESCRIPTION="Daemon controlling CPU speed and temperature" +HOMEPAGE="http://fatcat.ftj.agh.edu.pl/~nelchael/" +SRC_URI="http://fatcat.ftj.agh.edu.pl/~nelchael/files/ncpufreqd/${P}.tar.bz2" +LICENSE="ZLIB" + +SLOT="0" +KEYWORDS="~amd64 ~x86" + +IUSE="" + +DEPEND="virtual/logger" + +src_install() { + make DESTDIR=${D} install || die "emake install failed" + + exeinto /etc/init.d + doexe ${S}/gentoo-init.d/ncpufreqd + dodoc AUTHORS ChangeLog NEWS README +} |