diff options
author | 2014-02-18 07:59:11 +0000 | |
---|---|---|
committer | 2014-02-18 07:59:11 +0000 | |
commit | 26ee418557170a676b959df2e50742d652322837 (patch) | |
tree | 8129e3b510dba06bbc37b1528731cb38cdedf952 /sys-apps | |
parent | old (diff) | |
download | gentoo-2-26ee418557170a676b959df2e50742d652322837.tar.gz gentoo-2-26ee418557170a676b959df2e50742d652322837.tar.bz2 gentoo-2-26ee418557170a676b959df2e50742d652322837.zip |
Inform users where cpupower utility is.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/linux-misc-apps/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/linux-misc-apps/linux-misc-apps-3.6-r2.ebuild | 7 |
2 files changed, 11 insertions, 2 deletions
diff --git a/sys-apps/linux-misc-apps/ChangeLog b/sys-apps/linux-misc-apps/ChangeLog index 9acfff8dfa2a..0c4341d2f580 100644 --- a/sys-apps/linux-misc-apps/ChangeLog +++ b/sys-apps/linux-misc-apps/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/linux-misc-apps # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/linux-misc-apps/ChangeLog,v 1.6 2014/02/18 07:52:30 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/linux-misc-apps/ChangeLog,v 1.7 2014/02/18 07:59:11 ssuominen Exp $ + + 18 Feb 2014; Samuli Suominen <ssuominen@gentoo.org> + linux-misc-apps-3.6-r2.ebuild: + Inform users where cpupower utility is. 18 Feb 2014; Samuli Suominen <ssuominen@gentoo.org> -linux-misc-apps-3.6-r1.ebuild: diff --git a/sys-apps/linux-misc-apps/linux-misc-apps-3.6-r2.ebuild b/sys-apps/linux-misc-apps/linux-misc-apps-3.6-r2.ebuild index 0dbcb1c56eab..3f3f5a65bdf6 100644 --- a/sys-apps/linux-misc-apps/linux-misc-apps-3.6-r2.ebuild +++ b/sys-apps/linux-misc-apps/linux-misc-apps-3.6-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/linux-misc-apps/linux-misc-apps-3.6-r2.ebuild,v 1.1 2014/02/18 07:42:43 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/linux-misc-apps/linux-misc-apps-3.6-r2.ebuild,v 1.2 2014/02/18 07:59:11 ssuominen Exp $ EAPI=5 @@ -178,3 +178,8 @@ src_install() { newinitd "${FILESDIR}"/hpfall.initd hpfall prune_libtool_files } + +pkg_postinst() { + echo + elog "The cpupower utility is maintained separately at sys-power/cpupower" +} |