commit:     35a3d56e3840e0924692fd12f4467b7f76774408
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 16 15:00:17 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Sep 16 18:01:29 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35a3d56e

app-crypt/libnitrokey: treeclean

Closes: https://bugs.gentoo.org/957411 (pkgremoved)
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-crypt/libnitrokey/Manifest                |  1 -
 app-crypt/libnitrokey/libnitrokey-3.8.ebuild  | 55 ---------------------------
 app-crypt/libnitrokey/libnitrokey-9999.ebuild | 55 ---------------------------
 app-crypt/libnitrokey/metadata.xml            | 12 ------
 profiles/package.mask                         |  1 -
 5 files changed, 124 deletions(-)

diff --git a/app-crypt/libnitrokey/Manifest b/app-crypt/libnitrokey/Manifest
deleted file mode 100644
index 82dfc8482f38..000000000000
--- a/app-crypt/libnitrokey/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST libnitrokey-3.8.tar.gz 118197 BLAKE2B 
6216229d718e6c1763abc56cc6cea341bcc7c6e1ea1a100a490d72786e5ce88d5784c1452036835a0a2fa104254d807d135efaee4b1696508c9c9d0d865e78a1
 SHA512 
30f966eed77aa75057b096d18f8e88d6be28a376dfc1888e44aff80347e031a16755d30acf1bca196acc5b922778d90627ac71cba22f5cb002ba3ec058939c90

diff --git a/app-crypt/libnitrokey/libnitrokey-3.8.ebuild 
b/app-crypt/libnitrokey/libnitrokey-3.8.ebuild
deleted file mode 100644
index d31d6289f448..000000000000
--- a/app-crypt/libnitrokey/libnitrokey-3.8.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit udev cmake
-
-DESCRIPTION="Support library for the Nitrokey"
-HOMEPAGE="https://github.com/Nitrokey/libnitrokey";
-
-if [[ ${PV} == *9999 ]]; then
-       inherit git-r3
-       EGIT_REPO_URI="https://github.com/Nitrokey/libnitrokey.git";
-
-       # 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"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       dev-libs/hidapi:=
-       virtual/udev"
-DEPEND="
-       ${RDEPEND}
-       test? ( <dev-cpp/catch-3:0 )"
-BDEPEND="virtual/pkgconfig"
-
-src_configure() {
-       local mycmakeargs=(
-               -DCMAKE_INSTALL_UDEVRULESDIR="$(get_udevdir)"/rules.d
-
-               # actual hardware tests
-               #   1. require a connected Nitrokey
-               #   2. may kill data on your Nitrokey
-               # hence the main testsuite is disabled
-               -DCOMPILE_TESTS=OFF
-               -DCOMPILE_OFFLINE_TESTS=$(usex test)
-       )
-       cmake_src_configure
-}
-
-pkg_postinst() {
-       udev_reload
-}
-
-pkg_postrm() {
-       udev_reload
-}

diff --git a/app-crypt/libnitrokey/libnitrokey-9999.ebuild 
b/app-crypt/libnitrokey/libnitrokey-9999.ebuild
deleted file mode 100644
index b37e5cdbd34f..000000000000
--- a/app-crypt/libnitrokey/libnitrokey-9999.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit udev cmake
-
-DESCRIPTION="Support library for the Nitrokey"
-HOMEPAGE="https://github.com/Nitrokey/libnitrokey";
-
-if [[ ${PV} == *9999 ]]; then
-       inherit git-r3
-       EGIT_REPO_URI="https://github.com/Nitrokey/libnitrokey.git";
-
-       # 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"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       dev-libs/hidapi:=
-       virtual/udev"
-DEPEND="
-       ${RDEPEND}
-       test? ( <dev-cpp/catch-3:0 )"
-BDEPEND="virtual/pkgconfig"
-
-src_configure() {
-       local mycmakeargs=(
-               -DCMAKE_INSTALL_UDEVRULESDIR="$(get_udevdir)"/rules.d
-
-               # actual hardware tests
-               #   1. require a connected Nitrokey
-               #   2. may kill data on your Nitrokey
-               # hence the main testsuite is disabled
-               -DCOMPILE_TESTS=OFF
-               -DCOMPILE_OFFLINE_TESTS=$(usex test)
-       )
-       cmake_src_configure
-}
-
-pkg_postinst() {
-       udev_reload
-}
-
-pkg_postrm() {
-       udev_reload
-}

diff --git a/app-crypt/libnitrokey/metadata.xml 
b/app-crypt/libnitrokey/metadata.xml
deleted file mode 100644
index d8606ff480fa..000000000000
--- a/app-crypt/libnitrokey/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>[email protected]</email>
-               <name>David Seifert</name>
-       </maintainer>
-       <upstream>
-               <remote-id type="github">Nitrokey/libnitrokey</remote-id>
-               
<bugs-to>https://github.com/Nitrokey/libnitrokey/issues</bugs-to>
-       </upstream>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index c943f41fa7be..9629cab3f6f3 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -273,7 +273,6 @@ sci-libs/ViSP
 # Dead upstream, based on Qt5, hardware obsolete. Removal on 2025-09-16.
 # Bugs #954122, #955638, #957411, #957589, #957590
 app-crypt/nitrokey-app
-app-crypt/libnitrokey
 
 # Hans de Graaff <[email protected]> (2025-08-08)
 # ruby-openid fails tests and is archived upstream. Last release 6 years

Reply via email to