commit: ee48e56e3e356e3b8afa3191eabe4c4372088008 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sun Jul 27 17:46:43 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sun Jul 27 17:46:43 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee48e56e
games-arcade/tuxanci: treeclean Closes: https://bugs.gentoo.org/957271 (pkgremoved) Closes: https://bugs.gentoo.org/944255 (pkgremoved) Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> games-arcade/tuxanci/Manifest | 1 - .../tuxanci/files/tuxanci-20110429-no-glver.patch | 9 ----- games-arcade/tuxanci/metadata.xml | 11 ------ games-arcade/tuxanci/tuxanci-20110429-r2.ebuild | 45 ---------------------- profiles/package.mask | 5 --- 5 files changed, 71 deletions(-) diff --git a/games-arcade/tuxanci/Manifest b/games-arcade/tuxanci/Manifest deleted file mode 100644 index ec3088bfa7ec..000000000000 --- a/games-arcade/tuxanci/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST tuxanci-20110429.tar.xz 4283540 BLAKE2B c45aef1a6f89284dc1d41de1718342f0f7d3303d7281698291c74acf5aee262c8ed782d73f955ad3e22a88015adb077d8950e3ce69c7295a9fe97116518045e2 SHA512 72305be823981699e9ac38c090dda2baafd45bd36554eba65bd438646e0b0b8a3ab17a7516610db17e225292c39e0cdabb383193f8b07d2d31d638483feafeea diff --git a/games-arcade/tuxanci/files/tuxanci-20110429-no-glver.patch b/games-arcade/tuxanci/files/tuxanci-20110429-no-glver.patch deleted file mode 100644 index 210e55d11998..000000000000 --- a/games-arcade/tuxanci/files/tuxanci-20110429-no-glver.patch +++ /dev/null @@ -1,9 +0,0 @@ -https://bugs.gentoo.org/715132 -https://bugs.gentoo.org/798651 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -189,3 +189,3 @@ - IF ( WITH_OPENGL ) -- pkg_check_modules(OPENGL REQUIRED gl>=7.5) -+ pkg_check_modules(OPENGL REQUIRED gl) - INCLUDE_DIRECTORIES ( ${OPENGL_INCLUDE_DIRS} ) diff --git a/games-arcade/tuxanci/metadata.xml b/games-arcade/tuxanci/metadata.xml deleted file mode 100644 index 1d7cd1181dd1..000000000000 --- a/games-arcade/tuxanci/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Games Project</name> - </maintainer> - <use> - <flag name="physfs">Use <pkg>dev-games/physfs</pkg> instead of <pkg>dev-libs/libzip</pkg> to load compressed data</flag> - </use> -</pkgmetadata> diff --git a/games-arcade/tuxanci/tuxanci-20110429-r2.ebuild b/games-arcade/tuxanci/tuxanci-20110429-r2.ebuild deleted file mode 100644 index 4428d33da87f..000000000000 --- a/games-arcade/tuxanci/tuxanci-20110429-r2.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -DESCRIPTION="First Tux shooter multi-player network game inspired by Bulanci" -HOMEPAGE="https://repo.or.cz/w/tuxanci.git" -SRC_URI="mirror://gentoo/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" -IUSE="dedicated opengl physfs" - -RDEPEND=" - !dedicated? ( - media-libs/fontconfig - media-libs/libsdl[opengl?,sound,video] - media-libs/sdl-image[png] - media-libs/sdl-mixer[vorbis] - media-libs/sdl-ttf - opengl? ( virtual/opengl ) - ) - physfs? ( dev-games/physfs[zip] ) - !physfs? ( dev-libs/libzip:= )" -DEPEND="${RDEPEND}" -BDEPEND="sys-devel/gettext" - -PATCHES=( - "${FILESDIR}"/${P}-no-glver.patch -) - -src_configure() { - local mycmakeargs=( - -DBUILD_SERVER=$(usex dedicated) - -DCMAKE_CONF_PATH="${EPREFIX}"/etc - -DCMAKE_DOC_PATH="${EPREFIX}"/usr/share/doc/${PF} - -DENABLE_DEBUG=no - -DWITH_OPENGL=$(usex opengl) - -DWITH_PHYSFS=$(usex physfs) - ) - cmake_src_configure -} diff --git a/profiles/package.mask b/profiles/package.mask index ccff8a6f2ef8..d9ce33957a9a 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -143,11 +143,6 @@ kde-apps/cervisia >=dev-python/pygobject-3.52 >=net-im/gajim-2.3.0 -# Alexey Sokolov <[email protected]> (2025-06-09) -# Dead upstream, fails to compile with gcc 15 and cmake 4. -# Removal on 2025-07-12. Bugs #957271, #944255 -games-arcade/tuxanci - # Alexey Sokolov <[email protected]> (2025-06-09) # Dead upstream, doesn't build with gcc 15, we're the only ones packaging it. # Removal on 2025-07-12. Bugs #944434, #943845, #906249, #680698.
