summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* games-util/xboxdrv: drop 0.8.8_p20190118-r1Viorel Munteanu2024-04-221-76/+0
| | | | Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* games-util/xboxdrv: drop 0.8.8_p20190118-r2Viorel Munteanu2024-04-221-83/+0
| | | | Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* games-util/xboxdrv: update EAPI 7 -> 8Viorel Munteanu2024-04-221-0/+83
| | | | | | | | Bump EAPI 7 -> 8 Enable Python 3.12. It is used only at build. Closes: https://bugs.gentoo.org/929600 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* */*: remove py3.8 from PYTHON_COMPATDavid Seifert2023-01-142-4/+4
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* games-util/xboxdrv: fix binpkg installation, udev_reload, add python3_11John Helmert III2022-10-291-0/+83
| | | | | | Closes: https://bugs.gentoo.org/776601 Closes: https://bugs.gentoo.org/859325 Signed-off-by: John Helmert III <ajak@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* games-util/xboxdrv: drop to maintainer-neededJoonas Niilola2021-08-121-4/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* games-util/xboxdrv: drop 0.8.8_p20190118Joonas Niilola2021-08-122-81/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* games-util/xboxdrv: update with new sconsJoonas Niilola2021-08-025-0/+406
| | | | | | | - move back to non-forked upstream release, add patches so it builds. Closes: https://bugs.gentoo.org/806082 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* games-util/xboxdrv: add python-3.9 compatibilityJoonas Niilola2021-02-261-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* */*: Remove obsolete values from PYTHON_COMPATMichał Górny2021-01-311-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* games-util/xboxdrv: become the maintainerJoonas Niilola2021-01-151-12/+8
| | | | | Acked-by: chewi Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* games-util/xboxdrv: python-3.8 compatibility, fix kernel config checksJoonas Niilola2021-01-151-2/+7
| | | | | Closes: https://bugs.gentoo.org/710848 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* games-util/xboxdrv: Remove py2 where possibleMichał Górny2020-02-101-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* games-util/xboxdrv: add python-3.7 supportJoonas Niilola2020-01-021-2/+2
| | | | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/14214 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-util/xboxdrv: Bump to fix SCons under Python 2James Le Cuirot2019-01-182-2/+2
| | | | | | | | I didn't realise that the patch to fix Python 3 had broken 2. Closes: https://bugs.gentoo.org/675766 Package-Manager: Portage-2.3.56, Repoman-2.3.12 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-util/xboxdrv: fix wireless pad udev matchRafael Kitover2019-01-171-1/+1
| | | | | | | | | Add "Xbox 360 Wireless Adapter" to the ID_MODEL_FROM_DATABASE match patterns so that the wireless Xbox 360 controller adapter is detected. Signed-off-by: Rafael Kitover <rkitover@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/10823 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-util/xboxdrv: Add missing dev-util/glib-utils dependencyJames Le Cuirot2019-01-171-0/+1
| | | | | | | | It is needed for glib-genmarshal. Closes: https://bugs.gentoo.org/668034 Package-Manager: Portage-2.3.56, Repoman-2.3.12 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-util/xboxdrv: Drop old 0.8.8James Le Cuirot2019-01-175-108/+0
| | | | | Package-Manager: Portage-2.3.56, Repoman-2.3.12 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-util/xboxdrv: Repoint package to my own patched forkJames Le Cuirot2019-01-173-0/+79
| | | | | | | | | | | | | | | I've been sitting on a pile of patches for some years and I've finally got around to putting them all together for use here. Meanwhile upstream has been largely dormant. The situation there is unclear. The patches are a mixture of stability fixes, bug fixes, build fixes, and support for more devices, authored by me and others. They don't include my Steam Controller patch as this does not work very well. I am aware that the daemon does occasionally still crash but it's a lot better than it was. Package-Manager: Portage-2.3.56, Repoman-2.3.12 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-util/xboxdrv: Add myself as explicit maintainerJames Le Cuirot2019-01-171-1/+5
| | | | | | | | | I'm already a member of the games team but I'm about to repoint this package to my own patched fork so I want to be informed of all changes. Package-Manager: Portage-2.3.56, Repoman-2.3.12 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-util/xboxdrv: use HTTPSMichael Mair-Keimberger2018-05-111-3/+3
|
* games-util/*: Update Manifest hashesMichał Górny2017-12-101-1/+1
|
* games-*/*: Remove stable keywordsDavid Seifert2017-11-181-1/+1
| | | | | | Gentoo currently does not have the manpower to maintain a ton of stable games packages. Closes: https://github.com/gentoo/gentoo/pull/5404
* games-util/xboxdrv: remove 0.8.5-r1Michael Palimaka2017-09-303-62/+0
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* games-util/xboxdrv: stabilise 0.8.8 for amd64/x86Michael Palimaka2017-09-301-2/+2
| | | | | Closes: https://bugs.gentoo.org/632340 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* games-util/xboxdrv: Use https for dev.g.oMichał Górny2017-09-062-2/+2
|
* Drop remaining $Id$ and $Header$ from files.Ulrich Müller2017-02-282-2/+0
| | | | Bug: 611234
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-282-2/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* games-util/xboxdrv: Fix building with GCC 6David Seifert2016-12-162-0/+17
| | | | | | Gentoo-bug: 594674 Package-Manager: portage-2.3.3
* games-util/xboxdrv: Cleanup due to bug #143241Pacho Ramos2016-08-191-4/+0
| | | | Package-Manager: portage-2.3.0
* games-util/xboxdrv: Remove old 0.8.5-r2James Le Cuirot2016-07-022-403/+0
| | | | Package-Manager: portage-2.3.0
* games-util/xboxdrv: Version bump to 0.8.8, EAPI bump to 6, bug #567182James Le Cuirot2016-07-024-0/+92
| | | | | | Includes patch to fix 60 second delay, upstream GitHub issue #144. Package-Manager: portage-2.3.0
* games-util/xboxdrv: use #!/sbin/openrc-run instead of #!/sbin/runscriptAustin English2016-05-181-1/+1
|
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-2/+2
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-1/+4
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Use https by defaultJustin Lecher2015-08-241-1/+1
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-0811-0/+526
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed