diff options
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/Manifest.gz | bin | 7586 -> 7583 bytes | |||
-rw-r--r-- | games-strategy/endless-sky/Manifest | 2 | ||||
-rw-r--r-- | games-strategy/endless-sky/endless-sky-0.10.8.ebuild | 87 | ||||
-rw-r--r-- | games-strategy/freeorion/Manifest | 3 | ||||
-rw-r--r-- | games-strategy/freeorion/files/freeorion-0.5.0.1-boost1.85.patch | 57 | ||||
-rw-r--r-- | games-strategy/freeorion/freeorion-0.5.0.1-r1.ebuild | 127 | ||||
-rw-r--r-- | games-strategy/naev/Manifest | 2 | ||||
-rw-r--r-- | games-strategy/naev/naev-0.12.2.ebuild | 102 |
8 files changed, 0 insertions, 380 deletions
diff --git a/games-strategy/Manifest.gz b/games-strategy/Manifest.gz Binary files differindex 9a73a83c8a5e..f6e3950e5961 100644 --- a/games-strategy/Manifest.gz +++ b/games-strategy/Manifest.gz diff --git a/games-strategy/endless-sky/Manifest b/games-strategy/endless-sky/Manifest index e01fa6b8ae1b..5a499fae508e 100644 --- a/games-strategy/endless-sky/Manifest +++ b/games-strategy/endless-sky/Manifest @@ -1,5 +1,3 @@ DIST endless-sky-0.10.12.tar.gz 360083301 BLAKE2B e62911494e4824adeaee6aee8722afa0e7339d3f51186b6d60b05704131911cd262ffd750bff4eeeee15b61edbf63cfde2a03cd1728166121f04ac8afc2451f6 SHA512 908751e4d0f6df5bfdfc0be99326a3a9e6ef4585e7968b4576c338c9b7904b462628ebec329b1246c7c2edec5a281f28ff389ae754ec92f11743cac5e20d260a -DIST endless-sky-0.10.8.tar.gz 257381131 BLAKE2B ea6fe5e4240b9744a9e1d64137a731c8a67f88acbd688fad13f3beab2bb6d16e46b3c85fd1288350917eff18264b5a477ed964729edaa098eff07fef10ca81ee SHA512 d6cfb3efba6214a42b112d315dda945085f6a9f915a22bd3fe0ff78cb628a242aa8c0613165a2e1c67d81f5c32f937c2b73a7851efe3984ebe94af4e456df547 EBUILD endless-sky-0.10.12.ebuild 2422 BLAKE2B c0cf9268bb647fd880c3e69f2a445fc36242ec7cbf2c7c1269ae180dcd323789ede75ba44d9e1ff5cc6be9b8b36107d2cf48dc1fcb4df12a22329372a4002295 SHA512 e7fe361e60853c24e6e01fdeb40a3a11c2c7a2f6a4c7c15b37e7edb313a2953c65abfbe780417e28e36ddfad0394af7088d5580236842288b1738c8ccfc9f991 -EBUILD endless-sky-0.10.8.ebuild 2086 BLAKE2B 1cc033299258d0100151be6a5fe0b5752c29be777f9b2a606cb0a571db6a1d9686ce08127f0e1a01785e90ec955ff82ccba2a2bcb59ed07d9fbfe586b5369686 SHA512 9b63b71504191e8a26af8ae502c216b161097a574fd2d7317afc73c71529ab82ced8c5d668dd8cd0c48e9806924540d420054d6417a6c0dd9e1961a920f55a28 MISC metadata.xml 732 BLAKE2B 05e221e5b8bc45baf62a5361a1fa11affd5bfce04bb1ed4127251c151771df72c873e9c2deab4aa9b4800fa3314fa768c635e61bf941e3eb74241ee5f2a8aabf SHA512 2aefeccd986719aab4be77af1bf4458b36a873918c04905f9b432a591a44dfdd001faf29ab16ced565c069e846bfe5a96e2c12ffa1e4d62a7b202cf7fc356949 diff --git a/games-strategy/endless-sky/endless-sky-0.10.8.ebuild b/games-strategy/endless-sky/endless-sky-0.10.8.ebuild deleted file mode 100644 index c0a4e125f072..000000000000 --- a/games-strategy/endless-sky/endless-sky-0.10.8.ebuild +++ /dev/null @@ -1,87 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake prefix xdg - -DESCRIPTION="Space exploration, trading & combat in the tradition of Terminal Velocity" -HOMEPAGE="https://endless-sky.github.io/" -SRC_URI=" - https://github.com/endless-sky/endless-sky/archive/refs/tags/v${PV}.tar.gz - -> ${P}.tar.gz -" - -LICENSE=" - GPL-3+ - CC-BY-2.0 CC-BY-3.0 CC-BY-4.0 - CC-BY-SA-3.0 CC-BY-SA-4.0 - CC0-1.0 Unsplash public-domain -" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="gles2-only test" -RESTRICT="!test? ( test )" - -RDEPEND=" - media-libs/libglvnd - media-libs/libjpeg-turbo:= - media-libs/libmad - media-libs/libpng:= - media-libs/libsdl2[video] - media-libs/openal - sys-apps/util-linux - gles2-only? ( media-libs/libsdl2[gles2] ) - !gles2-only? ( - media-libs/glew:0= - media-libs/libsdl2[opengl] - ) -" -DEPEND="${RDEPEND}" - -src_prepare() { - cmake_src_prepare - - # no /usr/*games/ on Gentoo, adjust docdir, install even if != Release, - # and GLEW is unused if USE=gles2-only (using sed for less rebasing) - sed -e '/install(/s: games: bin:' \ - -e '/install(/s: share/games: share:' \ - -e "/install(/s: share/doc/endless-sky: share/doc/${PF}:" \ - -e '/install(/s: CONFIGURATIONS Release::' \ - -e 's:GLEW REQUIRED:GLEW:' \ - -i CMakeLists.txt || die - sed -i '/PATH/s:share/games:share:' source/Files.cpp || die - - hprefixify -w /PATH/ source/Files.cpp -} - -src_configure() { - local mycmakeargs=( - -DBUILD_TESTING=$(usex test) - -DES_GLES=$(usex gles2-only) - -DES_USE_SYSTEM_LIBRARIES=yes - -DES_USE_VCPKG=no - ) - - cmake_src_configure -} - -src_install() { - cmake_src_install - - gzip -d -- "${ED}"/usr/share/man/man6/${PN}.6.gz || die - rm -- "${ED}"/usr/share/doc/${PF}/{copyright,license.txt} || die -} - -pkg_postinst() { - xdg_pkg_postinst - - if [[ ! ${REPLACING_VERSIONS} ]]; then - elog "Endless Sky provides high-res sprites for high-dpi screens." - elog "If you want to use them, download:" - elog - elog " https://github.com/endless-sky/endless-sky-high-dpi/releases" - elog - elog "and extract it to ~/.local/share/endless-sky/plugins/" - fi -} diff --git a/games-strategy/freeorion/Manifest b/games-strategy/freeorion/Manifest index 5463de9ae6a8..b921b9502284 100644 --- a/games-strategy/freeorion/Manifest +++ b/games-strategy/freeorion/Manifest @@ -1,6 +1,3 @@ -AUX freeorion-0.5.0.1-boost1.85.patch 2287 BLAKE2B 30ba9d71ca0f69c42dd0b795e46702d324dddba727cfc14a80d2ba011809c78b3ebb51a600945e0a50d27f8fe0fc054814a4403cca63ce81d02508425c4cfbc9 SHA512 83ebc9a50121df011436bf6dcfb641601e15e224055e44b076a64a73e3623b7a6407c146477bf63cc1f150a5629aece870010d25fbb1c537fcdcb64c2b192b74 -DIST FreeOrion_v0.5.0.1_Source.tar.gz 152861158 BLAKE2B 6924d4916fcd3ac93e7498b5247957a6fb62b8523aa49114e9e11ef5e3b89374966551bc14192fa7928951728ce814fb86d89365beb97aa7c2bc84408bfcadd2 SHA512 dc267231329f0615f12887f22139d57a2611f378e17e8b0f26c00efdb77e73ef737ff875350f805d34a07ca4ce0595758e4f61168878477ebbd92d0149bcdc22 DIST FreeOrion_v0.5.1_Source.tar.gz 154915100 BLAKE2B 5097fed26443cd076d03af05816148bf2923b86d4719b86e4593b1bca383af222db6f105e3b4a4b531188558305140e9999a80c7550959adaa65cf08f5bb6b5e SHA512 253deba1a90bd4fa7e33423e0148b22ee5234e47007fef9cee66d617caaa5794e2a600e057574c79caa7058557d51d290c5161e9dfa3d8dabe4ebc5da85b8233 -EBUILD freeorion-0.5.0.1-r1.ebuild 2988 BLAKE2B 359e2ef8b2149d80e1d53420740fba567b223b319236fe2b34c3bd50b808057f6453e4162b4fc83d7eb5aab02937c9b7ee587ead12ad08212fd1ef7f1f488f37 SHA512 6dc09a70c5bf02531fcf271aa06c16681eb80f646a96992056423756f516f9a848acaf2764654340ab16f915e8c250aba08801a031d56d9a8fe4f5bed077dfc4 EBUILD freeorion-0.5.1.ebuild 2950 BLAKE2B b4c024cfa8303c67128336aa98b16bb8bb686a1731b931c02ad90c72df0bae4708df4511aea900ff7e8c38473ea69cb0febc3fc3db8886962af89c3e9f935c35 SHA512 c47a85a5c3ac2cc22beb9b716803aec986fa420ab21478a24b25c560ac2e801757a6249a0db29e251cec39ea51bddd418ffcb1e8c49a1ba1fcf118ce88604b5d MISC metadata.xml 757 BLAKE2B 64e1e5a856369650c9d41b75f7af091c5fde43ab2992911cc81d5e4ba12d13fea5e4e82ae960e75208979aea38eeeb07d4bfebdb1eb45c035796ed854090cbe6 SHA512 5e631e52b5dbabbb6ce1cde6e416c4ed228dbf4a1ddda7899e5565c9abd5b7080894866aef375ff66cef3facd06faadcaea2ccefd8fb34d6bb461bfd32879d6e diff --git a/games-strategy/freeorion/files/freeorion-0.5.0.1-boost1.85.patch b/games-strategy/freeorion/files/freeorion-0.5.0.1-boost1.85.patch deleted file mode 100644 index cb7f450ffc37..000000000000 --- a/games-strategy/freeorion/files/freeorion-0.5.0.1-boost1.85.patch +++ /dev/null @@ -1,57 +0,0 @@ -https://bugs.gentoo.org/932780 -https://github.com/freeorion/freeorion/issues/4897 - -Backport of: https://github.com/freeorion/freeorion/pull/4899/commits ---- a/GG/src/dialogs/FileDlg.cpp -+++ b/GG/src/dialogs/FileDlg.cpp -@@ -11,3 +11,3 @@ - #include <boost/algorithm/string/predicate.hpp> --#include <boost/filesystem/operations.hpp> -+#include <boost/filesystem.hpp> - #include <boost/format.hpp> -@@ -217,3 +217,3 @@ - fs::path filename_path = fs::system_complete(fs::path(m_init_filename)); -- m_files_edit->SetText(filename_path.leaf().string()); -+ m_files_edit->SetText(filename_path.filename().string()); - } -@@ -550,3 +550,3 @@ - if ((s_working_dir.string() != s_working_dir.root_path().string() && -- !s_working_dir.branch_path().string().empty()) || -+ !s_working_dir.parent_path().string().empty()) || - Win32Paths()) -@@ -696,6 +696,6 @@ - if (s_working_dir.string() != s_working_dir.root_path().string() && -- !s_working_dir.branch_path().string().empty()) -+ !s_working_dir.parent_path().string().empty()) - { - // move to new directory -- SetWorkingDirectory(s_working_dir.branch_path()); -+ SetWorkingDirectory(s_working_dir.parent_path()); - ---- a/util/Directories.cpp -+++ b/util/Directories.cpp -@@ -6,5 +6,4 @@ - #include <boost/algorithm/string/trim.hpp> --#include <boost/filesystem/convenience.hpp> --#include <boost/filesystem/operations.hpp> - #include <boost/date_time/posix_time/posix_time.hpp> -+#include <boost/filesystem.hpp> - -@@ -268,3 +267,3 @@ - fs::path binary_file = fs::system_complete(FilenameToPath(argv0)); -- bin_dir = binary_file.branch_path(); -+ bin_dir = binary_file.parent_path(); - } catch (const fs::filesystem_error &) { -@@ -317,3 +316,3 @@ - fs::path binary_file = fs::system_complete(fs::path(path_text)); -- bin_dir = binary_file.branch_path(); -+ bin_dir = binary_file.parent_path(); - ---- a/util/OptionsDB.cpp -+++ b/util/OptionsDB.cpp -@@ -16,4 +16,3 @@ - #include <boost/algorithm/string/predicate.hpp> --#include <boost/filesystem/fstream.hpp> --#include <boost/filesystem/operations.hpp> -+#include <boost/filesystem.hpp> - #include <boost/range/algorithm_ext/erase.hpp> diff --git a/games-strategy/freeorion/freeorion-0.5.0.1-r1.ebuild b/games-strategy/freeorion/freeorion-0.5.0.1-r1.ebuild deleted file mode 100644 index f7d5cad3ef66..000000000000 --- a/games-strategy/freeorion/freeorion-0.5.0.1-r1.ebuild +++ /dev/null @@ -1,127 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..12} ) -inherit check-reqs cmake flag-o-matic multiprocessing python-single-r1 xdg - -DESCRIPTION="Free turn-based space empire and galactic conquest game" -HOMEPAGE="https://www.freeorion.org/" -SRC_URI="https://github.com/freeorion/freeorion/releases/download/v${PV}/FreeOrion_v${PV}_Source.tar.gz" -S=${WORKDIR}/src-tarball - -LICENSE="GPL-2+ CC-BY-SA-3.0 LGPL-2.1+" -SLOT="0" -KEYWORDS="~amd64" -IUSE="+client doc test" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" -RESTRICT="!test? ( test )" - -DEPEND=" - ${PYTHON_DEPS} - $(python_gen_cond_dep 'dev-libs/boost:=[${PYTHON_USEDEP},nls,python]') - sys-libs/zlib:= - client? ( - media-libs/freetype - media-libs/glew:0= - media-libs/libglvnd - media-libs/libogg - media-libs/libpng:= - media-libs/libsdl2[opengl,video] - media-libs/libvorbis - media-libs/openal - ) -" -RDEPEND=" - ${DEPEND} - client? ( - media-fonts/dejavu - media-fonts/roboto - ) -" -BDEPEND=" - ${PYTHON_DEPS} - doc? ( - app-text/doxygen - media-gfx/graphviz - ) - test? ( $(python_gen_cond_dep 'dev-python/pytest[${PYTHON_USEDEP}]') ) -" - -PATCHES=( - "${FILESDIR}"/${P}-boost1.85.patch -) - -freeorion_check-reqs() { - # cc1plus processes may suddenly use ~1.5GB all at once early on (2+GB - # if debug symbols) then far less for the rest, check minimal jobs*1.5 - local CHECKREQS_MEMORY=$(($(makeopts_jobs)*1500))M - check-reqs_${EBUILD_PHASE_FUNC} -} - -pkg_pretend() { - freeorion_check-reqs -} - -pkg_setup() { - freeorion_check-reqs - python-single-r1_pkg_setup -} - -src_prepare() { - cmake_src_prepare - - sed -i 's/-O3//' CMakeLists.txt || die - - cmake_comment_add_subdirectory check #904124 -} - -src_configure() { - filter-lto # -Werror=odr issues - - # TODO: drop this after boost-1.85.0-r0 been gone for some time - has_version =dev-libs/boost-1.85.0-r0 && - append-flags -fno-strict-aliasing #932780,933289 - - local mycmakeargs=( - -DCCACHE_PROGRAM=no - -DBUILD_CLIENT_GG=$(usex client) - -DBUILD_CLIENT_GODOT=no # TODO? perhaps with system godot (experimental) - -DBUILD_TESTING=$(usex test) - ) - - cmake_src_configure -} - -src_compile() { - cmake_src_compile all $(usev doc) -} - -src_test() { - cmake_src_test -j1 # avoid running 2 conflicting servers - - local EPYTEST_DESELECT=( - # broken with 3.11 but is not known to cause issues, just skip for now - tests/AI/save_game_codec/test_savegame_manager.py::test_setstate_call - ) - - epytest -o cache_dir="${T}"/pytest_cache default/python/tests -} - -src_install() { - local DOCS=( ChangeLog.md README.md ) - cmake_src_install - - use doc && dodoc -r "${BUILD_DIR}"/doc/cpp-apidoc/html - - if use client; then - local font - for font in roboto/Roboto-{Bold,Regular}.ttf dejavu/DejaVuSans{-Bold,}.ttf; do - dosym -r /usr/share/{fonts/${font%/*},${PN}/default/data/fonts}/${font##*/} - done - rm -- "${ED}"/usr/share/${PN}/default/data/fonts/LICENSE.{Roboto,DejaVu} || die - else - rm -r -- "${ED}"/usr/share/freeorion/default/data/fonts || die - fi -} diff --git a/games-strategy/naev/Manifest b/games-strategy/naev/Manifest index 3cb90febdd8a..2623cc6a68fa 100644 --- a/games-strategy/naev/Manifest +++ b/games-strategy/naev/Manifest @@ -1,5 +1,3 @@ -DIST naev-0.12.2-source.tar.xz 465301164 BLAKE2B 1a9af216a66677dbbdcf381eff9b638df47610e7a7e1ffe881234805594b40ebdf76adf413458b936a487a807f7238e1e45f2479fd8ae1fcca352cc584d48493 SHA512 898a1c4e820f1bad5b3abfdbf255d6a54363462e3eaf6bbcffd9f806398094100fa3776fb4bcbc8510b2a159cf73e49d9909213e671f979cbf7b4983e2f43b3e DIST naev-0.12.3-source.tar.xz 465309428 BLAKE2B c213dde47352d809d10c226978165bf0b4c5257afcc77866c4b7ca2a6f06bc5580fb685ca2428cb0ba09474b03d13b27cfbd2f6751da14c3503b3f481b57a6c3 SHA512 6ae2701d66a198f128e8f2d87a5f6177ef8dcba64ef5ac1110e0af94bd74a46b3183f1a6771d632e9da79e29fc8ee502cfaa36ab7a8e259e681efe9946a9d239 -EBUILD naev-0.12.2.ebuild 2355 BLAKE2B e6300088539fd74a59fab76e08655f277d621b6a7f432d718a756a6b7b9a5ae4b76056b17f62edfb4b4996e41265b00f1fcc6601af24f55aa993376583b3d4ef SHA512 a87edbaaeff3f616834277c5cac79b6415810335224aeb3156d17cb24527f8c7cfbdcf584dfac726d438aaa4b42cf2ffe02bf9ad222d31812de18489b225122f EBUILD naev-0.12.3.ebuild 2355 BLAKE2B e6300088539fd74a59fab76e08655f277d621b6a7f432d718a756a6b7b9a5ae4b76056b17f62edfb4b4996e41265b00f1fcc6601af24f55aa993376583b3d4ef SHA512 a87edbaaeff3f616834277c5cac79b6415810335224aeb3156d17cb24527f8c7cfbdcf584dfac726d438aaa4b42cf2ffe02bf9ad222d31812de18489b225122f MISC metadata.xml 328 BLAKE2B 2c831943c7eee723e5c707906bcec96e97abd71e5d6fc3256010cca9626aebe95ecd7dca316a9567fe41186f0a656a434d774f83f088f414a95b3aba425c23b9 SHA512 426ac4b34b6cb45db05f5a7768a15947f67f5e90cda1bafa817320988aeb96ade18d774b2aa5e92d12c1fd1fd7a4964ac1bbdacbca6655325ccccc6a9405dfa4 diff --git a/games-strategy/naev/naev-0.12.2.ebuild b/games-strategy/naev/naev-0.12.2.ebuild deleted file mode 100644 index bd285077a6fe..000000000000 --- a/games-strategy/naev/naev-0.12.2.ebuild +++ /dev/null @@ -1,102 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -LUA_COMPAT=( luajit ) -PYTHON_COMPAT=( python3_{10..13} ) -inherit lua-single meson python-any-r1 xdg - -DESCRIPTION="2D space trading and combat game, in a similar vein to Escape Velocity" -HOMEPAGE="https://naev.org/" -SRC_URI="https://github.com/naev/naev/releases/download/v${PV}/${P}-source.tar.xz" - -LICENSE=" - GPL-3+ - Apache-2.0 BSD BSD-2 CC-BY-2.0 CC-BY-3.0 CC-BY-4.0 CC-BY-SA-3.0 - CC-BY-SA-4.0 CC0-1.0 GPL-2+ MIT OFL-1.1 public-domain -" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" -REQUIRED_USE="${LUA_REQUIRED_USE}" - -# tests are very basic, equivalent to just starting the game and checking if -# can see the main menu -- but this breaks easily with software rendering and -# some Xorg/mesa versions, simpler to do manually than try to keep this working -RESTRICT="test" - -# dlopen: libglvnd -RDEPEND=" - ${LUA_DEPS} - app-text/cmark:= - dev-games/physfs - dev-libs/libpcre2:= - dev-libs/libunibreak:= - dev-libs/libxml2 - dev-libs/libyaml - dev-libs/nativefiledialog-extended - media-libs/freetype:2 - media-libs/libglvnd - media-libs/libsdl2[joystick,opengl,video] - media-libs/libvorbis - media-libs/openal - media-libs/sdl2-image[png,webp] - net-libs/enet:1.3= - sci-libs/cholmod - sci-libs/cxsparse - sci-libs/openblas - sci-libs/suitesparse - sci-mathematics/glpk:= - virtual/libintl -" -DEPEND="${RDEPEND}" -BDEPEND=" - $(python_gen_any_dep 'dev-python/pyyaml[${PYTHON_USEDEP}]') - sys-devel/gettext - doc? ( - app-text/doxygen - dev-lua/ldoc - media-gfx/graphviz - ) -" - -python_check_deps() { - python_has_version "dev-python/pyyaml[${PYTHON_USEDEP}]" -} - -pkg_setup() { - lua-single_pkg_setup - python-any-r1_pkg_setup -} - -src_prepare() { - default - - # don't probe OpenGL for tests (avoids sandbox violations, bug #829369) - sed -i "/subdir('glcheck')/d" test/meson.build || die -} - -src_configure() { - local emesonargs=( - # *can* do lua5-1 but upstream uses+test luajit most (bug #946881) - -Dluajit=enabled - $(meson_feature doc docs_c) - $(meson_feature doc docs_lua) - ) - - meson_src_configure -} - -src_install() { - local DOCS=( CHANGELOG Readme.md ) - meson_src_install - - if use doc; then - dodir /usr/share/doc/${PF}/html - mv -- "${ED}"/usr/{doc/naev/{c,lua},share/doc/${PF}/html} || die - rm -r -- "${ED}"/usr/doc || die - fi - - rm -r -- "${ED}"/usr/share/doc/naev || die -} |