commit: 43e1b90bff165167eb4fbe930cd45f8951244eb4 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Sep 16 14:51:06 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Sep 16 18:01:26 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43e1b90b
app-crypt/yubikey-manager-qt: treeclean Closes: https://bugs.gentoo.org/932756 (pkgremoved) Closes: https://bugs.gentoo.org/952103 (pkgremoved) Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> app-crypt/yubikey-manager-qt/Manifest | 1 - app-crypt/yubikey-manager-qt/metadata.xml | 11 ----- .../yubikey-manager-qt-1.2.5.ebuild | 57 ---------------------- profiles/features/wd40/package.mask | 1 - profiles/package.mask | 5 -- 5 files changed, 75 deletions(-) diff --git a/app-crypt/yubikey-manager-qt/Manifest b/app-crypt/yubikey-manager-qt/Manifest deleted file mode 100644 index d9ba544f6fd5..000000000000 --- a/app-crypt/yubikey-manager-qt/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST yubikey-manager-qt-1.2.5.tar.gz 17360184 BLAKE2B 3b9d41e80fe81fe3f394d66ab3c2c8dc986fae0df5f51f184186ce800177aec5f7708e9b03259b5f9f20530cba66e5a73355135dacb51481e1169f7129fd47bd SHA512 e204f393a939bdc8bdec481b1a401c3f99fc364706dc4efc7460286a9bb4e5aa51496a92015a4b328eb948084135e95bb30f3f043ed742293799b6650915d6a7 diff --git a/app-crypt/yubikey-manager-qt/metadata.xml b/app-crypt/yubikey-manager-qt/metadata.xml deleted file mode 100644 index 99c11ac3c4f9..000000000000 --- a/app-crypt/yubikey-manager-qt/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <name>David Seifert</name> - </maintainer> - <upstream> - <remote-id type="github">Yubico/yubikey-manager-qt</remote-id> - </upstream> -</pkgmetadata> diff --git a/app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.2.5.ebuild b/app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.2.5.ebuild deleted file mode 100644 index 460df185237a..000000000000 --- a/app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.2.5.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{11..13} ) - -inherit qmake-utils python-single-r1 desktop xdg - -DESCRIPTION="Cross-platform application for configuring any YubiKey over all USB transports" -HOMEPAGE="https://developers.yubico.com/yubikey-manager-qt/ https://github.com/Yubico/yubikey-manager-qt" -SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.gz" -S="${WORKDIR}/${PN}" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64" -REQUIRED_USE=${PYTHON_REQUIRED_USE} - -DEPEND="${PYTHON_DEPS} - $(python_gen_cond_dep ' - >=app-crypt/yubikey-manager-5.0.0[${PYTHON_USEDEP}] - dev-python/cryptography[${PYTHON_USEDEP}] - ') - dev-python/pyotherside[qt5,${PYTHON_SINGLE_USEDEP}] - dev-qt/qtcore:5 - dev-qt/qtdeclarative:5 - dev-qt/qtgraphicaleffects:5 - dev-qt/qtgui:5 - dev-qt/qtquickcontrols:5[widgets] - dev-qt/qtquickcontrols2:5[widgets] - dev-qt/qtsingleapplication[qt5(+),X] - dev-qt/qtsvg:5 - dev-qt/qtwidgets:5" -RDEPEND="${DEPEND}" - -src_prepare() { - default - - sed -i -e "s/ykman-cli//" ${PN}.pro || die - sed -e "/CONFIG += c++11/a CONFIG += qtsingleapplication" \ - -i ykman-gui/ykman-gui.pro || die -} - -src_configure() { - eqmake5 -} - -src_install() { - emake install INSTALL_ROOT="${D}" - - domenu resources/ykman-gui.desktop - doicon -s 128 resources/icons/ykman.png - doicon -s scalable resources/icons/ykman.svg - - einstalldocs -} diff --git a/profiles/features/wd40/package.mask b/profiles/features/wd40/package.mask index a45ee324e1c5..1708d9d28bf2 100644 --- a/profiles/features/wd40/package.mask +++ b/profiles/features/wd40/package.mask @@ -207,7 +207,6 @@ app-eselect/eselect-gnome-shell-extensions app-emacs/rg app-emacs/emacs-ipython-notebook app-crypt/yubikey-manager -app-crypt/yubikey-manager-qt app-crypt/sequoia-sq app-crypt/sequoia-sqv app-crypt/certbot-apache diff --git a/profiles/package.mask b/profiles/package.mask index 7de33388a0e6..074c616dc88f 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -304,11 +304,6 @@ dev-util/sasm # porting PR for more than 1.5 years. Bug #955208. Removal on 2025-09-16. sci-electronics/NanoVNA-QT -# Andreas Sturmlechner <[email protected]> (2025-08-17) -# Archived and unmaintained upstream, Qt5-based, build broken for >1 year. -# Bugs #932756, #952103. Removal on 2025-09-16. -app-crypt/yubikey-manager-qt - # Hans de Graaff <[email protected]> (2025-08-08) # ruby-openid fails tests and is archived upstream. Last release 6 years # ago. rack-openid is the only reverse dependency.
