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 | c1b18a286c7c21f013587f543656ddb0582b029e (patch) | |
tree | 49e01a73a83e590f8eeac2abcac5b2504b955f7b /sys-power/ncpufreqd | |
parent | Mark 2.6.13-r5 stable on x86, and remove some old versions (diff) | |
download | historical-c1b18a286c7c21f013587f543656ddb0582b029e.tar.gz historical-c1b18a286c7c21f013587f543656ddb0582b029e.tar.bz2 historical-c1b18a286c7c21f013587f543656ddb0582b029e.zip |
Stable on x86. Removed old ebuild.
Package-Manager: portage-2.0.53_rc6
Diffstat (limited to 'sys-power/ncpufreqd')
-rw-r--r-- | sys-power/ncpufreqd/ChangeLog | 6 | ||||
-rw-r--r-- | sys-power/ncpufreqd/Manifest | 10 | ||||
-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 |
5 files changed, 11 insertions, 38 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/Manifest b/sys-power/ncpufreqd/Manifest index fe6e65ac8f38..6daafcc5f97e 100644 --- a/sys-power/ncpufreqd/Manifest +++ b/sys-power/ncpufreqd/Manifest @@ -1,8 +1,6 @@ -MD5 21a9d02ae46caa11e27bc168e98d8736 ncpufreqd-2.0.ebuild 666 -MD5 7e20f09383390932f7af9ffe2fa3ff19 ncpufreqd-1.9.ebuild 764 -MD5 2b5328357368c15a44a68a1f857e97ab ncpufreqd-1.8.ebuild 732 -MD5 a933e010942093888654ce2e189a74df ChangeLog 839 -MD5 8e68b886362847ceb4918cd9cac53748 metadata.xml 223 +MD5 c102c4514262b5121dc03d71dd96a338 ChangeLog 977 MD5 17679febecd68dbfa353f7b58ee2abf4 files/digest-ncpufreqd-1.8 65 -MD5 a42612aca5481e27632d32d1dc4e5aad files/digest-ncpufreqd-1.9 65 MD5 0c6f8b76f5b7a7fe9053ed06c1917b13 files/digest-ncpufreqd-2.0 65 +MD5 8e68b886362847ceb4918cd9cac53748 metadata.xml 223 +MD5 2b5328357368c15a44a68a1f857e97ab ncpufreqd-1.8.ebuild 732 +MD5 f1a69b43b355ad2db3eb2389d5c161b4 ncpufreqd-2.0.ebuild 665 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="" |