summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-games/physfs: Port recent improvements to 9999 ebuildJames Le Cuirot2019-03-041-6/+6
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* dev-games/physfs: Mirror 9999 ebuild and put doxygen in BDEPENDJames Le Cuirot2019-03-041-3/+9
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* dev-games/physfs: drop oldStefan Strogin2019-03-041-46/+0
| | | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Stefan Strogin <stefan.strogin@gmail.com> Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* dev-games/physfs: use https; bump EAPI to 7Stefan Strogin2019-03-041-3/+3
| | | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Stefan Strogin <stefan.strogin@gmail.com> Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* dev-games/physfs: backport patch to fix PHYSFS_setWriteDirStefan Strogin2019-03-042-1/+43
| | | | | | | | | | | | | | | There was a bug in PHYSFS_setWriteDir() that caused creating an empty file "$HOME/.lincity-ng" instead of a directory on the first run of lincity-ng: https://github.com/lincity-ng/lincity-ng/issues/25 The upstream patch is added to <stable-3.0> branch but no release is made so far. Backport it. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Stefan Strogin <stefan.strogin@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11231 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* dev-games/tiled: Version bump to 1.2.2Nicolas Bock2019-02-132-0/+64
| | | | | Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>
* dev-games/simgear: Restrict >=osg-3.5.6, bug 673692. Remove old.Maciej Mrozowski2018-12-295-124/+2
| | | | | Signed-off-by: Maciej Mrozowski <reavertm@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* dev-games/simgear: Added sub-slot dep for dev-games/openscenegraphLars Wendler2018-12-244-7/+7
| | | | | Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* dev-games/openscenegraph-qt: 3.5.7 version bump, add USE webkitAndreas Sturmlechner2018-12-232-0/+49
| | | | | | | Closes: https://bugs.gentoo.org/668756 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-games/openscenegraph: 3.6.3 version bumpAndreas Sturmlechner2018-12-235-0/+237
| | | | | | | Closes: https://bugs.gentoo.org/601772 Closes: https://bugs.gentoo.org/659254 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* games-simulation/flightgear: Version bump 2018.3.1Maciej Mrozowski2018-12-192-0/+61
| | | | | Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Maciej Mrozowski <reavertm@gentoo.org>
* dev-games/tiled: version bump 1.2.1Michael Palimaka2018-11-172-0/+64
| | | | | Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Michael Palimaka <kensington@gentoo.org>
* dev-games/tiled: remove 1.1.6Michael Palimaka2018-11-112-64/+0
| | | | | Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Michael Palimaka <kensington@gentoo.org>
* dev-games/tiled: stabilise 1.2.0 for amd64Michael Palimaka2018-11-111-1/+1
| | | | | Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Michael Palimaka <kensington@gentoo.org>
* */*: remove redundant 'zip' flag descriptionsMichał Górny2018-10-202-2/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-games/aseprite: remove local webp use flagMarty E. Plummer2018-10-191-1/+0
| | | | | | Signed-off-by: Marty E. Plummer <hanetzer@startmail.com> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-games/tiled: fix build with Qt 5.11Michael Palimaka2018-10-112-0/+27
| | | | | | Closes: https://bugs.gentoo.org/667000 Signed-off-by: Michael Palimaka <kensington@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
* dev-games/ogre: Pre 2.1 release snapshot 2018-09-01 addedSven Eden2018-10-077-0/+263
| | | | | | | | | | | | | | | | | | | As the future of Ogre changes a lot of the old API, it is important to have access to the new system as early as possible. The current development state is quite usable already, although not all components have been ported, yet. Providing an ebuild for the new 2.1 series to interested users and developers, everybody gets the chance to adapt their project to the future of Ogre. This is done using snapshot ebuilds, because not all commits in the Ogre tree provide buildable revisions. Further it is easier to test newly ported components when snapshot ebuilds are used. Bug: https://bugs.gentoo.org/647266 Closes: https://bugs.gentoo.org/647266 Signed-off-by: Sven Eden <sven.eden@prydeworx.com> Package-Manager: Portage-2.3.48, Repoman-2.3.10 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-games/ogre: 1.11.2 version bumpSven Eden2018-10-076-1/+199
| | | | | | | | | | | This is the second stable release of the current 1.11 series. Apart from stabilizing Ogre BITES, this series also adds json material support. Bug: https://bugs.gentoo.org/647266 Signed-off-by: Sven Eden <sven.eden@prydeworx.com> Package-Manager: Portage-2.3.48, Repoman-2.3.10 Closes: https://github.com/gentoo/gentoo/pull/9474 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-games/newton: Drop oldAndreas Sturmlechner2018-09-242-39/+0
| | | | Package-Manager: Portage-2.3.49, Repoman-2.3.10
* dev-games/tiled: version bump 1.2.0Michael Palimaka2018-09-242-0/+64
| | | | Package-Manager: Portage-2.3.49, Repoman-2.3.11
* dev-games/newton: x86 stable (bug #661352)Thomas Deutschmann2018-09-241-1/+1
| | | | Package-Manager: Portage-2.3.49, Repoman-2.3.10
* dev-games/newton: amd64 stable wrt bug #661352Mikle Kolyada2018-09-161-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-games/ogre: drop obsolete 1.10.11Sven Eden2018-09-073-146/+0
|
* dev-games/ogre: 1.10.12 version bumpSven Eden2018-09-074-9/+192
| | | | | | | | | | | | | | | | The latest stable release of the Ogre-1.10.x series comes with a largely overhauled ebuild regarding its USE flags and the Ogre configuration. * Either USE flag gles2, opengl or both must be selected now. * Removed gles3 and gl3pus USE flugs, as they are implied now. * USE flag "egl" added to select egl over glx. * Users can now select whether Ogre shall include support for a GL state cache or not. * The behavior of the Ogre resource manager can now be selected. * Added a patch to unbundle TinyXML again. Upstream removed that possibility. Bug: https://bugs.gentoo.org/647266 Package-Manager: Portage-2.3.48, Repoman-2.3.10
* dev-games/newton: Add missing DEPENDAndreas Sturmlechner2018-09-061-1/+1
| | | | | Closes: https://bugs.gentoo.org/662200 Package-Manager: Portage-2.3.49, Repoman-2.3.10
* dev-games/tiled: remove oldMichael Palimaka2018-09-034-192/+0
| | | | Package-Manager: Portage-2.3.44, Repoman-2.3.10
* dev-games/tiled: stabilise 1.1.6 for amd64Michael Palimaka2018-09-031-1/+1
| | | | Package-Manager: Portage-2.3.44, Repoman-2.3.10
* dev-games/mygui: update link to bug tracker in metadata.xmlFrancesco Turco2018-08-111-1/+1
| | | | Closes: https://github.com/gentoo/gentoo/pull/9532
* dev-games/tiled: version bump 1.1.6Michael Palimaka2018-08-072-0/+64
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-games/cardpics: stable 0.4-r1 for hppa, bug #653180Sergei Trofimovich2018-07-231-1/+1
| | | | | | Bug: https://bugs.gentoo.org/653180 Package-Manager: Portage-2.3.43, Repoman-2.3.10 RepoMan-Options: --include-arches="hppa"
* dev-games/hdl_dump: Version bump to 0.9.2.20180722James Le Cuirot2018-07-224-4/+87
| | | | | | Upstream merged our security fixes. Package-Manager: Portage-2.3.42, Repoman-2.3.9
* dev-games/newton: 3.14 version bumpAndreas Sturmlechner2018-07-172-0/+36
| | | | Package-Manager: Portage-2.3.43, Repoman-2.3.10
* dev-games/vamos: x86 stable wrt bug #632511Mikle Kolyada2018-06-301-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-games/vamos: Support py3.6, workaround parallel bug (#646014)Pacho Ramos2018-06-271-3/+3
| | | | Package-Manager: Portage-2.3.41, Repoman-2.3.9
* dev-games/clanlib: Replaced freetype-config with pkg-configLars Wendler2018-06-252-11/+41
| | | | | Bug: https://bugs.gentoo.org/658424 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-games/tiled: use HTTPsMichael Mair-Keimberger2018-06-213-4/+4
| | | | Closes: https://github.com/gentoo/gentoo/pull/8865
* dev-games/ogre: Drop unused eclassesAndreas Sturmlechner2018-06-171-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-games/ogre: Sort DEPENDsAndreas Sturmlechner2018-06-171-10/+11
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-games/ogre: Add ebuild for the latest release v1.10.11Sven Eden2018-06-176-0/+194
| | | | | | | | | This is the latest stable release of Ogre3D, released on 2017-12-31. Bug: https://bugs.gentoo.org/647266 Tested-by: Sven Eden yamakuzure@gmx.net Package-Manager: Portage-2.3.28, Repoman-2.3.9
* dev-games/cardpics: x86 stable (bug #653180)Thomas Deutschmann2018-06-071-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-games/cardpics: amd64 stable wrt bug #653180Agostino Sarubbo2018-06-071-1/+1
| | | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="amd64"
* dev-games/quake4-sdk: x86 stable (bug #653182)Thomas Deutschmann2018-06-071-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* games-simulation/flightgear: version bump 2018.2.1Maciej Mrozowski2018-06-042-0/+61
|
* dev-games/quake4-sdk: amd64 stable wrt bug #653182Mikle Kolyada2018-05-291-1/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-games/tiled: remove oldMichael Palimaka2018-05-265-256/+0
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* dev-games/tiled: version bump 1.1.5Michael Palimaka2018-05-262-0/+64
| | | | | Closes: https://bugs.gentoo.org/655548 Package-Manager: Portage-2.3.31, Repoman-2.3.9
* dev-games/newton: Remove unnecessary use of unpackerMichał Górny2018-05-071-3/+3
| | | | | | | Replace the unnecessary use of unpacker.eclass with built-in EAPI unpacking. Closes: https://github.com/gentoo/gentoo/pull/8290
* [games-simulation/flightgear] Version bump 2018.1.1, remove old.Maciej Mrozowski2018-05-068-298/+1
|
* dev-games/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).Arfrever Frehtes Taifersar Arahesis2018-04-304-8/+6
|