From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 19535138206 for ; Fri, 29 Apr 2016 19:32:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EBBA621C054; Fri, 29 Apr 2016 19:32:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DBCF521C047 for ; Fri, 29 Apr 2016 19:32:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 23FFA340D54 for ; Fri, 29 Apr 2016 19:32:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E1EE33C for ; Fri, 29 Apr 2016 19:32:32 +0000 (UTC) From: "Austin English" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Austin English" Message-ID: <1461958333.e5fb79a92fe0bc1dd4a7b38db2ee19383584e66b.wizardedit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/cpudyn/files/, sys-power/cpudyn/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-power/cpudyn/cpudyn-1.0.1-r2.ebuild sys-power/cpudyn/files/cpudyn.init X-VCS-Directories: sys-power/cpudyn/ sys-power/cpudyn/files/ X-VCS-Committer: wizardedit X-VCS-Committer-Name: Austin English X-VCS-Revision: e5fb79a92fe0bc1dd4a7b38db2ee19383584e66b X-VCS-Branch: master Date: Fri, 29 Apr 2016 19:32:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c45a5528-5cfa-4914-a41c-337413415e2f X-Archives-Hash: 3ec7036f1d2cb1e9a72e8f2b0f7ca66b commit: e5fb79a92fe0bc1dd4a7b38db2ee19383584e66b Author: Austin English gentoo org> AuthorDate: Fri Apr 29 19:16:09 2016 +0000 Commit: Austin English gentoo org> CommitDate: Fri Apr 29 19:32:13 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5fb79a9 sys-power/cpudyn: use #!/sbin/openrc-run instead of #!/sbin/runscript Gentoo-Bug: https://bugs.gentoo.org/573846 Package-Manager: portage-2.2.26 sys-power/cpudyn/cpudyn-1.0.1-r2.ebuild | 49 +++++++++++++++++++++++++++++++++ sys-power/cpudyn/files/cpudyn.init | 4 +-- 2 files changed, 51 insertions(+), 2 deletions(-) diff --git a/sys-power/cpudyn/cpudyn-1.0.1-r2.ebuild b/sys-power/cpudyn/cpudyn-1.0.1-r2.ebuild new file mode 100644 index 0000000..e01be7e --- /dev/null +++ b/sys-power/cpudyn/cpudyn-1.0.1-r2.ebuild @@ -0,0 +1,49 @@ +# 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." +} diff --git a/sys-power/cpudyn/files/cpudyn.init b/sys-power/cpudyn/files/cpudyn.init index 877f51f..11e82db 100644 --- a/sys-power/cpudyn/files/cpudyn.init +++ b/sys-power/cpudyn/files/cpudyn.init @@ -1,5 +1,5 @@ -#!/sbin/runscript -# Copyright 1999-2004 Gentoo Foundation +#!/sbin/openrc-run +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ #