* [gentoo-commits] repo/gentoo:master commit in: profiles/, x11-terms/cool-retro-term/
@ 2025-09-25 19:58 Andreas Sturmlechner
0 siblings, 0 replies; only message in thread
From: Andreas Sturmlechner @ 2025-09-25 19:58 UTC (permalink / raw
To: gentoo-commits
commit: 8f516ffde13915d6a5b2daec0928cd9b1f2b4031
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 17 18:57:25 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Sep 25 19:48:40 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f516ffd
x11-terms/cool-retro-term: treeclean
Closes: https://bugs.gentoo.org/953258 (pkgremoved)
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
profiles/package.mask | 5 --
x11-terms/cool-retro-term/Manifest | 2 -
.../cool-retro-term/cool-retro-term-1.2.0.ebuild | 59 ----------------------
x11-terms/cool-retro-term/metadata.xml | 32 ------------
4 files changed, 98 deletions(-)
diff --git a/profiles/package.mask b/profiles/package.mask
index aec657df83fe..bad5ddf1cd7e 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 <asturm@gentoo.org> (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 <asturm@gentoo.org> (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 6b16d7e2b2d2..000000000000
--- 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 406d2b247400..000000000000
--- 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 3ce7d11da97d..000000000000
--- a/x11-terms/cool-retro-term/metadata.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person" proxied="yes">
- <email>beatussum@protonmail.com</email>
- <name>Mattéo Rossillol‑‑Laruelle</name>
- </maintainer>
- <maintainer type="project" proxied="proxy">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
- <longdescription>
- <pkg>x11-terms/cool-retro-term</pkg> 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.
- </longdescription>
- <longdescription lang="fr">
- <pkg>x11-terms/cool-retro-term</pkg> 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.
- </longdescription>
- <upstream>
- <maintainer status="active">
- <name>Filippo Scognamiglio</name>
- <email>flscogna@gmail.com</email>
- </maintainer>
- <doc>https://github.com/Swordfish90/cool-retro-term/wiki/</doc>
- <bugs-to>https://github.com/Swordfish90/cool-retro-term/issues/</bugs-to>
- <remote-id type="github">Swordfish90/cool-retro-term</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-09-25 19:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-25 19:58 [gentoo-commits] repo/gentoo:master commit in: profiles/, x11-terms/cool-retro-term/ Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox