public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/, app-crypt/nitrokey-app/
@ 2025-09-16 18:02 Andreas Sturmlechner
  0 siblings, 0 replies; only message in thread
From: Andreas Sturmlechner @ 2025-09-16 18:02 UTC (permalink / raw
  To: gentoo-commits

commit:     173fd0cefe93fa25d1b4d29c332f07748e15c098
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 16 15:01:23 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Sep 16 18:01:30 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=173fd0ce

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 <AT> gentoo.org>

 app-crypt/nitrokey-app/Manifest                  |  1 -
 app-crypt/nitrokey-app/metadata.xml              | 12 -------
 app-crypt/nitrokey-app/nitrokey-app-1.4.2.ebuild | 42 ------------------------
 app-crypt/nitrokey-app/nitrokey-app-9999.ebuild  | 42 ------------------------
 profiles/package.mask                            |  5 ---
 5 files changed, 102 deletions(-)

diff --git a/app-crypt/nitrokey-app/Manifest b/app-crypt/nitrokey-app/Manifest
deleted file mode 100644
index f3cf21ed71c9..000000000000
--- a/app-crypt/nitrokey-app/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST nitrokey-app-1.4.2.tar.gz 1204482 BLAKE2B 27490295300ec47c58425f4009e0be8038844c76e03cfc4725a2e9f6c43eebf949ecda4d0593eb62a0ebee9af387d26606c53d22ff97ccd32f978df2a5e3d0d8 SHA512 48234e9ab594d52123c7d3f538f1520bf21e0be81acacd1dbddc96727ae148ef2840a29bf165c566eb03ed4bef2203eb616db1f157652e0b896125d3fe524f53

diff --git a/app-crypt/nitrokey-app/metadata.xml b/app-crypt/nitrokey-app/metadata.xml
deleted file mode 100644
index 7fa582599f7f..000000000000
--- a/app-crypt/nitrokey-app/metadata.xml
+++ /dev/null
@@ -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>

diff --git a/app-crypt/nitrokey-app/nitrokey-app-1.4.2.ebuild b/app-crypt/nitrokey-app/nitrokey-app-1.4.2.ebuild
deleted file mode 100644
index aeff51dcb356..000000000000
--- a/app-crypt/nitrokey-app/nitrokey-app-1.4.2.ebuild
+++ /dev/null
@@ -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
-}

diff --git a/app-crypt/nitrokey-app/nitrokey-app-9999.ebuild b/app-crypt/nitrokey-app/nitrokey-app-9999.ebuild
deleted file mode 100644
index fbcae50c1f6b..000000000000
--- a/app-crypt/nitrokey-app/nitrokey-app-9999.ebuild
+++ /dev/null
@@ -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
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 9629cab3f6f3..e65752bfbda6 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -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.


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2025-09-16 18:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-16 18:02 [gentoo-commits] repo/gentoo:master commit in: profiles/, app-crypt/nitrokey-app/ Andreas Sturmlechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox