summary refs log tree commit diff
path: root/pkgs/os-specific/linux/acpid
Commit message (Collapse)AuthorAge
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* acpid: 2.0.31 -> 2.0.32Will Dietz2019-09-06
| | | | https://sourceforge.net/p/acpid2/code/ci/36c92da71ea407a87f1d0321f7d7cc49421bfb75/
* acpid: 2.0.30 -> 2.0.31R. RyanTM2018-11-20
| | | | | | | | | | | * acpid: 2.0.30 -> 2.0.31 (#50815) Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/acpid/versions * acpid: refresh meta.homepage
* acpid: 2.0.29 -> 2.0.30R. RyanTM2018-07-21
| | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/acpid/versions.
* acpid: 2.0.28 -> 2.0.29Robin Gloster2018-05-11
|
* acpid: fix crossRobin Gloster2018-05-11
|
* acpid: 2.0.28 -> 2.0.29R. RyanTM2018-04-20
| | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/acpid/versions. These checks were done: - built on NixOS - ran ‘/nix/store/vm7myzc830jgh1q5xmjc726xgw8fh933-acpid-2.0.29/bin/acpi_listen -h’ got 0 exit code - ran ‘/nix/store/vm7myzc830jgh1q5xmjc726xgw8fh933-acpid-2.0.29/bin/acpi_listen --help’ got 0 exit code - ran ‘/nix/store/vm7myzc830jgh1q5xmjc726xgw8fh933-acpid-2.0.29/bin/acpi_listen -v’ and found version 2.0.29 - ran ‘/nix/store/vm7myzc830jgh1q5xmjc726xgw8fh933-acpid-2.0.29/bin/acpi_listen --version’ and found version 2.0.29 - ran ‘/nix/store/vm7myzc830jgh1q5xmjc726xgw8fh933-acpid-2.0.29/bin/acpid help’ got 0 exit code - ran ‘/nix/store/vm7myzc830jgh1q5xmjc726xgw8fh933-acpid-2.0.29/bin/acpid -v’ and found version 2.0.29 - ran ‘/nix/store/vm7myzc830jgh1q5xmjc726xgw8fh933-acpid-2.0.29/bin/acpid --version’ and found version 2.0.29 - found 2.0.29 with grep in /nix/store/vm7myzc830jgh1q5xmjc726xgw8fh933-acpid-2.0.29 - directory tree listing: https://gist.github.com/48210d03059b65f940b06df3ebb636d1
* Remove nckx as a maintainer for all packagesTobias Geerinckx-Rice2018-01-16
| | | | Goodbye, and thanks for all the Nix...
* acpid: 2.0.27 -> 2.0.28Robin Gloster2017-05-23
|
* acpid: 2.0.25 -> 2.0.27; maintainTobias Geerinckx-Rice2016-04-30
|
* acpid: 2.0.23 -> 2.0.25William A. Kennington III2015-08-18
|
* acpid: update from 2.0.22 to 2.0.23Nixpkgs Monitor2014-09-21
|
* acpid: update from 2.0.21 to 2.0.22Vladimír Čunát2014-03-19
|
* acpid: update from 2.0.20 to 2.0.21Peter Simons2014-02-24
|
* Update acpid from 2.0.17 -> 2.0.20William A. Kennington III2013-11-27
|
* acpid: build on linuxDomen Kozar2013-06-18
|
* acpid: Update to version 2.0.17.aszlig2012-11-02
| | | | | | | | | | | The reason behind this is because /proc/acpi/event has long been deprecated in kernel 2.6.24 and is only there far backwards-compatibility reasons. New ACPI events are delivered by either the input layer or the netlink interface. As we no longer use kernels down to 2.6.24, I guess it's safe to make this switch. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Updating acpid.Lluís Batlle i Rossell2010-02-11
| | | | svn path=/nixpkgs/trunk/; revision=19942
* * Added acpid, a daemon that monitors ACPI events.Eelco Dolstra2009-02-10
svn path=/nixpkgs/trunk/; revision=14026