dlan        15/07/15 04:20:40

  Modified:             ChangeLog
  Added:                thermald-1.4.2-r1.ebuild
  Removed:              thermald-1.4.2.ebuild
  Log:
  update patch from upstream
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xAABEFD55)

Revision  Changes    Path
1.4                  sys-power/thermald/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/thermald/ChangeLog?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/thermald/ChangeLog?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/thermald/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/thermald/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   14 Jul 2015 10:21:10 -0000      1.3
+++ ChangeLog   15 Jul 2015 04:20:40 -0000      1.4
@@ -1,6 +1,13 @@
 # ChangeLog for sys-power/thermald
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/thermald/ChangeLog,v 1.3 
2015/07/14 10:21:10 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/thermald/ChangeLog,v 1.4 
2015/07/15 04:20:40 dlan Exp $
+
+*thermald-1.4.2-r1 (15 Jul 2015)
+
+  15 Jul 2015; Yixun Lan <[email protected]> -thermald-1.4.2.ebuild,
+  +thermald-1.4.2-r1.ebuild, -files/thermald-1.4.2-terminate.patch,
+  +files/thermald-1.4.2-terminate-r1.patch:
+  update patch from upstream
 
 *thermald-1.4.2 (14 Jul 2015)
 



1.1                  sys-power/thermald/thermald-1.4.2-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/thermald/thermald-1.4.2-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/thermald/thermald-1.4.2-r1.ebuild?rev=1.1&content-type=text/plain

Index: thermald-1.4.2-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-power/thermald/thermald-1.4.2-r1.ebuild,v 1.1 
2015/07/15 04:20:40 dlan Exp $

EAPI=5

AUTOTOOLS_AUTORECONF=1
AUTOTOOLS_IN_SOURCE_BUILD=1
inherit autotools-utils systemd

DESCRIPTION="Thermal daemon for Intel architectures"
HOMEPAGE="https://01.org/linux-thermal-daemon";
SRC_URI="https://github.com/01org/thermal_daemon/archive/v${PV}.tar.gz -> 
${P}.tar.gz"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE=""
S=${WORKDIR}/thermal_daemon-${PV}

CDEPEND="dev-libs/dbus-glib
        dev-libs/libxml2"
DEPEND="${CDEPEND}
        sys-apps/sed"
RDEPEND="${CDEPEND}"

DOCS=( thermal_daemon_usage.txt README.txt )

PATCHES=(
        "${FILESDIR}/${P}-terminate-r1.patch"
)

src_configure() {
        local myeconfargs=(
        --with-systemdsystemunitdir=$(systemd_get_unitdir)
        )
        autotools-utils_src_configure
}

src_install() {
        autotools-utils_src_install
        rm -rf "${D}"/etc/init || die
        doinitd "${FILESDIR}"/thermald
}




Reply via email to