summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Brix Andersen <brix@gentoo.org>2006-01-19 14:59:44 +0000
committerHenrik Brix Andersen <brix@gentoo.org>2006-01-19 14:59:44 +0000
commit02edd8132e8880fa5d11a6baf83dd7c87ade3278 (patch)
tree7586fc09b9104863fc9f9d2b3c661367fa877298 /sys-power/cpufreqd
parentVersion bump (diff)
downloadhistorical-02edd8132e8880fa5d11a6baf83dd7c87ade3278.tar.gz
historical-02edd8132e8880fa5d11a6baf83dd7c87ade3278.tar.bz2
historical-02edd8132e8880fa5d11a6baf83dd7c87ade3278.zip
Add warning message about missing plug-ins, thanks to Earthwings.
Package-Manager: portage-2.0.53
Diffstat (limited to 'sys-power/cpufreqd')
-rw-r--r--sys-power/cpufreqd/ChangeLog5
-rw-r--r--sys-power/cpufreqd/Manifest14
-rw-r--r--sys-power/cpufreqd/cpufreqd-2.0.0.ebuild6
3 files changed, 10 insertions, 15 deletions
diff --git a/sys-power/cpufreqd/ChangeLog b/sys-power/cpufreqd/ChangeLog
index dc3fd65eb030..3e18e07287a9 100644
--- a/sys-power/cpufreqd/ChangeLog
+++ b/sys-power/cpufreqd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-power/cpufreqd
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/cpufreqd/ChangeLog,v 1.26 2006/01/19 12:17:37 cryos Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/cpufreqd/ChangeLog,v 1.27 2006/01/19 14:59:44 brix Exp $
+
+ 19 Jan 2006; Henrik Brix Andersen <brix@gentoo.org> cpufreqd-2.0.0.ebuild:
+ Add warning message about missing plug-ins, thanks to Earthwings.
19 Jan 2006; Marcus D. Hanwell <cryos@gentoo.org> cpufreqd-2.0.0.ebuild:
Stable on amd64.
diff --git a/sys-power/cpufreqd/Manifest b/sys-power/cpufreqd/Manifest
index e5144181d5f6..9ba007a38879 100644
--- a/sys-power/cpufreqd/Manifest
+++ b/sys-power/cpufreqd/Manifest
@@ -1,19 +1,9 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 e363175acce36bea5b58ee8cd942f0f9 ChangeLog 6909
+MD5 bf812032390a8646ca7a651587427ef4 ChangeLog 7054
MD5 ae4232c6e814691b97c24efa396281bf cpufreqd-1.2.3.ebuild 766
-MD5 792ee6151121213a5c8cd2bb23ce23a3 cpufreqd-2.0.0.ebuild 1893
+MD5 bf86ce997f9ff4823ca15bd8f046f043 cpufreqd-2.0.0.ebuild 2032
MD5 e595afc82cb46e3db7290ab70cf48b2d files/cpufreqd-2.0.0-init.d 919
MD5 df90962c83f1f87437ad708213cfcd23 files/digest-cpufreqd-1.2.3 66
MD5 1c0f7f9cae4252395d5afdcd4be58f70 files/digest-cpufreqd-2.0.0 130
MD5 786c62ca107cb9bc4e67e4cc2af34409 files/nvclock0.8b-fd.patch 580
MD5 233e02ceed7ba5fd68304bf19784a79e files/nvclock0.8b-fpic.patch 641
MD5 b280eebc74d70d85e664debf1adce2c3 metadata.xml 255
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.2 (GNU/Linux)
-
-iD8DBQFDz4NtntT9W3vfTuoRAgEqAJ4y6sS3MVgLW12BUEcxCqIfgVe8iACdFF61
-U2qRReMrr9O7QRW1DSyJX+Q=
-=mb5+
------END PGP SIGNATURE-----
diff --git a/sys-power/cpufreqd/cpufreqd-2.0.0.ebuild b/sys-power/cpufreqd/cpufreqd-2.0.0.ebuild
index 62723a195fe3..f56081f5d96c 100644
--- a/sys-power/cpufreqd/cpufreqd-2.0.0.ebuild
+++ b/sys-power/cpufreqd/cpufreqd-2.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/cpufreqd/cpufreqd-2.0.0.ebuild,v 1.5 2006/01/19 12:17:37 cryos Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/cpufreqd/cpufreqd-2.0.0.ebuild,v 1.6 2006/01/19 14:59:44 brix Exp $
inherit eutils
@@ -68,7 +68,9 @@ src_install() {
pkg_postinst() {
einfo
einfo "Significant changes have happened since the 1.x releases, including"
- einfo "changes in the configuration file format."
+ einfo "changes in the configuration file format. Most plugins are only available"
+ einfo "when USE flags are set accordingly. Check that if getting errors on startup"
+ einfo "and reemerge."
einfo
einfo "Make sure you update your /etc/cpufreqd.conf file before starting"
einfo "${PN}. You can use 'etc-update' to accomplish this:"