summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-161-1/+1
| | | | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '/pkgmetadata/maintainer[substring(email, string-length(email) - string-length("@gentoo.org") + 1) != "@gentoo.org"]' \ -t attr -n proxied -v yes {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Add 'proxied="proxy"' for proxy-maint projectMichał Górny2021-03-161-1/+1
| | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '//maintainer[email="proxy-maint@gentoo.org"]' \ -t attr -n proxied -v proxy {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-process/rtirq: Add myself as maintainerAlexander Tsoy2020-05-171-1/+8
| | | | | | Signed-off-by: Alexander Tsoy <alexander@tsoy.me> Closes: https://github.com/gentoo/gentoo/pull/14800 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-process/rtirq: Version bump to 20191121Alexander Tsoy2020-05-173-0/+81
| | | | | | | Also move rtirq script into /usr/bin. Signed-off-by: Alexander Tsoy <alexander@tsoy.me> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-process/rtirq: Drop oldMichał Górny2019-09-112-42/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Remove Karl Linden from maintainersKarl Linden2019-04-071-8/+1
| | | | | | Signed-off-by: Karl Linden <karl.j.linden@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11612 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-process/rtirq: use HTTPS, fix SRC_URIMichael Mair-Keimberger2019-04-042-6/+6
| | | | | | Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11572 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* sys-process/rtirq: version bump to 20180209Karl Linden2018-10-242-0/+39
| | | | | | | | | | | | | | | | | | | - Install systemd service file. - Bump to EAPI 7. - Drop explicit RDEPEND on sys-apps/util-linux. - Group variables as in skel.ebuild. - Update LICENSE to GPL-2+ in accordance with rtirq.sh. - Do not use PN variable in src_install. - Remove OpenRC specific code that was not very useful anyway. - Use KV_LOCAL from linux-info to detect if the current kernel is realtime or not. - Avoid using grep unnecessarily. Closes: https://bugs.gentoo.org/653732 Signed-off-by: Karl Linden <karl.j.linden@gmail.com> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/10135 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-process/rtirq: correct HOMEPAGE and SRC_URIKarl Linden2018-10-241-3/+3
| | | | | | Signed-off-by: Karl Linden <karl.j.linden@gmail.com> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-process: Update Manifest hashes.Ulrich Müller2017-12-091-1/+1
|
* Drop remaining $Id$ and $Header$ from files.Ulrich Müller2017-02-281-1/+0
| | | | Bug: 611234
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* sys-process/rtirq: Initial commit.Karl Linden2016-05-314-0/+84
A crucial part of professional realtime audio is low latency. rtirq sets realtime priorities and scheduling policies for desired IRQ threads on boot. Without rtirq you would need to set these priorities yourself after each boot or live with sound dropouts. See also [1]. Gentoo-Bug: https://bugs.gentoo.org/566678 Closes: https://github.com/gentoo/gentoo/pull/1554 Package-Manager: portage-2.3.0_rc1 Signed-off-by: Patrice Clement <monsieurp@gentoo.org> [1]: http://alsa.opensrc.org/Rtirq