diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2016-09-16 14:36:11 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2016-09-16 14:37:14 +0200 |
commit | 9ba6c0d353dd2ad3936fe35095588648b472f188 (patch) | |
tree | b09ce40af6192c3631777b2d40e1948226b53216 /sys-apps/lm_sensors/metadata.xml | |
parent | dev-lang/scala: Bump 2.11 slot to 2.11.8. (diff) | |
download | gentoo-9ba6c0d353dd2ad3936fe35095588648b472f188.tar.gz gentoo-9ba6c0d353dd2ad3936fe35095588648b472f188.tar.bz2 gentoo-9ba6c0d353dd2ad3936fe35095588648b472f188.zip |
sys-apps/lm_sensors: Version bump to snapshot release from 2016-07-25; Package now uses module-load service
Changes:
========
- Based on latest unreleased changes (snapshot release from 2016-07-25;
updated/added detection for Fintek F81768, Nuvoton NCT6793D, Microchip
MCP9808 and Mark F71868A chips; various fixes for sensors-detect, see
https://git.io/v6Wig for all changes)
- sensors-detect now writes to "/etc/modules-load.d/lm_sensors.conf" and
uses a config file protection mechanism like known from emerge (i.e.
after making changes you have to call tools such as dispatch-conf,
cfg-update or etc-update to merge the changes;
new "--no-gentoo-config-protect" parameter will disable config file
protection)
- Due to previous change lm_service service no longer loads modules. You
have to use mechanism your init system provides to do that (i.e. make
sure your init system's modules-load service is enabled).
- Ebuild is now multilib compatible (see bug 529684)
- Runscripts no longer passes config file as argument. While this removes
the possibility to use different configurations per default services it
allows you to use "/etc/sensors.d" (see bug 490502 and bug 307249)
- Runscripts improved in general. I.e. if you start fancontrol service
without a valid config (so that fancontrol doesn't start and exit with
an error) you will now know at least, that the service didn't start.
Now you will also have reliable status functions to know service state.
Gentoo-Bug: https://bugs.gentoo.org/592916
Gentoo-Bug: https://bugs.gentoo.org/529684
Gentoo-Bug: https://bugs.gentoo.org/490502
Gentoo-Bug: https://bugs.gentoo.org/307249
Package-Manager: portage-2.3.0
Diffstat (limited to 'sys-apps/lm_sensors/metadata.xml')
-rw-r--r-- | sys-apps/lm_sensors/metadata.xml | 25 |
1 files changed, 17 insertions, 8 deletions
diff --git a/sys-apps/lm_sensors/metadata.xml b/sys-apps/lm_sensors/metadata.xml index c865c34fd411..d8294cc5920c 100644 --- a/sys-apps/lm_sensors/metadata.xml +++ b/sys-apps/lm_sensors/metadata.xml @@ -1,13 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person"> - <email>polynomial-c@gentoo.org</email> - <name>Lars Wendler</name> - </maintainer> - <use> - <flag name="sensord">Enable sensord - a daemon that can be used to + <maintainer type="person"> + <email>polynomial-c@gentoo.org</email> + <name>Lars Wendler</name> + </maintainer> + <maintainer type="person"> + <email>whissi@gentoo.org</email> + <name>Thomas Deutschmann</name> + </maintainer> + <slots> + <subslots>Reflect ABI of libsensors.so.</subslots> + </slots> + <use> + <flag name="sensord"> + Enable sensord - a daemon that can be used to periodically log sensor readings from hardware health-monitoring - chips</flag> - </use> + chips + </flag> + </use> </pkgmetadata> |