summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2007-11-15 11:07:05 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2007-11-15 11:07:05 +0000
commit601acc7d4b40b3138453c4a3d5415b48f0b73e0e (patch)
tree66ec290c817c0f12471f67a1e5ab4e31b44d6a43 /sys-power/ncpufreqd
parentFix build failure with LDFLAGS=-Wl,--as-needed, thanks to stephan wezel <s.we... (diff)
downloadgentoo-2-601acc7d4b40b3138453c4a3d5415b48f0b73e0e.tar.gz
gentoo-2-601acc7d4b40b3138453c4a3d5415b48f0b73e0e.tar.bz2
gentoo-2-601acc7d4b40b3138453c4a3d5415b48f0b73e0e.zip
Remove old version.
(Portage version: 2.1.3.19)
Diffstat (limited to 'sys-power/ncpufreqd')
-rw-r--r--sys-power/ncpufreqd/ChangeLog5
-rw-r--r--sys-power/ncpufreqd/files/digest-ncpufreqd-2.03
-rw-r--r--sys-power/ncpufreqd/ncpufreqd-2.0.ebuild22
3 files changed, 4 insertions, 26 deletions
diff --git a/sys-power/ncpufreqd/ChangeLog b/sys-power/ncpufreqd/ChangeLog
index 250e15662e8f..7470e67f5623 100644
--- a/sys-power/ncpufreqd/ChangeLog
+++ b/sys-power/ncpufreqd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-power/ncpufreqd
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/ncpufreqd/ChangeLog,v 1.19 2007/11/14 15:06:43 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/ncpufreqd/ChangeLog,v 1.20 2007/11/15 11:07:04 nelchael Exp $
+
+ 15 Nov 2007; Krzysiek Pawlik <nelchael@gentoo.org> -ncpufreqd-2.0.ebuild:
+ Remove old version.
14 Nov 2007; Steve Dibb <beandog@gentoo.org> ncpufreqd-2.3.ebuild:
amd64 stable, bug 194798
diff --git a/sys-power/ncpufreqd/files/digest-ncpufreqd-2.0 b/sys-power/ncpufreqd/files/digest-ncpufreqd-2.0
deleted file mode 100644
index 705900c25189..000000000000
--- a/sys-power/ncpufreqd/files/digest-ncpufreqd-2.0
+++ /dev/null
@@ -1,3 +0,0 @@
-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/ncpufreqd-2.0.ebuild b/sys-power/ncpufreqd/ncpufreqd-2.0.ebuild
deleted file mode 100644
index 9ca0f4140185..000000000000
--- a/sys-power/ncpufreqd/ncpufreqd-2.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2007 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.7 2007/10/05 12:53:06 nelchael Exp $
-
-DESCRIPTION="Daemon controlling CPU speed and temperature"
-HOMEPAGE="http://projects.simpledesigns.com.pl/project/ncpufreqd/"
-SRC_URI="http://projects.simpledesigns.com.pl/get/${P}.tar.bz2"
-LICENSE="ZLIB"
-
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE=""
-
-DEPEND="virtual/logger"
-
-src_install() {
- make DESTDIR="${D}" install || die "emake install failed"
-
- doinitd "${S}"/gentoo-init.d/ncpufreqd
- dodoc AUTHORS ChangeLog NEWS README
-}