[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2024-04-08 Thread Yixun Lan
commit: 5f90a5bde3d58a9a8efdde9164af36b9478e3adf
Author: Yixun Lan  gentoo  org>
AuthorDate: Mon Apr  8 12:57:37 2024 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Apr  8 12:58:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f90a5bd

sys-power/thermald: add 2.5.7

Closes: https://bugs.gentoo.org/928890
Signed-off-by: Yixun Lan  gentoo.org>

 sys-power/thermald/Manifest  |  1 +
 sys-power/thermald/thermald-2.5.7.ebuild | 56 
 2 files changed, 57 insertions(+)

diff --git a/sys-power/thermald/Manifest b/sys-power/thermald/Manifest
index 6849f032b207..a89270fada61 100644
--- a/sys-power/thermald/Manifest
+++ b/sys-power/thermald/Manifest
@@ -1,2 +1,3 @@
 DIST thermald-2.5.4.tar.gz 179202 BLAKE2B 
945466ee90e61b4c59105f6f0d5b011b9cad9a9613ec5ac1f9e8d2ec1d75bc21e1685e7c8f165f5f4f46736d0b862a149b1e1444500d64aa1429d97db85209ac
 SHA512 
7e73e7860ca6df22862db5fad1d8ab75361deac9cb3631da2950b02f366febd78a93c81afe93af396c9be2a809e8be8c764b0d3183b545e051f3ec7b9d9dd078
 DIST thermald-2.5.6.tar.gz 182768 BLAKE2B 
cc6249d5e0a3b5961776ed9ac888d1468acbb2aad49f63f99bf6e3289227f786ab3cc11b6122e702ca67f898b6d6b25c4e58c2ba1ba4aad1a38e6b74eaaf950f
 SHA512 
d039e4bd4ed203caf786c8090c27910b5b5f3886e8e4d160d6347bb2b8c1d6aaaca14958ee91ad4aedb02e67f8a6403805719bf07d55f03fe1f28f3e4378ae73
+DIST thermald-2.5.7.tar.gz 182761 BLAKE2B 
d812e1a7e0b55dd5d06ff491183ad0061acb79d2c80a6a248456821676bd3728e28a5d6b23d8fe2565ca8424830f095de8595e85bdfc514f17418af50d7e7284
 SHA512 
49699eb2a3f3d1197e680a39ecba767a1f11a5d4209671d30152f1e126f7c48b650909c4dd90c496a7857b0fa9ad6fc8c5a849413a8e544b3d5f62d8acfc8268

diff --git a/sys-power/thermald/thermald-2.5.7.ebuild 
b/sys-power/thermald/thermald-2.5.7.ebuild
new file mode 100644
index ..9abc5d8024c4
--- /dev/null
+++ b/sys-power/thermald/thermald-2.5.7.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools linux-info out-of-source systemd
+
+DESCRIPTION="Thermal daemon for Intel architectures"
+HOMEPAGE="https://github.com/intel/thermal_daemon;
+SRC_URI="https://github.com/intel/thermal_daemon/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-libs/dbus-glib:=
+   dev-libs/glib:=
+   dev-libs/libxml2:=
+   dev-libs/libevdev
+   sys-power/upower
+   sys-apps/dbus:="
+DEPEND="${RDEPEND}
+   dev-util/gtk-doc
+   dev-util/glib-utils"
+
+S=${WORKDIR}/thermal_daemon-${PV}
+DOCS=( thermal_daemon_usage.txt README.txt )
+
+CONFIG_CHECK="~PERF_EVENTS_INTEL_RAPL ~X86_INTEL_PSTATE ~INTEL_POWERCLAMP 
~INT340X_THERMAL ~ACPI_THERMAL_REL ~INT3406_THERMAL"
+
+src_prepare() {
+   sed -i -e '/tdrundir/s@\$localstatedir/run@\$runstatedir@' \
+   configure.ac || die
+
+   sed -i -e 's@\$(AM_V_GEN) glib-compile-resources@cd \$(top_srcdir) \&\& 
&@' \
+   Makefile.am || die
+
+   default
+   eautoreconf
+}
+
+my_src_configure() {
+   ECONF_SOURCE="${S}" econf \
+   --disable-werror \
+   --runstatedir="${EPREFIX}"/run \
+   --with-dbus-power-group=wheel \
+   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
+}
+
+my_src_install_all() {
+   einstalldocs
+
+   rm -rf "${ED}"/etc/init || die
+   doinitd "${FILESDIR}"/thermald
+}



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2024-01-27 Thread Yixun Lan
commit: 54e829d22600451300edc4ce10403a1f495f401f
Author: Yixun Lan  gentoo  org>
AuthorDate: Sat Jan 27 09:55:15 2024 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sat Jan 27 09:57:17 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54e829d2

sys-power/thermald: drop 2.5.5

Signed-off-by: Yixun Lan  gentoo.org>

 sys-power/thermald/Manifest  |  1 -
 sys-power/thermald/thermald-2.5.5.ebuild | 56 
 2 files changed, 57 deletions(-)

diff --git a/sys-power/thermald/Manifest b/sys-power/thermald/Manifest
index 04fd6b2d9153..6849f032b207 100644
--- a/sys-power/thermald/Manifest
+++ b/sys-power/thermald/Manifest
@@ -1,3 +1,2 @@
 DIST thermald-2.5.4.tar.gz 179202 BLAKE2B 
945466ee90e61b4c59105f6f0d5b011b9cad9a9613ec5ac1f9e8d2ec1d75bc21e1685e7c8f165f5f4f46736d0b862a149b1e1444500d64aa1429d97db85209ac
 SHA512 
7e73e7860ca6df22862db5fad1d8ab75361deac9cb3631da2950b02f366febd78a93c81afe93af396c9be2a809e8be8c764b0d3183b545e051f3ec7b9d9dd078
-DIST thermald-2.5.5.tar.gz 182764 BLAKE2B 
1d8c66e69c3c9d89a063a8ab8e9b8432afcfaf471cbf0f7a8e24d217c7449856de2a79c51fa2786deb6e8ed62f73a79489a1b66fc9655f36746e98a6924ae367
 SHA512 
74c5697ebb28b926076e375af5226e57864d6aacd2bf11fa31f2100a41d938f3fd6e5becc9cbfc8268b1456226f2e5815c93b7c55cb58e888669173d3101dc3d
 DIST thermald-2.5.6.tar.gz 182768 BLAKE2B 
cc6249d5e0a3b5961776ed9ac888d1468acbb2aad49f63f99bf6e3289227f786ab3cc11b6122e702ca67f898b6d6b25c4e58c2ba1ba4aad1a38e6b74eaaf950f
 SHA512 
d039e4bd4ed203caf786c8090c27910b5b5f3886e8e4d160d6347bb2b8c1d6aaaca14958ee91ad4aedb02e67f8a6403805719bf07d55f03fe1f28f3e4378ae73

diff --git a/sys-power/thermald/thermald-2.5.5.ebuild 
b/sys-power/thermald/thermald-2.5.5.ebuild
deleted file mode 100644
index 9abc5d8024c4..
--- a/sys-power/thermald/thermald-2.5.5.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools linux-info out-of-source systemd
-
-DESCRIPTION="Thermal daemon for Intel architectures"
-HOMEPAGE="https://github.com/intel/thermal_daemon;
-SRC_URI="https://github.com/intel/thermal_daemon/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   dev-libs/dbus-glib:=
-   dev-libs/glib:=
-   dev-libs/libxml2:=
-   dev-libs/libevdev
-   sys-power/upower
-   sys-apps/dbus:="
-DEPEND="${RDEPEND}
-   dev-util/gtk-doc
-   dev-util/glib-utils"
-
-S=${WORKDIR}/thermal_daemon-${PV}
-DOCS=( thermal_daemon_usage.txt README.txt )
-
-CONFIG_CHECK="~PERF_EVENTS_INTEL_RAPL ~X86_INTEL_PSTATE ~INTEL_POWERCLAMP 
~INT340X_THERMAL ~ACPI_THERMAL_REL ~INT3406_THERMAL"
-
-src_prepare() {
-   sed -i -e '/tdrundir/s@\$localstatedir/run@\$runstatedir@' \
-   configure.ac || die
-
-   sed -i -e 's@\$(AM_V_GEN) glib-compile-resources@cd \$(top_srcdir) \&\& 
&@' \
-   Makefile.am || die
-
-   default
-   eautoreconf
-}
-
-my_src_configure() {
-   ECONF_SOURCE="${S}" econf \
-   --disable-werror \
-   --runstatedir="${EPREFIX}"/run \
-   --with-dbus-power-group=wheel \
-   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
-}
-
-my_src_install_all() {
-   einstalldocs
-
-   rm -rf "${ED}"/etc/init || die
-   doinitd "${FILESDIR}"/thermald
-}



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2024-01-27 Thread Yixun Lan
commit: 0ee0cd8fde178ceeaccc6ae76dfd06fc730408db
Author: Yixun Lan  gentoo  org>
AuthorDate: Sat Jan 27 09:54:48 2024 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sat Jan 27 09:57:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ee0cd8f

sys-power/thermald: add 2.5.6

Signed-off-by: Yixun Lan  gentoo.org>

 sys-power/thermald/Manifest  |  1 +
 sys-power/thermald/thermald-2.5.6.ebuild | 56 
 2 files changed, 57 insertions(+)

diff --git a/sys-power/thermald/Manifest b/sys-power/thermald/Manifest
index 45f423fb0acf..04fd6b2d9153 100644
--- a/sys-power/thermald/Manifest
+++ b/sys-power/thermald/Manifest
@@ -1,2 +1,3 @@
 DIST thermald-2.5.4.tar.gz 179202 BLAKE2B 
945466ee90e61b4c59105f6f0d5b011b9cad9a9613ec5ac1f9e8d2ec1d75bc21e1685e7c8f165f5f4f46736d0b862a149b1e1444500d64aa1429d97db85209ac
 SHA512 
7e73e7860ca6df22862db5fad1d8ab75361deac9cb3631da2950b02f366febd78a93c81afe93af396c9be2a809e8be8c764b0d3183b545e051f3ec7b9d9dd078
 DIST thermald-2.5.5.tar.gz 182764 BLAKE2B 
1d8c66e69c3c9d89a063a8ab8e9b8432afcfaf471cbf0f7a8e24d217c7449856de2a79c51fa2786deb6e8ed62f73a79489a1b66fc9655f36746e98a6924ae367
 SHA512 
74c5697ebb28b926076e375af5226e57864d6aacd2bf11fa31f2100a41d938f3fd6e5becc9cbfc8268b1456226f2e5815c93b7c55cb58e888669173d3101dc3d
+DIST thermald-2.5.6.tar.gz 182768 BLAKE2B 
cc6249d5e0a3b5961776ed9ac888d1468acbb2aad49f63f99bf6e3289227f786ab3cc11b6122e702ca67f898b6d6b25c4e58c2ba1ba4aad1a38e6b74eaaf950f
 SHA512 
d039e4bd4ed203caf786c8090c27910b5b5f3886e8e4d160d6347bb2b8c1d6aaaca14958ee91ad4aedb02e67f8a6403805719bf07d55f03fe1f28f3e4378ae73

diff --git a/sys-power/thermald/thermald-2.5.6.ebuild 
b/sys-power/thermald/thermald-2.5.6.ebuild
new file mode 100644
index ..9abc5d8024c4
--- /dev/null
+++ b/sys-power/thermald/thermald-2.5.6.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools linux-info out-of-source systemd
+
+DESCRIPTION="Thermal daemon for Intel architectures"
+HOMEPAGE="https://github.com/intel/thermal_daemon;
+SRC_URI="https://github.com/intel/thermal_daemon/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-libs/dbus-glib:=
+   dev-libs/glib:=
+   dev-libs/libxml2:=
+   dev-libs/libevdev
+   sys-power/upower
+   sys-apps/dbus:="
+DEPEND="${RDEPEND}
+   dev-util/gtk-doc
+   dev-util/glib-utils"
+
+S=${WORKDIR}/thermal_daemon-${PV}
+DOCS=( thermal_daemon_usage.txt README.txt )
+
+CONFIG_CHECK="~PERF_EVENTS_INTEL_RAPL ~X86_INTEL_PSTATE ~INTEL_POWERCLAMP 
~INT340X_THERMAL ~ACPI_THERMAL_REL ~INT3406_THERMAL"
+
+src_prepare() {
+   sed -i -e '/tdrundir/s@\$localstatedir/run@\$runstatedir@' \
+   configure.ac || die
+
+   sed -i -e 's@\$(AM_V_GEN) glib-compile-resources@cd \$(top_srcdir) \&\& 
&@' \
+   Makefile.am || die
+
+   default
+   eautoreconf
+}
+
+my_src_configure() {
+   ECONF_SOURCE="${S}" econf \
+   --disable-werror \
+   --runstatedir="${EPREFIX}"/run \
+   --with-dbus-power-group=wheel \
+   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
+}
+
+my_src_install_all() {
+   einstalldocs
+
+   rm -rf "${ED}"/etc/init || die
+   doinitd "${FILESDIR}"/thermald
+}



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2024-01-23 Thread Yixun Lan
commit: 9a4d1054f052a47c95d718a5c4945d9f18793d31
Author: Yixun Lan  gentoo  org>
AuthorDate: Tue Jan 23 11:14:24 2024 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Jan 23 11:15:52 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a4d1054

sys-power/thermald: add 2.5.5

Signed-off-by: Yixun Lan  gentoo.org>

 sys-power/thermald/Manifest  |  1 +
 sys-power/thermald/thermald-2.5.5.ebuild | 56 
 2 files changed, 57 insertions(+)

diff --git a/sys-power/thermald/Manifest b/sys-power/thermald/Manifest
index f30d29c273d2..45f423fb0acf 100644
--- a/sys-power/thermald/Manifest
+++ b/sys-power/thermald/Manifest
@@ -1 +1,2 @@
 DIST thermald-2.5.4.tar.gz 179202 BLAKE2B 
945466ee90e61b4c59105f6f0d5b011b9cad9a9613ec5ac1f9e8d2ec1d75bc21e1685e7c8f165f5f4f46736d0b862a149b1e1444500d64aa1429d97db85209ac
 SHA512 
7e73e7860ca6df22862db5fad1d8ab75361deac9cb3631da2950b02f366febd78a93c81afe93af396c9be2a809e8be8c764b0d3183b545e051f3ec7b9d9dd078
+DIST thermald-2.5.5.tar.gz 182764 BLAKE2B 
1d8c66e69c3c9d89a063a8ab8e9b8432afcfaf471cbf0f7a8e24d217c7449856de2a79c51fa2786deb6e8ed62f73a79489a1b66fc9655f36746e98a6924ae367
 SHA512 
74c5697ebb28b926076e375af5226e57864d6aacd2bf11fa31f2100a41d938f3fd6e5becc9cbfc8268b1456226f2e5815c93b7c55cb58e888669173d3101dc3d

diff --git a/sys-power/thermald/thermald-2.5.5.ebuild 
b/sys-power/thermald/thermald-2.5.5.ebuild
new file mode 100644
index ..9abc5d8024c4
--- /dev/null
+++ b/sys-power/thermald/thermald-2.5.5.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools linux-info out-of-source systemd
+
+DESCRIPTION="Thermal daemon for Intel architectures"
+HOMEPAGE="https://github.com/intel/thermal_daemon;
+SRC_URI="https://github.com/intel/thermal_daemon/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-libs/dbus-glib:=
+   dev-libs/glib:=
+   dev-libs/libxml2:=
+   dev-libs/libevdev
+   sys-power/upower
+   sys-apps/dbus:="
+DEPEND="${RDEPEND}
+   dev-util/gtk-doc
+   dev-util/glib-utils"
+
+S=${WORKDIR}/thermal_daemon-${PV}
+DOCS=( thermal_daemon_usage.txt README.txt )
+
+CONFIG_CHECK="~PERF_EVENTS_INTEL_RAPL ~X86_INTEL_PSTATE ~INTEL_POWERCLAMP 
~INT340X_THERMAL ~ACPI_THERMAL_REL ~INT3406_THERMAL"
+
+src_prepare() {
+   sed -i -e '/tdrundir/s@\$localstatedir/run@\$runstatedir@' \
+   configure.ac || die
+
+   sed -i -e 's@\$(AM_V_GEN) glib-compile-resources@cd \$(top_srcdir) \&\& 
&@' \
+   Makefile.am || die
+
+   default
+   eautoreconf
+}
+
+my_src_configure() {
+   ECONF_SOURCE="${S}" econf \
+   --disable-werror \
+   --runstatedir="${EPREFIX}"/run \
+   --with-dbus-power-group=wheel \
+   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
+}
+
+my_src_install_all() {
+   einstalldocs
+
+   rm -rf "${ED}"/etc/init || die
+   doinitd "${FILESDIR}"/thermald
+}



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2023-12-05 Thread Yixun Lan
commit: 8518b2c3b63eea6aabcec48f352611f88502146c
Author: Yixun Lan  gentoo  org>
AuthorDate: Tue Dec  5 14:22:03 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Dec  5 14:22:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8518b2c3

sys-power/thermald: drop 2.5.4

Signed-off-by: Yixun Lan  gentoo.org>

 sys-power/thermald/thermald-2.5.4.ebuild | 54 
 1 file changed, 54 deletions(-)

diff --git a/sys-power/thermald/thermald-2.5.4.ebuild 
b/sys-power/thermald/thermald-2.5.4.ebuild
deleted file mode 100644
index 7a575095e70e..
--- a/sys-power/thermald/thermald-2.5.4.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools linux-info out-of-source systemd
-
-DESCRIPTION="Thermal daemon for Intel architectures"
-HOMEPAGE="https://github.com/intel/thermal_daemon;
-SRC_URI="https://github.com/intel/thermal_daemon/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-   dev-libs/dbus-glib:=
-   dev-libs/glib:=
-   dev-libs/libxml2:=
-   dev-libs/libevdev
-   sys-power/upower
-   sys-apps/dbus:="
-DEPEND="${RDEPEND}
-   dev-util/gtk-doc
-   dev-util/glib-utils"
-
-S=${WORKDIR}/thermal_daemon-${PV}
-DOCS=( thermal_daemon_usage.txt README.txt )
-
-CONFIG_CHECK="~PERF_EVENTS_INTEL_RAPL ~X86_INTEL_PSTATE ~INTEL_POWERCLAMP 
~INT340X_THERMAL ~ACPI_THERMAL_REL ~INT3406_THERMAL"
-
-src_prepare() {
-   sed -i -e '/tdrundir/s@\$localstatedir/run@\$runstatedir@' \
-   configure.ac || die
-
-   default
-   eautoreconf
-}
-
-my_src_configure() {
-   ECONF_SOURCE="${S}" econf \
-   --disable-werror \
-   --runstatedir="${EPREFIX}"/run \
-   --with-dbus-power-group=wheel \
-   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
-}
-
-my_src_install_all() {
-   einstalldocs
-
-   rm -rf "${ED}"/etc/init || die
-   doinitd "${FILESDIR}"/thermald
-}



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2023-12-05 Thread Arthur Zamarin
commit: 9088cbd5514090a09a66b947d3e26fd39d5129c2
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Dec  5 14:11:50 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Dec  5 14:11:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9088cbd5

sys-power/thermald: Stabilize 2.5.4-r1 x86, #919272

Signed-off-by: Arthur Zamarin  gentoo.org>

 sys-power/thermald/thermald-2.5.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/thermald/thermald-2.5.4-r1.ebuild 
b/sys-power/thermald/thermald-2.5.4-r1.ebuild
index 02640b975ba4..b04889d65db9 100644
--- a/sys-power/thermald/thermald-2.5.4-r1.ebuild
+++ b/sys-power/thermald/thermald-2.5.4-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/intel/thermal_daemon/archive/v${PV}.tar.gz -> ${P}.t
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2023-12-05 Thread Arthur Zamarin
commit: 15849b19e927df9de5f7440e18bea29bf1734228
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Dec  5 14:11:49 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Dec  5 14:11:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15849b19

sys-power/thermald: Stabilize 2.5.4-r1 amd64, #919272

Signed-off-by: Arthur Zamarin  gentoo.org>

 sys-power/thermald/thermald-2.5.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/thermald/thermald-2.5.4-r1.ebuild 
b/sys-power/thermald/thermald-2.5.4-r1.ebuild
index d9b0e929bcb5..02640b975ba4 100644
--- a/sys-power/thermald/thermald-2.5.4-r1.ebuild
+++ b/sys-power/thermald/thermald-2.5.4-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/intel/thermal_daemon/archive/v${PV}.tar.gz -> ${P}.t
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/, sys-power/thermald/files/

2023-10-08 Thread Yixun Lan
commit: d31101abffeb80f0de0e7141f5becbaa6ccc3e61
Author: Yixun Lan  gentoo  org>
AuthorDate: Mon Oct  9 02:55:03 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Oct  9 02:57:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d31101ab

sys-power/thermald: fix ioctl for reading PSVT

Upstream-PR: https://github.com/intel/thermal_daemon/pull/422
Signed-off-by: Yixun Lan  gentoo.org>

 .../thermald/files/thermald-2.5.4-ioctl.patch  | 25 ++
 sys-power/thermald/thermald-2.5.4-r1.ebuild| 56 ++
 2 files changed, 81 insertions(+)

diff --git a/sys-power/thermald/files/thermald-2.5.4-ioctl.patch 
b/sys-power/thermald/files/thermald-2.5.4-ioctl.patch
new file mode 100644
index ..85a4a82218aa
--- /dev/null
+++ b/sys-power/thermald/files/thermald-2.5.4-ioctl.patch
@@ -0,0 +1,25 @@
+diff --git a/src/acpi_thermal_rel_ioct.h b/src/acpi_thermal_rel_ioct.h
+index dd045a9..9b12a69 100644
+--- a/src/acpi_thermal_rel_ioct.h
 b/src/acpi_thermal_rel_ioct.h
+@@ -34,17 +34,14 @@
+ #define ACPI_THERMAL_GET_ART  _IOR(ACPI_THERMAL_MAGIC, 6, unsigned long)
+ 
+ /*
+- * ACPI_THERMAL_GET_PSVT_REV = Revision number
+- *   identifies limit type: 1=true proportional limit, 2=depth limit
+  * ACPI_THERMAL_GET_PSVT_COUNT = Number of PSVT entries
+  * ACPI_THERMAL_GET_PSVT_LEN = Total return data size (PSVT count x each
+  * PSVT entry size)
+  * ACPI_THERMAL_GET_PSVT = Get the data as an array of psvt_objects
+  */
+-#define ACPI_THERMAL_GET_PSVT_REV _IOR(ACPI_THERMAL_MAGIC, 7, unsigned long)
+-#define ACPI_THERMAL_GET_PSVT_LEN _IOR(ACPI_THERMAL_MAGIC, 8, unsigned long)
+-#define ACPI_THERMAL_GET_PSVT_COUNT _IOR(ACPI_THERMAL_MAGIC, 9, unsigned long)
+-#define ACPI_THERMAL_GET_PSVT _IOR(ACPI_THERMAL_MAGIC, 10, unsigned long)
++#define ACPI_THERMAL_GET_PSVT_LEN _IOR(ACPI_THERMAL_MAGIC, 7, unsigned long)
++#define ACPI_THERMAL_GET_PSVT_COUNT _IOR(ACPI_THERMAL_MAGIC, 8, unsigned long)
++#define ACPI_THERMAL_GET_PSVT _IOR(ACPI_THERMAL_MAGIC, 9, unsigned long)
+ 
+ #ifndef __KERNEL__
+ #define u64 unsigned long long

diff --git a/sys-power/thermald/thermald-2.5.4-r1.ebuild 
b/sys-power/thermald/thermald-2.5.4-r1.ebuild
new file mode 100644
index ..d9b0e929bcb5
--- /dev/null
+++ b/sys-power/thermald/thermald-2.5.4-r1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools linux-info out-of-source systemd
+
+DESCRIPTION="Thermal daemon for Intel architectures"
+HOMEPAGE="https://github.com/intel/thermal_daemon;
+SRC_URI="https://github.com/intel/thermal_daemon/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-libs/dbus-glib:=
+   dev-libs/glib:=
+   dev-libs/libxml2:=
+   dev-libs/libevdev
+   sys-power/upower
+   sys-apps/dbus:="
+DEPEND="${RDEPEND}
+   dev-util/gtk-doc
+   dev-util/glib-utils"
+
+S=${WORKDIR}/thermal_daemon-${PV}
+DOCS=( thermal_daemon_usage.txt README.txt )
+
+CONFIG_CHECK="~PERF_EVENTS_INTEL_RAPL ~X86_INTEL_PSTATE ~INTEL_POWERCLAMP 
~INT340X_THERMAL ~ACPI_THERMAL_REL ~INT3406_THERMAL"
+
+PATCHES=( "${FILESDIR}/${P}-ioctl.patch" )
+
+src_prepare() {
+   sed -i -e '/tdrundir/s@\$localstatedir/run@\$runstatedir@' \
+   configure.ac || die
+
+   default
+   eautoreconf
+}
+
+my_src_configure() {
+   ECONF_SOURCE="${S}" econf \
+   --disable-werror \
+   --runstatedir="${EPREFIX}"/run \
+   --with-dbus-power-group=wheel \
+   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
+}
+
+my_src_install_all() {
+   einstalldocs
+
+   rm -rf "${ED}"/etc/init || die
+   doinitd "${FILESDIR}"/thermald
+}



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2023-10-08 Thread Yixun Lan
commit: 0e1b88f333846ae0a7a2e6388959df7aba3596c1
Author: Yixun Lan  gentoo  org>
AuthorDate: Mon Oct  9 00:59:01 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Oct  9 00:59:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e1b88f3

sys-power/thermald: drop 2.5.2, 2.5.3

Signed-off-by: Yixun Lan  gentoo.org>

 sys-power/thermald/Manifest  |  2 --
 sys-power/thermald/thermald-2.5.2.ebuild | 56 
 sys-power/thermald/thermald-2.5.3.ebuild | 56 
 3 files changed, 114 deletions(-)

diff --git a/sys-power/thermald/Manifest b/sys-power/thermald/Manifest
index 2f95b620fb35..f30d29c273d2 100644
--- a/sys-power/thermald/Manifest
+++ b/sys-power/thermald/Manifest
@@ -1,3 +1 @@
-DIST thermald-2.5.2.tar.gz 162307 BLAKE2B 
884fbfb440a0b5e9d1d12bfd7b9173fd79f68b46c499e341f0afdf3d312e10bcd5956b14de7c4c8c0b4db1bc7b675025e3b108bc27cc3cbf236212d0bd642508
 SHA512 
50ec8c0afb62805d4a86eff91725c468c9035d4524d5d12c187c8b5bbff5a6e723ead7a32bda1a2964fa8a8a8ae437bc7c05d657ea1ac64e4a3d32e6dc0591e2
-DIST thermald-2.5.3.tar.gz 162876 BLAKE2B 
bfdd297ff703588433d749bb64d0a0cd803b54192e3ee87449433ba89b726836f4050bbb87b7233fe4519686fdbd9bd23408bbeb6a5c31bfdd8b07aa9b723a47
 SHA512 
2c46e7e02c6ee375f78c8593765f01ff3be82bda3e90c133a9680bfbe7897a3fff78679e1306ee7d76192d7f164ca0ccbfeafd240c56160cdc9c4167827d5ead
 DIST thermald-2.5.4.tar.gz 179202 BLAKE2B 
945466ee90e61b4c59105f6f0d5b011b9cad9a9613ec5ac1f9e8d2ec1d75bc21e1685e7c8f165f5f4f46736d0b862a149b1e1444500d64aa1429d97db85209ac
 SHA512 
7e73e7860ca6df22862db5fad1d8ab75361deac9cb3631da2950b02f366febd78a93c81afe93af396c9be2a809e8be8c764b0d3183b545e051f3ec7b9d9dd078

diff --git a/sys-power/thermald/thermald-2.5.2.ebuild 
b/sys-power/thermald/thermald-2.5.2.ebuild
deleted file mode 100644
index bcc7f1b46b8a..
--- a/sys-power/thermald/thermald-2.5.2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools linux-info out-of-source systemd
-
-DESCRIPTION="Thermal daemon for Intel architectures"
-HOMEPAGE="https://github.com/intel/thermal_daemon;
-SRC_URI="https://github.com/intel/thermal_daemon/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-   dev-libs/dbus-glib:=
-   dev-libs/glib:=
-   dev-libs/libxml2:=
-   dev-libs/libevdev
-   sys-power/upower
-   sys-apps/dbus:="
-DEPEND="${RDEPEND}
-   dev-util/gtk-doc
-   dev-util/glib-utils"
-
-S=${WORKDIR}/thermal_daemon-${PV}
-DOCS=( thermal_daemon_usage.txt README.txt )
-
-CONFIG_CHECK="~PERF_EVENTS_INTEL_RAPL ~X86_INTEL_PSTATE ~INTEL_POWERCLAMP 
~INT340X_THERMAL ~ACPI_THERMAL_REL ~INT3406_THERMAL"
-
-src_prepare() {
-   sed -i -e "/group=/s/power/wheel/g" \
-   data/org.freedesktop.thermald.conf || die
-
-   sed -i -e '/tdrundir/s@\$localstatedir/run@\$runstatedir@' \
-   configure.ac || die
-
-   default
-   eautoreconf
-}
-
-my_src_configure() {
-   ECONF_SOURCE="${S}" econf \
-   --disable-werror \
-   --runstatedir="${EPREFIX}"/run \
-   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
-}
-
-my_src_install_all() {
-   einstalldocs
-
-   rm -rf "${ED}"/etc/init || die
-   doinitd "${FILESDIR}"/thermald
-}

diff --git a/sys-power/thermald/thermald-2.5.3.ebuild 
b/sys-power/thermald/thermald-2.5.3.ebuild
deleted file mode 100644
index a4a0727b15bf..
--- a/sys-power/thermald/thermald-2.5.3.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools linux-info out-of-source systemd
-
-DESCRIPTION="Thermal daemon for Intel architectures"
-HOMEPAGE="https://github.com/intel/thermal_daemon;
-SRC_URI="https://github.com/intel/thermal_daemon/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   dev-libs/dbus-glib:=
-   dev-libs/glib:=
-   dev-libs/libxml2:=
-   dev-libs/libevdev
-   sys-power/upower
-   sys-apps/dbus:="
-DEPEND="${RDEPEND}
-   dev-util/gtk-doc
-   dev-util/glib-utils"
-
-S=${WORKDIR}/thermal_daemon-${PV}
-DOCS=( thermal_daemon_usage.txt README.txt )
-
-CONFIG_CHECK="~PERF_EVENTS_INTEL_RAPL ~X86_INTEL_PSTATE ~INTEL_POWERCLAMP 
~INT340X_THERMAL ~ACPI_THERMAL_REL ~INT3406_THERMAL"
-
-src_prepare() {
-   sed -i -e "/group=/s/power/wheel/g" \
-   data/org.freedesktop.thermald.conf || die
-
-   sed -i -e '/tdrundir/s@\$localstatedir/run@\$runstatedir@' \
-   configure.ac || die
-
-   default
-   eautoreconf
-}
-
-my_src_configure() {
-   ECONF_SOURCE="${S}" econf \
-   --disable-werror \
-   

[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2023-10-08 Thread Sam James
commit: 82f2abdbea15a804f56f860a14915a75ef200bd0
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct  9 00:33:37 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct  9 00:33:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82f2abdb

sys-power/thermald: Stabilize 2.5.4 amd64, #915388

Signed-off-by: Sam James  gentoo.org>

 sys-power/thermald/thermald-2.5.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/thermald/thermald-2.5.4.ebuild 
b/sys-power/thermald/thermald-2.5.4.ebuild
index 51815c60c1bb..7a575095e70e 100644
--- a/sys-power/thermald/thermald-2.5.4.ebuild
+++ b/sys-power/thermald/thermald-2.5.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/intel/thermal_daemon/archive/v${PV}.tar.gz -> ${P}.t
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2023-10-08 Thread Sam James
commit: 58e880a22820ee273fca8c5884260903f2e03394
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct  9 00:29:37 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct  9 00:29:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58e880a2

sys-power/thermald: Stabilize 2.5.4 x86, #915388

Signed-off-by: Sam James  gentoo.org>

 sys-power/thermald/thermald-2.5.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/thermald/thermald-2.5.4.ebuild 
b/sys-power/thermald/thermald-2.5.4.ebuild
index 2daa0c75f6aa..51815c60c1bb 100644
--- a/sys-power/thermald/thermald-2.5.4.ebuild
+++ b/sys-power/thermald/thermald-2.5.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/intel/thermal_daemon/archive/v${PV}.tar.gz -> ${P}.t
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2023-08-27 Thread Yixun Lan
commit: a5bdf7b3dc6cbbdc25f74d49ebc55161ce997ae5
Author: Yixun Lan  gentoo  org>
AuthorDate: Sun Aug 27 11:31:41 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sun Aug 27 11:33:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5bdf7b3

sys-power/thermald: add 2.5.4

Signed-off-by: Yixun Lan  gentoo.org>

 sys-power/thermald/Manifest  |  1 +
 sys-power/thermald/thermald-2.5.4.ebuild | 54 
 2 files changed, 55 insertions(+)

diff --git a/sys-power/thermald/Manifest b/sys-power/thermald/Manifest
index b6efc663dd7f..2f95b620fb35 100644
--- a/sys-power/thermald/Manifest
+++ b/sys-power/thermald/Manifest
@@ -1,2 +1,3 @@
 DIST thermald-2.5.2.tar.gz 162307 BLAKE2B 
884fbfb440a0b5e9d1d12bfd7b9173fd79f68b46c499e341f0afdf3d312e10bcd5956b14de7c4c8c0b4db1bc7b675025e3b108bc27cc3cbf236212d0bd642508
 SHA512 
50ec8c0afb62805d4a86eff91725c468c9035d4524d5d12c187c8b5bbff5a6e723ead7a32bda1a2964fa8a8a8ae437bc7c05d657ea1ac64e4a3d32e6dc0591e2
 DIST thermald-2.5.3.tar.gz 162876 BLAKE2B 
bfdd297ff703588433d749bb64d0a0cd803b54192e3ee87449433ba89b726836f4050bbb87b7233fe4519686fdbd9bd23408bbeb6a5c31bfdd8b07aa9b723a47
 SHA512 
2c46e7e02c6ee375f78c8593765f01ff3be82bda3e90c133a9680bfbe7897a3fff78679e1306ee7d76192d7f164ca0ccbfeafd240c56160cdc9c4167827d5ead
+DIST thermald-2.5.4.tar.gz 179202 BLAKE2B 
945466ee90e61b4c59105f6f0d5b011b9cad9a9613ec5ac1f9e8d2ec1d75bc21e1685e7c8f165f5f4f46736d0b862a149b1e1444500d64aa1429d97db85209ac
 SHA512 
7e73e7860ca6df22862db5fad1d8ab75361deac9cb3631da2950b02f366febd78a93c81afe93af396c9be2a809e8be8c764b0d3183b545e051f3ec7b9d9dd078

diff --git a/sys-power/thermald/thermald-2.5.4.ebuild 
b/sys-power/thermald/thermald-2.5.4.ebuild
new file mode 100644
index ..2daa0c75f6aa
--- /dev/null
+++ b/sys-power/thermald/thermald-2.5.4.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools linux-info out-of-source systemd
+
+DESCRIPTION="Thermal daemon for Intel architectures"
+HOMEPAGE="https://github.com/intel/thermal_daemon;
+SRC_URI="https://github.com/intel/thermal_daemon/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-libs/dbus-glib:=
+   dev-libs/glib:=
+   dev-libs/libxml2:=
+   dev-libs/libevdev
+   sys-power/upower
+   sys-apps/dbus:="
+DEPEND="${RDEPEND}
+   dev-util/gtk-doc
+   dev-util/glib-utils"
+
+S=${WORKDIR}/thermal_daemon-${PV}
+DOCS=( thermal_daemon_usage.txt README.txt )
+
+CONFIG_CHECK="~PERF_EVENTS_INTEL_RAPL ~X86_INTEL_PSTATE ~INTEL_POWERCLAMP 
~INT340X_THERMAL ~ACPI_THERMAL_REL ~INT3406_THERMAL"
+
+src_prepare() {
+   sed -i -e '/tdrundir/s@\$localstatedir/run@\$runstatedir@' \
+   configure.ac || die
+
+   default
+   eautoreconf
+}
+
+my_src_configure() {
+   ECONF_SOURCE="${S}" econf \
+   --disable-werror \
+   --runstatedir="${EPREFIX}"/run \
+   --with-dbus-power-group=wheel \
+   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
+}
+
+my_src_install_all() {
+   einstalldocs
+
+   rm -rf "${ED}"/etc/init || die
+   doinitd "${FILESDIR}"/thermald
+}



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2023-08-09 Thread Yixun Lan
commit: da7d884847060ffbedc8e3889a6cd16857fd808e
Author: Yixun Lan  gentoo  org>
AuthorDate: Wed Aug  9 14:15:13 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Aug  9 14:22:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da7d8848

sys-power/thermald: add 2.5.3

Signed-off-by: Yixun Lan  gentoo.org>

 sys-power/thermald/Manifest  |  1 +
 sys-power/thermald/thermald-2.5.3.ebuild | 56 
 2 files changed, 57 insertions(+)

diff --git a/sys-power/thermald/Manifest b/sys-power/thermald/Manifest
index 28ac2fc50af9..2ed8c3c76fff 100644
--- a/sys-power/thermald/Manifest
+++ b/sys-power/thermald/Manifest
@@ -1,2 +1,3 @@
 DIST thermald-2.5.1.tar.gz 160908 BLAKE2B 
546d540b53365f9f57059dd74378226ba111abdd0bf9a47a2b81b29726cf2b2d99bfdf166f6b50f30071d28c6fad00d84f48e83f886ec8e50f9f08989b28192a
 SHA512 
76974458b3986cb156ee599e9a96be0082f1e4d85cfe40fd387d69992b0b778186b98abb833a0493db9c070feee8c1147dcf591a7aba039c428e925c66bb0e4f
 DIST thermald-2.5.2.tar.gz 162307 BLAKE2B 
884fbfb440a0b5e9d1d12bfd7b9173fd79f68b46c499e341f0afdf3d312e10bcd5956b14de7c4c8c0b4db1bc7b675025e3b108bc27cc3cbf236212d0bd642508
 SHA512 
50ec8c0afb62805d4a86eff91725c468c9035d4524d5d12c187c8b5bbff5a6e723ead7a32bda1a2964fa8a8a8ae437bc7c05d657ea1ac64e4a3d32e6dc0591e2
+DIST thermald-2.5.3.tar.gz 162876 BLAKE2B 
bfdd297ff703588433d749bb64d0a0cd803b54192e3ee87449433ba89b726836f4050bbb87b7233fe4519686fdbd9bd23408bbeb6a5c31bfdd8b07aa9b723a47
 SHA512 
2c46e7e02c6ee375f78c8593765f01ff3be82bda3e90c133a9680bfbe7897a3fff78679e1306ee7d76192d7f164ca0ccbfeafd240c56160cdc9c4167827d5ead

diff --git a/sys-power/thermald/thermald-2.5.3.ebuild 
b/sys-power/thermald/thermald-2.5.3.ebuild
new file mode 100644
index ..a4a0727b15bf
--- /dev/null
+++ b/sys-power/thermald/thermald-2.5.3.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools linux-info out-of-source systemd
+
+DESCRIPTION="Thermal daemon for Intel architectures"
+HOMEPAGE="https://github.com/intel/thermal_daemon;
+SRC_URI="https://github.com/intel/thermal_daemon/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-libs/dbus-glib:=
+   dev-libs/glib:=
+   dev-libs/libxml2:=
+   dev-libs/libevdev
+   sys-power/upower
+   sys-apps/dbus:="
+DEPEND="${RDEPEND}
+   dev-util/gtk-doc
+   dev-util/glib-utils"
+
+S=${WORKDIR}/thermal_daemon-${PV}
+DOCS=( thermal_daemon_usage.txt README.txt )
+
+CONFIG_CHECK="~PERF_EVENTS_INTEL_RAPL ~X86_INTEL_PSTATE ~INTEL_POWERCLAMP 
~INT340X_THERMAL ~ACPI_THERMAL_REL ~INT3406_THERMAL"
+
+src_prepare() {
+   sed -i -e "/group=/s/power/wheel/g" \
+   data/org.freedesktop.thermald.conf || die
+
+   sed -i -e '/tdrundir/s@\$localstatedir/run@\$runstatedir@' \
+   configure.ac || die
+
+   default
+   eautoreconf
+}
+
+my_src_configure() {
+   ECONF_SOURCE="${S}" econf \
+   --disable-werror \
+   --runstatedir="${EPREFIX}"/run \
+   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
+}
+
+my_src_install_all() {
+   einstalldocs
+
+   rm -rf "${ED}"/etc/init || die
+   doinitd "${FILESDIR}"/thermald
+}



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2023-08-09 Thread Yixun Lan
commit: f4dc52ae5ed8ff7ae9dd4ec7aca6d9623f1c868f
Author: Yixun Lan  gentoo  org>
AuthorDate: Wed Aug  9 14:18:14 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Aug  9 14:22:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4dc52ae

sys-power/thermald: drop 2.5.1

Signed-off-by: Yixun Lan  gentoo.org>

 sys-power/thermald/Manifest  |  1 -
 sys-power/thermald/thermald-2.5.1.ebuild | 56 
 2 files changed, 57 deletions(-)

diff --git a/sys-power/thermald/Manifest b/sys-power/thermald/Manifest
index 2ed8c3c76fff..b6efc663dd7f 100644
--- a/sys-power/thermald/Manifest
+++ b/sys-power/thermald/Manifest
@@ -1,3 +1,2 @@
-DIST thermald-2.5.1.tar.gz 160908 BLAKE2B 
546d540b53365f9f57059dd74378226ba111abdd0bf9a47a2b81b29726cf2b2d99bfdf166f6b50f30071d28c6fad00d84f48e83f886ec8e50f9f08989b28192a
 SHA512 
76974458b3986cb156ee599e9a96be0082f1e4d85cfe40fd387d69992b0b778186b98abb833a0493db9c070feee8c1147dcf591a7aba039c428e925c66bb0e4f
 DIST thermald-2.5.2.tar.gz 162307 BLAKE2B 
884fbfb440a0b5e9d1d12bfd7b9173fd79f68b46c499e341f0afdf3d312e10bcd5956b14de7c4c8c0b4db1bc7b675025e3b108bc27cc3cbf236212d0bd642508
 SHA512 
50ec8c0afb62805d4a86eff91725c468c9035d4524d5d12c187c8b5bbff5a6e723ead7a32bda1a2964fa8a8a8ae437bc7c05d657ea1ac64e4a3d32e6dc0591e2
 DIST thermald-2.5.3.tar.gz 162876 BLAKE2B 
bfdd297ff703588433d749bb64d0a0cd803b54192e3ee87449433ba89b726836f4050bbb87b7233fe4519686fdbd9bd23408bbeb6a5c31bfdd8b07aa9b723a47
 SHA512 
2c46e7e02c6ee375f78c8593765f01ff3be82bda3e90c133a9680bfbe7897a3fff78679e1306ee7d76192d7f164ca0ccbfeafd240c56160cdc9c4167827d5ead

diff --git a/sys-power/thermald/thermald-2.5.1.ebuild 
b/sys-power/thermald/thermald-2.5.1.ebuild
deleted file mode 100644
index bcc7f1b46b8a..
--- a/sys-power/thermald/thermald-2.5.1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools linux-info out-of-source systemd
-
-DESCRIPTION="Thermal daemon for Intel architectures"
-HOMEPAGE="https://github.com/intel/thermal_daemon;
-SRC_URI="https://github.com/intel/thermal_daemon/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-   dev-libs/dbus-glib:=
-   dev-libs/glib:=
-   dev-libs/libxml2:=
-   dev-libs/libevdev
-   sys-power/upower
-   sys-apps/dbus:="
-DEPEND="${RDEPEND}
-   dev-util/gtk-doc
-   dev-util/glib-utils"
-
-S=${WORKDIR}/thermal_daemon-${PV}
-DOCS=( thermal_daemon_usage.txt README.txt )
-
-CONFIG_CHECK="~PERF_EVENTS_INTEL_RAPL ~X86_INTEL_PSTATE ~INTEL_POWERCLAMP 
~INT340X_THERMAL ~ACPI_THERMAL_REL ~INT3406_THERMAL"
-
-src_prepare() {
-   sed -i -e "/group=/s/power/wheel/g" \
-   data/org.freedesktop.thermald.conf || die
-
-   sed -i -e '/tdrundir/s@\$localstatedir/run@\$runstatedir@' \
-   configure.ac || die
-
-   default
-   eautoreconf
-}
-
-my_src_configure() {
-   ECONF_SOURCE="${S}" econf \
-   --disable-werror \
-   --runstatedir="${EPREFIX}"/run \
-   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
-}
-
-my_src_install_all() {
-   einstalldocs
-
-   rm -rf "${ED}"/etc/init || die
-   doinitd "${FILESDIR}"/thermald
-}



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2023-05-19 Thread Sam James
commit: bd4dfe8f6b10f39f1ad84477d7f1741bce99ab41
Author: Sam James  gentoo  org>
AuthorDate: Fri May 19 17:45:21 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri May 19 17:45:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd4dfe8f

sys-power/thermald: add github upstream metadata

Signed-off-by: Sam James  gentoo.org>

 sys-power/thermald/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sys-power/thermald/metadata.xml b/sys-power/thermald/metadata.xml
index 38f230c19f2d..81f56752b64b 100644
--- a/sys-power/thermald/metadata.xml
+++ b/sys-power/thermald/metadata.xml
@@ -10,4 +10,7 @@
controlled thermal management using P-states, T-states, and the Intel 
power clamp driver.
The Thermal Daemon uses the existing Linux kernel infrastructure and 
can be easily enhanced

+   
+   intel/thermal_daemon
+   
 



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2023-05-19 Thread Sam James
commit: 061df7fc2b372fd19060c0a2968493327060fe59
Author: Sam James  gentoo  org>
AuthorDate: Fri May 19 17:44:36 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri May 19 17:44:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=061df7fc

sys-power/thermald: Stabilize 2.5.2 amd64, #906750

Signed-off-by: Sam James  gentoo.org>

 sys-power/thermald/thermald-2.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/thermald/thermald-2.5.2.ebuild 
b/sys-power/thermald/thermald-2.5.2.ebuild
index cd694cc35d61..bcc7f1b46b8a 100644
--- a/sys-power/thermald/thermald-2.5.2.ebuild
+++ b/sys-power/thermald/thermald-2.5.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/intel/thermal_daemon/archive/v${PV}.tar.gz -> ${P}.t
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2023-05-19 Thread Sam James
commit: 00dd39806a8f6cdb9909aa0081a8c34883fec549
Author: Sam James  gentoo  org>
AuthorDate: Fri May 19 17:44:34 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri May 19 17:44:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00dd3980

sys-power/thermald: Stabilize 2.5.2 x86, #906750

Signed-off-by: Sam James  gentoo.org>

 sys-power/thermald/thermald-2.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/thermald/thermald-2.5.2.ebuild 
b/sys-power/thermald/thermald-2.5.2.ebuild
index a4a0727b15bf..cd694cc35d61 100644
--- a/sys-power/thermald/thermald-2.5.2.ebuild
+++ b/sys-power/thermald/thermald-2.5.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/intel/thermal_daemon/archive/v${PV}.tar.gz -> ${P}.t
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2023-03-19 Thread Yixun Lan
commit: 40520ff8732783f898bd7a0c2c16b3c029bbb3b2
Author: Yixun Lan  gentoo  org>
AuthorDate: Mon Mar 20 00:58:08 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Mar 20 00:59:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40520ff8

sys-power/thermald: warn missing kernel feature

Closes: https://bugs.gentoo.org/902153
Signed-off-by: Yixun Lan  gentoo.org>

 sys-power/thermald/thermald-2.5.1.ebuild | 6 --
 sys-power/thermald/thermald-2.5.2.ebuild | 4 +++-
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/sys-power/thermald/thermald-2.5.1.ebuild 
b/sys-power/thermald/thermald-2.5.1.ebuild
index 97ae4f71f839..bcc7f1b46b8a 100644
--- a/sys-power/thermald/thermald-2.5.1.ebuild
+++ b/sys-power/thermald/thermald-2.5.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-inherit autotools out-of-source systemd
+inherit autotools linux-info out-of-source systemd
 
 DESCRIPTION="Thermal daemon for Intel architectures"
 HOMEPAGE="https://github.com/intel/thermal_daemon;
@@ -28,6 +28,8 @@ DEPEND="${RDEPEND}
 S=${WORKDIR}/thermal_daemon-${PV}
 DOCS=( thermal_daemon_usage.txt README.txt )
 
+CONFIG_CHECK="~PERF_EVENTS_INTEL_RAPL ~X86_INTEL_PSTATE ~INTEL_POWERCLAMP 
~INT340X_THERMAL ~ACPI_THERMAL_REL ~INT3406_THERMAL"
+
 src_prepare() {
sed -i -e "/group=/s/power/wheel/g" \
data/org.freedesktop.thermald.conf || die

diff --git a/sys-power/thermald/thermald-2.5.2.ebuild 
b/sys-power/thermald/thermald-2.5.2.ebuild
index b5ef42067b32..a4a0727b15bf 100644
--- a/sys-power/thermald/thermald-2.5.2.ebuild
+++ b/sys-power/thermald/thermald-2.5.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit autotools out-of-source systemd
+inherit autotools linux-info out-of-source systemd
 
 DESCRIPTION="Thermal daemon for Intel architectures"
 HOMEPAGE="https://github.com/intel/thermal_daemon;
@@ -28,6 +28,8 @@ DEPEND="${RDEPEND}
 S=${WORKDIR}/thermal_daemon-${PV}
 DOCS=( thermal_daemon_usage.txt README.txt )
 
+CONFIG_CHECK="~PERF_EVENTS_INTEL_RAPL ~X86_INTEL_PSTATE ~INTEL_POWERCLAMP 
~INT340X_THERMAL ~ACPI_THERMAL_REL ~INT3406_THERMAL"
+
 src_prepare() {
sed -i -e "/group=/s/power/wheel/g" \
data/org.freedesktop.thermald.conf || die



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2023-02-11 Thread Yixun Lan
commit: a31733aa6441d5297c0788295ec558ce9cbe5398
Author: Yixun Lan  gentoo  org>
AuthorDate: Sat Feb 11 11:01:32 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sat Feb 11 11:01:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a31733aa

sys-power/thermald: drop 2.5

Signed-off-by: Yixun Lan  gentoo.org>

 sys-power/thermald/Manifest|  1 -
 sys-power/thermald/thermald-2.5.ebuild | 54 --
 2 files changed, 55 deletions(-)

diff --git a/sys-power/thermald/Manifest b/sys-power/thermald/Manifest
index 241444d349d2..28ac2fc50af9 100644
--- a/sys-power/thermald/Manifest
+++ b/sys-power/thermald/Manifest
@@ -1,3 +1,2 @@
 DIST thermald-2.5.1.tar.gz 160908 BLAKE2B 
546d540b53365f9f57059dd74378226ba111abdd0bf9a47a2b81b29726cf2b2d99bfdf166f6b50f30071d28c6fad00d84f48e83f886ec8e50f9f08989b28192a
 SHA512 
76974458b3986cb156ee599e9a96be0082f1e4d85cfe40fd387d69992b0b778186b98abb833a0493db9c070feee8c1147dcf591a7aba039c428e925c66bb0e4f
 DIST thermald-2.5.2.tar.gz 162307 BLAKE2B 
884fbfb440a0b5e9d1d12bfd7b9173fd79f68b46c499e341f0afdf3d312e10bcd5956b14de7c4c8c0b4db1bc7b675025e3b108bc27cc3cbf236212d0bd642508
 SHA512 
50ec8c0afb62805d4a86eff91725c468c9035d4524d5d12c187c8b5bbff5a6e723ead7a32bda1a2964fa8a8a8ae437bc7c05d657ea1ac64e4a3d32e6dc0591e2
-DIST thermald-2.5.tar.gz 160338 BLAKE2B 
df7004cdd9f0a36479f7d8c129338ac9b2fd3b4deca188ef3568336c448f563460ca74203384694f37a29fd7ba71b52d356f861d28313e52b443a81557ea406e
 SHA512 
0112d1648c6eed127c83eecb69ac5dcd56614dc485a9d54cd14d6506ad1c48c80880b1d3498258d65a0435220ef3ad3f7ddaa1f5a6f9595c9b56e14d71629390

diff --git a/sys-power/thermald/thermald-2.5.ebuild 
b/sys-power/thermald/thermald-2.5.ebuild
deleted file mode 100644
index 97ae4f71f839..
--- a/sys-power/thermald/thermald-2.5.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools out-of-source systemd
-
-DESCRIPTION="Thermal daemon for Intel architectures"
-HOMEPAGE="https://github.com/intel/thermal_daemon;
-SRC_URI="https://github.com/intel/thermal_daemon/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-   dev-libs/dbus-glib:=
-   dev-libs/glib:=
-   dev-libs/libxml2:=
-   dev-libs/libevdev
-   sys-power/upower
-   sys-apps/dbus:="
-DEPEND="${RDEPEND}
-   dev-util/gtk-doc
-   dev-util/glib-utils"
-
-S=${WORKDIR}/thermal_daemon-${PV}
-DOCS=( thermal_daemon_usage.txt README.txt )
-
-src_prepare() {
-   sed -i -e "/group=/s/power/wheel/g" \
-   data/org.freedesktop.thermald.conf || die
-
-   sed -i -e '/tdrundir/s@\$localstatedir/run@\$runstatedir@' \
-   configure.ac || die
-
-   default
-   eautoreconf
-}
-
-my_src_configure() {
-   ECONF_SOURCE="${S}" econf \
-   --disable-werror \
-   --runstatedir="${EPREFIX}"/run \
-   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
-}
-
-my_src_install_all() {
-   einstalldocs
-
-   rm -rf "${ED}"/etc/init || die
-   doinitd "${FILESDIR}"/thermald
-}



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2023-02-11 Thread Yixun Lan
commit: 75a30dd014f2f1b0e75ded53e2c58f2a9652e32b
Author: Yixun Lan  gentoo  org>
AuthorDate: Sat Feb 11 10:48:19 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sat Feb 11 10:48:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75a30dd0

sys-power/thermald: remove github upstream metadata

Signed-off-by: Yixun Lan  gentoo.org>

 sys-power/thermald/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/sys-power/thermald/metadata.xml b/sys-power/thermald/metadata.xml
index 59e9847d076c..38f230c19f2d 100644
--- a/sys-power/thermald/metadata.xml
+++ b/sys-power/thermald/metadata.xml
@@ -10,7 +10,4 @@
controlled thermal management using P-states, T-states, and the Intel 
power clamp driver.
The Thermal Daemon uses the existing Linux kernel infrastructure and 
can be easily enhanced

-   
-   01org/thermal_daemon
-   
 



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2023-02-11 Thread Yixun Lan
commit: e0444e145870420c2b8cb24ecae7732a391f005c
Author: Yixun Lan  gentoo  org>
AuthorDate: Sat Feb 11 10:45:13 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sat Feb 11 10:48:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0444e14

sys-power/thermald: add 2.5.2

Signed-off-by: Yixun Lan  gentoo.org>

 sys-power/thermald/Manifest  |  1 +
 sys-power/thermald/thermald-2.5.2.ebuild | 54 
 2 files changed, 55 insertions(+)

diff --git a/sys-power/thermald/Manifest b/sys-power/thermald/Manifest
index f5a87a5e3930..241444d349d2 100644
--- a/sys-power/thermald/Manifest
+++ b/sys-power/thermald/Manifest
@@ -1,2 +1,3 @@
 DIST thermald-2.5.1.tar.gz 160908 BLAKE2B 
546d540b53365f9f57059dd74378226ba111abdd0bf9a47a2b81b29726cf2b2d99bfdf166f6b50f30071d28c6fad00d84f48e83f886ec8e50f9f08989b28192a
 SHA512 
76974458b3986cb156ee599e9a96be0082f1e4d85cfe40fd387d69992b0b778186b98abb833a0493db9c070feee8c1147dcf591a7aba039c428e925c66bb0e4f
+DIST thermald-2.5.2.tar.gz 162307 BLAKE2B 
884fbfb440a0b5e9d1d12bfd7b9173fd79f68b46c499e341f0afdf3d312e10bcd5956b14de7c4c8c0b4db1bc7b675025e3b108bc27cc3cbf236212d0bd642508
 SHA512 
50ec8c0afb62805d4a86eff91725c468c9035d4524d5d12c187c8b5bbff5a6e723ead7a32bda1a2964fa8a8a8ae437bc7c05d657ea1ac64e4a3d32e6dc0591e2
 DIST thermald-2.5.tar.gz 160338 BLAKE2B 
df7004cdd9f0a36479f7d8c129338ac9b2fd3b4deca188ef3568336c448f563460ca74203384694f37a29fd7ba71b52d356f861d28313e52b443a81557ea406e
 SHA512 
0112d1648c6eed127c83eecb69ac5dcd56614dc485a9d54cd14d6506ad1c48c80880b1d3498258d65a0435220ef3ad3f7ddaa1f5a6f9595c9b56e14d71629390

diff --git a/sys-power/thermald/thermald-2.5.2.ebuild 
b/sys-power/thermald/thermald-2.5.2.ebuild
new file mode 100644
index ..b5ef42067b32
--- /dev/null
+++ b/sys-power/thermald/thermald-2.5.2.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools out-of-source systemd
+
+DESCRIPTION="Thermal daemon for Intel architectures"
+HOMEPAGE="https://github.com/intel/thermal_daemon;
+SRC_URI="https://github.com/intel/thermal_daemon/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-libs/dbus-glib:=
+   dev-libs/glib:=
+   dev-libs/libxml2:=
+   dev-libs/libevdev
+   sys-power/upower
+   sys-apps/dbus:="
+DEPEND="${RDEPEND}
+   dev-util/gtk-doc
+   dev-util/glib-utils"
+
+S=${WORKDIR}/thermal_daemon-${PV}
+DOCS=( thermal_daemon_usage.txt README.txt )
+
+src_prepare() {
+   sed -i -e "/group=/s/power/wheel/g" \
+   data/org.freedesktop.thermald.conf || die
+
+   sed -i -e '/tdrundir/s@\$localstatedir/run@\$runstatedir@' \
+   configure.ac || die
+
+   default
+   eautoreconf
+}
+
+my_src_configure() {
+   ECONF_SOURCE="${S}" econf \
+   --disable-werror \
+   --runstatedir="${EPREFIX}"/run \
+   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
+}
+
+my_src_install_all() {
+   einstalldocs
+
+   rm -rf "${ED}"/etc/init || die
+   doinitd "${FILESDIR}"/thermald
+}



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2022-12-01 Thread Jakov Smolić
commit: 39c7eb329801f31734a1bf3693b43cf5a38d7108
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Dec  1 22:28:00 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Dec  1 22:28:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39c7eb32

sys-power/thermald: Stabilize 2.5.1 x86, #883923

Signed-off-by: Jakov Smolić  gentoo.org>

 sys-power/thermald/thermald-2.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/thermald/thermald-2.5.1.ebuild 
b/sys-power/thermald/thermald-2.5.1.ebuild
index d180fc2c6c39..97ae4f71f839 100644
--- a/sys-power/thermald/thermald-2.5.1.ebuild
+++ b/sys-power/thermald/thermald-2.5.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/intel/thermal_daemon/archive/v${PV}.tar.gz -> ${P}.t
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2022-12-01 Thread Jakov Smolić
commit: 070b6ceb400bd2bd76cb0e649656ed12819a7901
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Dec  1 22:24:13 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Dec  1 22:24:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=070b6ceb

sys-power/thermald: Stabilize 2.5.1 amd64, #883923

Signed-off-by: Jakov Smolić  gentoo.org>

 sys-power/thermald/thermald-2.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/thermald/thermald-2.5.1.ebuild 
b/sys-power/thermald/thermald-2.5.1.ebuild
index 0bee30caf643..d180fc2c6c39 100644
--- a/sys-power/thermald/thermald-2.5.1.ebuild
+++ b/sys-power/thermald/thermald-2.5.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/intel/thermal_daemon/archive/v${PV}.tar.gz -> ${P}.t
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2022-10-08 Thread Yixun Lan
commit: 49a7ef92277f328ea02a837e31ef7284a47631c6
Author: Yixun Lan  gentoo  org>
AuthorDate: Sat Oct  8 10:23:18 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sat Oct  8 10:23:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49a7ef92

sys-power/thermald: drop 2.4.9

Signed-off-by: Yixun Lan  gentoo.org>

 sys-power/thermald/Manifest  |  1 -
 sys-power/thermald/thermald-2.4.9.ebuild | 54 
 2 files changed, 55 deletions(-)

diff --git a/sys-power/thermald/Manifest b/sys-power/thermald/Manifest
index b57bee2aa716..f5a87a5e3930 100644
--- a/sys-power/thermald/Manifest
+++ b/sys-power/thermald/Manifest
@@ -1,3 +1,2 @@
-DIST thermald-2.4.9.tar.gz 144780 BLAKE2B 
92eb36c19608c454336d8cf709a1650d5853ca3884c0a99d2371ee5e5d749e1b9cc10eab9a9382e2c43dd7d424d58263de9333aa223902714f8794545a0034bd
 SHA512 
801508cf1d6215fdb40730418d2302469ad88fe4456d6f3f99e8695286b86b5b9ee6c90184cff4ff843e0811451cf96afe15478002cba0b25cda4fe8bdb17de5
 DIST thermald-2.5.1.tar.gz 160908 BLAKE2B 
546d540b53365f9f57059dd74378226ba111abdd0bf9a47a2b81b29726cf2b2d99bfdf166f6b50f30071d28c6fad00d84f48e83f886ec8e50f9f08989b28192a
 SHA512 
76974458b3986cb156ee599e9a96be0082f1e4d85cfe40fd387d69992b0b778186b98abb833a0493db9c070feee8c1147dcf591a7aba039c428e925c66bb0e4f
 DIST thermald-2.5.tar.gz 160338 BLAKE2B 
df7004cdd9f0a36479f7d8c129338ac9b2fd3b4deca188ef3568336c448f563460ca74203384694f37a29fd7ba71b52d356f861d28313e52b443a81557ea406e
 SHA512 
0112d1648c6eed127c83eecb69ac5dcd56614dc485a9d54cd14d6506ad1c48c80880b1d3498258d65a0435220ef3ad3f7ddaa1f5a6f9595c9b56e14d71629390

diff --git a/sys-power/thermald/thermald-2.4.9.ebuild 
b/sys-power/thermald/thermald-2.4.9.ebuild
deleted file mode 100644
index 97ae4f71f839..
--- a/sys-power/thermald/thermald-2.4.9.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools out-of-source systemd
-
-DESCRIPTION="Thermal daemon for Intel architectures"
-HOMEPAGE="https://github.com/intel/thermal_daemon;
-SRC_URI="https://github.com/intel/thermal_daemon/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-   dev-libs/dbus-glib:=
-   dev-libs/glib:=
-   dev-libs/libxml2:=
-   dev-libs/libevdev
-   sys-power/upower
-   sys-apps/dbus:="
-DEPEND="${RDEPEND}
-   dev-util/gtk-doc
-   dev-util/glib-utils"
-
-S=${WORKDIR}/thermal_daemon-${PV}
-DOCS=( thermal_daemon_usage.txt README.txt )
-
-src_prepare() {
-   sed -i -e "/group=/s/power/wheel/g" \
-   data/org.freedesktop.thermald.conf || die
-
-   sed -i -e '/tdrundir/s@\$localstatedir/run@\$runstatedir@' \
-   configure.ac || die
-
-   default
-   eautoreconf
-}
-
-my_src_configure() {
-   ECONF_SOURCE="${S}" econf \
-   --disable-werror \
-   --runstatedir="${EPREFIX}"/run \
-   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
-}
-
-my_src_install_all() {
-   einstalldocs
-
-   rm -rf "${ED}"/etc/init || die
-   doinitd "${FILESDIR}"/thermald
-}



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2022-10-08 Thread Agostino Sarubbo
commit: 03880f852bff0205d029d83bde08aeae7a79a76a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Oct  8 10:12:12 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Oct  8 10:12:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03880f85

sys-power/thermald: Stabilize 2.5 x86, #876010

Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-power/thermald/thermald-2.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/thermald/thermald-2.5.ebuild 
b/sys-power/thermald/thermald-2.5.ebuild
index d180fc2c6c39..97ae4f71f839 100644
--- a/sys-power/thermald/thermald-2.5.ebuild
+++ b/sys-power/thermald/thermald-2.5.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/intel/thermal_daemon/archive/v${PV}.tar.gz -> ${P}.t
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2022-10-08 Thread Agostino Sarubbo
commit: 7d002da9113f99659d68b8452c1588c715cb3667
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Oct  8 10:07:12 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Oct  8 10:07:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d002da9

sys-power/thermald: Stabilize 2.5 amd64, #876010

Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-power/thermald/thermald-2.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/thermald/thermald-2.5.ebuild 
b/sys-power/thermald/thermald-2.5.ebuild
index 0bee30caf643..d180fc2c6c39 100644
--- a/sys-power/thermald/thermald-2.5.ebuild
+++ b/sys-power/thermald/thermald-2.5.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/intel/thermal_daemon/archive/v${PV}.tar.gz -> ${P}.t
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2022-09-23 Thread Yixun Lan
commit: 29e6cf72101e6b8e4c4cf3731f196044002ac37b
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri Sep 23 13:13:11 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Sep 23 13:13:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29e6cf72

sys-power/thermald: add 2.5.1

Signed-off-by: Yixun Lan  gentoo.org>

 sys-power/thermald/Manifest  |  1 +
 sys-power/thermald/thermald-2.5.1.ebuild | 54 
 2 files changed, 55 insertions(+)

diff --git a/sys-power/thermald/Manifest b/sys-power/thermald/Manifest
index b26f4898d31a..b57bee2aa716 100644
--- a/sys-power/thermald/Manifest
+++ b/sys-power/thermald/Manifest
@@ -1,2 +1,3 @@
 DIST thermald-2.4.9.tar.gz 144780 BLAKE2B 
92eb36c19608c454336d8cf709a1650d5853ca3884c0a99d2371ee5e5d749e1b9cc10eab9a9382e2c43dd7d424d58263de9333aa223902714f8794545a0034bd
 SHA512 
801508cf1d6215fdb40730418d2302469ad88fe4456d6f3f99e8695286b86b5b9ee6c90184cff4ff843e0811451cf96afe15478002cba0b25cda4fe8bdb17de5
+DIST thermald-2.5.1.tar.gz 160908 BLAKE2B 
546d540b53365f9f57059dd74378226ba111abdd0bf9a47a2b81b29726cf2b2d99bfdf166f6b50f30071d28c6fad00d84f48e83f886ec8e50f9f08989b28192a
 SHA512 
76974458b3986cb156ee599e9a96be0082f1e4d85cfe40fd387d69992b0b778186b98abb833a0493db9c070feee8c1147dcf591a7aba039c428e925c66bb0e4f
 DIST thermald-2.5.tar.gz 160338 BLAKE2B 
df7004cdd9f0a36479f7d8c129338ac9b2fd3b4deca188ef3568336c448f563460ca74203384694f37a29fd7ba71b52d356f861d28313e52b443a81557ea406e
 SHA512 
0112d1648c6eed127c83eecb69ac5dcd56614dc485a9d54cd14d6506ad1c48c80880b1d3498258d65a0435220ef3ad3f7ddaa1f5a6f9595c9b56e14d71629390

diff --git a/sys-power/thermald/thermald-2.5.1.ebuild 
b/sys-power/thermald/thermald-2.5.1.ebuild
new file mode 100644
index ..0bee30caf643
--- /dev/null
+++ b/sys-power/thermald/thermald-2.5.1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools out-of-source systemd
+
+DESCRIPTION="Thermal daemon for Intel architectures"
+HOMEPAGE="https://github.com/intel/thermal_daemon;
+SRC_URI="https://github.com/intel/thermal_daemon/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-libs/dbus-glib:=
+   dev-libs/glib:=
+   dev-libs/libxml2:=
+   dev-libs/libevdev
+   sys-power/upower
+   sys-apps/dbus:="
+DEPEND="${RDEPEND}
+   dev-util/gtk-doc
+   dev-util/glib-utils"
+
+S=${WORKDIR}/thermal_daemon-${PV}
+DOCS=( thermal_daemon_usage.txt README.txt )
+
+src_prepare() {
+   sed -i -e "/group=/s/power/wheel/g" \
+   data/org.freedesktop.thermald.conf || die
+
+   sed -i -e '/tdrundir/s@\$localstatedir/run@\$runstatedir@' \
+   configure.ac || die
+
+   default
+   eautoreconf
+}
+
+my_src_configure() {
+   ECONF_SOURCE="${S}" econf \
+   --disable-werror \
+   --runstatedir="${EPREFIX}"/run \
+   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
+}
+
+my_src_install_all() {
+   einstalldocs
+
+   rm -rf "${ED}"/etc/init || die
+   doinitd "${FILESDIR}"/thermald
+}



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2022-08-02 Thread Yixun Lan
commit: 66c5c0bf850847bf873854f39c133e2e410d8b65
Author: Yixun Lan  gentoo  org>
AuthorDate: Tue Aug  2 09:50:05 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Aug  2 09:50:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66c5c0bf

sys-power/thermald: drop 2.4.8-r1

Signed-off-by: Yixun Lan  gentoo.org>

 sys-power/thermald/Manifest |  1 -
 sys-power/thermald/thermald-2.4.8-r1.ebuild | 54 -
 2 files changed, 55 deletions(-)

diff --git a/sys-power/thermald/Manifest b/sys-power/thermald/Manifest
index 36c8c80c7323..b26f4898d31a 100644
--- a/sys-power/thermald/Manifest
+++ b/sys-power/thermald/Manifest
@@ -1,3 +1,2 @@
-DIST thermald-2.4.8.tar.gz 457365 BLAKE2B 
a200eba847785ad4a99e229c10574ad99b0874ef14e8b14d5190e12090ae5f4577461743ac1993a1bdb28de85100b509c8affc7ba3426a61b9cba95ea14d2686
 SHA512 
6e81eb25c274f1ef6e8dcb975cfab23dab9e6d29dcd38d10085d47bbf7161f3d3b0f5159d8935ff8d2c0eba99c88fac2feb9e8cef906b6afacba08a57026300d
 DIST thermald-2.4.9.tar.gz 144780 BLAKE2B 
92eb36c19608c454336d8cf709a1650d5853ca3884c0a99d2371ee5e5d749e1b9cc10eab9a9382e2c43dd7d424d58263de9333aa223902714f8794545a0034bd
 SHA512 
801508cf1d6215fdb40730418d2302469ad88fe4456d6f3f99e8695286b86b5b9ee6c90184cff4ff843e0811451cf96afe15478002cba0b25cda4fe8bdb17de5
 DIST thermald-2.5.tar.gz 160338 BLAKE2B 
df7004cdd9f0a36479f7d8c129338ac9b2fd3b4deca188ef3568336c448f563460ca74203384694f37a29fd7ba71b52d356f861d28313e52b443a81557ea406e
 SHA512 
0112d1648c6eed127c83eecb69ac5dcd56614dc485a9d54cd14d6506ad1c48c80880b1d3498258d65a0435220ef3ad3f7ddaa1f5a6f9595c9b56e14d71629390

diff --git a/sys-power/thermald/thermald-2.4.8-r1.ebuild 
b/sys-power/thermald/thermald-2.4.8-r1.ebuild
deleted file mode 100644
index 5034be745690..
--- a/sys-power/thermald/thermald-2.4.8-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools out-of-source systemd
-
-DESCRIPTION="Thermal daemon for Intel architectures"
-HOMEPAGE="https://01.org/linux-thermal-daemon 
https://github.com/intel/thermal_daemon;
-SRC_URI="https://github.com/intel/thermal_daemon/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-   dev-libs/dbus-glib:=
-   dev-libs/glib:=
-   dev-libs/libxml2:=
-   dev-libs/libevdev
-   sys-power/upower
-   sys-apps/dbus:="
-DEPEND="${RDEPEND}
-   dev-util/gtk-doc
-   dev-util/glib-utils"
-
-S=${WORKDIR}/thermal_daemon-${PV}
-DOCS=( thermal_daemon_usage.txt README.txt )
-
-src_prepare() {
-   sed -i -e "/group=/s/power/wheel/g" \
-   data/org.freedesktop.thermald.conf || die
-
-   sed -i -e '/tdrundir/s@\$localstatedir/run@\$runstatedir@' \
-   configure.ac || die
-
-   default
-   eautoreconf
-}
-
-my_src_configure() {
-   ECONF_SOURCE="${S}" econf \
-   --disable-werror \
-   --runstatedir="${EPREFIX}"/run \
-   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
-}
-
-my_src_install_all() {
-   einstalldocs
-
-   rm -rf "${ED}"/etc/init || die
-   doinitd "${FILESDIR}"/thermald
-}



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2022-08-01 Thread Yixun Lan
commit: 1b561c195cb43531c394ae61d94e03c80d6eb37c
Author: Yixun Lan  gentoo  org>
AuthorDate: Mon Aug  1 10:34:00 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Aug  1 10:40:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b561c19

sys-power/thermald: destabilize 2.5 for ~amd64, ~x86

Signed-off-by: Yixun Lan  gentoo.org>

 sys-power/thermald/thermald-2.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/thermald/thermald-2.5.ebuild 
b/sys-power/thermald/thermald-2.5.ebuild
index 97ae4f71f839..0bee30caf643 100644
--- a/sys-power/thermald/thermald-2.5.ebuild
+++ b/sys-power/thermald/thermald-2.5.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/intel/thermal_daemon/archive/v${PV}.tar.gz -> ${P}.t
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2022-07-22 Thread Agostino Sarubbo
commit: 3036c12818d2bef9a165de279a7191f83268007c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jul 22 07:48:28 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jul 22 07:48:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3036c128

sys-power/thermald: x86 stable wrt bug #859550

Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-power/thermald/thermald-2.4.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/thermald/thermald-2.4.9.ebuild 
b/sys-power/thermald/thermald-2.4.9.ebuild
index d180fc2c6c39..97ae4f71f839 100644
--- a/sys-power/thermald/thermald-2.4.9.ebuild
+++ b/sys-power/thermald/thermald-2.4.9.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/intel/thermal_daemon/archive/v${PV}.tar.gz -> ${P}.t
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2022-07-22 Thread Agostino Sarubbo
commit: aace3734540236477739cfaf94b4701b76e262b3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jul 22 07:43:00 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jul 22 07:43:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aace3734

sys-power/thermald: amd64 stable wrt bug #859550

Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-power/thermald/thermald-2.4.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/thermald/thermald-2.4.9.ebuild 
b/sys-power/thermald/thermald-2.4.9.ebuild
index 0bee30caf643..d180fc2c6c39 100644
--- a/sys-power/thermald/thermald-2.4.9.ebuild
+++ b/sys-power/thermald/thermald-2.4.9.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/intel/thermal_daemon/archive/v${PV}.tar.gz -> ${P}.t
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2022-04-26 Thread Yixun Lan
commit: 96721788594b468ea576dae17e529919300dba57
Author: Yixun Lan  gentoo  org>
AuthorDate: Tue Apr 26 08:39:09 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Apr 26 08:41:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96721788

sys-power/thermald: drop 2.4.6, 2.4.7

Signed-off-by: Yixun Lan  gentoo.org>

 sys-power/thermald/Manifest  |  2 --
 sys-power/thermald/thermald-2.4.6.ebuild | 50 
 sys-power/thermald/thermald-2.4.7.ebuild | 50 
 3 files changed, 102 deletions(-)

diff --git a/sys-power/thermald/Manifest b/sys-power/thermald/Manifest
index 54d9f2691fd0..4554fd41ecd1 100644
--- a/sys-power/thermald/Manifest
+++ b/sys-power/thermald/Manifest
@@ -1,4 +1,2 @@
-DIST thermald-2.4.6.tar.gz 455905 BLAKE2B 
0e3eae24bd4de8f7adc9cb8cc6dec83907d8e8240bec87d752e4502c923e7b407546204af474fe32fa43ba85a60ba51bd3dc6f1ce7cf3a62dd60dc5b0235ed52
 SHA512 
e337b00ec7f4fa565927f047dbb17dc05b8513850f2488dd6cfc838e5123938fbfe7c39464fffb77c100073edfca9ea51708680eaa2cba537470326df9508d3a
-DIST thermald-2.4.7.tar.gz 457290 BLAKE2B 
2c546175181383c21d95345e4884e5d476a47b2c5f2e1dc379add5c340bd9f421567b7c391b6002e05e3ad793ba2f563d2eca7913f0688b53a8565f52da58fbf
 SHA512 
26b09a18d40812705d277416752f7afd0962f0562d9701c9072140089b869c328f6b0caaa08744a660cd83b6a0313098a07aef11e1a2b371a81d2e8014c38887
 DIST thermald-2.4.8.tar.gz 457365 BLAKE2B 
a200eba847785ad4a99e229c10574ad99b0874ef14e8b14d5190e12090ae5f4577461743ac1993a1bdb28de85100b509c8affc7ba3426a61b9cba95ea14d2686
 SHA512 
6e81eb25c274f1ef6e8dcb975cfab23dab9e6d29dcd38d10085d47bbf7161f3d3b0f5159d8935ff8d2c0eba99c88fac2feb9e8cef906b6afacba08a57026300d
 DIST thermald-2.4.9.tar.gz 144780 BLAKE2B 
92eb36c19608c454336d8cf709a1650d5853ca3884c0a99d2371ee5e5d749e1b9cc10eab9a9382e2c43dd7d424d58263de9333aa223902714f8794545a0034bd
 SHA512 
801508cf1d6215fdb40730418d2302469ad88fe4456d6f3f99e8695286b86b5b9ee6c90184cff4ff843e0811451cf96afe15478002cba0b25cda4fe8bdb17de5

diff --git a/sys-power/thermald/thermald-2.4.6.ebuild 
b/sys-power/thermald/thermald-2.4.6.ebuild
deleted file mode 100644
index b64a17ce7957..
--- a/sys-power/thermald/thermald-2.4.6.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools out-of-source systemd
-
-DESCRIPTION="Thermal daemon for Intel architectures"
-HOMEPAGE="https://01.org/linux-thermal-daemon 
https://github.com/intel/thermal_daemon;
-SRC_URI="https://github.com/intel/thermal_daemon/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-   dev-libs/dbus-glib:=
-   dev-libs/glib:=
-   dev-libs/libxml2:=
-   dev-libs/libevdev
-   sys-power/upower
-   sys-apps/dbus:="
-DEPEND="${RDEPEND}
-   dev-util/gtk-doc
-   dev-util/glib-utils"
-
-S=${WORKDIR}/thermal_daemon-${PV}
-DOCS=( thermal_daemon_usage.txt README.txt )
-
-src_prepare() {
-   sed -i -e "/group=/s/power/wheel/g" \
-   data/org.freedesktop.thermald.conf || die
-
-   default
-   eautoreconf
-}
-
-my_src_configure() {
-   ECONF_SOURCE="${S}" econf \
-   --disable-werror \
-   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
-}
-
-my_src_install_all() {
-   einstalldocs
-
-   rm -rf "${ED}"/etc/init || die
-   doinitd "${FILESDIR}"/thermald
-}

diff --git a/sys-power/thermald/thermald-2.4.7.ebuild 
b/sys-power/thermald/thermald-2.4.7.ebuild
deleted file mode 100644
index f52005fc4eda..
--- a/sys-power/thermald/thermald-2.4.7.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools out-of-source systemd
-
-DESCRIPTION="Thermal daemon for Intel architectures"
-HOMEPAGE="https://01.org/linux-thermal-daemon 
https://github.com/intel/thermal_daemon;
-SRC_URI="https://github.com/intel/thermal_daemon/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   dev-libs/dbus-glib:=
-   dev-libs/glib:=
-   dev-libs/libxml2:=
-   dev-libs/libevdev
-   sys-power/upower
-   sys-apps/dbus:="
-DEPEND="${RDEPEND}
-   dev-util/gtk-doc
-   dev-util/glib-utils"
-
-S=${WORKDIR}/thermal_daemon-${PV}
-DOCS=( thermal_daemon_usage.txt README.txt )
-
-src_prepare() {
-   sed -i -e "/group=/s/power/wheel/g" \
-   data/org.freedesktop.thermald.conf || die
-
-   default
-   eautoreconf
-}
-
-my_src_configure() {
-   ECONF_SOURCE="${S}" econf \
-   --disable-werror \
-   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
-}
-
-my_src_install_all() {
-   einstalldocs
-
-   rm -rf "${ED}"/etc/init || die
-   doinitd 

[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2022-04-26 Thread Yixun Lan
commit: 1740debee3449acf9fd2c69031defb2fff03e238
Author: Yixun Lan  gentoo  org>
AuthorDate: Tue Apr 26 08:40:13 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Apr 26 08:41:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1740debe

sys-power/thermald: update HOMEPAGE

Signed-off-by: Yixun Lan  gentoo.org>

 sys-power/thermald/thermald-2.4.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/thermald/thermald-2.4.9.ebuild 
b/sys-power/thermald/thermald-2.4.9.ebuild
index 608411e5ceb4..0bee30caf643 100644
--- a/sys-power/thermald/thermald-2.4.9.ebuild
+++ b/sys-power/thermald/thermald-2.4.9.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 inherit autotools out-of-source systemd
 
 DESCRIPTION="Thermal daemon for Intel architectures"
-HOMEPAGE="https://01.org/linux-thermal-daemon 
https://github.com/intel/thermal_daemon;
+HOMEPAGE="https://github.com/intel/thermal_daemon;
 SRC_URI="https://github.com/intel/thermal_daemon/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-2+"



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2022-04-21 Thread Jakov Smolić
commit: f504038b186dbcddde2760a54995fda17b7be72b
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Apr 21 13:00:05 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Apr 21 13:00:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f504038b

sys-power/thermald: Stabilize 2.4.8-r1 amd64, #839855

Signed-off-by: Jakov Smolić  gentoo.org>

 sys-power/thermald/thermald-2.4.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/thermald/thermald-2.4.8-r1.ebuild 
b/sys-power/thermald/thermald-2.4.8-r1.ebuild
index b72b00eec2fa..5034be745690 100644
--- a/sys-power/thermald/thermald-2.4.8-r1.ebuild
+++ b/sys-power/thermald/thermald-2.4.8-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/intel/thermal_daemon/archive/v${PV}.tar.gz -> ${P}.t
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2022-04-21 Thread Jakov Smolić
commit: 25e100f08209269570f09f5c135e3140de91309b
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Apr 21 12:59:46 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Apr 21 12:59:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25e100f0

sys-power/thermald: Stabilize 2.4.8-r1 x86, #839855

Signed-off-by: Jakov Smolić  gentoo.org>

 sys-power/thermald/thermald-2.4.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/thermald/thermald-2.4.8-r1.ebuild 
b/sys-power/thermald/thermald-2.4.8-r1.ebuild
index 608411e5ceb4..b72b00eec2fa 100644
--- a/sys-power/thermald/thermald-2.4.8-r1.ebuild
+++ b/sys-power/thermald/thermald-2.4.8-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/intel/thermal_daemon/archive/v${PV}.tar.gz -> ${P}.t
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2022-04-21 Thread Yixun Lan
commit: 0344252ba4f2119a1170d001fd4b33041c615ab5
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu Apr 21 08:02:23 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Apr 21 08:04:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0344252b

sys-power/thermald: add 2.4.9

Signed-off-by: Yixun Lan  gentoo.org>

 sys-power/thermald/Manifest  |  1 +
 sys-power/thermald/thermald-2.4.9.ebuild | 54 
 2 files changed, 55 insertions(+)

diff --git a/sys-power/thermald/Manifest b/sys-power/thermald/Manifest
index 2605cd1a3a7c..54d9f2691fd0 100644
--- a/sys-power/thermald/Manifest
+++ b/sys-power/thermald/Manifest
@@ -1,3 +1,4 @@
 DIST thermald-2.4.6.tar.gz 455905 BLAKE2B 
0e3eae24bd4de8f7adc9cb8cc6dec83907d8e8240bec87d752e4502c923e7b407546204af474fe32fa43ba85a60ba51bd3dc6f1ce7cf3a62dd60dc5b0235ed52
 SHA512 
e337b00ec7f4fa565927f047dbb17dc05b8513850f2488dd6cfc838e5123938fbfe7c39464fffb77c100073edfca9ea51708680eaa2cba537470326df9508d3a
 DIST thermald-2.4.7.tar.gz 457290 BLAKE2B 
2c546175181383c21d95345e4884e5d476a47b2c5f2e1dc379add5c340bd9f421567b7c391b6002e05e3ad793ba2f563d2eca7913f0688b53a8565f52da58fbf
 SHA512 
26b09a18d40812705d277416752f7afd0962f0562d9701c9072140089b869c328f6b0caaa08744a660cd83b6a0313098a07aef11e1a2b371a81d2e8014c38887
 DIST thermald-2.4.8.tar.gz 457365 BLAKE2B 
a200eba847785ad4a99e229c10574ad99b0874ef14e8b14d5190e12090ae5f4577461743ac1993a1bdb28de85100b509c8affc7ba3426a61b9cba95ea14d2686
 SHA512 
6e81eb25c274f1ef6e8dcb975cfab23dab9e6d29dcd38d10085d47bbf7161f3d3b0f5159d8935ff8d2c0eba99c88fac2feb9e8cef906b6afacba08a57026300d
+DIST thermald-2.4.9.tar.gz 144780 BLAKE2B 
92eb36c19608c454336d8cf709a1650d5853ca3884c0a99d2371ee5e5d749e1b9cc10eab9a9382e2c43dd7d424d58263de9333aa223902714f8794545a0034bd
 SHA512 
801508cf1d6215fdb40730418d2302469ad88fe4456d6f3f99e8695286b86b5b9ee6c90184cff4ff843e0811451cf96afe15478002cba0b25cda4fe8bdb17de5

diff --git a/sys-power/thermald/thermald-2.4.9.ebuild 
b/sys-power/thermald/thermald-2.4.9.ebuild
new file mode 100644
index ..608411e5ceb4
--- /dev/null
+++ b/sys-power/thermald/thermald-2.4.9.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools out-of-source systemd
+
+DESCRIPTION="Thermal daemon for Intel architectures"
+HOMEPAGE="https://01.org/linux-thermal-daemon 
https://github.com/intel/thermal_daemon;
+SRC_URI="https://github.com/intel/thermal_daemon/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-libs/dbus-glib:=
+   dev-libs/glib:=
+   dev-libs/libxml2:=
+   dev-libs/libevdev
+   sys-power/upower
+   sys-apps/dbus:="
+DEPEND="${RDEPEND}
+   dev-util/gtk-doc
+   dev-util/glib-utils"
+
+S=${WORKDIR}/thermal_daemon-${PV}
+DOCS=( thermal_daemon_usage.txt README.txt )
+
+src_prepare() {
+   sed -i -e "/group=/s/power/wheel/g" \
+   data/org.freedesktop.thermald.conf || die
+
+   sed -i -e '/tdrundir/s@\$localstatedir/run@\$runstatedir@' \
+   configure.ac || die
+
+   default
+   eautoreconf
+}
+
+my_src_configure() {
+   ECONF_SOURCE="${S}" econf \
+   --disable-werror \
+   --runstatedir="${EPREFIX}"/run \
+   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
+}
+
+my_src_install_all() {
+   einstalldocs
+
+   rm -rf "${ED}"/etc/init || die
+   doinitd "${FILESDIR}"/thermald
+}



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2022-04-10 Thread Yixun Lan
commit: 80a8fff52c054ef4fac175414a7440b03d21134d
Author: Joh Matsuura  gmail  com>
AuthorDate: Sun Apr 10 08:59:06 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sun Apr 10 13:32:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80a8fff5

sys-power/thermald: Fix tdrundir

Use /run instead of /var/lib/run for runtime state directory

Closes: https://github.com/gentoo/gentoo/pull/24970
Signed-off-by: Joh Matsuura  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 .../thermald/{thermald-2.4.8.ebuild => thermald-2.4.8-r1.ebuild}  | 4 
 1 file changed, 4 insertions(+)

diff --git a/sys-power/thermald/thermald-2.4.8.ebuild 
b/sys-power/thermald/thermald-2.4.8-r1.ebuild
similarity index 89%
rename from sys-power/thermald/thermald-2.4.8.ebuild
rename to sys-power/thermald/thermald-2.4.8-r1.ebuild
index 2a2134ef6d2f..608411e5ceb4 100644
--- a/sys-power/thermald/thermald-2.4.8.ebuild
+++ b/sys-power/thermald/thermald-2.4.8-r1.ebuild
@@ -32,6 +32,9 @@ src_prepare() {
sed -i -e "/group=/s/power/wheel/g" \
data/org.freedesktop.thermald.conf || die
 
+   sed -i -e '/tdrundir/s@\$localstatedir/run@\$runstatedir@' \
+   configure.ac || die
+
default
eautoreconf
 }
@@ -39,6 +42,7 @@ src_prepare() {
 my_src_configure() {
ECONF_SOURCE="${S}" econf \
--disable-werror \
+   --runstatedir="${EPREFIX}"/run \
--with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
 }
 



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/files/

2022-04-02 Thread Yixun Lan
commit: 74d9c144ed14493d9b3c3ddc363d9567be29caa9
Author: Yixun Lan  gentoo  org>
AuthorDate: Sat Apr  2 10:55:12 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sat Apr  2 10:55:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74d9c144

sys-power/thermald: add "--adaptive" option to openrc script

Closes: https://bugs.gentoo.org/835757
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 sys-power/thermald/files/thermald | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/thermald/files/thermald 
b/sys-power/thermald/files/thermald
index 6d59f77d0bb4..b3397dac3187 100644
--- a/sys-power/thermald/files/thermald
+++ b/sys-power/thermald/files/thermald
@@ -8,7 +8,7 @@ depend() {
 start() {
ebegin "Starting thermald"
 
-   start-stop-daemon --start --quiet --name thermald --exec 
/usr/sbin/thermald -- --dbus-enable
+   start-stop-daemon --start --quiet --name thermald --exec 
/usr/sbin/thermald -- --dbus-enable --adaptive
eend $?
 }
 



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2022-01-31 Thread Yixun Lan
commit: 9ddb5b558d758f86de426177b669c09b2365230a
Author: Yixun Lan  gentoo  org>
AuthorDate: Mon Jan 31 14:56:52 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Jan 31 14:56:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ddb5b55

sys-power/thermald: version bump 2.4.8

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 sys-power/thermald/Manifest  |  1 +
 sys-power/thermald/thermald-2.4.8.ebuild | 50 
 2 files changed, 51 insertions(+)

diff --git a/sys-power/thermald/Manifest b/sys-power/thermald/Manifest
index acf947c2785f..2605cd1a3a7c 100644
--- a/sys-power/thermald/Manifest
+++ b/sys-power/thermald/Manifest
@@ -1,2 +1,3 @@
 DIST thermald-2.4.6.tar.gz 455905 BLAKE2B 
0e3eae24bd4de8f7adc9cb8cc6dec83907d8e8240bec87d752e4502c923e7b407546204af474fe32fa43ba85a60ba51bd3dc6f1ce7cf3a62dd60dc5b0235ed52
 SHA512 
e337b00ec7f4fa565927f047dbb17dc05b8513850f2488dd6cfc838e5123938fbfe7c39464fffb77c100073edfca9ea51708680eaa2cba537470326df9508d3a
 DIST thermald-2.4.7.tar.gz 457290 BLAKE2B 
2c546175181383c21d95345e4884e5d476a47b2c5f2e1dc379add5c340bd9f421567b7c391b6002e05e3ad793ba2f563d2eca7913f0688b53a8565f52da58fbf
 SHA512 
26b09a18d40812705d277416752f7afd0962f0562d9701c9072140089b869c328f6b0caaa08744a660cd83b6a0313098a07aef11e1a2b371a81d2e8014c38887
+DIST thermald-2.4.8.tar.gz 457365 BLAKE2B 
a200eba847785ad4a99e229c10574ad99b0874ef14e8b14d5190e12090ae5f4577461743ac1993a1bdb28de85100b509c8affc7ba3426a61b9cba95ea14d2686
 SHA512 
6e81eb25c274f1ef6e8dcb975cfab23dab9e6d29dcd38d10085d47bbf7161f3d3b0f5159d8935ff8d2c0eba99c88fac2feb9e8cef906b6afacba08a57026300d

diff --git a/sys-power/thermald/thermald-2.4.8.ebuild 
b/sys-power/thermald/thermald-2.4.8.ebuild
new file mode 100644
index ..2a2134ef6d2f
--- /dev/null
+++ b/sys-power/thermald/thermald-2.4.8.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools out-of-source systemd
+
+DESCRIPTION="Thermal daemon for Intel architectures"
+HOMEPAGE="https://01.org/linux-thermal-daemon 
https://github.com/intel/thermal_daemon;
+SRC_URI="https://github.com/intel/thermal_daemon/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-libs/dbus-glib:=
+   dev-libs/glib:=
+   dev-libs/libxml2:=
+   dev-libs/libevdev
+   sys-power/upower
+   sys-apps/dbus:="
+DEPEND="${RDEPEND}
+   dev-util/gtk-doc
+   dev-util/glib-utils"
+
+S=${WORKDIR}/thermal_daemon-${PV}
+DOCS=( thermal_daemon_usage.txt README.txt )
+
+src_prepare() {
+   sed -i -e "/group=/s/power/wheel/g" \
+   data/org.freedesktop.thermald.conf || die
+
+   default
+   eautoreconf
+}
+
+my_src_configure() {
+   ECONF_SOURCE="${S}" econf \
+   --disable-werror \
+   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
+}
+
+my_src_install_all() {
+   einstalldocs
+
+   rm -rf "${ED}"/etc/init || die
+   doinitd "${FILESDIR}"/thermald
+}



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2022-01-09 Thread Yixun Lan
commit: 91fd3b87757ec1b25d065f40e7019a1640cbf9e8
Author: Yixun Lan  gentoo  org>
AuthorDate: Mon Jan 10 06:36:41 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Jan 10 07:33:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91fd3b87

sys-power/thermald: version bump, 2.4.7

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 sys-power/thermald/Manifest  |  1 +
 sys-power/thermald/thermald-2.4.7.ebuild | 50 
 2 files changed, 51 insertions(+)

diff --git a/sys-power/thermald/Manifest b/sys-power/thermald/Manifest
index 236f1db23966..acf947c2785f 100644
--- a/sys-power/thermald/Manifest
+++ b/sys-power/thermald/Manifest
@@ -1 +1,2 @@
 DIST thermald-2.4.6.tar.gz 455905 BLAKE2B 
0e3eae24bd4de8f7adc9cb8cc6dec83907d8e8240bec87d752e4502c923e7b407546204af474fe32fa43ba85a60ba51bd3dc6f1ce7cf3a62dd60dc5b0235ed52
 SHA512 
e337b00ec7f4fa565927f047dbb17dc05b8513850f2488dd6cfc838e5123938fbfe7c39464fffb77c100073edfca9ea51708680eaa2cba537470326df9508d3a
+DIST thermald-2.4.7.tar.gz 457290 BLAKE2B 
2c546175181383c21d95345e4884e5d476a47b2c5f2e1dc379add5c340bd9f421567b7c391b6002e05e3ad793ba2f563d2eca7913f0688b53a8565f52da58fbf
 SHA512 
26b09a18d40812705d277416752f7afd0962f0562d9701c9072140089b869c328f6b0caaa08744a660cd83b6a0313098a07aef11e1a2b371a81d2e8014c38887

diff --git a/sys-power/thermald/thermald-2.4.7.ebuild 
b/sys-power/thermald/thermald-2.4.7.ebuild
new file mode 100644
index ..f52005fc4eda
--- /dev/null
+++ b/sys-power/thermald/thermald-2.4.7.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools out-of-source systemd
+
+DESCRIPTION="Thermal daemon for Intel architectures"
+HOMEPAGE="https://01.org/linux-thermal-daemon 
https://github.com/intel/thermal_daemon;
+SRC_URI="https://github.com/intel/thermal_daemon/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-libs/dbus-glib:=
+   dev-libs/glib:=
+   dev-libs/libxml2:=
+   dev-libs/libevdev
+   sys-power/upower
+   sys-apps/dbus:="
+DEPEND="${RDEPEND}
+   dev-util/gtk-doc
+   dev-util/glib-utils"
+
+S=${WORKDIR}/thermal_daemon-${PV}
+DOCS=( thermal_daemon_usage.txt README.txt )
+
+src_prepare() {
+   sed -i -e "/group=/s/power/wheel/g" \
+   data/org.freedesktop.thermald.conf || die
+
+   default
+   eautoreconf
+}
+
+my_src_configure() {
+   ECONF_SOURCE="${S}" econf \
+   --disable-werror \
+   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
+}
+
+my_src_install_all() {
+   einstalldocs
+
+   rm -rf "${ED}"/etc/init || die
+   doinitd "${FILESDIR}"/thermald
+}



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2021-12-24 Thread Yixun Lan
commit: 1dbe95e4f479ead51c52fab4dee37db7d04b90a4
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri Dec 24 14:03:41 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Dec 24 14:03:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dbe95e4

sys-power/thermald: drop old

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 sys-power/thermald/Manifest  |  2 --
 sys-power/thermald/thermald-2.4.3.ebuild | 50 
 sys-power/thermald/thermald-2.4.5.ebuild | 50 
 3 files changed, 102 deletions(-)

diff --git a/sys-power/thermald/Manifest b/sys-power/thermald/Manifest
index 7c8024ebbcc9..236f1db23966 100644
--- a/sys-power/thermald/Manifest
+++ b/sys-power/thermald/Manifest
@@ -1,3 +1 @@
-DIST thermald-2.4.3.tar.gz 455850 BLAKE2B 
2348a5ce9175049e3cb2436ee6d7773af50ace9693956f5a0e64f9fbb28826004f5cf599887d7b4a8405680ecdf90dc04c054082bcca484151373e91d64eab1b
 SHA512 
eda313aa91235ae024a673e9933267c3aa97a3a8e3e6501bf7daac24be747174b223c2f297e7b301477899d099878aa46c58cda936507c8d4683c4f14df009c0
-DIST thermald-2.4.5.tar.gz 455875 BLAKE2B 
f080dc065f5a0227cabed8e88d44c85c6e8ac932a6042b095a91840ea586213fe1b8ca93a04ee872f3e971d1efdd95c0f50357727d70b8e4fecd735e9c840f73
 SHA512 
8b7d75b3f1d7a98a9985c7552963cde19c81053d12fa39974c1129315fc23e66a432d9ada5d9e385989976453a83cf6418f410d3ce3317e23133d15d2ec37695
 DIST thermald-2.4.6.tar.gz 455905 BLAKE2B 
0e3eae24bd4de8f7adc9cb8cc6dec83907d8e8240bec87d752e4502c923e7b407546204af474fe32fa43ba85a60ba51bd3dc6f1ce7cf3a62dd60dc5b0235ed52
 SHA512 
e337b00ec7f4fa565927f047dbb17dc05b8513850f2488dd6cfc838e5123938fbfe7c39464fffb77c100073edfca9ea51708680eaa2cba537470326df9508d3a

diff --git a/sys-power/thermald/thermald-2.4.3.ebuild 
b/sys-power/thermald/thermald-2.4.3.ebuild
deleted file mode 100644
index b64a17ce7957..
--- a/sys-power/thermald/thermald-2.4.3.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools out-of-source systemd
-
-DESCRIPTION="Thermal daemon for Intel architectures"
-HOMEPAGE="https://01.org/linux-thermal-daemon 
https://github.com/intel/thermal_daemon;
-SRC_URI="https://github.com/intel/thermal_daemon/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-   dev-libs/dbus-glib:=
-   dev-libs/glib:=
-   dev-libs/libxml2:=
-   dev-libs/libevdev
-   sys-power/upower
-   sys-apps/dbus:="
-DEPEND="${RDEPEND}
-   dev-util/gtk-doc
-   dev-util/glib-utils"
-
-S=${WORKDIR}/thermal_daemon-${PV}
-DOCS=( thermal_daemon_usage.txt README.txt )
-
-src_prepare() {
-   sed -i -e "/group=/s/power/wheel/g" \
-   data/org.freedesktop.thermald.conf || die
-
-   default
-   eautoreconf
-}
-
-my_src_configure() {
-   ECONF_SOURCE="${S}" econf \
-   --disable-werror \
-   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
-}
-
-my_src_install_all() {
-   einstalldocs
-
-   rm -rf "${ED}"/etc/init || die
-   doinitd "${FILESDIR}"/thermald
-}

diff --git a/sys-power/thermald/thermald-2.4.5.ebuild 
b/sys-power/thermald/thermald-2.4.5.ebuild
deleted file mode 100644
index a482dfef0ff9..
--- a/sys-power/thermald/thermald-2.4.5.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools out-of-source systemd
-
-DESCRIPTION="Thermal daemon for Intel architectures"
-HOMEPAGE="https://01.org/linux-thermal-daemon 
https://github.com/intel/thermal_daemon;
-SRC_URI="https://github.com/intel/thermal_daemon/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   dev-libs/dbus-glib:=
-   dev-libs/glib:=
-   dev-libs/libxml2:=
-   dev-libs/libevdev
-   sys-power/upower
-   sys-apps/dbus:="
-DEPEND="${RDEPEND}
-   dev-util/gtk-doc
-   dev-util/glib-utils"
-
-S=${WORKDIR}/thermal_daemon-${PV}
-DOCS=( thermal_daemon_usage.txt README.txt )
-
-src_prepare() {
-   sed -i -e "/group=/s/power/wheel/g" \
-   data/org.freedesktop.thermald.conf || die
-
-   default
-   eautoreconf
-}
-
-my_src_configure() {
-   ECONF_SOURCE="${S}" econf \
-   --disable-werror \
-   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
-}
-
-my_src_install_all() {
-   einstalldocs
-
-   rm -rf "${ED}"/etc/init || die
-   doinitd "${FILESDIR}"/thermald
-}



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2021-12-14 Thread Jakov Smolić
commit: aa513ddfb35c9f6238a435c6fa9d18267da17532
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Dec 14 15:44:25 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Dec 14 15:45:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa513ddf

sys-power/thermald: Stabilize 2.4.6 amd64, #829172

Signed-off-by: Jakov Smolić  gentoo.org>

 sys-power/thermald/thermald-2.4.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/thermald/thermald-2.4.6.ebuild 
b/sys-power/thermald/thermald-2.4.6.ebuild
index b83babdccf27..b64a17ce7957 100644
--- a/sys-power/thermald/thermald-2.4.6.ebuild
+++ b/sys-power/thermald/thermald-2.4.6.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/intel/thermal_daemon/archive/v${PV}.tar.gz -> ${P}.t
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2021-12-14 Thread Jakov Smolić
commit: e866269cc4445ef3ce7a2062d20a81ab5086285a
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Dec 14 15:44:10 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Dec 14 15:45:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e866269c

sys-power/thermald: Stabilize 2.4.6 x86, #829172

Signed-off-by: Jakov Smolić  gentoo.org>

 sys-power/thermald/thermald-2.4.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/thermald/thermald-2.4.6.ebuild 
b/sys-power/thermald/thermald-2.4.6.ebuild
index a482dfef0ff9..b83babdccf27 100644
--- a/sys-power/thermald/thermald-2.4.6.ebuild
+++ b/sys-power/thermald/thermald-2.4.6.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/intel/thermal_daemon/archive/v${PV}.tar.gz -> ${P}.t
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2021-09-09 Thread Yixun Lan
commit: 56fd1d665dee7bb47a2cd6c659037d546f7fa8c5
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri Sep 10 02:21:04 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Sep 10 02:21:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56fd1d66

sys-power/thermald: version bump, 2.4.6

Closes: https://bugs.gentoo.org/812146
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 sys-power/thermald/Manifest  |  1 +
 sys-power/thermald/thermald-2.4.6.ebuild | 50 
 2 files changed, 51 insertions(+)

diff --git a/sys-power/thermald/Manifest b/sys-power/thermald/Manifest
index e8c04758b2d..7c8024ebbcc 100644
--- a/sys-power/thermald/Manifest
+++ b/sys-power/thermald/Manifest
@@ -1,2 +1,3 @@
 DIST thermald-2.4.3.tar.gz 455850 BLAKE2B 
2348a5ce9175049e3cb2436ee6d7773af50ace9693956f5a0e64f9fbb28826004f5cf599887d7b4a8405680ecdf90dc04c054082bcca484151373e91d64eab1b
 SHA512 
eda313aa91235ae024a673e9933267c3aa97a3a8e3e6501bf7daac24be747174b223c2f297e7b301477899d099878aa46c58cda936507c8d4683c4f14df009c0
 DIST thermald-2.4.5.tar.gz 455875 BLAKE2B 
f080dc065f5a0227cabed8e88d44c85c6e8ac932a6042b095a91840ea586213fe1b8ca93a04ee872f3e971d1efdd95c0f50357727d70b8e4fecd735e9c840f73
 SHA512 
8b7d75b3f1d7a98a9985c7552963cde19c81053d12fa39974c1129315fc23e66a432d9ada5d9e385989976453a83cf6418f410d3ce3317e23133d15d2ec37695
+DIST thermald-2.4.6.tar.gz 455905 BLAKE2B 
0e3eae24bd4de8f7adc9cb8cc6dec83907d8e8240bec87d752e4502c923e7b407546204af474fe32fa43ba85a60ba51bd3dc6f1ce7cf3a62dd60dc5b0235ed52
 SHA512 
e337b00ec7f4fa565927f047dbb17dc05b8513850f2488dd6cfc838e5123938fbfe7c39464fffb77c100073edfca9ea51708680eaa2cba537470326df9508d3a

diff --git a/sys-power/thermald/thermald-2.4.6.ebuild 
b/sys-power/thermald/thermald-2.4.6.ebuild
new file mode 100644
index 000..a482dfef0ff
--- /dev/null
+++ b/sys-power/thermald/thermald-2.4.6.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools out-of-source systemd
+
+DESCRIPTION="Thermal daemon for Intel architectures"
+HOMEPAGE="https://01.org/linux-thermal-daemon 
https://github.com/intel/thermal_daemon;
+SRC_URI="https://github.com/intel/thermal_daemon/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-libs/dbus-glib:=
+   dev-libs/glib:=
+   dev-libs/libxml2:=
+   dev-libs/libevdev
+   sys-power/upower
+   sys-apps/dbus:="
+DEPEND="${RDEPEND}
+   dev-util/gtk-doc
+   dev-util/glib-utils"
+
+S=${WORKDIR}/thermal_daemon-${PV}
+DOCS=( thermal_daemon_usage.txt README.txt )
+
+src_prepare() {
+   sed -i -e "/group=/s/power/wheel/g" \
+   data/org.freedesktop.thermald.conf || die
+
+   default
+   eautoreconf
+}
+
+my_src_configure() {
+   ECONF_SOURCE="${S}" econf \
+   --disable-werror \
+   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
+}
+
+my_src_install_all() {
+   einstalldocs
+
+   rm -rf "${ED}"/etc/init || die
+   doinitd "${FILESDIR}"/thermald
+}



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2021-09-08 Thread Pacho Ramos
commit: d4f4240931dd2d22f8abe9294a47e206b87541f9
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Sep  8 08:46:20 2021 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Sep  8 08:48:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4f42409

sys-power/thermald: sys-power/dptfxtract not needed anymore

As stated in:
https://github.com/intel/dptfxtract/commit/8eb89439dd48d4d81c7c9ea51b57c6e785a23c25

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Pacho Ramos  gentoo.org>

 sys-power/thermald/thermald-2.4.3.ebuild | 7 ---
 sys-power/thermald/thermald-2.4.5.ebuild | 7 ---
 2 files changed, 14 deletions(-)

diff --git a/sys-power/thermald/thermald-2.4.3.ebuild 
b/sys-power/thermald/thermald-2.4.3.ebuild
index 093c0f2a0eb..b64a17ce795 100644
--- a/sys-power/thermald/thermald-2.4.3.ebuild
+++ b/sys-power/thermald/thermald-2.4.3.ebuild
@@ -48,10 +48,3 @@ my_src_install_all() {
rm -rf "${ED}"/etc/init || die
doinitd "${FILESDIR}"/thermald
 }
-
-pkg_postinst() {
-   if ! has_version sys-power/dptfxtract; then
-   elog "dptfxtract can be used to generate a more specific"
-   elog "thermald configuration for your system"
-   fi
-}

diff --git a/sys-power/thermald/thermald-2.4.5.ebuild 
b/sys-power/thermald/thermald-2.4.5.ebuild
index 2683a9652ea..a482dfef0ff 100644
--- a/sys-power/thermald/thermald-2.4.5.ebuild
+++ b/sys-power/thermald/thermald-2.4.5.ebuild
@@ -48,10 +48,3 @@ my_src_install_all() {
rm -rf "${ED}"/etc/init || die
doinitd "${FILESDIR}"/thermald
 }
-
-pkg_postinst() {
-   if ! has_version sys-power/dptfxtract; then
-   elog "dptfxtract can be used to generate a more specific"
-   elog "thermald configuration for your system"
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2021-06-06 Thread Yixun Lan
commit: 37bb6b5a65db066544423108902298abd4fb9904
Author: Yixun Lan  gentoo  org>
AuthorDate: Sun Jun  6 06:43:47 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sun Jun  6 06:43:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37bb6b5a

sys-power/thermald: drop old

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 sys-power/thermald/Manifest |  1 -
 sys-power/thermald/thermald-2.4.1-r1.ebuild | 57 -
 2 files changed, 58 deletions(-)

diff --git a/sys-power/thermald/Manifest b/sys-power/thermald/Manifest
index cdcede62642..e8c04758b2d 100644
--- a/sys-power/thermald/Manifest
+++ b/sys-power/thermald/Manifest
@@ -1,3 +1,2 @@
-DIST thermald-2.4.1.tar.gz 455735 BLAKE2B 
ee4d6bc590bc50639c0b19adbba7e243358174a837b2ff155dea060b1cd09171d4fb77b18b785dc9f64a633f680358cb1d7b36e3bd438e5267e0a0a27e18497e
 SHA512 
2dab7d57e028037208034ab4be95dc138ce028d4a47a0151c69816e1502065d801d52990641544b5d246144e654c15c663fa78af6cea094cf9a107f2fb29c1ef
 DIST thermald-2.4.3.tar.gz 455850 BLAKE2B 
2348a5ce9175049e3cb2436ee6d7773af50ace9693956f5a0e64f9fbb28826004f5cf599887d7b4a8405680ecdf90dc04c054082bcca484151373e91d64eab1b
 SHA512 
eda313aa91235ae024a673e9933267c3aa97a3a8e3e6501bf7daac24be747174b223c2f297e7b301477899d099878aa46c58cda936507c8d4683c4f14df009c0
 DIST thermald-2.4.5.tar.gz 455875 BLAKE2B 
f080dc065f5a0227cabed8e88d44c85c6e8ac932a6042b095a91840ea586213fe1b8ca93a04ee872f3e971d1efdd95c0f50357727d70b8e4fecd735e9c840f73
 SHA512 
8b7d75b3f1d7a98a9985c7552963cde19c81053d12fa39974c1129315fc23e66a432d9ada5d9e385989976453a83cf6418f410d3ce3317e23133d15d2ec37695

diff --git a/sys-power/thermald/thermald-2.4.1-r1.ebuild 
b/sys-power/thermald/thermald-2.4.1-r1.ebuild
deleted file mode 100644
index 093c0f2a0eb..000
--- a/sys-power/thermald/thermald-2.4.1-r1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools out-of-source systemd
-
-DESCRIPTION="Thermal daemon for Intel architectures"
-HOMEPAGE="https://01.org/linux-thermal-daemon 
https://github.com/intel/thermal_daemon;
-SRC_URI="https://github.com/intel/thermal_daemon/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-   dev-libs/dbus-glib:=
-   dev-libs/glib:=
-   dev-libs/libxml2:=
-   dev-libs/libevdev
-   sys-power/upower
-   sys-apps/dbus:="
-DEPEND="${RDEPEND}
-   dev-util/gtk-doc
-   dev-util/glib-utils"
-
-S=${WORKDIR}/thermal_daemon-${PV}
-DOCS=( thermal_daemon_usage.txt README.txt )
-
-src_prepare() {
-   sed -i -e "/group=/s/power/wheel/g" \
-   data/org.freedesktop.thermald.conf || die
-
-   default
-   eautoreconf
-}
-
-my_src_configure() {
-   ECONF_SOURCE="${S}" econf \
-   --disable-werror \
-   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
-}
-
-my_src_install_all() {
-   einstalldocs
-
-   rm -rf "${ED}"/etc/init || die
-   doinitd "${FILESDIR}"/thermald
-}
-
-pkg_postinst() {
-   if ! has_version sys-power/dptfxtract; then
-   elog "dptfxtract can be used to generate a more specific"
-   elog "thermald configuration for your system"
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2021-06-06 Thread Yixun Lan
commit: 65938d7fac9268e348ad8d0fb1df4ae791421f43
Author: Yixun Lan  gentoo  org>
AuthorDate: Sun Jun  6 06:42:42 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sun Jun  6 06:42:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65938d7f

sys-power/thermald: amd64 stable, bug #794226

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 sys-power/thermald/thermald-2.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/thermald/thermald-2.4.3.ebuild 
b/sys-power/thermald/thermald-2.4.3.ebuild
index cc3e50bebdc..093c0f2a0eb 100644
--- a/sys-power/thermald/thermald-2.4.3.ebuild
+++ b/sys-power/thermald/thermald-2.4.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/intel/thermal_daemon/archive/v${PV}.tar.gz -> ${P}.t
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2021-06-05 Thread Sam James
commit: 8f1140c406ac1aee7dead594cb47bf218739f188
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun  5 20:33:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun  5 20:33:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f1140c4

sys-power/thermald: Stabilize 2.4.3 x86, #794226

Signed-off-by: Sam James  gentoo.org>

 sys-power/thermald/thermald-2.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/thermald/thermald-2.4.3.ebuild 
b/sys-power/thermald/thermald-2.4.3.ebuild
index 2683a9652ea..cc3e50bebdc 100644
--- a/sys-power/thermald/thermald-2.4.3.ebuild
+++ b/sys-power/thermald/thermald-2.4.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/intel/thermal_daemon/archive/v${PV}.tar.gz -> ${P}.t
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2021-06-05 Thread Yixun Lan
commit: a8cc1be6b352b2a8fbfc614a6f5b71e91c6517ab
Author: Yixun Lan  gentoo  org>
AuthorDate: Sat Jun  5 07:27:33 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sat Jun  5 07:44:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8cc1be6

sys-power/thermald: version bump, 2.4.5

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 sys-power/thermald/Manifest  |  1 +
 sys-power/thermald/thermald-2.4.5.ebuild | 57 
 2 files changed, 58 insertions(+)

diff --git a/sys-power/thermald/Manifest b/sys-power/thermald/Manifest
index d30db0a13c4..b644a42d280 100644
--- a/sys-power/thermald/Manifest
+++ b/sys-power/thermald/Manifest
@@ -1,3 +1,4 @@
 DIST thermald-2.4.1.tar.gz 455735 BLAKE2B 
ee4d6bc590bc50639c0b19adbba7e243358174a837b2ff155dea060b1cd09171d4fb77b18b785dc9f64a633f680358cb1d7b36e3bd438e5267e0a0a27e18497e
 SHA512 
2dab7d57e028037208034ab4be95dc138ce028d4a47a0151c69816e1502065d801d52990641544b5d246144e654c15c663fa78af6cea094cf9a107f2fb29c1ef
 DIST thermald-2.4.2.tar.gz 455797 BLAKE2B 
5be01fa67defe738d2e9109388ab440ee93fea63e2fb56c2f5294095b14077330f1af4cba454e0f39bde69726f358513bec123f1eb7815afac469fb2385b6c9a
 SHA512 
96d5cb9bf4f04b6ec5763d499416c246077b2d6dbc623de3fbb2b1fb8dc8b702d417852119240496f28f0a69c52be1b2a47e5d9ee7e952a123c621bda4d809ef
 DIST thermald-2.4.3.tar.gz 455850 BLAKE2B 
2348a5ce9175049e3cb2436ee6d7773af50ace9693956f5a0e64f9fbb28826004f5cf599887d7b4a8405680ecdf90dc04c054082bcca484151373e91d64eab1b
 SHA512 
eda313aa91235ae024a673e9933267c3aa97a3a8e3e6501bf7daac24be747174b223c2f297e7b301477899d099878aa46c58cda936507c8d4683c4f14df009c0
+DIST thermald-2.4.5.tar.gz 455875 BLAKE2B 
f080dc065f5a0227cabed8e88d44c85c6e8ac932a6042b095a91840ea586213fe1b8ca93a04ee872f3e971d1efdd95c0f50357727d70b8e4fecd735e9c840f73
 SHA512 
8b7d75b3f1d7a98a9985c7552963cde19c81053d12fa39974c1129315fc23e66a432d9ada5d9e385989976453a83cf6418f410d3ce3317e23133d15d2ec37695

diff --git a/sys-power/thermald/thermald-2.4.5.ebuild 
b/sys-power/thermald/thermald-2.4.5.ebuild
new file mode 100644
index 000..2683a9652ea
--- /dev/null
+++ b/sys-power/thermald/thermald-2.4.5.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools out-of-source systemd
+
+DESCRIPTION="Thermal daemon for Intel architectures"
+HOMEPAGE="https://01.org/linux-thermal-daemon 
https://github.com/intel/thermal_daemon;
+SRC_URI="https://github.com/intel/thermal_daemon/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-libs/dbus-glib:=
+   dev-libs/glib:=
+   dev-libs/libxml2:=
+   dev-libs/libevdev
+   sys-power/upower
+   sys-apps/dbus:="
+DEPEND="${RDEPEND}
+   dev-util/gtk-doc
+   dev-util/glib-utils"
+
+S=${WORKDIR}/thermal_daemon-${PV}
+DOCS=( thermal_daemon_usage.txt README.txt )
+
+src_prepare() {
+   sed -i -e "/group=/s/power/wheel/g" \
+   data/org.freedesktop.thermald.conf || die
+
+   default
+   eautoreconf
+}
+
+my_src_configure() {
+   ECONF_SOURCE="${S}" econf \
+   --disable-werror \
+   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
+}
+
+my_src_install_all() {
+   einstalldocs
+
+   rm -rf "${ED}"/etc/init || die
+   doinitd "${FILESDIR}"/thermald
+}
+
+pkg_postinst() {
+   if ! has_version sys-power/dptfxtract; then
+   elog "dptfxtract can be used to generate a more specific"
+   elog "thermald configuration for your system"
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2021-06-05 Thread Yixun Lan
commit: 668e39131bd8166659020c7b26b0d7224d412989
Author: Yixun Lan  gentoo  org>
AuthorDate: Sat Jun  5 07:28:13 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sat Jun  5 07:44:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=668e3913

sys-power/thermald: drop old

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 sys-power/thermald/Manifest  |  1 -
 sys-power/thermald/thermald-2.4.2.ebuild | 57 
 2 files changed, 58 deletions(-)

diff --git a/sys-power/thermald/Manifest b/sys-power/thermald/Manifest
index b644a42d280..cdcede62642 100644
--- a/sys-power/thermald/Manifest
+++ b/sys-power/thermald/Manifest
@@ -1,4 +1,3 @@
 DIST thermald-2.4.1.tar.gz 455735 BLAKE2B 
ee4d6bc590bc50639c0b19adbba7e243358174a837b2ff155dea060b1cd09171d4fb77b18b785dc9f64a633f680358cb1d7b36e3bd438e5267e0a0a27e18497e
 SHA512 
2dab7d57e028037208034ab4be95dc138ce028d4a47a0151c69816e1502065d801d52990641544b5d246144e654c15c663fa78af6cea094cf9a107f2fb29c1ef
-DIST thermald-2.4.2.tar.gz 455797 BLAKE2B 
5be01fa67defe738d2e9109388ab440ee93fea63e2fb56c2f5294095b14077330f1af4cba454e0f39bde69726f358513bec123f1eb7815afac469fb2385b6c9a
 SHA512 
96d5cb9bf4f04b6ec5763d499416c246077b2d6dbc623de3fbb2b1fb8dc8b702d417852119240496f28f0a69c52be1b2a47e5d9ee7e952a123c621bda4d809ef
 DIST thermald-2.4.3.tar.gz 455850 BLAKE2B 
2348a5ce9175049e3cb2436ee6d7773af50ace9693956f5a0e64f9fbb28826004f5cf599887d7b4a8405680ecdf90dc04c054082bcca484151373e91d64eab1b
 SHA512 
eda313aa91235ae024a673e9933267c3aa97a3a8e3e6501bf7daac24be747174b223c2f297e7b301477899d099878aa46c58cda936507c8d4683c4f14df009c0
 DIST thermald-2.4.5.tar.gz 455875 BLAKE2B 
f080dc065f5a0227cabed8e88d44c85c6e8ac932a6042b095a91840ea586213fe1b8ca93a04ee872f3e971d1efdd95c0f50357727d70b8e4fecd735e9c840f73
 SHA512 
8b7d75b3f1d7a98a9985c7552963cde19c81053d12fa39974c1129315fc23e66a432d9ada5d9e385989976453a83cf6418f410d3ce3317e23133d15d2ec37695

diff --git a/sys-power/thermald/thermald-2.4.2.ebuild 
b/sys-power/thermald/thermald-2.4.2.ebuild
deleted file mode 100644
index 2683a9652ea..000
--- a/sys-power/thermald/thermald-2.4.2.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools out-of-source systemd
-
-DESCRIPTION="Thermal daemon for Intel architectures"
-HOMEPAGE="https://01.org/linux-thermal-daemon 
https://github.com/intel/thermal_daemon;
-SRC_URI="https://github.com/intel/thermal_daemon/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   dev-libs/dbus-glib:=
-   dev-libs/glib:=
-   dev-libs/libxml2:=
-   dev-libs/libevdev
-   sys-power/upower
-   sys-apps/dbus:="
-DEPEND="${RDEPEND}
-   dev-util/gtk-doc
-   dev-util/glib-utils"
-
-S=${WORKDIR}/thermal_daemon-${PV}
-DOCS=( thermal_daemon_usage.txt README.txt )
-
-src_prepare() {
-   sed -i -e "/group=/s/power/wheel/g" \
-   data/org.freedesktop.thermald.conf || die
-
-   default
-   eautoreconf
-}
-
-my_src_configure() {
-   ECONF_SOURCE="${S}" econf \
-   --disable-werror \
-   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
-}
-
-my_src_install_all() {
-   einstalldocs
-
-   rm -rf "${ED}"/etc/init || die
-   doinitd "${FILESDIR}"/thermald
-}
-
-pkg_postinst() {
-   if ! has_version sys-power/dptfxtract; then
-   elog "dptfxtract can be used to generate a more specific"
-   elog "thermald configuration for your system"
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2021-03-09 Thread Yixun Lan
commit: 78ee7f576d4ce9c912afc7fdacb3ed2139fd08a1
Author: Yixun Lan  gentoo  org>
AuthorDate: Wed Mar 10 06:04:28 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Mar 10 06:07:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78ee7f57

sys-power/thermald: version bump, 2.4.3

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Yixun Lan  gentoo.org>

 sys-power/thermald/Manifest  |  1 +
 sys-power/thermald/thermald-2.4.3.ebuild | 57 
 2 files changed, 58 insertions(+)

diff --git a/sys-power/thermald/Manifest b/sys-power/thermald/Manifest
index 9f4144d9f6b..d30db0a13c4 100644
--- a/sys-power/thermald/Manifest
+++ b/sys-power/thermald/Manifest
@@ -1,2 +1,3 @@
 DIST thermald-2.4.1.tar.gz 455735 BLAKE2B 
ee4d6bc590bc50639c0b19adbba7e243358174a837b2ff155dea060b1cd09171d4fb77b18b785dc9f64a633f680358cb1d7b36e3bd438e5267e0a0a27e18497e
 SHA512 
2dab7d57e028037208034ab4be95dc138ce028d4a47a0151c69816e1502065d801d52990641544b5d246144e654c15c663fa78af6cea094cf9a107f2fb29c1ef
 DIST thermald-2.4.2.tar.gz 455797 BLAKE2B 
5be01fa67defe738d2e9109388ab440ee93fea63e2fb56c2f5294095b14077330f1af4cba454e0f39bde69726f358513bec123f1eb7815afac469fb2385b6c9a
 SHA512 
96d5cb9bf4f04b6ec5763d499416c246077b2d6dbc623de3fbb2b1fb8dc8b702d417852119240496f28f0a69c52be1b2a47e5d9ee7e952a123c621bda4d809ef
+DIST thermald-2.4.3.tar.gz 455850 BLAKE2B 
2348a5ce9175049e3cb2436ee6d7773af50ace9693956f5a0e64f9fbb28826004f5cf599887d7b4a8405680ecdf90dc04c054082bcca484151373e91d64eab1b
 SHA512 
eda313aa91235ae024a673e9933267c3aa97a3a8e3e6501bf7daac24be747174b223c2f297e7b301477899d099878aa46c58cda936507c8d4683c4f14df009c0

diff --git a/sys-power/thermald/thermald-2.4.3.ebuild 
b/sys-power/thermald/thermald-2.4.3.ebuild
new file mode 100644
index 000..2683a9652ea
--- /dev/null
+++ b/sys-power/thermald/thermald-2.4.3.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools out-of-source systemd
+
+DESCRIPTION="Thermal daemon for Intel architectures"
+HOMEPAGE="https://01.org/linux-thermal-daemon 
https://github.com/intel/thermal_daemon;
+SRC_URI="https://github.com/intel/thermal_daemon/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-libs/dbus-glib:=
+   dev-libs/glib:=
+   dev-libs/libxml2:=
+   dev-libs/libevdev
+   sys-power/upower
+   sys-apps/dbus:="
+DEPEND="${RDEPEND}
+   dev-util/gtk-doc
+   dev-util/glib-utils"
+
+S=${WORKDIR}/thermal_daemon-${PV}
+DOCS=( thermal_daemon_usage.txt README.txt )
+
+src_prepare() {
+   sed -i -e "/group=/s/power/wheel/g" \
+   data/org.freedesktop.thermald.conf || die
+
+   default
+   eautoreconf
+}
+
+my_src_configure() {
+   ECONF_SOURCE="${S}" econf \
+   --disable-werror \
+   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
+}
+
+my_src_install_all() {
+   einstalldocs
+
+   rm -rf "${ED}"/etc/init || die
+   doinitd "${FILESDIR}"/thermald
+}
+
+pkg_postinst() {
+   if ! has_version sys-power/dptfxtract; then
+   elog "dptfxtract can be used to generate a more specific"
+   elog "thermald configuration for your system"
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2021-02-10 Thread Yixun Lan
commit: c2b7d74b1d71ec49833736e7dd0959aaf1df785f
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu Feb 11 07:01:47 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Feb 11 07:02:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2b7d74b

sys-power/thermald: drop old version

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Yixun Lan  gentoo.org>

 sys-power/thermald/Manifest   |  1 -
 sys-power/thermald/thermald-2.3-r1.ebuild | 57 ---
 2 files changed, 58 deletions(-)

diff --git a/sys-power/thermald/Manifest b/sys-power/thermald/Manifest
index 6e2a5a4b958..9f4144d9f6b 100644
--- a/sys-power/thermald/Manifest
+++ b/sys-power/thermald/Manifest
@@ -1,3 +1,2 @@
-DIST thermald-2.3.tar.gz 452790 BLAKE2B 
caef87d670b14bfa0dbe6ca4873ebea4b0a9960a9bad48ddb10abb348e25cafdbdf5dad831a1c3ad38e71ab61d7f123df99046dec1e5ce2c32be506bc4b1312f
 SHA512 
0d722c35e3638bb917994b8a123e1226b737b120f0946cfc604eb3bb4bd501121b1f196833f8cb3aceee73a8bb3566ef1d176d81143b84423f89d20966e91ed8
 DIST thermald-2.4.1.tar.gz 455735 BLAKE2B 
ee4d6bc590bc50639c0b19adbba7e243358174a837b2ff155dea060b1cd09171d4fb77b18b785dc9f64a633f680358cb1d7b36e3bd438e5267e0a0a27e18497e
 SHA512 
2dab7d57e028037208034ab4be95dc138ce028d4a47a0151c69816e1502065d801d52990641544b5d246144e654c15c663fa78af6cea094cf9a107f2fb29c1ef
 DIST thermald-2.4.2.tar.gz 455797 BLAKE2B 
5be01fa67defe738d2e9109388ab440ee93fea63e2fb56c2f5294095b14077330f1af4cba454e0f39bde69726f358513bec123f1eb7815afac469fb2385b6c9a
 SHA512 
96d5cb9bf4f04b6ec5763d499416c246077b2d6dbc623de3fbb2b1fb8dc8b702d417852119240496f28f0a69c52be1b2a47e5d9ee7e952a123c621bda4d809ef

diff --git a/sys-power/thermald/thermald-2.3-r1.ebuild 
b/sys-power/thermald/thermald-2.3-r1.ebuild
deleted file mode 100644
index 87a4255e700..000
--- a/sys-power/thermald/thermald-2.3-r1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools flag-o-matic out-of-source 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=""
-
-RDEPEND="
-   dev-libs/dbus-glib:=
-   dev-libs/glib:=
-   dev-libs/libxml2:=
-   dev-libs/libevdev
-   sys-power/upower
-   sys-apps/dbus:="
-DEPEND="${RDEPEND}
-   dev-util/gtk-doc
-   dev-util/glib-utils"
-
-S=${WORKDIR}/thermal_daemon-${PV}
-DOCS=( thermal_daemon_usage.txt README.txt )
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-my_src_configure() {
-   # bug 618948
-   append-cxxflags -std=c++14
-
-   ECONF_SOURCE="${S}" econf \
-   --disable-werror \
-   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
-}
-
-my_src_install_all() {
-   einstalldocs
-
-   rm -rf "${ED}"/etc/init || die
-   doinitd "${FILESDIR}"/thermald
-}
-
-pkg_postinst() {
-   if ! has_version sys-power/dptfxtract; then
-   elog "dptfxtract can be used to generate a more specific"
-   elog "thermald configuration for your system"
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2021-02-10 Thread Yixun Lan
commit: 6080ba56a1f0175341ff8333a6e198e6b6232171
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu Feb 11 07:00:17 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Feb 11 07:02:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6080ba56

sys-power/thermald: version bump, 2.4.2

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Yixun Lan  gentoo.org>

 sys-power/thermald/Manifest  |  1 +
 sys-power/thermald/thermald-2.4.2.ebuild | 57 
 2 files changed, 58 insertions(+)

diff --git a/sys-power/thermald/Manifest b/sys-power/thermald/Manifest
index f5a8f624523..6e2a5a4b958 100644
--- a/sys-power/thermald/Manifest
+++ b/sys-power/thermald/Manifest
@@ -1,2 +1,3 @@
 DIST thermald-2.3.tar.gz 452790 BLAKE2B 
caef87d670b14bfa0dbe6ca4873ebea4b0a9960a9bad48ddb10abb348e25cafdbdf5dad831a1c3ad38e71ab61d7f123df99046dec1e5ce2c32be506bc4b1312f
 SHA512 
0d722c35e3638bb917994b8a123e1226b737b120f0946cfc604eb3bb4bd501121b1f196833f8cb3aceee73a8bb3566ef1d176d81143b84423f89d20966e91ed8
 DIST thermald-2.4.1.tar.gz 455735 BLAKE2B 
ee4d6bc590bc50639c0b19adbba7e243358174a837b2ff155dea060b1cd09171d4fb77b18b785dc9f64a633f680358cb1d7b36e3bd438e5267e0a0a27e18497e
 SHA512 
2dab7d57e028037208034ab4be95dc138ce028d4a47a0151c69816e1502065d801d52990641544b5d246144e654c15c663fa78af6cea094cf9a107f2fb29c1ef
+DIST thermald-2.4.2.tar.gz 455797 BLAKE2B 
5be01fa67defe738d2e9109388ab440ee93fea63e2fb56c2f5294095b14077330f1af4cba454e0f39bde69726f358513bec123f1eb7815afac469fb2385b6c9a
 SHA512 
96d5cb9bf4f04b6ec5763d499416c246077b2d6dbc623de3fbb2b1fb8dc8b702d417852119240496f28f0a69c52be1b2a47e5d9ee7e952a123c621bda4d809ef

diff --git a/sys-power/thermald/thermald-2.4.2.ebuild 
b/sys-power/thermald/thermald-2.4.2.ebuild
new file mode 100644
index 000..2683a9652ea
--- /dev/null
+++ b/sys-power/thermald/thermald-2.4.2.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools out-of-source systemd
+
+DESCRIPTION="Thermal daemon for Intel architectures"
+HOMEPAGE="https://01.org/linux-thermal-daemon 
https://github.com/intel/thermal_daemon;
+SRC_URI="https://github.com/intel/thermal_daemon/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-libs/dbus-glib:=
+   dev-libs/glib:=
+   dev-libs/libxml2:=
+   dev-libs/libevdev
+   sys-power/upower
+   sys-apps/dbus:="
+DEPEND="${RDEPEND}
+   dev-util/gtk-doc
+   dev-util/glib-utils"
+
+S=${WORKDIR}/thermal_daemon-${PV}
+DOCS=( thermal_daemon_usage.txt README.txt )
+
+src_prepare() {
+   sed -i -e "/group=/s/power/wheel/g" \
+   data/org.freedesktop.thermald.conf || die
+
+   default
+   eautoreconf
+}
+
+my_src_configure() {
+   ECONF_SOURCE="${S}" econf \
+   --disable-werror \
+   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
+}
+
+my_src_install_all() {
+   einstalldocs
+
+   rm -rf "${ED}"/etc/init || die
+   doinitd "${FILESDIR}"/thermald
+}
+
+pkg_postinst() {
+   if ! has_version sys-power/dptfxtract; then
+   elog "dptfxtract can be used to generate a more specific"
+   elog "thermald configuration for your system"
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2021-02-02 Thread Sam James
commit: adfe4816c05c437f6968d9d4e3f617dd607aa53f
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  2 23:44:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  2 23:44:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adfe4816

sys-power/thermald: Stabilize 2.4.1-r1 x86, #767727

Signed-off-by: Sam James  gentoo.org>

 sys-power/thermald/thermald-2.4.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/thermald/thermald-2.4.1-r1.ebuild 
b/sys-power/thermald/thermald-2.4.1-r1.ebuild
index 6486befc33f..093c0f2a0eb 100644
--- a/sys-power/thermald/thermald-2.4.1-r1.ebuild
+++ b/sys-power/thermald/thermald-2.4.1-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/intel/thermal_daemon/archive/v${PV}.tar.gz -> ${P}.t
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2021-01-28 Thread Sam James
commit: 1ceea8a31e0ea1f56e9bff1df9f65b77c43ecf04
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan 28 19:47:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan 28 19:47:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ceea8a3

sys-power/thermald: Stabilize 2.4.1-r1 amd64, #767727

Signed-off-by: Sam James  gentoo.org>

 sys-power/thermald/thermald-2.4.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/thermald/thermald-2.4.1-r1.ebuild 
b/sys-power/thermald/thermald-2.4.1-r1.ebuild
index 2683a9652ea..6486befc33f 100644
--- a/sys-power/thermald/thermald-2.4.1-r1.ebuild
+++ b/sys-power/thermald/thermald-2.4.1-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/intel/thermal_daemon/archive/v${PV}.tar.gz -> ${P}.t
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2021-01-27 Thread Yixun Lan
commit: 39d72d192dd5b47fdabcb44d6c5bd2cdec5ac643
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu Jan 28 06:43:43 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Jan 28 06:45:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39d72d19

sys-power/thermald: use wheel group for policy controlling

thanks Thomas Deutschmann for the suggestion
Closes: https://bugs.gentoo.org/755137
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Yixun Lan  gentoo.org>

 .../thermald/{thermald-2.4.1.ebuild => thermald-2.4.1-r1.ebuild} | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sys-power/thermald/thermald-2.4.1.ebuild 
b/sys-power/thermald/thermald-2.4.1-r1.ebuild
similarity index 90%
rename from sys-power/thermald/thermald-2.4.1.ebuild
rename to sys-power/thermald/thermald-2.4.1-r1.ebuild
index 64693c99c35..2683a9652ea 100644
--- a/sys-power/thermald/thermald-2.4.1.ebuild
+++ b/sys-power/thermald/thermald-2.4.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -29,6 +29,9 @@ S=${WORKDIR}/thermal_daemon-${PV}
 DOCS=( thermal_daemon_usage.txt README.txt )
 
 src_prepare() {
+   sed -i -e "/group=/s/power/wheel/g" \
+   data/org.freedesktop.thermald.conf || die
+
default
eautoreconf
 }



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2021-01-13 Thread Yixun Lan
commit: 30a40af0056d5998ab56efc9a492faa812861304
Author: Yixun Lan  gentoo  org>
AuthorDate: Wed Jan 13 23:06:48 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Jan 13 23:06:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30a40af0

sys-power/thermald: drop old

Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Yixun Lan  gentoo.org>

 sys-power/thermald/Manifest|  1 -
 sys-power/thermald/thermald-2.2.ebuild | 46 --
 2 files changed, 47 deletions(-)

diff --git a/sys-power/thermald/Manifest b/sys-power/thermald/Manifest
index 6a3bf0017e0..f5a8f624523 100644
--- a/sys-power/thermald/Manifest
+++ b/sys-power/thermald/Manifest
@@ -1,3 +1,2 @@
-DIST thermald-2.2.tar.gz 435659 BLAKE2B 
500189b924594e5b1d68adc776b3ad0c1d531d4259c65dd77f9166648c9b4273c52e1f854ec6500b3d37e39deb4ec862443728d50e9be95dee8e43496645
 SHA512 
f2c691061436699aef5bb7d9681370306dc7a64c453208911077c9a4af50e35b32247fc0a35853bb314d0e4289dd07f6116a3ade7fa278b521ed9b7b13db949b
 DIST thermald-2.3.tar.gz 452790 BLAKE2B 
caef87d670b14bfa0dbe6ca4873ebea4b0a9960a9bad48ddb10abb348e25cafdbdf5dad831a1c3ad38e71ab61d7f123df99046dec1e5ce2c32be506bc4b1312f
 SHA512 
0d722c35e3638bb917994b8a123e1226b737b120f0946cfc604eb3bb4bd501121b1f196833f8cb3aceee73a8bb3566ef1d176d81143b84423f89d20966e91ed8
 DIST thermald-2.4.1.tar.gz 455735 BLAKE2B 
ee4d6bc590bc50639c0b19adbba7e243358174a837b2ff155dea060b1cd09171d4fb77b18b785dc9f64a633f680358cb1d7b36e3bd438e5267e0a0a27e18497e
 SHA512 
2dab7d57e028037208034ab4be95dc138ce028d4a47a0151c69816e1502065d801d52990641544b5d246144e654c15c663fa78af6cea094cf9a107f2fb29c1ef

diff --git a/sys-power/thermald/thermald-2.2.ebuild 
b/sys-power/thermald/thermald-2.2.ebuild
deleted file mode 100644
index fefc84b2d48..000
--- a/sys-power/thermald/thermald-2.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools flag-o-matic out-of-source 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=""
-
-RDEPEND="
-   dev-libs/dbus-glib:=
-   dev-libs/glib:=
-   dev-libs/libxml2:=
-   sys-apps/dbus:="
-DEPEND="${RDEPEND}
-   dev-util/glib-utils"
-
-S=${WORKDIR}/thermal_daemon-${PV}
-DOCS=( thermal_daemon_usage.txt README.txt )
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-my_src_configure() {
-   # bug 618948
-   append-cxxflags -std=c++14
-
-   ECONF_SOURCE="${S}" econf \
-   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
-}
-
-my_src_install_all() {
-   einstalldocs
-
-   rm -rf "${ED}"/etc/init || die
-   doinitd "${FILESDIR}"/thermald
-}



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2021-01-06 Thread Sam James
commit: a985b02b313c510ea5520dc87e184beb0b8f8fe7
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan  6 08:07:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan  6 08:07:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a985b02b

sys-power/thermald: Stabilize 2.3-r1 x86, #758794

Signed-off-by: Sam James  gentoo.org>

 sys-power/thermald/thermald-2.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/thermald/thermald-2.3-r1.ebuild 
b/sys-power/thermald/thermald-2.3-r1.ebuild
index d310c0357c0..87a4255e700 100644
--- a/sys-power/thermald/thermald-2.3-r1.ebuild
+++ b/sys-power/thermald/thermald-2.3-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/01org/thermal_daemon/archive/v${PV}.tar.gz -> ${P}.t
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2020-12-31 Thread Sam James
commit: 0f271e3841b59c8c831b59fc9cc7fc0f752a48ee
Author: Sam James  gentoo  org>
AuthorDate: Fri Jan  1 05:46:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jan  1 05:46:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f271e38

sys-power/thermald: Stabilize 2.3-r1 amd64, #758794

Signed-off-by: Sam James  gentoo.org>

 sys-power/thermald/thermald-2.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-power/thermald/thermald-2.3-r1.ebuild 
b/sys-power/thermald/thermald-2.3-r1.ebuild
index 1110e8a7182..d310c0357c0 100644
--- a/sys-power/thermald/thermald-2.3-r1.ebuild
+++ b/sys-power/thermald/thermald-2.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/01org/thermal_daemon/archive/v${PV}.tar.gz -> ${P}.t
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2020-12-06 Thread Pacho Ramos
commit: 95c7d51f1b36bc2d23bc94eef2fb46428fc90de8
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Dec  6 12:45:32 2020 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Dec  6 12:45:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95c7d51f

sys-power/thermald: Bump to 2.4.1

Closes: https://bugs.gentoo.org/757918
Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Pacho Ramos  gentoo.org>

 sys-power/thermald/Manifest  |  1 +
 sys-power/thermald/thermald-2.4.1.ebuild | 54 
 2 files changed, 55 insertions(+)

diff --git a/sys-power/thermald/Manifest b/sys-power/thermald/Manifest
index ad5d4188e16..6a3bf0017e0 100644
--- a/sys-power/thermald/Manifest
+++ b/sys-power/thermald/Manifest
@@ -1,2 +1,3 @@
 DIST thermald-2.2.tar.gz 435659 BLAKE2B 
500189b924594e5b1d68adc776b3ad0c1d531d4259c65dd77f9166648c9b4273c52e1f854ec6500b3d37e39deb4ec862443728d50e9be95dee8e43496645
 SHA512 
f2c691061436699aef5bb7d9681370306dc7a64c453208911077c9a4af50e35b32247fc0a35853bb314d0e4289dd07f6116a3ade7fa278b521ed9b7b13db949b
 DIST thermald-2.3.tar.gz 452790 BLAKE2B 
caef87d670b14bfa0dbe6ca4873ebea4b0a9960a9bad48ddb10abb348e25cafdbdf5dad831a1c3ad38e71ab61d7f123df99046dec1e5ce2c32be506bc4b1312f
 SHA512 
0d722c35e3638bb917994b8a123e1226b737b120f0946cfc604eb3bb4bd501121b1f196833f8cb3aceee73a8bb3566ef1d176d81143b84423f89d20966e91ed8
+DIST thermald-2.4.1.tar.gz 455735 BLAKE2B 
ee4d6bc590bc50639c0b19adbba7e243358174a837b2ff155dea060b1cd09171d4fb77b18b785dc9f64a633f680358cb1d7b36e3bd438e5267e0a0a27e18497e
 SHA512 
2dab7d57e028037208034ab4be95dc138ce028d4a47a0151c69816e1502065d801d52990641544b5d246144e654c15c663fa78af6cea094cf9a107f2fb29c1ef

diff --git a/sys-power/thermald/thermald-2.4.1.ebuild 
b/sys-power/thermald/thermald-2.4.1.ebuild
new file mode 100644
index 000..64693c99c35
--- /dev/null
+++ b/sys-power/thermald/thermald-2.4.1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools out-of-source systemd
+
+DESCRIPTION="Thermal daemon for Intel architectures"
+HOMEPAGE="https://01.org/linux-thermal-daemon 
https://github.com/intel/thermal_daemon;
+SRC_URI="https://github.com/intel/thermal_daemon/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-libs/dbus-glib:=
+   dev-libs/glib:=
+   dev-libs/libxml2:=
+   dev-libs/libevdev
+   sys-power/upower
+   sys-apps/dbus:="
+DEPEND="${RDEPEND}
+   dev-util/gtk-doc
+   dev-util/glib-utils"
+
+S=${WORKDIR}/thermal_daemon-${PV}
+DOCS=( thermal_daemon_usage.txt README.txt )
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+my_src_configure() {
+   ECONF_SOURCE="${S}" econf \
+   --disable-werror \
+   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
+}
+
+my_src_install_all() {
+   einstalldocs
+
+   rm -rf "${ED}"/etc/init || die
+   doinitd "${FILESDIR}"/thermald
+}
+
+pkg_postinst() {
+   if ! has_version sys-power/dptfxtract; then
+   elog "dptfxtract can be used to generate a more specific"
+   elog "thermald configuration for your system"
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2020-12-06 Thread Pacho Ramos
commit: f6ff22f2be909ca6c8caf4f3cd4e4ce08451a52f
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Dec  6 12:41:17 2020 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Dec  6 12:45:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6ff22f2

sys-power/thermald: Don't use Werror

Closes: https://bugs.gentoo.org/742416
Closes: https://bugs.gentoo.org/744118
Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Pacho Ramos  gentoo.org>

 sys-power/thermald/thermald-2.3-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-power/thermald/thermald-2.3-r1.ebuild 
b/sys-power/thermald/thermald-2.3-r1.ebuild
index 2465a7a7037..1110e8a7182 100644
--- a/sys-power/thermald/thermald-2.3-r1.ebuild
+++ b/sys-power/thermald/thermald-2.3-r1.ebuild
@@ -38,6 +38,7 @@ my_src_configure() {
append-cxxflags -std=c++14
 
ECONF_SOURCE="${S}" econf \
+   --disable-werror \
--with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
 }
 



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2020-09-22 Thread Pacho Ramos
commit: 742562f7fac885f1f4a78e438def443e8f655350
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Sep 22 08:51:01 2020 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Sep 22 08:51:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=742562f7

sys-power/thermald: Suggest dptfxtract usage to generate config files

Closes: https://bugs.gentoo.org/739618
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Pacho Ramos  gentoo.org>

 sys-power/thermald/thermald-2.3-r1.ebuild | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/sys-power/thermald/thermald-2.3-r1.ebuild 
b/sys-power/thermald/thermald-2.3-r1.ebuild
index 0e305e3aa63..2465a7a7037 100644
--- a/sys-power/thermald/thermald-2.3-r1.ebuild
+++ b/sys-power/thermald/thermald-2.3-r1.ebuild
@@ -47,3 +47,10 @@ my_src_install_all() {
rm -rf "${ED}"/etc/init || die
doinitd "${FILESDIR}"/thermald
 }
+
+pkg_postinst() {
+   if ! has_version sys-power/dptfxtract; then
+   elog "dptfxtract can be used to generate a more specific"
+   elog "thermald configuration for your system"
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2020-08-26 Thread Yixun Lan
commit: 15ba73b6e287c830397e6b0939735ca035efff97
Author: Yixun Lan  gentoo  org>
AuthorDate: Wed Aug 26 09:11:03 2020 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Aug 26 09:12:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15ba73b6

sys-power/thermald: fix missing libevdev dep

Closes: https://bugs.gentoo.org/739058
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Yixun Lan  gentoo.org>

 sys-power/thermald/{thermald-2.3.ebuild => thermald-2.3-r1.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-power/thermald/thermald-2.3.ebuild 
b/sys-power/thermald/thermald-2.3-r1.ebuild
similarity index 98%
rename from sys-power/thermald/thermald-2.3.ebuild
rename to sys-power/thermald/thermald-2.3-r1.ebuild
index eedfec46f29..0e305e3aa63 100644
--- a/sys-power/thermald/thermald-2.3.ebuild
+++ b/sys-power/thermald/thermald-2.3-r1.ebuild
@@ -18,6 +18,7 @@ RDEPEND="
dev-libs/dbus-glib:=
dev-libs/glib:=
dev-libs/libxml2:=
+   dev-libs/libevdev
sys-power/upower
sys-apps/dbus:="
 DEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2020-08-25 Thread Yixun Lan
commit: f3eebb5bc5bca48a17b690bb2f9e8774dfc06867
Author: Yixun Lan  gentoo  org>
AuthorDate: Wed Aug 26 03:03:25 2020 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Aug 26 03:03:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3eebb5b

sys-power/thermald: drop old

Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Yixun Lan  gentoo.org>

 sys-power/thermald/Manifest  |  2 --
 sys-power/thermald/thermald-1.9.1.ebuild | 46 
 sys-power/thermald/thermald-2.1.ebuild   | 46 
 3 files changed, 94 deletions(-)

diff --git a/sys-power/thermald/Manifest b/sys-power/thermald/Manifest
index d4130b9f9a1..ad5d4188e16 100644
--- a/sys-power/thermald/Manifest
+++ b/sys-power/thermald/Manifest
@@ -1,4 +1,2 @@
-DIST thermald-1.9.1.tar.gz 429116 BLAKE2B 
7b6105b25e89e68f82368e154b4ca2a826192d596c7427ebea3c6aa726c28b5409cf7e0f022132e2ee47423cc732a6d37b2eb05236c579e2c725820516f6993f
 SHA512 
7c16871316fb264abad9d0182cf8b6b5c1b4c747093672e74b7db2b6aa4f322fafdf6a94bfc8a11f427f7be2ee5e5691dc6a25bb5357ce45e7afe868f89b89e1
-DIST thermald-2.1.tar.gz 435310 BLAKE2B 
7a5b67c2f8cb56276427188a91cc0d0c5cc7975ea847abe6eddc41b5dba77f908bc1ab97234568c65b2bcbb3bfff7881412cef2f8aa422139c64d5fb089a6511
 SHA512 
407d743d2799f84cd178e17ef694f0825f03db4ce80a47df95826bc26a9f142b80295905707fcba41bd5268d411a03478cd9d432545f9e2f1394d7d61539e169
 DIST thermald-2.2.tar.gz 435659 BLAKE2B 
500189b924594e5b1d68adc776b3ad0c1d531d4259c65dd77f9166648c9b4273c52e1f854ec6500b3d37e39deb4ec862443728d50e9be95dee8e43496645
 SHA512 
f2c691061436699aef5bb7d9681370306dc7a64c453208911077c9a4af50e35b32247fc0a35853bb314d0e4289dd07f6116a3ade7fa278b521ed9b7b13db949b
 DIST thermald-2.3.tar.gz 452790 BLAKE2B 
caef87d670b14bfa0dbe6ca4873ebea4b0a9960a9bad48ddb10abb348e25cafdbdf5dad831a1c3ad38e71ab61d7f123df99046dec1e5ce2c32be506bc4b1312f
 SHA512 
0d722c35e3638bb917994b8a123e1226b737b120f0946cfc604eb3bb4bd501121b1f196833f8cb3aceee73a8bb3566ef1d176d81143b84423f89d20966e91ed8

diff --git a/sys-power/thermald/thermald-1.9.1.ebuild 
b/sys-power/thermald/thermald-1.9.1.ebuild
deleted file mode 100644
index fefc84b2d48..000
--- a/sys-power/thermald/thermald-1.9.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools flag-o-matic out-of-source 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=""
-
-RDEPEND="
-   dev-libs/dbus-glib:=
-   dev-libs/glib:=
-   dev-libs/libxml2:=
-   sys-apps/dbus:="
-DEPEND="${RDEPEND}
-   dev-util/glib-utils"
-
-S=${WORKDIR}/thermal_daemon-${PV}
-DOCS=( thermal_daemon_usage.txt README.txt )
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-my_src_configure() {
-   # bug 618948
-   append-cxxflags -std=c++14
-
-   ECONF_SOURCE="${S}" econf \
-   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
-}
-
-my_src_install_all() {
-   einstalldocs
-
-   rm -rf "${ED}"/etc/init || die
-   doinitd "${FILESDIR}"/thermald
-}

diff --git a/sys-power/thermald/thermald-2.1.ebuild 
b/sys-power/thermald/thermald-2.1.ebuild
deleted file mode 100644
index b551961e47b..000
--- a/sys-power/thermald/thermald-2.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools flag-o-matic out-of-source 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=""
-
-RDEPEND="
-   dev-libs/dbus-glib:=
-   dev-libs/glib:=
-   dev-libs/libxml2:=
-   sys-apps/dbus:="
-DEPEND="${RDEPEND}
-   dev-util/glib-utils"
-
-S=${WORKDIR}/thermal_daemon-${PV}
-DOCS=( thermal_daemon_usage.txt README.txt )
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-my_src_configure() {
-   # bug 618948
-   append-cxxflags -std=c++14
-
-   ECONF_SOURCE="${S}" econf \
-   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
-}
-
-my_src_install_all() {
-   einstalldocs
-
-   rm -rf "${ED}"/etc/init || die
-   doinitd "${FILESDIR}"/thermald
-}



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2020-08-25 Thread Yixun Lan
commit: 939909df0badb1ae693ee9de5a5443a47c8565c3
Author: Yixun Lan  gentoo  org>
AuthorDate: Wed Aug 26 03:01:52 2020 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Aug 26 03:01:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=939909df

sys-power/thermald: version bump, 2.3

Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Yixun Lan  gentoo.org>

 sys-power/thermald/Manifest|  1 +
 sys-power/thermald/thermald-2.3.ebuild | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/sys-power/thermald/Manifest b/sys-power/thermald/Manifest
index ceb276678f7..d4130b9f9a1 100644
--- a/sys-power/thermald/Manifest
+++ b/sys-power/thermald/Manifest
@@ -1,3 +1,4 @@
 DIST thermald-1.9.1.tar.gz 429116 BLAKE2B 
7b6105b25e89e68f82368e154b4ca2a826192d596c7427ebea3c6aa726c28b5409cf7e0f022132e2ee47423cc732a6d37b2eb05236c579e2c725820516f6993f
 SHA512 
7c16871316fb264abad9d0182cf8b6b5c1b4c747093672e74b7db2b6aa4f322fafdf6a94bfc8a11f427f7be2ee5e5691dc6a25bb5357ce45e7afe868f89b89e1
 DIST thermald-2.1.tar.gz 435310 BLAKE2B 
7a5b67c2f8cb56276427188a91cc0d0c5cc7975ea847abe6eddc41b5dba77f908bc1ab97234568c65b2bcbb3bfff7881412cef2f8aa422139c64d5fb089a6511
 SHA512 
407d743d2799f84cd178e17ef694f0825f03db4ce80a47df95826bc26a9f142b80295905707fcba41bd5268d411a03478cd9d432545f9e2f1394d7d61539e169
 DIST thermald-2.2.tar.gz 435659 BLAKE2B 
500189b924594e5b1d68adc776b3ad0c1d531d4259c65dd77f9166648c9b4273c52e1f854ec6500b3d37e39deb4ec862443728d50e9be95dee8e43496645
 SHA512 
f2c691061436699aef5bb7d9681370306dc7a64c453208911077c9a4af50e35b32247fc0a35853bb314d0e4289dd07f6116a3ade7fa278b521ed9b7b13db949b
+DIST thermald-2.3.tar.gz 452790 BLAKE2B 
caef87d670b14bfa0dbe6ca4873ebea4b0a9960a9bad48ddb10abb348e25cafdbdf5dad831a1c3ad38e71ab61d7f123df99046dec1e5ce2c32be506bc4b1312f
 SHA512 
0d722c35e3638bb917994b8a123e1226b737b120f0946cfc604eb3bb4bd501121b1f196833f8cb3aceee73a8bb3566ef1d176d81143b84423f89d20966e91ed8

diff --git a/sys-power/thermald/thermald-2.3.ebuild 
b/sys-power/thermald/thermald-2.3.ebuild
new file mode 100644
index 000..eedfec46f29
--- /dev/null
+++ b/sys-power/thermald/thermald-2.3.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools flag-o-matic out-of-source 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=""
+
+RDEPEND="
+   dev-libs/dbus-glib:=
+   dev-libs/glib:=
+   dev-libs/libxml2:=
+   sys-power/upower
+   sys-apps/dbus:="
+DEPEND="${RDEPEND}
+   dev-util/gtk-doc
+   dev-util/glib-utils"
+
+S=${WORKDIR}/thermal_daemon-${PV}
+DOCS=( thermal_daemon_usage.txt README.txt )
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+my_src_configure() {
+   # bug 618948
+   append-cxxflags -std=c++14
+
+   ECONF_SOURCE="${S}" econf \
+   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
+}
+
+my_src_install_all() {
+   einstalldocs
+
+   rm -rf "${ED}"/etc/init || die
+   doinitd "${FILESDIR}"/thermald
+}



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2020-08-17 Thread Agostino Sarubbo
commit: 94677dbecc4ffc2291abbb4666abce6d97fda1bf
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 17 13:50:17 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 17 13:50:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94677dbe

sys-power/thermald: amd64 stable wrt bug #737482

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-power/thermald/thermald-2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/thermald/thermald-2.2.ebuild 
b/sys-power/thermald/thermald-2.2.ebuild
index b13dcb99e17..fefc84b2d48 100644
--- a/sys-power/thermald/thermald-2.2.ebuild
+++ b/sys-power/thermald/thermald-2.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/01org/thermal_daemon/archive/v${PV}.tar.gz -> ${P}.t
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2020-08-17 Thread Agostino Sarubbo
commit: dbcd4646f522ff468b4bae37e56883fca1cdba20
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 17 10:01:41 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 17 10:01:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbcd4646

sys-power/thermald: x86 stable wrt bug #737482

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-power/thermald/thermald-2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/thermald/thermald-2.2.ebuild 
b/sys-power/thermald/thermald-2.2.ebuild
index b551961e47b..b13dcb99e17 100644
--- a/sys-power/thermald/thermald-2.2.ebuild
+++ b/sys-power/thermald/thermald-2.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/01org/thermal_daemon/archive/v${PV}.tar.gz -> ${P}.t
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/files/

2020-07-20 Thread Aaron Bauman
commit: b1161d3963e2a6e4a6eb414478a107c641980b40
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Jul 12 20:01:04 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jul 21 01:36:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1161d39

sys-power/thermald: remove unused patch

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16682
Signed-off-by: Aaron Bauman  gentoo.org>

 .../files/thermald-1.9-size_t-format.patch | 44 --
 1 file changed, 44 deletions(-)

diff --git a/sys-power/thermald/files/thermald-1.9-size_t-format.patch 
b/sys-power/thermald/files/thermald-1.9-size_t-format.patch
deleted file mode 100644
index 324b3b97f79..000
--- a/sys-power/thermald/files/thermald-1.9-size_t-format.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-From dcdaf523393a6e7c07b5a510c573223722b0289b Mon Sep 17 00:00:00 2001
-From: Anuj Mittal 
-Date: Thu, 1 Aug 2019 08:15:52 +0800
-Subject: [PATCH] Use correct format specifier for size_t
-
-%zu instead of %lu, otherwise on 32 bit:
-
-| In file included from ../git/src/thd_common.h:27,
-|  from ../git/src/thd_zone.h:30,
-|  from ../git/src/thd_zone.cpp:34:
-| ../git/src/thd_zone.cpp: In member function 'void 
cthd_zone::update_highest_trip_temp(cthd_trip_point&)':
-| ../git/src/thd_zone.cpp:322:16: error: format '%lu' expects argument of type 
'long unsigned int', but argument 4 has type 
'std::vector::size_type' {aka 'unsigned int'} [-Werror=format=]
-|   322 |   thd_log_info("trip_points.size():%lu\n", trip_points.size());
-|   |^~  ~~
-|   ||
-|   |
std::vector::size_type {aka unsigned int}
-| ../git/src/thermald.h:82:57: note: in definition of macro 'thd_log_info'
-|82 | #define thd_log_info(...) g_log(NULL, G_LOG_LEVEL_INFO, __VA_ARGS__)
-|   | ^~~
-| ../git/src/thd_zone.cpp:322:38: note: format string is defined here
-|   322 |   thd_log_info("trip_points.size():%lu\n", trip_points.size());
-|   |~~^
-|   |  |
-|   |  long unsigned int
-|   |%u
-
-Signed-off-by: Anuj Mittal 

- src/thd_zone.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/thd_zone.cpp b/src/thd_zone.cpp
-index dd485d9..eb81d61 100644
 a/src/thd_zone.cpp
-+++ b/src/thd_zone.cpp
-@@ -319,7 +319,7 @@ void cthd_zone::add_trip(cthd_trip_point ) {
- void cthd_zone::update_highest_trip_temp(cthd_trip_point )
- {
-   if (trip_points.size()) {
--  thd_log_info("trip_points.size():%lu\n", trip_points.size());
-+  thd_log_info("trip_points.size():%zu\n", trip_points.size());
-   for (unsigned int j = trip_points.size() - 1;; --j) {
-   if (trip_points[j].get_trip_type() == 
trip.get_trip_type()) {
-   thd_log_info("updating existing trip temp \n");



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2020-07-10 Thread Yixun Lan
commit: f8d3f1fbe28853feb0c3be19b71527ba8a1ba144
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri Jul 10 10:23:20 2020 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Jul 10 10:25:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8d3f1fb

sys-power/thermald: version bump, 2.2

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Yixun Lan  gentoo.org>

 sys-power/thermald/Manifest|  1 +
 sys-power/thermald/thermald-2.2.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/sys-power/thermald/Manifest b/sys-power/thermald/Manifest
index aadd0c23ba3..b4ae63582db 100644
--- a/sys-power/thermald/Manifest
+++ b/sys-power/thermald/Manifest
@@ -1,3 +1,4 @@
 DIST thermald-1.9.1.tar.gz 429116 BLAKE2B 
7b6105b25e89e68f82368e154b4ca2a826192d596c7427ebea3c6aa726c28b5409cf7e0f022132e2ee47423cc732a6d37b2eb05236c579e2c725820516f6993f
 SHA512 
7c16871316fb264abad9d0182cf8b6b5c1b4c747093672e74b7db2b6aa4f322fafdf6a94bfc8a11f427f7be2ee5e5691dc6a25bb5357ce45e7afe868f89b89e1
 DIST thermald-1.9.tar.gz 427380 BLAKE2B 
1954531838c0fc3677ab8f91476d5670a6b5d067d580c7c570b37e5d8d8ac408cacb218531bc8363cfd56eee9331291959ff11851550c6c782a43b19bacca01a
 SHA512 
71fa6e9fc2f55623ed0acdb65f9699d5ea2c89c4092546a73d53ac3ea3ca0a5c60f3360c8bef0af9daeeecfe9a20411d9e4d25bc1d89349cfe83ebb03ba387a8
 DIST thermald-2.1.tar.gz 435310 BLAKE2B 
7a5b67c2f8cb56276427188a91cc0d0c5cc7975ea847abe6eddc41b5dba77f908bc1ab97234568c65b2bcbb3bfff7881412cef2f8aa422139c64d5fb089a6511
 SHA512 
407d743d2799f84cd178e17ef694f0825f03db4ce80a47df95826bc26a9f142b80295905707fcba41bd5268d411a03478cd9d432545f9e2f1394d7d61539e169
+DIST thermald-2.2.tar.gz 435659 BLAKE2B 
500189b924594e5b1d68adc776b3ad0c1d531d4259c65dd77f9166648c9b4273c52e1f854ec6500b3d37e39deb4ec862443728d50e9be95dee8e43496645
 SHA512 
f2c691061436699aef5bb7d9681370306dc7a64c453208911077c9a4af50e35b32247fc0a35853bb314d0e4289dd07f6116a3ade7fa278b521ed9b7b13db949b

diff --git a/sys-power/thermald/thermald-2.2.ebuild 
b/sys-power/thermald/thermald-2.2.ebuild
new file mode 100644
index 000..b551961e47b
--- /dev/null
+++ b/sys-power/thermald/thermald-2.2.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools flag-o-matic out-of-source 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=""
+
+RDEPEND="
+   dev-libs/dbus-glib:=
+   dev-libs/glib:=
+   dev-libs/libxml2:=
+   sys-apps/dbus:="
+DEPEND="${RDEPEND}
+   dev-util/glib-utils"
+
+S=${WORKDIR}/thermal_daemon-${PV}
+DOCS=( thermal_daemon_usage.txt README.txt )
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+my_src_configure() {
+   # bug 618948
+   append-cxxflags -std=c++14
+
+   ECONF_SOURCE="${S}" econf \
+   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
+}
+
+my_src_install_all() {
+   einstalldocs
+
+   rm -rf "${ED}"/etc/init || die
+   doinitd "${FILESDIR}"/thermald
+}



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2020-07-10 Thread Yixun Lan
commit: 1f7d8f58d43bd4dca1965b9ee1318320cd82683a
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri Jul 10 10:24:37 2020 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Jul 10 10:25:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f7d8f58

sys-power/thermald: drop old

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Yixun Lan  gentoo.org>

 sys-power/thermald/Manifest|  1 -
 sys-power/thermald/thermald-1.9.ebuild | 47 --
 2 files changed, 48 deletions(-)

diff --git a/sys-power/thermald/Manifest b/sys-power/thermald/Manifest
index b4ae63582db..ceb276678f7 100644
--- a/sys-power/thermald/Manifest
+++ b/sys-power/thermald/Manifest
@@ -1,4 +1,3 @@
 DIST thermald-1.9.1.tar.gz 429116 BLAKE2B 
7b6105b25e89e68f82368e154b4ca2a826192d596c7427ebea3c6aa726c28b5409cf7e0f022132e2ee47423cc732a6d37b2eb05236c579e2c725820516f6993f
 SHA512 
7c16871316fb264abad9d0182cf8b6b5c1b4c747093672e74b7db2b6aa4f322fafdf6a94bfc8a11f427f7be2ee5e5691dc6a25bb5357ce45e7afe868f89b89e1
-DIST thermald-1.9.tar.gz 427380 BLAKE2B 
1954531838c0fc3677ab8f91476d5670a6b5d067d580c7c570b37e5d8d8ac408cacb218531bc8363cfd56eee9331291959ff11851550c6c782a43b19bacca01a
 SHA512 
71fa6e9fc2f55623ed0acdb65f9699d5ea2c89c4092546a73d53ac3ea3ca0a5c60f3360c8bef0af9daeeecfe9a20411d9e4d25bc1d89349cfe83ebb03ba387a8
 DIST thermald-2.1.tar.gz 435310 BLAKE2B 
7a5b67c2f8cb56276427188a91cc0d0c5cc7975ea847abe6eddc41b5dba77f908bc1ab97234568c65b2bcbb3bfff7881412cef2f8aa422139c64d5fb089a6511
 SHA512 
407d743d2799f84cd178e17ef694f0825f03db4ce80a47df95826bc26a9f142b80295905707fcba41bd5268d411a03478cd9d432545f9e2f1394d7d61539e169
 DIST thermald-2.2.tar.gz 435659 BLAKE2B 
500189b924594e5b1d68adc776b3ad0c1d531d4259c65dd77f9166648c9b4273c52e1f854ec6500b3d37e39deb4ec862443728d50e9be95dee8e43496645
 SHA512 
f2c691061436699aef5bb7d9681370306dc7a64c453208911077c9a4af50e35b32247fc0a35853bb314d0e4289dd07f6116a3ade7fa278b521ed9b7b13db949b

diff --git a/sys-power/thermald/thermald-1.9.ebuild 
b/sys-power/thermald/thermald-1.9.ebuild
deleted file mode 100644
index 03b369146fb..000
--- a/sys-power/thermald/thermald-1.9.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools flag-o-matic out-of-source 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=""
-
-RDEPEND="
-   dev-libs/dbus-glib:=
-   dev-libs/glib:=
-   dev-libs/libxml2:=
-   sys-apps/dbus:="
-DEPEND="${RDEPEND}
-   dev-util/glib-utils"
-
-S=${WORKDIR}/thermal_daemon-${PV}
-DOCS=( thermal_daemon_usage.txt README.txt )
-
-src_prepare() {
-   eapply "${FILESDIR}/${P}-size_t-format.patch"
-   default
-   eautoreconf
-}
-
-my_src_configure() {
-   # bug 618948
-   append-cxxflags -std=c++14
-
-   ECONF_SOURCE="${S}" econf \
-   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
-}
-
-my_src_install_all() {
-   einstalldocs
-
-   rm -rf "${ED}"/etc/init || die
-   doinitd "${FILESDIR}"/thermald
-}



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2020-05-10 Thread Yixun Lan
commit: ebf230c240132186ad273e2303e939f5e700e395
Author: Yixun Lan  gentoo  org>
AuthorDate: Sun May 10 15:22:17 2020 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sun May 10 15:27:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebf230c2

sys-power/thermald: version bump, 2.1

Closes: https://bugs.gentoo.org/720366
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Yixun Lan  gentoo.org>

 sys-power/thermald/Manifest|  1 +
 sys-power/thermald/thermald-2.1.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/sys-power/thermald/Manifest b/sys-power/thermald/Manifest
index a3860a3312c..aadd0c23ba3 100644
--- a/sys-power/thermald/Manifest
+++ b/sys-power/thermald/Manifest
@@ -1,2 +1,3 @@
 DIST thermald-1.9.1.tar.gz 429116 BLAKE2B 
7b6105b25e89e68f82368e154b4ca2a826192d596c7427ebea3c6aa726c28b5409cf7e0f022132e2ee47423cc732a6d37b2eb05236c579e2c725820516f6993f
 SHA512 
7c16871316fb264abad9d0182cf8b6b5c1b4c747093672e74b7db2b6aa4f322fafdf6a94bfc8a11f427f7be2ee5e5691dc6a25bb5357ce45e7afe868f89b89e1
 DIST thermald-1.9.tar.gz 427380 BLAKE2B 
1954531838c0fc3677ab8f91476d5670a6b5d067d580c7c570b37e5d8d8ac408cacb218531bc8363cfd56eee9331291959ff11851550c6c782a43b19bacca01a
 SHA512 
71fa6e9fc2f55623ed0acdb65f9699d5ea2c89c4092546a73d53ac3ea3ca0a5c60f3360c8bef0af9daeeecfe9a20411d9e4d25bc1d89349cfe83ebb03ba387a8
+DIST thermald-2.1.tar.gz 435310 BLAKE2B 
7a5b67c2f8cb56276427188a91cc0d0c5cc7975ea847abe6eddc41b5dba77f908bc1ab97234568c65b2bcbb3bfff7881412cef2f8aa422139c64d5fb089a6511
 SHA512 
407d743d2799f84cd178e17ef694f0825f03db4ce80a47df95826bc26a9f142b80295905707fcba41bd5268d411a03478cd9d432545f9e2f1394d7d61539e169

diff --git a/sys-power/thermald/thermald-2.1.ebuild 
b/sys-power/thermald/thermald-2.1.ebuild
new file mode 100644
index 000..b551961e47b
--- /dev/null
+++ b/sys-power/thermald/thermald-2.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools flag-o-matic out-of-source 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=""
+
+RDEPEND="
+   dev-libs/dbus-glib:=
+   dev-libs/glib:=
+   dev-libs/libxml2:=
+   sys-apps/dbus:="
+DEPEND="${RDEPEND}
+   dev-util/glib-utils"
+
+S=${WORKDIR}/thermal_daemon-${PV}
+DOCS=( thermal_daemon_usage.txt README.txt )
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+my_src_configure() {
+   # bug 618948
+   append-cxxflags -std=c++14
+
+   ECONF_SOURCE="${S}" econf \
+   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
+}
+
+my_src_install_all() {
+   einstalldocs
+
+   rm -rf "${ED}"/etc/init || die
+   doinitd "${FILESDIR}"/thermald
+}



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2020-04-14 Thread Agostino Sarubbo
commit: 1b45dce9858502f1a144da2e460d7563bf856be3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Apr 14 12:31:38 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Apr 14 12:31:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b45dce9

sys-power/thermald: x86 stable wrt bug #716148

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-power/thermald/thermald-1.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/thermald/thermald-1.9.1.ebuild 
b/sys-power/thermald/thermald-1.9.1.ebuild
index d28e5e81591..fefc84b2d48 100644
--- a/sys-power/thermald/thermald-1.9.1.ebuild
+++ b/sys-power/thermald/thermald-1.9.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/01org/thermal_daemon/archive/v${PV}.tar.gz -> ${P}.t
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2020-04-07 Thread Agostino Sarubbo
commit: a49fe29c025c4f2fc01d823bc005ba9db7f0ec4d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Apr  7 10:31:46 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Apr  7 10:31:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a49fe29c

sys-power/thermald: amd64 stable wrt bug #716148

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-power/thermald/thermald-1.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/thermald/thermald-1.9.1.ebuild 
b/sys-power/thermald/thermald-1.9.1.ebuild
index b551961e47b..d28e5e81591 100644
--- a/sys-power/thermald/thermald-1.9.1.ebuild
+++ b/sys-power/thermald/thermald-1.9.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/01org/thermal_daemon/archive/v${PV}.tar.gz -> ${P}.t
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2020-02-17 Thread Agostino Sarubbo
commit: a490527936a41683cc8ad557fefdb8f992e22a7e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 12:12:41 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 12:12:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4905279

sys-power/thermald: amd64 stable wrt bug #708990

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-power/thermald/thermald-1.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/thermald/thermald-1.9.ebuild 
b/sys-power/thermald/thermald-1.9.ebuild
index b63dc27a30e..03b369146fb 100644
--- a/sys-power/thermald/thermald-1.9.ebuild
+++ b/sys-power/thermald/thermald-1.9.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/01org/thermal_daemon/archive/v${PV}.tar.gz -> ${P}.t
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2020-02-16 Thread Thomas Deutschmann
commit: aad0220d6c3047ee52bdab90dee05105de7d2756
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Feb 16 21:07:34 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Feb 16 21:13:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aad0220d

sys-power/thermald: x86 stable (bug #708990)

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Thomas Deutschmann  gentoo.org>

 sys-power/thermald/thermald-1.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/thermald/thermald-1.9.ebuild 
b/sys-power/thermald/thermald-1.9.ebuild
index 52d886909a9..b63dc27a30e 100644
--- a/sys-power/thermald/thermald-1.9.ebuild
+++ b/sys-power/thermald/thermald-1.9.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/01org/thermal_daemon/archive/v${PV}.tar.gz -> ${P}.t
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2020-02-14 Thread Yixun Lan
commit: ccff350f5bc9155c3b0af16db9d4025a4e3c73a3
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri Feb 14 22:02:02 2020 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Feb 14 22:02:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccff350f

sys-power/thermald: QA: drop unnecessary slash from $ED

Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Yixun Lan  gentoo.org>

 sys-power/thermald/thermald-1.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/thermald/thermald-1.9.1.ebuild 
b/sys-power/thermald/thermald-1.9.1.ebuild
index 00ec5a43bbb..b551961e47b 100644
--- a/sys-power/thermald/thermald-1.9.1.ebuild
+++ b/sys-power/thermald/thermald-1.9.1.ebuild
@@ -41,6 +41,6 @@ my_src_configure() {
 my_src_install_all() {
einstalldocs
 
-   rm -rf "${ED%/}"/etc/init || die
+   rm -rf "${ED}"/etc/init || die
doinitd "${FILESDIR}"/thermald
 }



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2020-02-14 Thread Yixun Lan
commit: caebd2c3be24ac35240e60b51cd7d0a66aa3b6f7
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri Feb 14 13:30:02 2020 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Feb 14 14:13:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caebd2c3

sys-power/thermald: drop old

Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Yixun Lan  gentoo.org>

 sys-power/thermald/Manifest   |  1 -
 sys-power/thermald/thermald-1.8-r1.ebuild | 47 ---
 2 files changed, 48 deletions(-)

diff --git a/sys-power/thermald/Manifest b/sys-power/thermald/Manifest
index 06cf2223432..a3860a3312c 100644
--- a/sys-power/thermald/Manifest
+++ b/sys-power/thermald/Manifest
@@ -1,3 +1,2 @@
-DIST thermald-1.8.tar.gz 422982 BLAKE2B 
6970190182a6ebcd6b39fcd34d75221173e1bbbf32cb7c0009001cd2934cf18bbc524ec43d1e99dbf7a1a0bda53b0b2239c9e25e08c4cb9435bceb0a512c5e3b
 SHA512 
2360cfad311a804d7609b9879c5a0db749e1813085093e535eaa948b6fa289c385b8e6762ab15270e2e19170a4f48e0b0d736029651289ec23c8dfc61743
 DIST thermald-1.9.1.tar.gz 429116 BLAKE2B 
7b6105b25e89e68f82368e154b4ca2a826192d596c7427ebea3c6aa726c28b5409cf7e0f022132e2ee47423cc732a6d37b2eb05236c579e2c725820516f6993f
 SHA512 
7c16871316fb264abad9d0182cf8b6b5c1b4c747093672e74b7db2b6aa4f322fafdf6a94bfc8a11f427f7be2ee5e5691dc6a25bb5357ce45e7afe868f89b89e1
 DIST thermald-1.9.tar.gz 427380 BLAKE2B 
1954531838c0fc3677ab8f91476d5670a6b5d067d580c7c570b37e5d8d8ac408cacb218531bc8363cfd56eee9331291959ff11851550c6c782a43b19bacca01a
 SHA512 
71fa6e9fc2f55623ed0acdb65f9699d5ea2c89c4092546a73d53ac3ea3ca0a5c60f3360c8bef0af9daeeecfe9a20411d9e4d25bc1d89349cfe83ebb03ba387a8

diff --git a/sys-power/thermald/thermald-1.8-r1.ebuild 
b/sys-power/thermald/thermald-1.8-r1.ebuild
deleted file mode 100644
index e578d903b8e..000
--- a/sys-power/thermald/thermald-1.8-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools flag-o-matic out-of-source 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=""
-
-RDEPEND="
-   dev-libs/dbus-glib:=
-   dev-libs/glib:=
-   dev-libs/libxml2:=
-   sys-apps/dbus:="
-DEPEND="${RDEPEND}
-   dev-util/glib-utils"
-
-S=${WORKDIR}/thermal_daemon-${PV}
-DOCS=( thermal_daemon_usage.txt README.txt )
-
-src_prepare() {
-   epatch "${FILESDIR}"/"${P}"-x86-fix.patch
-   default
-   eautoreconf
-}
-
-my_src_configure() {
-   # bug 618948
-   append-cxxflags -std=c++14
-
-   ECONF_SOURCE="${S}" econf \
-   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
-}
-
-my_src_install_all() {
-   einstalldocs
-
-   rm -rf "${ED%/}"/etc/init || die
-   doinitd "${FILESDIR}"/thermald
-}



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2020-02-14 Thread Yixun Lan
commit: 6a307021f5f8cd454553ced8538f712d36350d27
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri Feb 14 13:27:10 2020 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Feb 14 14:13:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a307021

sys-power/thermald: version bump 1.9.1

Closes: https://bugs.gentoo.org/708286
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Yixun Lan  gentoo.org>

 sys-power/thermald/Manifest  |  1 +
 sys-power/thermald/thermald-1.9.1.ebuild | 46 
 2 files changed, 47 insertions(+)

diff --git a/sys-power/thermald/Manifest b/sys-power/thermald/Manifest
index a9a68b00c15..06cf2223432 100644
--- a/sys-power/thermald/Manifest
+++ b/sys-power/thermald/Manifest
@@ -1,2 +1,3 @@
 DIST thermald-1.8.tar.gz 422982 BLAKE2B 
6970190182a6ebcd6b39fcd34d75221173e1bbbf32cb7c0009001cd2934cf18bbc524ec43d1e99dbf7a1a0bda53b0b2239c9e25e08c4cb9435bceb0a512c5e3b
 SHA512 
2360cfad311a804d7609b9879c5a0db749e1813085093e535eaa948b6fa289c385b8e6762ab15270e2e19170a4f48e0b0d736029651289ec23c8dfc61743
+DIST thermald-1.9.1.tar.gz 429116 BLAKE2B 
7b6105b25e89e68f82368e154b4ca2a826192d596c7427ebea3c6aa726c28b5409cf7e0f022132e2ee47423cc732a6d37b2eb05236c579e2c725820516f6993f
 SHA512 
7c16871316fb264abad9d0182cf8b6b5c1b4c747093672e74b7db2b6aa4f322fafdf6a94bfc8a11f427f7be2ee5e5691dc6a25bb5357ce45e7afe868f89b89e1
 DIST thermald-1.9.tar.gz 427380 BLAKE2B 
1954531838c0fc3677ab8f91476d5670a6b5d067d580c7c570b37e5d8d8ac408cacb218531bc8363cfd56eee9331291959ff11851550c6c782a43b19bacca01a
 SHA512 
71fa6e9fc2f55623ed0acdb65f9699d5ea2c89c4092546a73d53ac3ea3ca0a5c60f3360c8bef0af9daeeecfe9a20411d9e4d25bc1d89349cfe83ebb03ba387a8

diff --git a/sys-power/thermald/thermald-1.9.1.ebuild 
b/sys-power/thermald/thermald-1.9.1.ebuild
new file mode 100644
index 000..00ec5a43bbb
--- /dev/null
+++ b/sys-power/thermald/thermald-1.9.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools flag-o-matic out-of-source 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=""
+
+RDEPEND="
+   dev-libs/dbus-glib:=
+   dev-libs/glib:=
+   dev-libs/libxml2:=
+   sys-apps/dbus:="
+DEPEND="${RDEPEND}
+   dev-util/glib-utils"
+
+S=${WORKDIR}/thermal_daemon-${PV}
+DOCS=( thermal_daemon_usage.txt README.txt )
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+my_src_configure() {
+   # bug 618948
+   append-cxxflags -std=c++14
+
+   ECONF_SOURCE="${S}" econf \
+   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
+}
+
+my_src_install_all() {
+   einstalldocs
+
+   rm -rf "${ED%/}"/etc/init || die
+   doinitd "${FILESDIR}"/thermald
+}



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2020-02-08 Thread David Seifert
commit: 52815238bc2a72481960eaf4f9a77cf015177bd4
Author: David Seifert  gentoo  org>
AuthorDate: Sat Feb  8 16:23:49 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Feb  8 16:23:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52815238

sys-power/thermald: [QA] Fix UnnecessarySlashStrip

Signed-off-by: David Seifert  gentoo.org>

 sys-power/thermald/thermald-1.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/thermald/thermald-1.9.ebuild 
b/sys-power/thermald/thermald-1.9.ebuild
index 9eb5e8b9249..5ab38ae244a 100644
--- a/sys-power/thermald/thermald-1.9.ebuild
+++ b/sys-power/thermald/thermald-1.9.ebuild
@@ -42,6 +42,6 @@ my_src_configure() {
 my_src_install_all() {
einstalldocs
 
-   rm -rf "${ED%/}"/etc/init || die
+   rm -rf "${ED}"/etc/init || die
doinitd "${FILESDIR}"/thermald
 }



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/files/, sys-power/thermald/

2019-10-21 Thread Rick Farina
commit: 0f61d0f658bf6c4331382eec0d02f66192b2
Author: Rick Farina  gentoo  org>
AuthorDate: Tue Oct 22 02:30:24 2019 +
Commit: Rick Farina  gentoo  org>
CommitDate: Tue Oct 22 02:30:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f61

sys-power/thermald: fix build failure on newer gcc

Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Rick Farina  gentoo.org>

 .../files/thermald-1.9-size_t-format.patch | 44 ++
 sys-power/thermald/thermald-1.9.ebuild |  1 +
 2 files changed, 45 insertions(+)

diff --git a/sys-power/thermald/files/thermald-1.9-size_t-format.patch 
b/sys-power/thermald/files/thermald-1.9-size_t-format.patch
new file mode 100644
index 000..324b3b97f79
--- /dev/null
+++ b/sys-power/thermald/files/thermald-1.9-size_t-format.patch
@@ -0,0 +1,44 @@
+From dcdaf523393a6e7c07b5a510c573223722b0289b Mon Sep 17 00:00:00 2001
+From: Anuj Mittal 
+Date: Thu, 1 Aug 2019 08:15:52 +0800
+Subject: [PATCH] Use correct format specifier for size_t
+
+%zu instead of %lu, otherwise on 32 bit:
+
+| In file included from ../git/src/thd_common.h:27,
+|  from ../git/src/thd_zone.h:30,
+|  from ../git/src/thd_zone.cpp:34:
+| ../git/src/thd_zone.cpp: In member function 'void 
cthd_zone::update_highest_trip_temp(cthd_trip_point&)':
+| ../git/src/thd_zone.cpp:322:16: error: format '%lu' expects argument of type 
'long unsigned int', but argument 4 has type 
'std::vector::size_type' {aka 'unsigned int'} [-Werror=format=]
+|   322 |   thd_log_info("trip_points.size():%lu\n", trip_points.size());
+|   |^~  ~~
+|   ||
+|   |
std::vector::size_type {aka unsigned int}
+| ../git/src/thermald.h:82:57: note: in definition of macro 'thd_log_info'
+|82 | #define thd_log_info(...) g_log(NULL, G_LOG_LEVEL_INFO, __VA_ARGS__)
+|   | ^~~
+| ../git/src/thd_zone.cpp:322:38: note: format string is defined here
+|   322 |   thd_log_info("trip_points.size():%lu\n", trip_points.size());
+|   |~~^
+|   |  |
+|   |  long unsigned int
+|   |%u
+
+Signed-off-by: Anuj Mittal 
+---
+ src/thd_zone.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/thd_zone.cpp b/src/thd_zone.cpp
+index dd485d9..eb81d61 100644
+--- a/src/thd_zone.cpp
 b/src/thd_zone.cpp
+@@ -319,7 +319,7 @@ void cthd_zone::add_trip(cthd_trip_point ) {
+ void cthd_zone::update_highest_trip_temp(cthd_trip_point )
+ {
+   if (trip_points.size()) {
+-  thd_log_info("trip_points.size():%lu\n", trip_points.size());
++  thd_log_info("trip_points.size():%zu\n", trip_points.size());
+   for (unsigned int j = trip_points.size() - 1;; --j) {
+   if (trip_points[j].get_trip_type() == 
trip.get_trip_type()) {
+   thd_log_info("updating existing trip temp \n");

diff --git a/sys-power/thermald/thermald-1.9.ebuild 
b/sys-power/thermald/thermald-1.9.ebuild
index 33bfe3ff73b..9eb5e8b9249 100644
--- a/sys-power/thermald/thermald-1.9.ebuild
+++ b/sys-power/thermald/thermald-1.9.ebuild
@@ -26,6 +26,7 @@ S=${WORKDIR}/thermal_daemon-${PV}
 DOCS=( thermal_daemon_usage.txt README.txt )
 
 src_prepare() {
+   eapply "${FILESDIR}/${P}-size_t-format.patch"
default
eautoreconf
 }



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2019-10-16 Thread Yixun Lan
commit: 13e11db1a217b48129659de7bc0c4427358f2eb3
Author: Yixun Lan  gentoo  org>
AuthorDate: Wed Oct 16 13:36:20 2019 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Oct 16 13:36:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13e11db1

sys-power/thermald: version bump, 1.9

Closes: https://bugs.gentoo.org/697770
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Yixun Lan  gentoo.org>

 sys-power/thermald/Manifest|  1 +
 sys-power/thermald/thermald-1.9.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/sys-power/thermald/Manifest b/sys-power/thermald/Manifest
index 3a395068f56..ca15004565e 100644
--- a/sys-power/thermald/Manifest
+++ b/sys-power/thermald/Manifest
@@ -1,2 +1,3 @@
 DIST thermald-1.7.1.tar.gz 420725 BLAKE2B 
99e176e978e56d453fe5ff409f048122d18b9c554ed3128dac1c704a61ab483ab3ca21c2c360d1dc763de9770f877948d62d8c2216072d23fa1b828913a8e766
 SHA512 
a78f8aa9ef0f3e3b57fc1ebbd7ad7e67985676ad7adf5b6a6d23e4aed4e2ccb8273fb67ccd9a2133f91f7f6b19f793c9ba68e41208aabde4248ca666061fe5e0
 DIST thermald-1.8.tar.gz 422982 BLAKE2B 
6970190182a6ebcd6b39fcd34d75221173e1bbbf32cb7c0009001cd2934cf18bbc524ec43d1e99dbf7a1a0bda53b0b2239c9e25e08c4cb9435bceb0a512c5e3b
 SHA512 
2360cfad311a804d7609b9879c5a0db749e1813085093e535eaa948b6fa289c385b8e6762ab15270e2e19170a4f48e0b0d736029651289ec23c8dfc61743
+DIST thermald-1.9.tar.gz 427380 BLAKE2B 
1954531838c0fc3677ab8f91476d5670a6b5d067d580c7c570b37e5d8d8ac408cacb218531bc8363cfd56eee9331291959ff11851550c6c782a43b19bacca01a
 SHA512 
71fa6e9fc2f55623ed0acdb65f9699d5ea2c89c4092546a73d53ac3ea3ca0a5c60f3360c8bef0af9daeeecfe9a20411d9e4d25bc1d89349cfe83ebb03ba387a8

diff --git a/sys-power/thermald/thermald-1.9.ebuild 
b/sys-power/thermald/thermald-1.9.ebuild
new file mode 100644
index 000..33bfe3ff73b
--- /dev/null
+++ b/sys-power/thermald/thermald-1.9.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools flag-o-matic out-of-source 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=""
+
+RDEPEND="
+   dev-libs/dbus-glib:=
+   dev-libs/glib:=
+   dev-libs/libxml2:=
+   sys-apps/dbus:="
+DEPEND="${RDEPEND}
+   dev-util/glib-utils"
+
+S=${WORKDIR}/thermal_daemon-${PV}
+DOCS=( thermal_daemon_usage.txt README.txt )
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+my_src_configure() {
+   # bug 618948
+   append-cxxflags -std=c++14
+
+   ECONF_SOURCE="${S}" econf \
+   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
+}
+
+my_src_install_all() {
+   einstalldocs
+
+   rm -rf "${ED%/}"/etc/init || die
+   doinitd "${FILESDIR}"/thermald
+}



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2019-10-16 Thread Yixun Lan
commit: cb077b65f4c4885e21b7256549730e170d54aa21
Author: Yixun Lan  gentoo  org>
AuthorDate: Wed Oct 16 13:37:18 2019 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Oct 16 13:37:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb077b65

sys-power/thermald: drop old

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Yixun Lan  gentoo.org>

 sys-power/thermald/Manifest  |  1 -
 sys-power/thermald/thermald-1.7.1.ebuild | 46 
 2 files changed, 47 deletions(-)

diff --git a/sys-power/thermald/Manifest b/sys-power/thermald/Manifest
index ca15004565e..a9a68b00c15 100644
--- a/sys-power/thermald/Manifest
+++ b/sys-power/thermald/Manifest
@@ -1,3 +1,2 @@
-DIST thermald-1.7.1.tar.gz 420725 BLAKE2B 
99e176e978e56d453fe5ff409f048122d18b9c554ed3128dac1c704a61ab483ab3ca21c2c360d1dc763de9770f877948d62d8c2216072d23fa1b828913a8e766
 SHA512 
a78f8aa9ef0f3e3b57fc1ebbd7ad7e67985676ad7adf5b6a6d23e4aed4e2ccb8273fb67ccd9a2133f91f7f6b19f793c9ba68e41208aabde4248ca666061fe5e0
 DIST thermald-1.8.tar.gz 422982 BLAKE2B 
6970190182a6ebcd6b39fcd34d75221173e1bbbf32cb7c0009001cd2934cf18bbc524ec43d1e99dbf7a1a0bda53b0b2239c9e25e08c4cb9435bceb0a512c5e3b
 SHA512 
2360cfad311a804d7609b9879c5a0db749e1813085093e535eaa948b6fa289c385b8e6762ab15270e2e19170a4f48e0b0d736029651289ec23c8dfc61743
 DIST thermald-1.9.tar.gz 427380 BLAKE2B 
1954531838c0fc3677ab8f91476d5670a6b5d067d580c7c570b37e5d8d8ac408cacb218531bc8363cfd56eee9331291959ff11851550c6c782a43b19bacca01a
 SHA512 
71fa6e9fc2f55623ed0acdb65f9699d5ea2c89c4092546a73d53ac3ea3ca0a5c60f3360c8bef0af9daeeecfe9a20411d9e4d25bc1d89349cfe83ebb03ba387a8

diff --git a/sys-power/thermald/thermald-1.7.1.ebuild 
b/sys-power/thermald/thermald-1.7.1.ebuild
deleted file mode 100644
index 525bb27d6f0..000
--- a/sys-power/thermald/thermald-1.7.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools flag-o-matic out-of-source 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=""
-
-RDEPEND="
-   dev-libs/dbus-glib:=
-   dev-libs/glib:=
-   dev-libs/libxml2:=
-   sys-apps/dbus:="
-DEPEND="${RDEPEND}
-   dev-util/glib-utils"
-
-S=${WORKDIR}/thermal_daemon-${PV}
-DOCS=( thermal_daemon_usage.txt README.txt )
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-my_src_configure() {
-   # bug 618948
-   append-cxxflags -std=c++14
-
-   ECONF_SOURCE="${S}" econf \
-   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
-}
-
-my_src_install_all() {
-   einstalldocs
-
-   rm -rf "${ED%/}"/etc/init || die
-   doinitd "${FILESDIR}"/thermald
-}



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/, sys-power/thermald/files/

2018-11-07 Thread Rick Farina
commit: 8936b8d10e3758ed4142e6b0a1834cf7a560293f
Author: Zero_Chaos  gentoo  org>
AuthorDate: Wed Nov  7 18:20:40 2018 +
Commit: Rick Farina  gentoo  org>
CommitDate: Wed Nov  7 18:20:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8936b8d1

sys-power/thermald: fixes bug #670624

apologies if the bump isn't correct, but I wasn't sure if this might
cause a runtime issue on other arches which successfully built and the
package takes 20 seconds to build

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Rick Farina  gentoo.org>

 .../thermald/files/thermald-1.8-x86-fix.patch  | 31 ++
 ...{thermald-1.8.ebuild => thermald-1.8-r1.ebuild} |  1 +
 2 files changed, 32 insertions(+)

diff --git a/sys-power/thermald/files/thermald-1.8-x86-fix.patch 
b/sys-power/thermald/files/thermald-1.8-x86-fix.patch
new file mode 100644
index 000..e944003b79b
--- /dev/null
+++ b/sys-power/thermald/files/thermald-1.8-x86-fix.patch
@@ -0,0 +1,31 @@
+From bb7631163c8f3f44d0dc83690765cdb799664fd5 Mon Sep 17 00:00:00 2001
+From: Anuj Mittal 
+Date: Wed, 26 Sep 2018 10:34:15 +0800
+Subject: [PATCH] Use correct format specifier for size_t
+
+%zu instead of %lu, otherwise on 32 bit:
+
+| ../git/src/thd_zone.cpp: In member function 'void 
cthd_zone::sort_and_update_poll_trip()':
+| ../git/src/thd_zone.cpp:106:16: error: format '%lu' expects argument of type 
'long unsigned int', but argument 4 has type 
'std::vector::size_type' {aka 'unsigned int'} [-Werror=format=]
+|   thd_log_debug("sort_and_update_poll_trip: trip_points_size =%lu\n",
+| ^~~~
+| trip_points.size());
+
+Signed-off-by: Anuj Mittal 
+---
+ src/thd_zone.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/thd_zone.cpp b/src/thd_zone.cpp
+index b7edf9e..cb7b8e8 100644
+--- a/src/thd_zone.cpp
 b/src/thd_zone.cpp
+@@ -103,7 +103,7 @@ int cthd_zone::read_user_set_psv_temp() {
+ }
+ 
+ void cthd_zone::sort_and_update_poll_trip() {
+-  thd_log_debug("sort_and_update_poll_trip: trip_points_size =%lu\n",
++  thd_log_debug("sort_and_update_poll_trip: trip_points_size =%zu\n",
+   trip_points.size());
+   if (trip_points.size()) {
+   unsigned int polling_trip = 0;

diff --git a/sys-power/thermald/thermald-1.8.ebuild 
b/sys-power/thermald/thermald-1.8-r1.ebuild
similarity index 95%
rename from sys-power/thermald/thermald-1.8.ebuild
rename to sys-power/thermald/thermald-1.8-r1.ebuild
index 525bb27d6f0..e578d903b8e 100644
--- a/sys-power/thermald/thermald-1.8.ebuild
+++ b/sys-power/thermald/thermald-1.8-r1.ebuild
@@ -26,6 +26,7 @@ S=${WORKDIR}/thermal_daemon-${PV}
 DOCS=( thermal_daemon_usage.txt README.txt )
 
 src_prepare() {
+   epatch "${FILESDIR}"/"${P}"-x86-fix.patch
default
eautoreconf
 }



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2018-10-11 Thread Yixun Lan
commit: e60f8cf5da7f7e18b006fae610662e47339eef95
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri Oct 12 01:58:28 2018 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Oct 12 02:00:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e60f8cf5

sys-power/thermald: fix build-time dependency

Closes: https://bugs.gentoo.org/667564
Package-Manager: Portage-2.3.50, Repoman-2.3.11

Signed-off-by: Yixun Lan  gentoo.org>

 sys-power/thermald/thermald-1.7.1.ebuild | 5 +++--
 sys-power/thermald/thermald-1.8.ebuild   | 3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/sys-power/thermald/thermald-1.7.1.ebuild 
b/sys-power/thermald/thermald-1.7.1.ebuild
index d3ca3808cb9..525bb27d6f0 100644
--- a/sys-power/thermald/thermald-1.7.1.ebuild
+++ b/sys-power/thermald/thermald-1.7.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,7 +19,8 @@ RDEPEND="
dev-libs/glib:=
dev-libs/libxml2:=
sys-apps/dbus:="
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+   dev-util/glib-utils"
 
 S=${WORKDIR}/thermal_daemon-${PV}
 DOCS=( thermal_daemon_usage.txt README.txt )

diff --git a/sys-power/thermald/thermald-1.8.ebuild 
b/sys-power/thermald/thermald-1.8.ebuild
index 1307006a95e..525bb27d6f0 100644
--- a/sys-power/thermald/thermald-1.8.ebuild
+++ b/sys-power/thermald/thermald-1.8.ebuild
@@ -19,7 +19,8 @@ RDEPEND="
dev-libs/glib:=
dev-libs/libxml2:=
sys-apps/dbus:="
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+   dev-util/glib-utils"
 
 S=${WORKDIR}/thermal_daemon-${PV}
 DOCS=( thermal_daemon_usage.txt README.txt )



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2018-10-11 Thread Yixun Lan
commit: 42cb92f0d116ed602cf569c68080641525d8f960
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri Oct 12 05:56:35 2018 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Oct 11 22:05:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42cb92f0

sys-power/thermald: version bump, 1.8

Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Yixun Lan  gentoo.org>

 sys-power/thermald/Manifest|  1 +
 sys-power/thermald/thermald-1.8.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/sys-power/thermald/Manifest b/sys-power/thermald/Manifest
index f5ae52feff8..3a395068f56 100644
--- a/sys-power/thermald/Manifest
+++ b/sys-power/thermald/Manifest
@@ -1 +1,2 @@
 DIST thermald-1.7.1.tar.gz 420725 BLAKE2B 
99e176e978e56d453fe5ff409f048122d18b9c554ed3128dac1c704a61ab483ab3ca21c2c360d1dc763de9770f877948d62d8c2216072d23fa1b828913a8e766
 SHA512 
a78f8aa9ef0f3e3b57fc1ebbd7ad7e67985676ad7adf5b6a6d23e4aed4e2ccb8273fb67ccd9a2133f91f7f6b19f793c9ba68e41208aabde4248ca666061fe5e0
+DIST thermald-1.8.tar.gz 422982 BLAKE2B 
6970190182a6ebcd6b39fcd34d75221173e1bbbf32cb7c0009001cd2934cf18bbc524ec43d1e99dbf7a1a0bda53b0b2239c9e25e08c4cb9435bceb0a512c5e3b
 SHA512 
2360cfad311a804d7609b9879c5a0db749e1813085093e535eaa948b6fa289c385b8e6762ab15270e2e19170a4f48e0b0d736029651289ec23c8dfc61743

diff --git a/sys-power/thermald/thermald-1.8.ebuild 
b/sys-power/thermald/thermald-1.8.ebuild
new file mode 100644
index 000..1307006a95e
--- /dev/null
+++ b/sys-power/thermald/thermald-1.8.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools flag-o-matic out-of-source 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=""
+
+RDEPEND="
+   dev-libs/dbus-glib:=
+   dev-libs/glib:=
+   dev-libs/libxml2:=
+   sys-apps/dbus:="
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}/thermal_daemon-${PV}
+DOCS=( thermal_daemon_usage.txt README.txt )
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+my_src_configure() {
+   # bug 618948
+   append-cxxflags -std=c++14
+
+   ECONF_SOURCE="${S}" econf \
+   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
+}
+
+my_src_install_all() {
+   einstalldocs
+
+   rm -rf "${ED%/}"/etc/init || die
+   doinitd "${FILESDIR}"/thermald
+}



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2018-02-19 Thread David Seifert
commit: 5bd1a263f1ff2ea09ea5e1774a55ab344673f283
Author: David Seifert  gentoo  org>
AuthorDate: Mon Feb 19 15:25:54 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Feb 19 15:25:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bd1a263

sys-power/thermald: Version bump to 1.7.1

Closes: https://bugs.gentoo.org/555368
Closes: https://bugs.gentoo.org/618948
Closes: https://bugs.gentoo.org/642220
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-power/thermald/Manifest  |  1 +
 sys-power/thermald/thermald-1.7.1.ebuild | 45 
 2 files changed, 46 insertions(+)

diff --git a/sys-power/thermald/Manifest b/sys-power/thermald/Manifest
index 4532586c3f6..4fd6599436d 100644
--- a/sys-power/thermald/Manifest
+++ b/sys-power/thermald/Manifest
@@ -2,3 +2,4 @@ DIST thermald-1.4.2.tar.gz 89080 BLAKE2B 
7dd2b734c46e006570ce8cd3ac11d922bcba6dc
 DIST thermald-1.5.3.tar.gz 335067 BLAKE2B 
209ef4e798ace8521f9164cf796cdf94efdd3c47ed71c18d52728070686ae10ad4d3c10d6c0a7bd727bfc6d834214d6876dcc406ce0877a903bbc175b40beec3
 SHA512 
aab4ade4dc50985cd5d45bcce6ea9b75cce22504eb113c86b8733c8be88a701c8812b8b0f3202f084a8128d50ec794ebe1c73312c0a5a5fd1dbc87eedf02df16
 DIST thermald-1.5.4.tar.gz 336768 BLAKE2B 
c56f091bf0034f794ad3aad16d5f9ed0480822d4505efbaed65c413621f3f5da74032da25cfbd9ea6fbb46656e1a9f1626ddab288486e104f013791e4c462ccc
 SHA512 
c23b4aabc59f11fe93074459d8343f587275771268d9c71c871da6bb46d8533a46ab9ac0b495c22771d9064288872abfd3180e3bc92dbe5842cff53046e543d6
 DIST thermald-1.6.tar.gz 331682 BLAKE2B 
2e8f18134f49cee618323438478b43b36454ebdeb9f50e972f3b4eefb4c01e40e01384e54c5c15d84e4d2ba9b7fd11f67fbe7b0839df2f2fc31bc42b200e1b85
 SHA512 
ddcd01dcd2f6b5666ffa16ba635734e4c146244b5df7c3f0deb8120f8ee7ebf1f4ee302d49db2b7e9a4950045650922977bd40bf6b38ccea9896f81e06df1d49
+DIST thermald-1.7.1.tar.gz 420725 BLAKE2B 
99e176e978e56d453fe5ff409f048122d18b9c554ed3128dac1c704a61ab483ab3ca21c2c360d1dc763de9770f877948d62d8c2216072d23fa1b828913a8e766
 SHA512 
a78f8aa9ef0f3e3b57fc1ebbd7ad7e67985676ad7adf5b6a6d23e4aed4e2ccb8273fb67ccd9a2133f91f7f6b19f793c9ba68e41208aabde4248ca666061fe5e0

diff --git a/sys-power/thermald/thermald-1.7.1.ebuild 
b/sys-power/thermald/thermald-1.7.1.ebuild
new file mode 100644
index 000..d3ca3808cb9
--- /dev/null
+++ b/sys-power/thermald/thermald-1.7.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools flag-o-matic out-of-source 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=""
+
+RDEPEND="
+   dev-libs/dbus-glib:=
+   dev-libs/glib:=
+   dev-libs/libxml2:=
+   sys-apps/dbus:="
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}/thermal_daemon-${PV}
+DOCS=( thermal_daemon_usage.txt README.txt )
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+my_src_configure() {
+   # bug 618948
+   append-cxxflags -std=c++14
+
+   ECONF_SOURCE="${S}" econf \
+   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
+}
+
+my_src_install_all() {
+   einstalldocs
+
+   rm -rf "${ED%/}"/etc/init || die
+   doinitd "${FILESDIR}"/thermald
+}



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/files/, sys-power/thermald/

2018-02-19 Thread David Seifert
commit: de3e1be3bdac5714340af73159e93fae4ae38e8a
Author: David Seifert  gentoo  org>
AuthorDate: Mon Feb 19 15:25:57 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Feb 19 15:25:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de3e1be3

sys-power/thermald: [QA] Remove autotools-utils based ebuilds

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-power/thermald/Manifest|  4 --
 .../files/thermald-1.4.2-terminate-r1.patch| 65 --
 sys-power/thermald/thermald-1.4.2-r1.ebuild| 44 ---
 sys-power/thermald/thermald-1.5.3.ebuild   | 40 -
 sys-power/thermald/thermald-1.5.4.ebuild   | 40 -
 sys-power/thermald/thermald-1.6.ebuild | 40 -
 6 files changed, 233 deletions(-)

diff --git a/sys-power/thermald/Manifest b/sys-power/thermald/Manifest
index 4fd6599436d..f5ae52feff8 100644
--- a/sys-power/thermald/Manifest
+++ b/sys-power/thermald/Manifest
@@ -1,5 +1 @@
-DIST thermald-1.4.2.tar.gz 89080 BLAKE2B 
7dd2b734c46e006570ce8cd3ac11d922bcba6dc40c50bc6b2f19ff21e709f686138433f7e17487af405830f0a72dc86d275f3699d97db8677c8c2b75509b7fae
 SHA512 
373620679df7db242770ae2b5c6e2b9015cfb480539889c43b8f20f52faa139ea307985c8f7369daf14c41d987f7c5af4baecc9dd460ef63556ac982eb4bcd47
-DIST thermald-1.5.3.tar.gz 335067 BLAKE2B 
209ef4e798ace8521f9164cf796cdf94efdd3c47ed71c18d52728070686ae10ad4d3c10d6c0a7bd727bfc6d834214d6876dcc406ce0877a903bbc175b40beec3
 SHA512 
aab4ade4dc50985cd5d45bcce6ea9b75cce22504eb113c86b8733c8be88a701c8812b8b0f3202f084a8128d50ec794ebe1c73312c0a5a5fd1dbc87eedf02df16
-DIST thermald-1.5.4.tar.gz 336768 BLAKE2B 
c56f091bf0034f794ad3aad16d5f9ed0480822d4505efbaed65c413621f3f5da74032da25cfbd9ea6fbb46656e1a9f1626ddab288486e104f013791e4c462ccc
 SHA512 
c23b4aabc59f11fe93074459d8343f587275771268d9c71c871da6bb46d8533a46ab9ac0b495c22771d9064288872abfd3180e3bc92dbe5842cff53046e543d6
-DIST thermald-1.6.tar.gz 331682 BLAKE2B 
2e8f18134f49cee618323438478b43b36454ebdeb9f50e972f3b4eefb4c01e40e01384e54c5c15d84e4d2ba9b7fd11f67fbe7b0839df2f2fc31bc42b200e1b85
 SHA512 
ddcd01dcd2f6b5666ffa16ba635734e4c146244b5df7c3f0deb8120f8ee7ebf1f4ee302d49db2b7e9a4950045650922977bd40bf6b38ccea9896f81e06df1d49
 DIST thermald-1.7.1.tar.gz 420725 BLAKE2B 
99e176e978e56d453fe5ff409f048122d18b9c554ed3128dac1c704a61ab483ab3ca21c2c360d1dc763de9770f877948d62d8c2216072d23fa1b828913a8e766
 SHA512 
a78f8aa9ef0f3e3b57fc1ebbd7ad7e67985676ad7adf5b6a6d23e4aed4e2ccb8273fb67ccd9a2133f91f7f6b19f793c9ba68e41208aabde4248ca666061fe5e0

diff --git a/sys-power/thermald/files/thermald-1.4.2-terminate-r1.patch 
b/sys-power/thermald/files/thermald-1.4.2-terminate-r1.patch
deleted file mode 100644
index 96ba91ffe5e..000
--- a/sys-power/thermald/files/thermald-1.4.2-terminate-r1.patch
+++ /dev/null
@@ -1,65 +0,0 @@
-commit 14bf458675a735975c6b9bf7394682e93398a8e0
-Author: Srinivas Pandruvada 
-Date:   Tue Jul 14 17:46:45 2015 -0700
-
-Fix regression in exit via dbus message
-
-Terminate via dbus terminate message is broken. Fixed this.
-Thanks to Yixun Lan  for finding this.
-
-diff --git a/src/main.cpp b/src/main.cpp
-index 2cf4864..d692cf3 100644
 a/src/main.cpp
-+++ b/src/main.cpp
-@@ -50,7 +50,7 @@
- #define TD_DIST_VERSION PACKAGE_VERSION
- #endif
- 
--extern int thd_dbus_server_init();
-+extern int thd_dbus_server_init(void (*exit_handler)(int));
- 
- // Default log level
- static int thd_log_level = G_LOG_LEVEL_ERROR | G_LOG_LEVEL_CRITICAL
-@@ -263,7 +263,7 @@ int main(int argc, char *argv[]) {
-   }
- 
-   if (dbus_enable)
--  thd_dbus_server_init();
-+  thd_dbus_server_init(sig_int_handler);
- 
-   if (!no_daemon) {
-   printf("Ready to serve requests: Daemonizing.. %d\n", 
thd_daemonize);
-diff --git a/src/thd_dbus_interface.cpp b/src/thd_dbus_interface.cpp
-index 021bce2..7926101 100644
 a/src/thd_dbus_interface.cpp
-+++ b/src/thd_dbus_interface.cpp
-@@ -187,8 +187,12 @@ gboolean 
thd_dbus_interface_get_current_preference(PrefObject *obj,
-   return TRUE;
- }
- 
-+void (*thd_dbus_exit_callback)(int);
- gboolean thd_dbus_interface_terminate(PrefObject *obj, GError **error) {
-   thd_engine->thd_engine_terminate();
-+  if (thd_dbus_exit_callback)
-+  thd_dbus_exit_callback(0);
-+
-   return TRUE;
- }
- 
-@@ -561,13 +565,15 @@ gboolean 
thd_dbus_interface_get_sensor_temperature(PrefObject *obj, int index,
- }
- 
- // Setup dbus server
--int thd_dbus_server_init() {
-+int thd_dbus_server_init(void (*exit_handler)(int)) {
-   DBusGConnection *bus;
-   DBusGProxy *bus_proxy;
-   GError *error = NULL;
-   guint result;
-   PrefObject *value_obj;
- 
-+  thd_dbus_exit_callback = exit_handler;
-+
-   bus = dbus_g_bus_get(DBUS_BUS_SYSTEM, );
-   if (error != NULL) {
-   

[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2017-04-16 Thread Yixun Lan
commit: 21a2d0ed165ee802cf939f69d5a926902ff60fa7
Author: Yixun Lan  gentoo  org>
AuthorDate: Mon Apr 17 05:03:18 2017 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Apr 17 05:14:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21a2d0ed

sys-power/thermald: version bump 1.6

Gentoo-Bug: 615574
Package-Manager: Portage-2.3.5, Repoman-2.3.2

 sys-power/thermald/Manifest|  1 +
 sys-power/thermald/thermald-1.6.ebuild | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/sys-power/thermald/Manifest b/sys-power/thermald/Manifest
index 72cce8ce8e5..f55d978abfd 100644
--- a/sys-power/thermald/Manifest
+++ b/sys-power/thermald/Manifest
@@ -1,3 +1,4 @@
 DIST thermald-1.4.2.tar.gz 89080 SHA256 
4be5e1105f8b24af17d19357eda97b6edd3d74284c3ee762060d487158997f8b SHA512 
373620679df7db242770ae2b5c6e2b9015cfb480539889c43b8f20f52faa139ea307985c8f7369daf14c41d987f7c5af4baecc9dd460ef63556ac982eb4bcd47
 WHIRLPOOL 
6abde17fc60f30dda58935663084e53cbc26ba8b59bc058b3b6f8fc03af538d6f2e363d578fcbbfb38a02bf3cda0856abcb361fb63fd2e5ce0bc2c63a4d42484
 DIST thermald-1.5.3.tar.gz 335067 SHA256 
e20b450ef27a5b5e45474c831663c8f5ecd14c82ace5a4b1e06c442e0a23b53e SHA512 
aab4ade4dc50985cd5d45bcce6ea9b75cce22504eb113c86b8733c8be88a701c8812b8b0f3202f084a8128d50ec794ebe1c73312c0a5a5fd1dbc87eedf02df16
 WHIRLPOOL 
9b48d92fd677c1b327173cac114dd4bc4dbf86c29cc8ab929841342c7e4f7bf651fc03aebb140cce633095230222fac8302931cee8ab2c943beb816e816d9ca0
 DIST thermald-1.5.4.tar.gz 336768 SHA256 
42f72fc32c84adcbb2ee6667645c2e1653cdc4f85963e6f72efd83517f7c29f0 SHA512 
c23b4aabc59f11fe93074459d8343f587275771268d9c71c871da6bb46d8533a46ab9ac0b495c22771d9064288872abfd3180e3bc92dbe5842cff53046e543d6
 WHIRLPOOL 
7ad9588218c3b17433061f9a2218efcddc049d9f005177221c2b4bfbec045ca4b2ac2efb2b2b814ff382848390e0624cfcea61fa79c541030abe55e714abcb45
+DIST thermald-1.6.tar.gz 331682 SHA256 
c63ae1b031f2b4ce037441e7e9910d05405b540fe6668e156d32c56d5dfa7492 SHA512 
ddcd01dcd2f6b5666ffa16ba635734e4c146244b5df7c3f0deb8120f8ee7ebf1f4ee302d49db2b7e9a4950045650922977bd40bf6b38ccea9896f81e06df1d49
 WHIRLPOOL 
0e246c2e011ef40c07d9194d0bf481349a042dca806a0cf5e3e58a9c211cdac2d18641a87ecebfc78c41ea905683a7ac5f94ba4afeeccfb1ff6bb27e76855c09

diff --git a/sys-power/thermald/thermald-1.6.ebuild 
b/sys-power/thermald/thermald-1.6.ebuild
new file mode 100644
index 000..615c338aa4a
--- /dev/null
+++ b/sys-power/thermald/thermald-1.6.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+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
+}



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2017-02-23 Thread Yixun Lan
commit: 7819b1ab4f30ecba101788a70aad0e8938cee39c
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri Feb 24 02:02:57 2017 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Feb 24 02:43:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7819b1ab

sys-power/thermald: version bump

Gentoo-Bug: 610618

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-power/thermald/Manifest  |  1 +
 sys-power/thermald/thermald-1.5.4.ebuild | 41 
 2 files changed, 42 insertions(+)

diff --git a/sys-power/thermald/Manifest b/sys-power/thermald/Manifest
index 1702abc388..72cce8ce8e 100644
--- a/sys-power/thermald/Manifest
+++ b/sys-power/thermald/Manifest
@@ -1,2 +1,3 @@
 DIST thermald-1.4.2.tar.gz 89080 SHA256 
4be5e1105f8b24af17d19357eda97b6edd3d74284c3ee762060d487158997f8b SHA512 
373620679df7db242770ae2b5c6e2b9015cfb480539889c43b8f20f52faa139ea307985c8f7369daf14c41d987f7c5af4baecc9dd460ef63556ac982eb4bcd47
 WHIRLPOOL 
6abde17fc60f30dda58935663084e53cbc26ba8b59bc058b3b6f8fc03af538d6f2e363d578fcbbfb38a02bf3cda0856abcb361fb63fd2e5ce0bc2c63a4d42484
 DIST thermald-1.5.3.tar.gz 335067 SHA256 
e20b450ef27a5b5e45474c831663c8f5ecd14c82ace5a4b1e06c442e0a23b53e SHA512 
aab4ade4dc50985cd5d45bcce6ea9b75cce22504eb113c86b8733c8be88a701c8812b8b0f3202f084a8128d50ec794ebe1c73312c0a5a5fd1dbc87eedf02df16
 WHIRLPOOL 
9b48d92fd677c1b327173cac114dd4bc4dbf86c29cc8ab929841342c7e4f7bf651fc03aebb140cce633095230222fac8302931cee8ab2c943beb816e816d9ca0
+DIST thermald-1.5.4.tar.gz 336768 SHA256 
42f72fc32c84adcbb2ee6667645c2e1653cdc4f85963e6f72efd83517f7c29f0 SHA512 
c23b4aabc59f11fe93074459d8343f587275771268d9c71c871da6bb46d8533a46ab9ac0b495c22771d9064288872abfd3180e3bc92dbe5842cff53046e543d6
 WHIRLPOOL 
7ad9588218c3b17433061f9a2218efcddc049d9f005177221c2b4bfbec045ca4b2ac2efb2b2b814ff382848390e0624cfcea61fa79c541030abe55e714abcb45

diff --git a/sys-power/thermald/thermald-1.5.4.ebuild 
b/sys-power/thermald/thermald-1.5.4.ebuild
new file mode 100644
index 00..b703e17454
--- /dev/null
+++ b/sys-power/thermald/thermald-1.5.4.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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
+}



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2016-07-04 Thread Yixun Lan
commit: c22b23230546a1d98992c94b60815be661549a84
Author: Yixun Lan  gentoo  org>
AuthorDate: Tue Jul  5 01:58:29 2016 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Jul  5 01:58:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c22b2323

sys-power/thermald: drop old

Package-Manager: portage-2.3.0_rc1

 sys-power/thermald/Manifest|  1 -
 sys-power/thermald/thermald-1.3.ebuild | 41 --
 2 files changed, 42 deletions(-)

diff --git a/sys-power/thermald/Manifest b/sys-power/thermald/Manifest
index 6ae3cff..1702abc 100644
--- a/sys-power/thermald/Manifest
+++ b/sys-power/thermald/Manifest
@@ -1,3 +1,2 @@
-DIST thermald-1.3.tar.gz 77733 SHA256 
c85c2e3400456302ee754a747e17a99871e3ddf3f0f82273de9ff6935d893af2 SHA512 
6f2087de52d0f8614de1002701efba748fef114ac2161c0fe3325d545da91386f89eab4c1e218aff4acc099351acd6db747cc401444db7283961df450d94a4e4
 WHIRLPOOL 
bc2b772bea1a6fa46e2dbbbd91217f534c9a3be420de850ab06163ae9a36cd60e6d95862167e7e242110916946f265e9214738ea4c972c6c6b99c8e0be9aad3b
 DIST thermald-1.4.2.tar.gz 89080 SHA256 
4be5e1105f8b24af17d19357eda97b6edd3d74284c3ee762060d487158997f8b SHA512 
373620679df7db242770ae2b5c6e2b9015cfb480539889c43b8f20f52faa139ea307985c8f7369daf14c41d987f7c5af4baecc9dd460ef63556ac982eb4bcd47
 WHIRLPOOL 
6abde17fc60f30dda58935663084e53cbc26ba8b59bc058b3b6f8fc03af538d6f2e363d578fcbbfb38a02bf3cda0856abcb361fb63fd2e5ce0bc2c63a4d42484
 DIST thermald-1.5.3.tar.gz 335067 SHA256 
e20b450ef27a5b5e45474c831663c8f5ecd14c82ace5a4b1e06c442e0a23b53e SHA512 
aab4ade4dc50985cd5d45bcce6ea9b75cce22504eb113c86b8733c8be88a701c8812b8b0f3202f084a8128d50ec794ebe1c73312c0a5a5fd1dbc87eedf02df16
 WHIRLPOOL 
9b48d92fd677c1b327173cac114dd4bc4dbf86c29cc8ab929841342c7e4f7bf651fc03aebb140cce633095230222fac8302931cee8ab2c943beb816e816d9ca0

diff --git a/sys-power/thermald/thermald-1.3.ebuild 
b/sys-power/thermald/thermald-1.3.ebuild
deleted file mode 100644
index de4ce55..000
--- a/sys-power/thermald/thermald-1.3.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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
-}



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/

2016-07-04 Thread Yixun Lan
commit: 4cc9df36ff19e38b4850b30d74c0de2452b00d6d
Author: Leho Kraav  kraav  com>
AuthorDate: Tue Jun 28 21:25:33 2016 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Jul  5 01:53:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cc9df36

sys-power/thermald: version bump 1.5.3

Closes: https://github.com/gentoo/gentoo/pull/1791

Signed-off-by: Yixun Lan  gentoo.org>

 sys-power/thermald/Manifest  |  1 +
 sys-power/thermald/thermald-1.5.3.ebuild | 41 
 2 files changed, 42 insertions(+)

diff --git a/sys-power/thermald/Manifest b/sys-power/thermald/Manifest
index 0b96ef6..6ae3cff 100644
--- a/sys-power/thermald/Manifest
+++ b/sys-power/thermald/Manifest
@@ -1,2 +1,3 @@
 DIST thermald-1.3.tar.gz 77733 SHA256 
c85c2e3400456302ee754a747e17a99871e3ddf3f0f82273de9ff6935d893af2 SHA512 
6f2087de52d0f8614de1002701efba748fef114ac2161c0fe3325d545da91386f89eab4c1e218aff4acc099351acd6db747cc401444db7283961df450d94a4e4
 WHIRLPOOL 
bc2b772bea1a6fa46e2dbbbd91217f534c9a3be420de850ab06163ae9a36cd60e6d95862167e7e242110916946f265e9214738ea4c972c6c6b99c8e0be9aad3b
 DIST thermald-1.4.2.tar.gz 89080 SHA256 
4be5e1105f8b24af17d19357eda97b6edd3d74284c3ee762060d487158997f8b SHA512 
373620679df7db242770ae2b5c6e2b9015cfb480539889c43b8f20f52faa139ea307985c8f7369daf14c41d987f7c5af4baecc9dd460ef63556ac982eb4bcd47
 WHIRLPOOL 
6abde17fc60f30dda58935663084e53cbc26ba8b59bc058b3b6f8fc03af538d6f2e363d578fcbbfb38a02bf3cda0856abcb361fb63fd2e5ce0bc2c63a4d42484
+DIST thermald-1.5.3.tar.gz 335067 SHA256 
e20b450ef27a5b5e45474c831663c8f5ecd14c82ace5a4b1e06c442e0a23b53e SHA512 
aab4ade4dc50985cd5d45bcce6ea9b75cce22504eb113c86b8733c8be88a701c8812b8b0f3202f084a8128d50ec794ebe1c73312c0a5a5fd1dbc87eedf02df16
 WHIRLPOOL 
9b48d92fd677c1b327173cac114dd4bc4dbf86c29cc8ab929841342c7e4f7bf651fc03aebb140cce633095230222fac8302931cee8ab2c943beb816e816d9ca0

diff --git a/sys-power/thermald/thermald-1.5.3.ebuild 
b/sys-power/thermald/thermald-1.5.3.ebuild
new file mode 100644
index 000..de4ce55
--- /dev/null
+++ b/sys-power/thermald/thermald-1.5.3.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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
+}