commit: 910afc96f1fa3c72ac974e66df8d6837f436bd70 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu Jun 26 17:21:04 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu Jun 26 17:41:34 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=910afc96
x11-misc/qxkb: treeclean Closes: https://bugs.gentoo.org/951875 (pkgremoved) Closes: https://bugs.gentoo.org/953016 (pkgremoved) Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> profiles/package.mask | 5 --- x11-misc/qxkb/Manifest | 1 - .../files/qxkb-0.5.1_pre20190821-desktop.patch | 36 ---------------------- x11-misc/qxkb/metadata.xml | 8 ----- x11-misc/qxkb/qxkb-0.5.1_pre20190821.ebuild | 35 --------------------- 5 files changed, 85 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index 758ff4e415ef..b68b20323adc 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -215,11 +215,6 @@ x11-misc/barrier # particular codebase.) Bug 940232. Removal after 30 days. dev-gap/cohomolo -# Andreas Sturmlechner <[email protected]> (2025-05-27) -# Dead upstream with no release for over 10 years, Qt5-based even only by -# means of a snapshot. Bugs #951875, #953016. Removal on 2025-06-26. -x11-misc/qxkb - # Andreas Sturmlechner <[email protected]> (2025-05-27) # sci-electronics/gazebo depends on x11-libs/qwt:6[qt5] and Qt5, lots of # open bugs. Most packages perpetually stuck at EAPI-7 and several major diff --git a/x11-misc/qxkb/Manifest b/x11-misc/qxkb/Manifest deleted file mode 100644 index 0c5a5a8b461e..000000000000 --- a/x11-misc/qxkb/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST qxkb-0.5.1_pre20190821.tar.gz 176133 BLAKE2B f04dffdb0fcb56e57002ec7384b12345c1bfd13988250701d7aed892552083c6ffe92cab133ea9e7e38b98aba8d47697f029e86288eca8d8571fbe023ff9b57a SHA512 2e95c471006ea8ba3b942d2725bad8ad47d74b8131a99055583782b0d844f0c41b539619e01bb2f6a634ffb1c2db87ca97c69352f761474c2895547207c3932d diff --git a/x11-misc/qxkb/files/qxkb-0.5.1_pre20190821-desktop.patch b/x11-misc/qxkb/files/qxkb-0.5.1_pre20190821-desktop.patch deleted file mode 100644 index fcd9cdfb2003..000000000000 --- a/x11-misc/qxkb/files/qxkb-0.5.1_pre20190821-desktop.patch +++ /dev/null @@ -1,36 +0,0 @@ -Fixing QA issue and s/Qt4/Qt5/ - - * QA Notice: This package installs one or more .desktop files that do not - * pass validation. - * - * /usr/share/applications/qxkb.desktop: warning: value "Application;Qt;Utility;" - * for key "Categories" in group "Desktop Entry" contains a deprecated value "Application" - * - ---- a/desktop/qxkb.desktop 2019-08-21 12:55:03.000000000 +0200 -+++ b/desktop/qxkb.desktop 2020-04-14 20:16:07.754707291 +0200 -@@ -3,17 +3,17 @@ - Type=Application - Exec=qxkb - Terminal=false --Categories=Application;Qt;Utility; -+Categories=Qt;Utility; - Icon=qxkb - Name=QXKB - Name[sr]=КјуИксКБ - Name[sr@ijekavian]=КјуИксКБ --Comment=Qt4-X11 Keyboard switcher --Comment[ru]= Переключатель раскладки на Qt4 --Comment[sr]=Кјут4-Икс11 пребацивач распореда тастатуре --Comment[sr@ijekavian]=Кјут4-Икс11 пребацивач распореда тастатуре --Comment[sr@ijekavianlatin]=Qt4-X11 prebacivač rasporeda tastature --Comment[sr@latin]=Qt4-X11 prebacivač rasporeda tastature -+Comment=Qt5-X11 Keyboard switcher -+Comment[ru]= Переключатель раскладки на Qt5 -+Comment[sr]=Кјут5-Икс11 пребацивач распореда тастатуре -+Comment[sr@ijekavian]=Кјут5-Икс11 пребацивач распореда тастатуре -+Comment[sr@ijekavianlatin]=Qt5-X11 prebacivač rasporeda tastature -+Comment[sr@latin]=Qt5-X11 prebacivač rasporeda tastature - GenericName=Keyboard switcher - GenericName[ru]=Переключатель раскладки - GenericName[sr]=Распоред тастатуре diff --git a/x11-misc/qxkb/metadata.xml b/x11-misc/qxkb/metadata.xml deleted file mode 100644 index 2a8d8132cc9c..000000000000 --- a/x11-misc/qxkb/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="github">disels/qxkb</remote-id> - </upstream> -</pkgmetadata> diff --git a/x11-misc/qxkb/qxkb-0.5.1_pre20190821.ebuild b/x11-misc/qxkb/qxkb-0.5.1_pre20190821.ebuild deleted file mode 100644 index 740ed9271fbc..000000000000 --- a/x11-misc/qxkb/qxkb-0.5.1_pre20190821.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -COMMIT=ee9a1eee9dc810b33b931601203051d841bc3e7a -inherit cmake - -DESCRIPTION="Qt-based keyboard layout switcher" -HOMEPAGE="https://github.com/disels/qxkb" -SRC_URI="https://github.com/disels/qxkb/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64" - -S="${WORKDIR}/${PN}-${COMMIT}" - -PATCHES=( "${FILESDIR}/${P}-desktop.patch" ) - -BDEPEND=" - dev-qt/linguist-tools:5 -" -DEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtsvg:5 - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 - x11-libs/libX11 - x11-libs/libxkbfile -" -RDEPEND="${DEPEND} - x11-apps/setxkbmap -"
