From 8f516ffde13915d6a5b2daec0928cd9b1f2b4031 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Wed, 17 Sep 2025 20:57:25 +0200 Subject: [PATCH] x11-terms/cool-retro-term: treeclean Closes: https://bugs.gentoo.org/953258 (pkgremoved) Signed-off-by: Andreas Sturmlechner --- profiles/package.mask | 5 -- x11-terms/cool-retro-term/Manifest | 2 - .../cool-retro-term-1.2.0.ebuild | 59 ------------------- x11-terms/cool-retro-term/metadata.xml | 32 ---------- 4 files changed, 98 deletions(-) delete mode 100644 x11-terms/cool-retro-term/Manifest delete mode 100644 x11-terms/cool-retro-term/cool-retro-term-1.2.0.ebuild delete mode 100644 x11-terms/cool-retro-term/metadata.xml diff --git a/profiles/package.mask b/profiles/package.mask index aec657df83fee..bad5ddf1cd7e8 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -252,11 +252,6 @@ media-sound/fmit # Removal on 2025-09-26. games-emulation/yabause -# Andreas Sturmlechner (2025-08-27) -# Qt5 based, last release >3 years ago and no commits since then. -# Bug #953258. Removal on 2025-09-26 -x11-terms/cool-retro-term - # Andreas Sturmlechner (2025-08-27) # Qt5 based and still EAPI-7, last release from 2016, broken Qt6 "support" # in upstream repo. Needs someone to pick up the pieces of upstream's diff --git a/x11-terms/cool-retro-term/Manifest b/x11-terms/cool-retro-term/Manifest deleted file mode 100644 index 6b16d7e2b2d29..0000000000000 --- a/x11-terms/cool-retro-term/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST cool-retro-term-1.2.0.tar.gz 1996540 BLAKE2B 3b8da2a040276fdd5ab743743ec2adc325afd521a854ccb8aaeddeb11045c692bc6ac597a5bbb5a29422be94c3fa13a182a85568872793922c699e3e7fcd69c6 SHA512 21d3551d429380b026f8003652d78d186e5ac7079d3f143fe7f8f0c57876df263e5c40f218577ef236da859e779699f766414949591ecab38921caec5fd59209 -DIST qmltermwidget-63228027e1f97c24abb907550b22ee91836929c5.tar.gz 235028 BLAKE2B 8f6cca761a3e77c2b02895315cc80f6c7cbe6e45ef15321187cf51c691fb35b8b80884514e359d3ebddf345fa59e7cb3a3919eb23aa97f0aa75c71f6035f1c7a SHA512 7b80ef2cba24d4ceaf50ebb4adc69efe54919ef9a0dfa49ce766f56c3500ad200468db76676dd048cd3e41209b3a06b3ef5505c64d683702bf181ff8ec82c07e diff --git a/x11-terms/cool-retro-term/cool-retro-term-1.2.0.ebuild b/x11-terms/cool-retro-term/cool-retro-term-1.2.0.ebuild deleted file mode 100644 index 406d2b2474003..0000000000000 --- a/x11-terms/cool-retro-term/cool-retro-term-1.2.0.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit qmake-utils xdg - -QTW_PN="qmltermwidget" -QTW_PV=63228027e1f97c24abb907550b22ee91836929c5 -QTW_P="${QTW_PN}-${QTW_PV}" - -DESCRIPTION="Terminal emulator with an old school look and feel" -HOMEPAGE="https://github.com/Swordfish90/cool-retro-term/" - -SRC_URI=" - https://github.com/Swordfish90/cool-retro-term/archive/${PV}.tar.gz -> ${P}.tar.gz - https://github.com/Swordfish90/qmltermwidget/archive/${QTW_PV}.tar.gz -> ${QTW_P}.tar.gz -" - -LICENSE="BSD GPL-2+ GPL-3+" -SLOT="0" -KEYWORDS="amd64 ppc64 x86" - -DEPEND=" - dev-qt/qtcore:5 - dev-qt/qtdeclarative:5[localstorage] - dev-qt/qtgraphicaleffects:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtquickcontrols:5[widgets] - dev-qt/qtquickcontrols2:5[widgets] - dev-qt/qtwidgets:5 -" - -RDEPEND="${DEPEND} - virtual/opengl" - -src_prepare() { - default - - rmdir "${QTW_PN}" || die - mv "${WORKDIR}/${QTW_P}" "${QTW_PN}" || die -} - -src_configure() { - eqmake5 PREFIX="${EPREFIX}/usr" -} - -src_install() { - # `default` attempts to install directly to /usr and parallelised - # installation is not supported as `qmake5 -install` does not implictly - # create target directory. - - emake -j1 INSTALL_ROOT="${ED}" install - doman "packaging/debian/cool-retro-term.1" - - insinto "/usr/share/metainfo" - doins "packaging/appdata/cool-retro-term.appdata.xml" -} diff --git a/x11-terms/cool-retro-term/metadata.xml b/x11-terms/cool-retro-term/metadata.xml deleted file mode 100644 index 3ce7d11da97d0..0000000000000 --- a/x11-terms/cool-retro-term/metadata.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - - - beatussum@protonmail.com - Mattéo Rossillol‑‑Laruelle - - - proxy-maint@gentoo.org - Proxy Maintainers - - - x11-terms/cool-retro-term is a terminal emulator which tries - to mimic the look and feel of the old cathode tube screens. It has been - designed to be eye-candy, customizable, and reasonably lightweight. - - - x11-terms/cool-retro-term est un émulateur de terminal qui - tente d'imiter l'aspect et le comportement des anciens écrans à tube - cathodique. Il a été conçu pour être agréable à regarder, - personnalisable et raisonablement léger. - - - - Filippo Scognamiglio - flscogna@gmail.com - - https://github.com/Swordfish90/cool-retro-term/wiki/ - https://github.com/Swordfish90/cool-retro-term/issues/ - Swordfish90/cool-retro-term - -