summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: [QA] Use consistent function definition formattingDavid Seifert2020-02-221-2/+2
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* games-util/pyfa: update deps in live ebuildAndreas Zuber2020-02-141-1/+1
| | | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Zuber <a.zuber@gmx.ch> Closes: https://github.com/gentoo/gentoo/pull/14627 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* games-util/pyfa: version bump to 2.17.0Andreas Zuber2020-02-142-0/+101
| | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Zuber <a.zuber@gmx.ch> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* */*: Bump copyright on files touched this yearMichał Górny2020-02-113-3/+3
| | | | | | | Update the copyright notice on all files that were touched since January 1st but did not have the notice updated. Signed-off-by: Michał Górny <mgorny@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/pyfa: Switch to PYTHON_MULTI_USEDEP APIMichał Górny2020-02-093-43/+55
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* games-util/xboxgw: Remove last-rited pkgMichał Górny2020-02-033-56/+0
| | | | | Closes: https://bugs.gentoo.org/703552 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* games-util/pyfa: Remove old (drop to ~arch)Michał Górny2020-01-287-494/+0
| | | | | Bug: https://bugs.gentoo.org/705524 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* games-util/nml: Remove oldDavid Seifert2020-01-262-57/+0
| | | | | Package-Manager: Portage-2.3.85, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
* games-util/qstat: tweak for gcc-10, bug #706390Sergei Trofimovich2020-01-262-1/+56
| | | | | | | Reported-by: Toralf Förster Closes: https://bugs.gentoo.org/706390 Package-Manager: Portage-2.3.85, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* games-util/nml: add support for >=dev-python/pillow-7.0.0Conrad Kostecki2020-01-142-0/+81
| | | | | | | | Also added support for python3.8 and changed SRC_URI to https. Closes: https://bugs.gentoo.org/705428 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* */*: Clean PYTHON_COMPAT of obsolete implsMichał Górny2020-01-055-7/+7
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* games-util/mcrcon: Bump to 0.7.1, drop old 0.6.1James Le Cuirot2020-01-042-2/+2
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* */*: Switch games proj to cmake.eclassAndreas Sturmlechner2020-01-043-8/+8
| | | | Signed-off-by: Andreas Sturmlechner <asturm@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/lutris: add slot dep for gnome-base/gnome-desktopStefan Strogin2020-01-023-5/+5
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Stefan Strogin <steils@gentoo.org>
* games-util/lutris: add patch to fix issue with x11-libs/gtk+-3.24.13Stefan Strogin2020-01-022-1/+32
| | | | | | | Reported-by: Marcin Woźniak <y0rune@aol.com> Closes: https://bugs.gentoo.org/704130 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Stefan Strogin <steils@gentoo.org>
* games-util/pyfa: update live ebuildAndreas Zuber2019-12-181-6/+5
| | | | | | | | | Remove graph useflag as it was no longer used Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Andreas Zuber <zuber@puzzle.ch> Closes: https://github.com/gentoo/gentoo/pull/13933 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* games-util/pyfa: version bump to 2.15.1Andreas Zuber2019-12-182-0/+97
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Andreas Zuber <zuber@puzzle.ch> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* */*: [QA] Remove redundant `|| die` on virtxDavid Seifert2019-12-123-3/+3
| | | | | | | * `virtx` never required `|| die` to begin with. Closes: https://github.com/gentoo/gentoo/pull/13954 Signed-off-by: David Seifert <soap@gentoo.org>
* */*: [QA] Remove redundant `|| die` guardsDavid Seifert2019-12-111-1/+1
| | | | | | | | | | | | * Since all ebuilds in the tree are EAPI>=4, `|| die` on builtin commands is redundant and dead code. Closes: https://github.com/gentoo/gentoo/pull/13940 Reviewed-by: Ulrich Müller <ulm@gentoo.org> Reviewed-by: Michał Górny <mgorny@gentoo.org> Reviewed-by: Andreas K. Hüttel <dilfridge@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
* games-util/pyfa: Fix LICENSE in old versions.Ulrich Müller2019-12-096-10/+13
| | | | | | | | | Should be "all-rights-reserved", not "free-noncomm". Also add mirror and bindist restriction, and move RESTRICT to its canonical location. Closes: https://bugs.gentoo.org/702330 Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* games-util/lutris: Fixed QA warningLars Wendler2019-11-273-0/+6
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* games-util/lutris: Removed oldLars Wendler2019-11-273-152/+0
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* games-util/lutris: Bump to version 0.5.4Lars Wendler2019-11-272-0/+76
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* games-util/lgogdownloader: Patch 3.5 to fix build with newer jsoncppJames Le Cuirot2019-11-202-0/+31
| | | | | | | | Patch has been sent upstream. Closes: https://bugs.gentoo.org/700452 Package-Manager: Portage-2.3.79, Repoman-2.3.17 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-util/wit: drop myself as a maintainerTim Harder2019-11-171-4/+1
| | | | Signed-off-by: Tim Harder <radhermit@gentoo.org>
* games-util/qjoypad: Drop 4.3.0Andreas Sturmlechner2019-11-082-45/+0
| | | | | Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* games-util/qjoypad: 4.3.1 version bumpAndreas Sturmlechner2019-11-082-0/+45
| | | | | Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* games-util/qjoypad: Fix CXXFLAGS, EAPI-7 bumpAndreas Sturmlechner2019-11-082-3/+21
| | | | | | Closes: https://bugs.gentoo.org/699636 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* games-util/pyfa: fix live ebuildAndreas Zuber2019-11-011-38/+38
| | | | | | | | Closes: https://bugs.gentoo.org/673820 Package-Manager: Portage-2.3.66, Repoman-2.3.11 Signed-off-by: Andreas Zuber <a.zuber@gmx.ch> Closes: https://github.com/gentoo/gentoo/pull/12102 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* games-util/pyfa: version bump to 2.14.1Andreas Zuber2019-11-013-0/+126
| | | | | | | Closes: https://bugs.gentoo.org/671470 Package-Manager: Portage-2.3.66, Repoman-2.3.11 Signed-off-by: Andreas Zuber <a.zuber@gmx.ch> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* games-util/joystick: Removed oldLars Wendler2019-10-143-95/+0
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* games-util/joystick: Bump to version 1.7.0Lars Wendler2019-10-142-0/+42
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* games-util: Remove *-fbsd KEYWORDSMichał Górny2019-10-111-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* games-util/deutex: Add ~arm keywordJames Le Cuirot2019-09-091-1/+1
| | | | | | | | Tested by building and running Odamex. Closes: https://bugs.gentoo.org/693872 Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-util/lutris: Bump to version 0.5.3Richard Yao2019-09-082-0/+76
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.11 Signed-off-by: Richard Yao <ryao@gentoo.org>
* games-util/wit: remove oldTim Harder2019-08-134-179/+0
| | | | Signed-off-by: Tim Harder <radhermit@gentoo.org>
* games-util/wit: x86 stable (bug #691794)Thomas Deutschmann2019-08-111-1/+1
| | | | | Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* games-util/wit: amd64 stable wrt bug #691794Agostino Sarubbo2019-08-091-1/+1
| | | | | | Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* games-util/wit: add missing pkgconfig bdepTim Harder2019-08-081-0/+1
| | | | Signed-off-by: Tim Harder <radhermit@gentoo.org>
* games-util/wit: fix build failures due to ncurses linkingTim Harder2019-08-081-2/+2
| | | | | | Closes: https://bugs.gentoo.org/690222 Signed-off-by: Tim Harder <radhermit@gentoo.org>
* games-util/mcrcon: Drop oldJames Le Cuirot2019-08-032-27/+0
| | | | | Package-Manager: Portage-2.3.70, Repoman-2.3.16 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-util/mcrcon: Version bump to 0.6.1James Le Cuirot2019-08-033-1/+25
| | | | | Package-Manager: Portage-2.3.70, Repoman-2.3.16 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-util/uglygs: Sort KEYWORDSMichał Górny2019-07-151-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* games-util/lutris: Removed old.Lars Wendler2019-07-012-76/+0
| | | | | Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* games-util/lutris: Bump to version 0.5.2.2Lars Wendler2019-07-012-0/+76
| | | | | Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* games-util/deutex: version bump to deutex-5.2.0William Breathitt Gray2019-06-237-89/+54
| | | | | | | | | Closes: https://bugs.gentoo.org/680460 Closes: https://bugs.gentoo.org/687678 Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/12262 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-util/lgogdownloader: Drop old 3.4James Le Cuirot2019-04-302-26/+0
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-util/lgogdownloader: Version bump to 3.5James Le Cuirot2019-04-304-5/+64
| | | | | | | Adds GUI login support for passing reCAPTCHA. Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: James Le Cuirot <chewi@gentoo.org>