commit: c5573160c091919710469337ce07fa71a01507d7 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Jan 14 22:29:39 2026 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Jan 14 22:30:14 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5573160
games-engines/qtads: treeclean Closes: https://bugs.gentoo.org/831789 (pkgremoved) Closes: https://bugs.gentoo.org/955277 (pkgremoved) Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> games-engines/qtads/Manifest | 1 - games-engines/qtads/metadata.xml | 16 ------------ games-engines/qtads/qtads-3.4.0.ebuild | 47 ---------------------------------- profiles/package.mask | 5 ---- 4 files changed, 69 deletions(-) diff --git a/games-engines/qtads/Manifest b/games-engines/qtads/Manifest deleted file mode 100644 index 277afedd3630..000000000000 --- a/games-engines/qtads/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST qtads-3.4.0-source.tar.xz 6059316 BLAKE2B 0aa1bd755aed6fe60a712754d5496a464296f990f99bb7fd3cf93e20ce86881837352739f77a0fe9b630cb67fc78f91fbabf3896e8105e2b51ffa7a46be90ce6 SHA512 b4d40ec3f757803beeb7e22afa7b2ae6a612970c11615378ed145870d577e30b5734cd316c4739e4a3726917654e268034e6ecf1132ebbe1e120dc56aa9a2e3b diff --git a/games-engines/qtads/metadata.xml b/games-engines/qtads/metadata.xml deleted file mode 100644 index 26907f3e8124..000000000000 --- a/games-engines/qtads/metadata.xml +++ /dev/null @@ -1,16 +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> - <longdescription lang="en"> - QTads is a cross-platform, multimedia interpreter for playing TADS games. It - is fully compatible with HTML TADS (aka "Multimedia TADS.") Both TADS - versions in use today (v2 and v3) are supported. - </longdescription> - <upstream> - <remote-id type="github">realnc/qtads</remote-id> - </upstream> -</pkgmetadata> diff --git a/games-engines/qtads/qtads-3.4.0.ebuild b/games-engines/qtads/qtads-3.4.0.ebuild deleted file mode 100644 index 63e98570846a..000000000000 --- a/games-engines/qtads/qtads-3.4.0.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit qmake-utils xdg - -DESCRIPTION="Multimedia interpreter for TADS text adventures" -HOMEPAGE="https://realnc.github.io/qtads" -SRC_URI="https://github.com/realnc/qtads/releases/download/v${PV}/${P}-source.tar.xz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+sound" - -BDEPEND=" - virtual/pkgconfig -" -DEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5[jpeg,png] - dev-qt/qtimageformats:5[mng] - dev-qt/qtnetwork:5[ssl] - dev-qt/qtsvg:5 - dev-qt/qtwidgets:5[png] - sound? ( - media-libs/libsdl2[sound] - media-libs/libsndfile - media-libs/libvorbis - media-sound/fluidsynth:0= - media-sound/mpg123 - ) -" -RDEPEND="${DEPEND}" - -src_configure() { - eqmake5 \ - PREFIX="${EPREFIX}/usr" \ - DOCDIR="${EPREFIX}/usr/share/${PF}" \ - $(usev !sound CONFIG+=disable-audio) \ - -after CONFIG-=silent -} - -src_install() { - emake INSTALL_ROOT="${D}" install -} diff --git a/profiles/package.mask b/profiles/package.mask index 8dcc3cfe1f75..d954a7ecd1fa 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -194,11 +194,6 @@ media-sound/linux-show-player # Removal on 2026-01-15 =media-libs/libffado-2.4.9 -# Andreas Sturmlechner <[email protected]> (2025-12-05) -# Depends on Qt5, stalled porting effort upstream. Bug #955277 -# Removal on 2026-01-15 -games-engines/qtads - # Andreas Sturmlechner <[email protected]> (2025-12-05) # Depends on Qt5, no signs of porting work upstream. Bug #949881 # Removal on 2026-01-15
