Gentoo Archives: gentoo-commits

From: Austin English <wizardedit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/cpudyn/
Date: Fri, 29 Apr 2016 19:32:41
Message-Id: 1461958333.89f2dbf0f951feedbb0f44595e75e60b88403366.wizardedit@gentoo
1 commit: 89f2dbf0f951feedbb0f44595e75e60b88403366
2 Author: Austin English <wizardedit <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 29 19:16:44 2016 +0000
4 Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 29 19:32:13 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89f2dbf0
7
8 sys-power/cpudyn: remove cpudyn-1.0.1-r1
9
10 Package-Manager: portage-2.2.26
11
12 sys-power/cpudyn/cpudyn-1.0.1-r1.ebuild | 49 ---------------------------------
13 1 file changed, 49 deletions(-)
14
15 diff --git a/sys-power/cpudyn/cpudyn-1.0.1-r1.ebuild b/sys-power/cpudyn/cpudyn-1.0.1-r1.ebuild
16 deleted file mode 100644
17 index e01be7e..0000000
18 --- a/sys-power/cpudyn/cpudyn-1.0.1-r1.ebuild
19 +++ /dev/null
20 @@ -1,49 +0,0 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=6
26 -
27 -inherit flag-o-matic toolchain-funcs
28 -
29 -DESCRIPTION="A daemon to control laptop power consumption via cpufreq and disk standby"
30 -HOMEPAGE="http://freecode.com/projects/cpudyn/"
31 -SRC_URI="http://mnm.uib.es/~gallir/${PN}/download/${P}.tgz"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
36 -IUSE=""
37 -
38 -S=${WORKDIR}/${PN}
39 -
40 -PATCHES=(
41 - "${FILESDIR}/${PN}-0.99.0-init_conf_updates.patch"
42 -)
43 -
44 -src_prepare() {
45 - # fix #570082 by restoring pre-GCC5 inline semantics
46 - append-cflags -std=gnu89
47 -
48 - default
49 -}
50 -
51 -src_compile() {
52 - emake LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)" cpudynd
53 -}
54 -
55 -src_install() {
56 - dosbin cpudynd
57 -
58 - doman cpudynd.8
59 - dodoc INSTALL README VERSION changelog
60 - docinto html
61 - dodoc *.html
62 -
63 - newinitd "${FILESDIR}"/cpudyn.init cpudyn
64 - newconfd debian/cpudyn.conf cpudyn
65 -}
66 -
67 -pkg_postinst() {
68 - einfo "Configuration file is /etc/conf.d/cpudyn."
69 -}