diff options
author | Austin English <wizardedit@gentoo.org> | 2016-04-29 14:16:44 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-04-29 14:32:13 -0500 |
commit | 89f2dbf0f951feedbb0f44595e75e60b88403366 (patch) | |
tree | 727b7caa1ff5fb8d1210a364ac6854cc379b7546 /sys-power | |
parent | sys-power/cpudyn: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-89f2dbf0f951feedbb0f44595e75e60b88403366.tar.gz gentoo-89f2dbf0f951feedbb0f44595e75e60b88403366.tar.bz2 gentoo-89f2dbf0f951feedbb0f44595e75e60b88403366.zip |
sys-power/cpudyn: remove cpudyn-1.0.1-r1
Package-Manager: portage-2.2.26
Diffstat (limited to 'sys-power')
-rw-r--r-- | sys-power/cpudyn/cpudyn-1.0.1-r1.ebuild | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/sys-power/cpudyn/cpudyn-1.0.1-r1.ebuild b/sys-power/cpudyn/cpudyn-1.0.1-r1.ebuild deleted file mode 100644 index e01be7e17a7f..000000000000 --- a/sys-power/cpudyn/cpudyn-1.0.1-r1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -inherit flag-o-matic toolchain-funcs - -DESCRIPTION="A daemon to control laptop power consumption via cpufreq and disk standby" -HOMEPAGE="http://freecode.com/projects/cpudyn/" -SRC_URI="http://mnm.uib.es/~gallir/${PN}/download/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="" - -S=${WORKDIR}/${PN} - -PATCHES=( - "${FILESDIR}/${PN}-0.99.0-init_conf_updates.patch" -) - -src_prepare() { - # fix #570082 by restoring pre-GCC5 inline semantics - append-cflags -std=gnu89 - - default -} - -src_compile() { - emake LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)" cpudynd -} - -src_install() { - dosbin cpudynd - - doman cpudynd.8 - dodoc INSTALL README VERSION changelog - docinto html - dodoc *.html - - newinitd "${FILESDIR}"/cpudyn.init cpudyn - newconfd debian/cpudyn.conf cpudyn -} - -pkg_postinst() { - einfo "Configuration file is /etc/conf.d/cpudyn." -} |