dlan 15/04/02 05:32:43 Modified: ChangeLog Added: thermald-1.3.ebuild Removed: thermald-1.2.01.ebuild Log: bump & drop old, bug 544886 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Revision Changes Path 1.2 sys-power/thermald/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/thermald/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/thermald/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/thermald/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-power/thermald/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 17 Jul 2014 22:16:03 -0000 1.1 +++ ChangeLog 2 Apr 2015 05:32:42 -0000 1.2 @@ -1,6 +1,12 @@ # ChangeLog for sys-power/thermald -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/thermald/ChangeLog,v 1.1 2014/07/17 22:16:03 dlan Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-power/thermald/ChangeLog,v 1.2 2015/04/02 05:32:42 dlan Exp $ + +*thermald-1.3 (02 Apr 2015) + + 02 Apr 2015; Yixun Lan <[email protected]> -thermald-1.2.01.ebuild, + +thermald-1.3.ebuild: + bump & drop old, bug 544886 *thermald-1.2.01 (17 Jul 2014) 1.1 sys-power/thermald/thermald-1.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/thermald/thermald-1.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/thermald/thermald-1.3.ebuild?rev=1.1&content-type=text/plain Index: thermald-1.3.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.3.ebuild,v 1.1 2015/04/02 05:32:42 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 ) 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 }
