Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/
Date: Tue, 05 Jul 2016 02:01:39
Message-Id: 1467683909.c22b23230546a1d98992c94b60815be661549a84.dlan@gentoo
1 commit: c22b23230546a1d98992c94b60815be661549a84
2 Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 5 01:58:29 2016 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 5 01:58:29 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c22b2323
7
8 sys-power/thermald: drop old
9
10 Package-Manager: portage-2.3.0_rc1
11
12 sys-power/thermald/Manifest | 1 -
13 sys-power/thermald/thermald-1.3.ebuild | 41 ----------------------------------
14 2 files changed, 42 deletions(-)
15
16 diff --git a/sys-power/thermald/Manifest b/sys-power/thermald/Manifest
17 index 6ae3cff..1702abc 100644
18 --- a/sys-power/thermald/Manifest
19 +++ b/sys-power/thermald/Manifest
20 @@ -1,3 +1,2 @@
21 -DIST thermald-1.3.tar.gz 77733 SHA256 c85c2e3400456302ee754a747e17a99871e3ddf3f0f82273de9ff6935d893af2 SHA512 6f2087de52d0f8614de1002701efba748fef114ac2161c0fe3325d545da91386f89eab4c1e218aff4acc099351acd6db747cc401444db7283961df450d94a4e4 WHIRLPOOL bc2b772bea1a6fa46e2dbbbd91217f534c9a3be420de850ab06163ae9a36cd60e6d95862167e7e242110916946f265e9214738ea4c972c6c6b99c8e0be9aad3b
22 DIST thermald-1.4.2.tar.gz 89080 SHA256 4be5e1105f8b24af17d19357eda97b6edd3d74284c3ee762060d487158997f8b SHA512 373620679df7db242770ae2b5c6e2b9015cfb480539889c43b8f20f52faa139ea307985c8f7369daf14c41d987f7c5af4baecc9dd460ef63556ac982eb4bcd47 WHIRLPOOL 6abde17fc60f30dda58935663084e53cbc26ba8b59bc058b3b6f8fc03af538d6f2e363d578fcbbfb38a02bf3cda0856abcb361fb63fd2e5ce0bc2c63a4d42484
23 DIST thermald-1.5.3.tar.gz 335067 SHA256 e20b450ef27a5b5e45474c831663c8f5ecd14c82ace5a4b1e06c442e0a23b53e SHA512 aab4ade4dc50985cd5d45bcce6ea9b75cce22504eb113c86b8733c8be88a701c8812b8b0f3202f084a8128d50ec794ebe1c73312c0a5a5fd1dbc87eedf02df16 WHIRLPOOL 9b48d92fd677c1b327173cac114dd4bc4dbf86c29cc8ab929841342c7e4f7bf651fc03aebb140cce633095230222fac8302931cee8ab2c943beb816e816d9ca0
24
25 diff --git a/sys-power/thermald/thermald-1.3.ebuild b/sys-power/thermald/thermald-1.3.ebuild
26 deleted file mode 100644
27 index de4ce55..0000000
28 --- a/sys-power/thermald/thermald-1.3.ebuild
29 +++ /dev/null
30 @@ -1,41 +0,0 @@
31 -# Copyright 1999-2015 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -# $Id$
34 -
35 -EAPI=5
36 -
37 -AUTOTOOLS_AUTORECONF=1
38 -AUTOTOOLS_IN_SOURCE_BUILD=1
39 -inherit autotools-utils systemd
40 -
41 -DESCRIPTION="Thermal daemon for Intel architectures"
42 -HOMEPAGE="https://01.org/linux-thermal-daemon"
43 -SRC_URI="https://github.com/01org/thermal_daemon/archive/v${PV}.tar.gz -> ${P}.tar.gz"
44 -
45 -LICENSE="GPL-2+"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~x86"
48 -
49 -IUSE=""
50 -S=${WORKDIR}/thermal_daemon-${PV}
51 -
52 -CDEPEND="dev-libs/dbus-glib
53 - dev-libs/libxml2"
54 -DEPEND="${CDEPEND}
55 - sys-apps/sed"
56 -RDEPEND="${CDEPEND}"
57 -
58 -DOCS=( thermal_daemon_usage.txt README.txt )
59 -
60 -src_configure() {
61 - local myeconfargs=(
62 - --with-systemdsystemunitdir=$(systemd_get_unitdir)
63 - )
64 - autotools-utils_src_configure
65 -}
66 -
67 -src_install() {
68 - autotools-utils_src_install
69 - rm -rf "${D}"/etc/init || die
70 - doinitd "${FILESDIR}"/thermald
71 -}