commit:     af6c03ce12c77993226d1ac95c641d76761359e8
Author:     Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail <DOT> com>
AuthorDate: Tue Mar 12 18:21:48 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Mar 18 20:01:36 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af6c03ce

x11-terms/cool-retro-term: drop 1.1.1-r2

Signed-off-by: Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/35727
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 x11-terms/cool-retro-term/Manifest                 |  2 -
 .../cool-retro-term-1.1.1-r2.ebuild                | 60 ----------------------
 .../files/qmltermwidget-0.2.0-gcc-10.patch         | 46 -----------------
 3 files changed, 108 deletions(-)

diff --git a/x11-terms/cool-retro-term/Manifest 
b/x11-terms/cool-retro-term/Manifest
index b4b97d2f35d7..6b16d7e2b2d2 100644
--- a/x11-terms/cool-retro-term/Manifest
+++ b/x11-terms/cool-retro-term/Manifest
@@ -1,4 +1,2 @@
-DIST cool-retro-term-1.1.1.tar.gz 1975853 BLAKE2B 
54c9e5adb0879380215c390659da59266c323f12a046dafa2981d9c5e5ccbc6369e553427014e0347afcb6a1a64e188fb51f202d7c870a544fd2ecd5980f4c0c
 SHA512 
59da4b5d18ad64b917caebbc63ea9e3d562ed2a2dc9eae00f36cf434df44d17adca084b448f860f24a74ee6b59cd083d6a81e2217df1fb5e9f2731eaf1752148
 DIST cool-retro-term-1.2.0.tar.gz 1996540 BLAKE2B 
3b8da2a040276fdd5ab743743ec2adc325afd521a854ccb8aaeddeb11045c692bc6ac597a5bbb5a29422be94c3fa13a182a85568872793922c699e3e7fcd69c6
 SHA512 
21d3551d429380b026f8003652d78d186e5ac7079d3f143fe7f8f0c57876df263e5c40f218577ef236da859e779699f766414949591ecab38921caec5fd59209
-DIST qmltermwidget-0.2.0.tar.gz 219516 BLAKE2B 
452fe72f01773d3307d5f4dca4ef38ea8e35b6ee4e3255d660e94baafc83949fca943807fd4ea76e0b985032952c387b5911a65891488b399d0cb41e6be06d87
 SHA512 
544d57296de6999b86bf2b921d1d93ac5d7eddd02eea436df4ecea0966c82389e716310fd7e4d13dd918bc1b3fd2d02f953c713dc5b4abcfc56d3f3f617adf43
 DIST qmltermwidget-63228027e1f97c24abb907550b22ee91836929c5.tar.gz 235028 
BLAKE2B 
8f6cca761a3e77c2b02895315cc80f6c7cbe6e45ef15321187cf51c691fb35b8b80884514e359d3ebddf345fa59e7cb3a3919eb23aa97f0aa75c71f6035f1c7a
 SHA512 
7b80ef2cba24d4ceaf50ebb4adc69efe54919ef9a0dfa49ce766f56c3500ad200468db76676dd048cd3e41209b3a06b3ef5505c64d683702bf181ff8ec82c07e

diff --git a/x11-terms/cool-retro-term/cool-retro-term-1.1.1-r2.ebuild 
b/x11-terms/cool-retro-term/cool-retro-term-1.1.1-r2.ebuild
deleted file mode 100644
index dd5fc7cd56d4..000000000000
--- a/x11-terms/cool-retro-term/cool-retro-term-1.1.1-r2.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit qmake-utils xdg-utils
-
-QTW_PN=qmltermwidget
-QTW_PV=0.2.0
-QTW_P=${QTW_PN}-${QTW_PV}
-
-DESCRIPTION="terminal emulator which mimics the look and feel of the old 
cathode tube screens"
-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="GPL-2 GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-       dev-qt/qtdeclarative:5[localstorage]
-       dev-qt/qtgraphicaleffects:5
-       dev-qt/qtquickcontrols:5[widgets]
-       dev-qt/qtsql:5
-       dev-qt/qtwidgets:5
-"
-
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-       default
-
-       rmdir qmltermwidget || die
-       mv "${WORKDIR}/${QTW_P}" qmltermwidget || die
-       pushd qmltermwidget || die
-       eapply "${FILESDIR}"/qmltermwidget-0.2.0-gcc-10.patch
-       popd || die
-}
-
-src_configure() {
-       eqmake5 PREFIX="${EPREFIX}/usr"
-}
-
-src_install() {
-       # default attempts to install directly to /usr
-       emake INSTALL_ROOT="${D}" install
-       doman packaging/debian/cool-retro-term.1
-}
-
-pkg_postinst() {
-       xdg_icon_cache_update
-       xdg_desktop_database_update
-}
-
-pkg_postrm() {
-       xdg_icon_cache_update
-       xdg_desktop_database_update
-}

diff --git a/x11-terms/cool-retro-term/files/qmltermwidget-0.2.0-gcc-10.patch 
b/x11-terms/cool-retro-term/files/qmltermwidget-0.2.0-gcc-10.patch
deleted file mode 100644
index f14a269712e6..000000000000
--- a/x11-terms/cool-retro-term/files/qmltermwidget-0.2.0-gcc-10.patch
+++ /dev/null
@@ -1,46 +0,0 @@
-From 5cb4f9e6c86354674bd7715d947f95ac9f16a6c1 Mon Sep 17 00:00:00 2001
-From: Sergei Trofimovich <sly...@gentoo.org>
-Date: Sat, 25 Jan 2020 12:20:37 +0000
-Subject: [PATCH] TerminalCharacterDecoder.cpp: fix build failure against
- gcc-10
-
-gcc-10 fixed a few transitive includes and std::cwctype does not
-get included implicitly via other headers. This leads to the
-following build error:
-
-```
-lib/TerminalCharacterDecoder.cpp: In member function
-  'virtual void Konsole::HTMLDecoder::decodeLine(const Konsole::Character*,
-      int, Konsole::LineProperty)':
-lib/TerminalCharacterDecoder.cpp:205:18:
-  error: 'iswspace' is not a member of 'std'; did you mean 'isspace'?
-  205 |         if (std::iswspace(ch))
-      |                  ^~~~~~~~
-      |                  isspace
-make: *** [Makefile:924: TerminalCharacterDecoder.o] Error 1
-```
-
-The fix is to include <cwctype> that is supposed to define 'std::iswspace'.
-
-Signed-off-by: Sergei Trofimovich <sly...@gentoo.org>
----
- lib/TerminalCharacterDecoder.cpp | 3 +++
- 1 file changed, 3 insertions(+)
-
-diff --git a/lib/TerminalCharacterDecoder.cpp 
b/lib/TerminalCharacterDecoder.cpp
-index 579dedf..5d5bfc0 100644
---- a/lib/TerminalCharacterDecoder.cpp
-+++ b/lib/TerminalCharacterDecoder.cpp
-@@ -19,6 +19,9 @@
-     02110-1301  USA.
- */
- 
-+// System
-+#include <cwctype> /* std::iswspace */
-+
- // Own
- #include "TerminalCharacterDecoder.h"
- 
--- 
-2.25.0
-

Reply via email to