summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* games-strategy/colobot: Backport gcc-10 build fixMichał Górny2021-01-031-0/+22
| | | | | Closes: https://bugs.gentoo.org/722132 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Update my email address in metadata.xmlHorea Christian2021-01-031-1/+1
| | | | | | | Bug: https://bugs.gentoo.org/606138 Signed-off-by: Horea Christian <chr@chymera.eu> Closes: https://github.com/gentoo/gentoo/pull/18922 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* games-strategy/dopewars: upgrade to 1.6.1Stefan Strogin2021-01-013-32/+12
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Stefan Strogin <steils@gentoo.org>
* games-strategy/megaglest: migrate to EAPI-7 and lua-single.eclassMarek Szuba2020-12-232-0/+191
| | | | | | | | | | | | Lua migration: simple enough, needed the usual version-override patch. Upstream build scripts only use Lua up to and including 5.2, have confirmed that building against 5.3 fails. EAPI migration: don't talk to me about the old version of this ebuild. EVER. Closes: https://bugs.gentoo.org/752717 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* games-strategy/megaglest-3.11.1-r1: stick with older megaglest-dataMarek Szuba2020-12-231-0/+2
| | | | | | Must use the one still installing data files into /usr/games. Signed-off-by: Marek Szuba <marecki@gentoo.org>
* games-strategy/megaglest-data: bump to EAPI-7Marek Szuba2020-12-231-0/+25
| | | | | | | | | | Part of the migration of the game itself to lua-single.eclass. Note that since the files are now installed into /usr/share rather than /usr/games as per the current policy regarding game install locations and ownership, mixing EAPI-5 and EAPI-7 Megaglest ebuilds will badly break things. Bug: https://bugs.gentoo.org/752717 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* games-strategy/wargus: Support extracting BNE dataMichał Górny2020-12-202-3/+8
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* games-strategy/wargus: Bump to 3.0.0Michał Górny2020-12-192-0/+72
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* games-strategy/war1gus: Bump to 3.0.0Michał Górny2020-12-192-0/+61
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* games-strategy/julius: Keyword 1.4.1 arm64, #760339Sam James2020-12-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-strategy/seven-kingdoms: drop oldSergey Popov2020-12-152-42/+0
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>
* games-strategy/seven-kingdoms-2.15.4_p1: stable for amd64/x86Sergey Popov2020-12-151-1/+1
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>
* games-strategy/julius: Add xdg eclass to handle icon cacheJames Le Cuirot2020-12-091-1/+8
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.1 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-strategy/julius: new packageHorea Christian2020-12-094-0/+70
| | | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Horea Christian <chr@chymera.eu> Closes: https://github.com/gentoo/gentoo/pull/15660 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-strategy/s25rttr: limit unmigrated ebuilds to dev-lang/lua:0Marek Szuba2020-12-031-1/+1
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* games-strategy/widelands: Do not depend on dev-lang/luaMarek Szuba2020-12-032-2/+0
| | | | | | | | | | | | | | | | | | | | | Short version: this package builds, tests and installs without any errors on systems without any versions of Lua installed, and even when a copy of Lua *is* installed does not interact with it in any way (which was already reflected by the fact dev-lang/lua was not mentioned in RDEPEND, only in DEPEND). Details: Widelands source code comes bundled with Lua - or to be precise with Eris (https://github.com/fnuecke/eris), which according to its upstream should be considered "a custom 'distribution' of Lua" due to the fact it hooks heavily into Lua internals. Since src/third_party/eris/README.eris explicitly states that the bundled Eris is what brings in the Lua version used in Widelands, it is no surprise that upstream build scripts do not even attempt to look for system Lua. Bug: https://bugs.gentoo.org/752729 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* games-strategy/s25rttr: add line that was missing from the previous commitMarek Szuba2020-12-021-1/+1
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* games-strategy/s25rttr: migrate to lua-single.eclassMarek Szuba2020-12-022-0/+145
| | | | | | | | Lua compatibility as per upstream documentation, build-tested without problems. Closes: https://bugs.gentoo.org/752726 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* games-strategy/openra: migrate to lua-single.eclassMarek Szuba2020-12-021-0/+174
| | | | | | | | | | | | | | Very much lua5.1-specific because the relevant library name to look for is hard-coded into Eluant. The environment should also be ready in the event someone decides to run the make target check-scripts as (part of) tests - the wrapper created by Lua eclasses will automatically have 'luac' point to 'luac5.1' so all enabling this should require is adding the right version of dev-lang/lua to BDEPEND. Closes: https://bugs.gentoo.org/752723 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* games-strategy/naev: migrate to lua-single.eclassMarek Szuba2020-12-021-0/+75
| | | | | | | LUA_COMPAT=( lua5-1 luajit ) as per the upstream autoconf script. Closes: https://bugs.gentoo.org/752720 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* games-strategy/naev-0.7.0: fix SRC_URI, explain BDEPEND/src_unpackMarek Szuba2020-12-011-2/+6
| | | | | | | | | | | | pkgcheck complains about the lack of app-arch/unzip in BDEPEND but that is not correct - the data file is supposed to be installed zipped, and the custom src_unpack ensures only the source tarball is actually unpacked. Add a comment explaining this. More importantly, both SRC_URI wrong had '/${P}/' where '/v${PV}/' should be according to the layout of GitHub upstream as of 5 minutes ago. Signed-off-by: Marek Szuba <marecki@gentoo.org>
* games-strategy/naev: update to 0.7.0Azamat H. Hackimov2020-12-013-1/+71
| | | | | | | | | Migrate to EAPI 7, use github sources. Closes: https://bugs.gentoo.org/546562 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Signed-off-by: Marek Szuba <marecki@gentoo.org>
* games-strategy/hedgewars: migrate to lua-single.eclassMarek Szuba2020-12-012-0/+123
| | | | | | | | | | | | | | Locked to 5.1 but by using a bundled version of FindLua.cmake which only considers that version rather than looking for the package "Lua51". Therefore, I have already put machinery in place which requests a specific Lua version. BTW. All tests of both this ebuild and its unmigrated counterpart fail with "unsupported image format" unless media-libs/sdl2-image has been built in USE=png. Haven't checked what happens at run time. Closes: https://bugs.gentoo.org/752714 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* games-strategy/asc: remove last-rited packageMarek Szuba2020-12-015-159/+0
| | | | | | Bug: https://bugs.gentoo.org/635592 Bug: https://bugs.gentoo.org/752708 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* games-strategy/wesnoth: Keyword 1.14.14 ppc, #756730Sam James2020-11-261-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-strategy/wesnoth: Keyword 1.14.14 ppc64, #756730Sam James2020-11-261-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-strategy/freeciv: Fix path to Qt5 moc with qmake-utils.eclassAndreas Sturmlechner2020-11-241-1/+2
| | | | | | Closes: https://bugs.gentoo.org/756262 Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* games-strategy/megaglest: Fix building with >=net-libs/miniupnpc-1.9.20160209.Arfrever Frehtes Taifersar Arahesis2020-11-232-3/+21
| | | | | | Closes: https://bugs.gentoo.org/614408 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Sam James <sam@gentoo.org>
* games-strategy/war1gus: New packageMichał Górny2020-11-233-0/+72
| | | | | | This is the Stratagus version of the first Warcraft (AKA Orcs & Humans). Signed-off-by: Michał Górny <mgorny@gentoo.org>
* games-strategy/wargus: Add postinst about missing ripping depsMichał Górny2020-11-231-0/+11
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* games-strategy/wargus: Bump to 2.4.3Michał Górny2020-11-223-2/+62
| | | | | Closes: https://bugs.gentoo.org/693314 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* games-strategy/wargus: Take overMichał Górny2020-11-221-0/+4
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* games-strategy/freeciv: keyworded 2.6.2 for ppc64Sergei Trofimovich2020-11-211-1/+1
| | | | | | | | keyworded wrt bug #748573 (KEYWORDREQ) Tested-by: ernsteiswuerfel Package-Manager: Portage-3.0.9, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* games-strategy/wesnoth: drop 1.14.13Alexey Sokolov2020-11-152-112/+0
| | | | | | | Closes: https://github.com/gentoo/gentoo/pull/18025 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Signed-off-by: David Seifert <soap@gentoo.org>
* games-strategy/wesnoth: drop workaround for old cmake-utilsAlexey Sokolov2020-11-152-6/+0
| | | | | | | Closes: https://bugs.gentoo.org/639604 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Signed-off-by: David Seifert <soap@gentoo.org>
* games-strategy/wesnoth: fix build without native-symlinksAlexey Sokolov2020-11-153-0/+22
| | | | | | | Closes: https://bugs.gentoo.org/732096 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Signed-off-by: David Seifert <soap@gentoo.org>
* games-strategy/seven-kingdoms: version bump, drop oldSergey Popov2020-11-153-31/+4
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>
* games-strategy/seven-kingdoms: respect AR variableSergey Popov2020-11-152-3/+11
| | | | | | | Reported-by: Agostino Sarubbo <ago@gentoo.org> Closes: https://bugs.gentoo.org/740770 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>
* games-strategy/endless-sky: Remove last-rited pkgMichał Górny2020-10-263-70/+0
| | | | | Closes: https://bugs.gentoo.org/735542 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* games-strategy/glob2: Remove last-rited pkgMichał Górny2020-10-268-221/+0
| | | | | Closes: https://bugs.gentoo.org/735544 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* games-strategy/liquidwar: drop old 5.6.4Alexey Sokolov2020-10-185-121/+0
| | | | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Closes: https://github.com/gentoo/gentoo/pull/17393 Signed-off-by: Stefan Strogin <steils@gentoo.org>
* games-strategy/liquidwar: version bumpAlexey Sokolov2020-10-185-0/+202
| | | | | | | Closes: https://bugs.gentoo.org/707810 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Signed-off-by: Stefan Strogin <steils@gentoo.org>
* games-strategy/freeorion: Fix typo in eclass function callsAdam Feldman2020-10-111-2/+2
| | | | | | | Somehow typoed non 9999 but not 9999 Closes: https://bugs.gentoo.org/747910 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Adam Feldman <NP-Hardass@gentoo.org>
* games-strategy/freeorion: Bump to 0.4.10.1Adam Feldman2020-10-063-13/+13
| | | | | | Closes: https://bugs.gentoo.org/show_bug.cgi?id=735768 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Adam Feldman <NP-Hardass@gentoo.org>
* games-strategy/wesnoth: Removed oldLars Wendler2020-09-172-112/+0
| | | | | Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* games-strategy/wesnoth: Bump to versions 1.14.14 and 1.15.4Lars Wendler2020-09-173-1/+113
| | | | | | Closes: https://bugs.gentoo.org/743028 Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* games-strategy/ja2-stracciatella-data: arm64 keyworded (bug #730894)Sam James2020-09-051-2/+2
| | | | | Package-Manager: Portage-3.0.4, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* games-strategy/ja2-stracciatella: arm64 keyworded (bug #730894)Sam James2020-09-051-2/+2
| | | | | Package-Manager: Portage-3.0.4, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* games-strategy/seven-kingdoms: arm64 keyworded (bug #730914)Sam James2020-09-051-2/+2
| | | | | Package-Manager: Portage-3.0.4, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* games-strategy/0ad-data: arm64 keyworded (bug #730888)Sam James2020-09-051-2/+2
| | | | | Package-Manager: Portage-3.0.4, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>