diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-10-28 12:09:11 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-10-28 12:09:11 +0000 |
commit | f8bd7df6ba3bf1774ed82f47841d067dcda8081a (patch) | |
tree | 2d1e30abfe2e8ce7193ea47b92a29ee05bb33562 /sys-power | |
parent | Mark 2.6.13-r5 stable on x86, and remove some old versions (diff) | |
download | gentoo-2-f8bd7df6ba3bf1774ed82f47841d067dcda8081a.tar.gz gentoo-2-f8bd7df6ba3bf1774ed82f47841d067dcda8081a.tar.bz2 gentoo-2-f8bd7df6ba3bf1774ed82f47841d067dcda8081a.zip |
Stable on x86. Removed old ebuild.
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'sys-power')
-rw-r--r-- | sys-power/ncpufreqd/ChangeLog | 6 | ||||
-rw-r--r-- | sys-power/ncpufreqd/files/digest-ncpufreqd-1.9 | 1 | ||||
-rw-r--r-- | sys-power/ncpufreqd/ncpufreqd-1.9.ebuild | 28 | ||||
-rw-r--r-- | sys-power/ncpufreqd/ncpufreqd-2.0.ebuild | 4 |
4 files changed, 7 insertions, 32 deletions
diff --git a/sys-power/ncpufreqd/ChangeLog b/sys-power/ncpufreqd/ChangeLog index b5bf8ce50cb5..87cb6bae784b 100644 --- a/sys-power/ncpufreqd/ChangeLog +++ b/sys-power/ncpufreqd/ChangeLog @@ -1,6 +1,10 @@ # 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.4 2005/10/01 22:34:13 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/ncpufreqd/ChangeLog,v 1.5 2005/10/28 12:09:10 nelchael Exp $ + + 28 Oct 2005; Krzysiek Pawlik <nelchael@gentoo.org> -ncpufreqd-1.9.ebuild, + ncpufreqd-2.0.ebuild: + Stable on x86. Removed old ebuild. *ncpufreqd-2.0 (01 Oct 2005) diff --git a/sys-power/ncpufreqd/files/digest-ncpufreqd-1.9 b/sys-power/ncpufreqd/files/digest-ncpufreqd-1.9 deleted file mode 100644 index 4988dca4c47f..000000000000 --- a/sys-power/ncpufreqd/files/digest-ncpufreqd-1.9 +++ /dev/null @@ -1 +0,0 @@ -MD5 909439d3fa1f3f4976fa0223d57ab0de ncpufreqd-1.9.tar.bz2 13459 diff --git a/sys-power/ncpufreqd/ncpufreqd-1.9.ebuild b/sys-power/ncpufreqd/ncpufreqd-1.9.ebuild deleted file mode 100644 index f7e60b9c45d1..000000000000 --- a/sys-power/ncpufreqd/ncpufreqd-1.9.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/ncpufreqd/ncpufreqd-1.9.ebuild,v 1.1 2005/06/13 19:12:43 sekretarz 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="~x86 ~amd64" - -IUSE="" - -DEPEND="virtual/logger" - -src_compile() { - ./configure --prefix=${D} || die "could not configure" - emake || die "emake failed" -} - -src_install() { - make DESTDIR=${D} install || die "emake install failed" - - exeinto /etc/init.d - doexe ${S}/gentoo-init.d/ncpufreqd - dodoc INSTALL LICENCE README -} diff --git a/sys-power/ncpufreqd/ncpufreqd-2.0.ebuild b/sys-power/ncpufreqd/ncpufreqd-2.0.ebuild index a21bb749c592..2b0ffcf53cae 100644 --- a/sys-power/ncpufreqd/ncpufreqd-2.0.ebuild +++ b/sys-power/ncpufreqd/ncpufreqd-2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/ncpufreqd/ncpufreqd-2.0.ebuild,v 1.1 2005/10/01 22:34:13 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/ncpufreqd/ncpufreqd-2.0.ebuild,v 1.2 2005/10/28 12:09:10 nelchael Exp $ DESCRIPTION="Daemon controlling CPU speed and temperature" HOMEPAGE="http://fatcat.ftj.agh.edu.pl/~nelchael/" @@ -8,7 +8,7 @@ SRC_URI="http://fatcat.ftj.agh.edu.pl/~nelchael/files/ncpufreqd/${P}.tar.bz2" LICENSE="ZLIB" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="" |