summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-games/openscenegraph: Drop USE gtkAndreas Sturmlechner2020-01-102-8/+6
| | | | | | | Reported-by: David Heidelberg (okias) <david@ixit.cz> Closes: https://bugs.gentoo.org/703674 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-games/ogre: Apply BDEPEND to all unstable versionsJames Le Cuirot2020-01-073-9/+21
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* dev-games/ogre: Remove obsolete ebuilds and patchesSven Eden2020-01-0710-373/+0
| | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Sven Eden <sven.eden@gmx.de> Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* dev-games/ogre: Bump 2.1 to pre20191212 and move to GitHubSven Eden2020-01-074-40/+49
| | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Sven Eden <sven.eden@gmx.de> Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* dev-games/ogre: New ebuild for latest stable release 1.12.4Sven Eden2020-01-079-9/+265
| | | | | | | | | | | | | | | | Also moved to github. In this release we have to also fetch the current release of imlib, as the tree has it as a submodule which is not included in the ogre release zip. And finally I have put myself into metadata.xml, as I am proxy- maintaining ogre. Package-Manager: Portage-2.3.84, Repoman-2.3.20 Bug: https://bugs.gentoo.org/699770 Closes: https://bugs.gentoo.org/699770 Signed-off-by: Sven Eden <sven.eden@gmx.de> Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* dev-games/ogre: Fix ebuild for 1.9.0 (EAPI 7)Sven Eden2020-01-072-2/+135
| | | | | | Signed-off-by: Sven Eden <yamakuzure@gmx.net> Closes: https://github.com/gentoo/gentoo/pull/13655 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* */*: Switch games proj to cmake.eclassAndreas Sturmlechner2020-01-044-41/+43
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* */*: Switch kde proj packages to cmake.eclassAndreas Sturmlechner2019-12-291-3/+3
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-116-4/+10
| | | | | | | | | | | | | | | | | | The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-games/freecell-solver: Drop 5.6.0Andreas Sturmlechner2019-12-034-118/+0
| | | | | Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-games/freecell-solver: arm64 stable (bug #700038)Aaron Bauman2019-12-021-1/+1
| | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.80, Repoman-2.3.19
* dev-games/freecell-solver: x86 stable wrt bug #700038Mikle Kolyada2019-12-021-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* dev-games/freecell-solver: amd64 stable wrt bug #700038Mikle Kolyada2019-12-021-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* dev-games/tiled: version bump 1.3.1Michael Palimaka2019-11-252-0/+64
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.18 Signed-off-by: Michael Palimaka <kensington@gentoo.org>
* dev-games/freecell-solver: 5.14.0 version bumpAndreas Sturmlechner2019-11-203-0/+72
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* */*: Inline mirror://hackage and update URIsMichał Górny2019-11-103-6/+6
| | | | | | | | | | | | | | | | | This change inlines mirror://hackage in all ebuilds, and updates URIs to the modern form (old URIs redirect to that). The change has been made using the following command: find -name '*.ebuild' -exec sed -r -i \ -e 's@mirror://hackage/@https://hackage.haskell.org/@g' \ -e 's@https://hackage.haskell.org/packages/archive/([^/]*)/([^/]*)/@https://hackage.haskell.org/package/\1-\2/@g' \ -e '/hackage\.haskell\.org/s@\$\{PN}-\$\{PV}@${P}@g' \ -e '/hackage\.haskell\.org/s@\$\{MY_PN}-\$\{PV}@${MY_P}@g' \ -e '/hackage\.haskell\.org/s@\$\{PN}-\$\{MY_PV}@${MY_P}@g' \ {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-games/openscenegraph: Drop 3.6.3Andreas Sturmlechner2019-11-092-150/+0
| | | | | Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-games/openscenegraph: 3.6.4 version bump, EAPI-7 bump, USE dicomAndreas Sturmlechner2019-11-093-0/+153
| | | | | | | | | | Fix automagic dependency. Fix REQUIRED_USE. Reported-by: Bernd Waibel <waebbl@gmail.com> Closes: https://bugs.gentoo.org/689928 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-games/tiled: version bump 1.2.5Michael Palimaka2019-10-172-0/+63
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Michael Palimaka <kensington@gentoo.org>
* dev-games: Remove *-fbsd KEYWORDSMichał Górny2019-10-116-6/+6
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-games/flinker: Remove last-rited packageAndreas K. Hüttel2019-10-023-50/+0
| | | | | Closes: https://bugs.gentoo.org/693258 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* dev-games/gtkradiant: Remove last-rited packageAndreas K. Hüttel2019-10-023-52/+0
| | | | | Closes: https://bugs.gentoo.org/181372 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* dev-games/hlsdk: Remove last-rited package, bug 693260Andreas K. Hüttel2019-10-023-45/+0
| | | | | Closes: https://bugs.gentoo.org/693260 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* dev-games/quake4-sdk: Add RESTRICT="bindist mirror"Michał Górny2019-09-242-4/+4
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-games/freecell-solver: Add USE tcmalloc, fix doc install dirAndreas Sturmlechner2019-09-122-2/+27
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-games/vamos: Remove from treeDavid Seifert2019-08-308-543/+0
| | | | | | | Closes: https://bugs.gentoo.org/646014 Closes: https://bugs.gentoo.org/691162 Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: David Seifert <soap@gentoo.org>
* dev-games/openscenegraph: [QA] Remove media-libs/jasper depDavid Seifert2019-08-282-8/+6
| | | | | | | Bug: https://bugs.gentoo.org/689784 Closes: https://github.com/gentoo/gentoo/pull/12440 Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: David Seifert <soap@gentoo.org>
* dev-games/freecell-solver: Fix metadataAndreas Sturmlechner2019-08-111-1/+2
| | | | | | | project not person Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-games/tiled: remove 1.2.3Michael Palimaka2019-08-062-63/+0
| | | | | Package-Manager: Portage-2.3.69, Repoman-2.3.17 Signed-off-by: Michael Palimaka <kensington@gentoo.org>
* dev-games/tiled: amd64 stable wrt bug #691392Agostino Sarubbo2019-08-061-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>
* dev-games/freecell-solver: Works with python3.7Alexey Shvetsov2019-07-301-0/+46
| | | | | Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
* dev-games/freecell-solver: arm64 stableAaron Bauman2019-07-281-1/+1
| | | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="arm64"
* dev-games/freecell-solver: 5.6.0 amd64 stableAndreas Sturmlechner2019-07-201-1/+1
| | | | | | Closes: https://bugs.gentoo.org/688920 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-games/freecell-solver: x86 stable (bug #688920)Thomas Deutschmann2019-07-181-1/+1
| | | | | Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-games/physfs: Drop 2.0.3-r2Andreas Sturmlechner2019-06-053-79/+0
| | | | | Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-games/physfs: amd64 stable wrt bug #685764Agostino Sarubbo2019-06-051-1/+1
| | | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64"
* dev-games/physfs: stable 3.0.2 for ppc64, bug #685764Sergei Trofimovich2019-05-301-1/+1
| | | | | | Package-Manager: Portage-2.3.67, Repoman-2.3.13 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-games/physfs: x86 stable (bug #685764)Thomas Deutschmann2019-05-271-1/+1
| | | | | Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-games/simgear: Fix build with >=boost-1.69Andreas Sturmlechner2019-05-252-0/+26
| | | | | | Closes: https://bugs.gentoo.org/684026 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-games/tiled: version bump 1.2.4Michael Palimaka2019-05-252-0/+63
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Michael Palimaka <kensington@gentoo.org>
* dev-games/physfs: Simplify USE=doc handlingDavid Seifert2019-05-133-42/+40
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: David Seifert <soap@gentoo.org>
* dev-games/physfs: Drop 3.0.1-r2Andreas Sturmlechner2019-05-133-99/+0
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-games/physfs: Fix build with USE=docAndreas Sturmlechner2019-05-132-12/+8
| | | | | | Closes: https://bugs.gentoo.org/682080 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-games/t4k-common: update HOMEPAGE, SRC_URI, metadataWim Muskee2019-04-223-5/+8
| | | | | | | Bug: https://bugs.gentoo.org/683184 Signed-off-by: Wim Muskee <wimmuskee@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11759 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* */*: Remove python3_4 PYTHON_COMPAT correctlyMichał Górny2019-04-171-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-games/flatzebra: update HOMEPAGE, SRC_URIWim Muskee2019-04-151-3/+3
| | | | | Signed-off-by: Wim Muskee <wimmuskee@gmail.com> Signed-off-by: David Seifert <soap@gentoo.org>
* dev-games/freecell-solver: arm64 keyworded (bug #683162)Aaron Bauman2019-04-131-1/+1
| | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
* dev-games/tiled: remove 1.2.0, 1.2.1, and 1.2.2Michael Palimaka2019-04-135-219/+0
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Michael Palimaka <kensington@gentoo.org>
* ev-games/tiled: stabilise 1.2.3 for amd64Michael Palimaka2019-04-131-1/+1
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Michael Palimaka <kensington@gentoo.org>
* dev-games/freecell-solver: add ~x86 keywordMichael Palimaka2019-04-131-1/+1
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Michael Palimaka <kensington@gentoo.org>