app-crypt/nitrokey-app: treeclean

Closes: https://bugs.gentoo.org/955638 (pkgremoved)
Closes: https://bugs.gentoo.org/957589 (pkgremoved)
Closes: https://bugs.gentoo.org/957590 (pkgremoved)
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-09-16 17:01:23 +02:00
parent 35a3d56e38
commit 173fd0cefe
5 changed files with 0 additions and 102 deletions

View File

@@ -1 +0,0 @@
DIST nitrokey-app-1.4.2.tar.gz 1204482 BLAKE2B 27490295300ec47c58425f4009e0be8038844c76e03cfc4725a2e9f6c43eebf949ecda4d0593eb62a0ebee9af387d26606c53d22ff97ccd32f978df2a5e3d0d8 SHA512 48234e9ab594d52123c7d3f538f1520bf21e0be81acacd1dbddc96727ae148ef2840a29bf165c566eb03ed4bef2203eb616db1f157652e0b896125d3fe524f53

View File

@@ -1,12 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>soap@gentoo.org</email>
<name>David Seifert</name>
</maintainer>
<upstream>
<remote-id type="github">Nitrokey/nitrokey-app</remote-id>
<bugs-to>https://github.com/Nitrokey/nitrokey-app/issues</bugs-to>
</upstream>
</pkgmetadata>

View File

@@ -1,42 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit bash-completion-r1 xdg cmake
DESCRIPTION="Cross platform personalization tool for the Nitrokey"
HOMEPAGE="https://github.com/Nitrokey/nitrokey-app"
if [[ ${PV} == *9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/Nitrokey/nitrokey-app"
# Disable pulling in bundled dependencies
EGIT_SUBMODULES=()
else
SRC_URI="https://github.com/Nitrokey/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="amd64 ~ppc64 x86"
fi
LICENSE="GPL-3"
SLOT="0"
RDEPEND="
>=app-crypt/libnitrokey-3.5:=
dev-qt/qtconcurrent:5
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtsvg:5
dev-qt/qtwidgets:5"
DEPEND="
${RDEPEND}
dev-libs/cppcodec"
BDEPEND="
dev-qt/linguist-tools:5
virtual/pkgconfig"
src_configure() {
local mycmakeargs=( -DBASH_COMPLETION_PATH="$(get_bashcompdir)" )
cmake_src_configure
}

View File

@@ -1,42 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit bash-completion-r1 xdg cmake
DESCRIPTION="Cross platform personalization tool for the Nitrokey"
HOMEPAGE="https://github.com/Nitrokey/nitrokey-app"
if [[ ${PV} == *9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/Nitrokey/nitrokey-app"
# Disable pulling in bundled dependencies
EGIT_SUBMODULES=()
else
SRC_URI="https://github.com/Nitrokey/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~ppc64 ~x86"
fi
LICENSE="GPL-3"
SLOT="0"
RDEPEND="
>=app-crypt/libnitrokey-3.5:=
dev-qt/qtconcurrent:5
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtsvg:5
dev-qt/qtwidgets:5"
DEPEND="
${RDEPEND}
dev-libs/cppcodec"
BDEPEND="
dev-qt/linguist-tools:5
virtual/pkgconfig"
src_configure() {
local mycmakeargs=( -DBASH_COMPLETION_PATH="$(get_bashcompdir)" )
cmake_src_configure
}

View File

@@ -269,11 +269,6 @@ dev-db/percona-server
# Removal on 2025-09-16.
sci-libs/ViSP
# Andreas Sturmlechner <asturm@gentoo.org> (2025-08-17)
# Dead upstream, based on Qt5, hardware obsolete. Removal on 2025-09-16.
# Bugs #954122, #955638, #957411, #957589, #957590
app-crypt/nitrokey-app
# Hans de Graaff <graaff@gentoo.org> (2025-08-08)
# ruby-openid fails tests and is archived upstream. Last release 6 years
# ago. rack-openid is the only reverse dependency.