summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-misc/flirc: drop 3.22.4, 3.24.0Joonas Niilola2021-03-203-103/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* */*: 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>
* */*: [QA] Use consistent function definition formattingDavid Seifert2020-02-223-5/+5
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* app-misc/flirc: new version 3.25.2Daniel Kenzelmann2020-02-042-0/+52
| | | | | | | | new major version Signed-off-by: Daniel Kenzelmann <gentoo@k8n.de> Closes: https://github.com/gentoo/gentoo/pull/14544 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-misc/flirc: new version 3.24.0Daniel Kenzelmann2019-10-102-0/+52
| | | | | | | | Revbump to 3.24.0 Closes: https://bugs.gentoo.org/696446 Signed-off-by: Daniel Kenzelmann <gentoo@k8n.de> Closes: https://github.com/gentoo/gentoo/pull/13201 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-misc/flirc: delete old versionDaniel Kenzelmann2019-07-142-49/+0
| | | | | | | | | Remove old ebuild with old version that depends on no longer existing file origin Signed-off-by: Daniel Kenzelmann <gentoo@k8n.de> Closes: https://github.com/gentoo/gentoo/pull/11849 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-misc/flirc: new version 3.22.4Daniel Kenzelmann2019-07-142-0/+51
| | | | | | | New version which uses versioned .deb file repository Signed-off-by: Daniel Kenzelmann <gentoo@k8n.de> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-misc/flirc: initial pull requestDaniel Kenzelmann2018-04-213-0/+61
Allows you to pair any remote control with your computer or media center. Closes: https://bugs.gentoo.org/582156 Closes: https://github.com/gentoo/gentoo/pull/7526