diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-11-23 16:29:34 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-11-23 16:29:34 +0000 |
commit | b984942951ab066da6260453fc3e6a0d38b884e3 (patch) | |
tree | 3e01ffc93a4652a95e118fe4773b528b265462a0 /sys-power/ncpufreqd | |
parent | dev-db/mysql => virtual/mysql (diff) | |
download | gentoo-2-b984942951ab066da6260453fc3e6a0d38b884e3.tar.gz gentoo-2-b984942951ab066da6260453fc3e6a0d38b884e3.tar.bz2 gentoo-2-b984942951ab066da6260453fc3e6a0d38b884e3.zip |
Version bump.
(Portage version: 2.1.2_rc2-r1)
Diffstat (limited to 'sys-power/ncpufreqd')
-rw-r--r-- | sys-power/ncpufreqd/ChangeLog | 7 | ||||
-rw-r--r-- | sys-power/ncpufreqd/files/digest-ncpufreqd-2.2 | 3 | ||||
-rw-r--r-- | sys-power/ncpufreqd/ncpufreqd-2.2.ebuild | 23 |
3 files changed, 32 insertions, 1 deletions
diff --git a/sys-power/ncpufreqd/ChangeLog b/sys-power/ncpufreqd/ChangeLog index 255b4da056f6..0c72e43595d5 100644 --- a/sys-power/ncpufreqd/ChangeLog +++ b/sys-power/ncpufreqd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-power/ncpufreqd # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/ncpufreqd/ChangeLog,v 1.10 2006/10/11 21:48:44 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/ncpufreqd/ChangeLog,v 1.11 2006/11/23 16:29:34 nelchael Exp $ + +*ncpufreqd-2.2 (23 Nov 2006) + + 23 Nov 2006; Krzysiek Pawlik <nelchael@gentoo.org> +ncpufreqd-2.2.ebuild: + Version bump. 11 Oct 2006; Krzysiek Pawlik <nelchael@gentoo.org> ncpufreqd-2.0.ebuild, ncpufreqd-2.1.ebuild: diff --git a/sys-power/ncpufreqd/files/digest-ncpufreqd-2.2 b/sys-power/ncpufreqd/files/digest-ncpufreqd-2.2 new file mode 100644 index 000000000000..e6b420f777b7 --- /dev/null +++ b/sys-power/ncpufreqd/files/digest-ncpufreqd-2.2 @@ -0,0 +1,3 @@ +MD5 33f608e14800acaf8a47de3126b14383 ncpufreqd-2.2.tar.bz2 67001 +RMD160 1a83ada6c6f894acaec4efde09a08bc00d544871 ncpufreqd-2.2.tar.bz2 67001 +SHA256 b84fd2b443772baa91d1b552ee06063d993f75483eb9ca3697199948f5627971 ncpufreqd-2.2.tar.bz2 67001 diff --git a/sys-power/ncpufreqd/ncpufreqd-2.2.ebuild b/sys-power/ncpufreqd/ncpufreqd-2.2.ebuild new file mode 100644 index 000000000000..3233ae9a7e66 --- /dev/null +++ b/sys-power/ncpufreqd/ncpufreqd-2.2.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.2.ebuild,v 1.1 2006/11/23 16:29:34 nelchael Exp $ + +DESCRIPTION="Daemon controlling CPU speed and temperature" +HOMEPAGE="http://www.nelchael.net/" +SRC_URI="http://download.nelchael.net/${PN}/${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 +} |