commit:     a3cc13026c184ec2bef86a6178f7ca8848405d78
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 30 07:43:40 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 30 08:37:26 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3cc1302

sys-apps/thunderbolt-software-user-space: treeclean

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

 profiles/package.mask                              |  5 ---
 sys-apps/thunderbolt-software-user-space/Manifest  |  2 --
 ...underbolt-software-user-space-0.9.3-cmake.patch | 15 --------
 .../thunderbolt-software-user-space/metadata.xml   |  9 -----
 ...thunderbolt-software-user-space-0.9.3-r1.ebuild | 40 ----------------------
 5 files changed, 71 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 81c20dd469b0..d81991157695 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -253,11 +253,6 @@ sys-auth/pam_abl
 # Bugs #931705, #949793, #957249. Removal on 2025-10-29.
 net-p2p/fms
 
-# Andreas Sturmlechner <[email protected]> (2025-09-29)
-# Abandoned upstream for many years, no one else is packaging this.
-# Bugs #851885, #951509, #955877. Removal on 2025-10-29.
-sys-apps/thunderbolt-software-user-space
-
 # Sam James <[email protected]> (2025-09-21)
 # Breaks (common) mt7921e WiFi driver with a hang in many cases, affecting
 # not just network. See bug #963106.

diff --git a/sys-apps/thunderbolt-software-user-space/Manifest 
b/sys-apps/thunderbolt-software-user-space/Manifest
deleted file mode 100644
index 014974f08b2c..000000000000
--- a/sys-apps/thunderbolt-software-user-space/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST thunderbolt-software-user-space-0.9.3-tbtadm.1.tar.xz 1160 BLAKE2B 
2710f2acea71a7301a121a564bc7625c73b7c983622f9d50f544836facbda7c8cbc29055c81706ec0d8fe5aaa8d254872f9c9740b2b9235642b1264380ad17c1
 SHA512 
3a5b5e5bfc6b7e2a0f2cd09428e315d6895a217bfda7faacd3817e85b3201192f6dd6b26d10071721164bb9c49731aead1d8249ad6652fdba9d38074fcb74907
-DIST thunderbolt-software-user-space-0.9.3.tar.gz 22186 BLAKE2B 
afc614d0d2f7de3c23988e08c0053d24a04be51d22986497e3863b76ad59f1a8a9e2ab323210df27a3fa2f07ab05122666a3c6bfde146250f0854b2dfb6748f8
 SHA512 
b8bcb31d864376c644f9813abf2d090cc3239271df8a8e71ff7d5e398e993d4d01e94ba5fc1bc13d7dd0fa861b4b918a6df0724ca43f54a5e706ec67f3c7846b

diff --git 
a/sys-apps/thunderbolt-software-user-space/files/thunderbolt-software-user-space-0.9.3-cmake.patch
 
b/sys-apps/thunderbolt-software-user-space/files/thunderbolt-software-user-space-0.9.3-cmake.patch
deleted file mode 100644
index 68d50bb282c5..000000000000
--- 
a/sys-apps/thunderbolt-software-user-space/files/thunderbolt-software-user-space-0.9.3-cmake.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-'For DEB', so why do they install it by default?
-Only redundant here, and a minor QA offence.
-
---- a/CMakeLists.txt   2018-02-14 09:42:31.000000000 +0100
-+++ b/CMakeLists.txt   2019-09-30 23:47:11.529985366 +0200
-@@ -102,9 +102,4 @@
- set(CPACK_PACKAGE_FILE_NAME
-     
"${CPACK_PACKAGE_NAME}-${CPACK_PACKAGE_VERSION}-${CPACK_PACKAGE_RELEASE}.${CMAKE_SYSTEM_PROCESSOR}")
- 
--# For DEB
--install(FILES ${CPACK_RESOURCE_FILE_LICENSE}
--        DESTINATION share/doc/${CPACK_PACKAGE_NAME}
--        RENAME copyright)
--
- include(CPack)

diff --git a/sys-apps/thunderbolt-software-user-space/metadata.xml 
b/sys-apps/thunderbolt-software-user-space/metadata.xml
deleted file mode 100644
index 3903bd5d2e95..000000000000
--- a/sys-apps/thunderbolt-software-user-space/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <!-- maintainer-needed -->
-       <longdescription lang="en">
-               Installs the tools tbtacl and tbtadm for Thunderbolt device 
approval, handling the ACL and more.
-               Also install udev rules to mange acls.
-       </longdescription>
-</pkgmetadata>

diff --git 
a/sys-apps/thunderbolt-software-user-space/thunderbolt-software-user-space-0.9.3-r1.ebuild
 
b/sys-apps/thunderbolt-software-user-space/thunderbolt-software-user-space-0.9.3-r1.ebuild
deleted file mode 100644
index 96a4641a9fb3..000000000000
--- 
a/sys-apps/thunderbolt-software-user-space/thunderbolt-software-user-space-0.9.3-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake linux-info
-
-DESCRIPTION="Thunderbolt(TM) user-space components"
-HOMEPAGE="https://github.com/intel/thunderbolt-software-user-space";
-SRC_URI="https://github.com/intel/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
-       https://dev.gentoo.org/~asturm/distfiles/${P}-tbtadm.1.tar.xz";
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-# man needs app-text/txt2tags which is dormant upstream, so it is shipped 
pregenerated
-DEPEND="dev-libs/boost:="
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/${P}-cmake.patch" )
-
-pkg_pretend() {
-       CONFIG_CHECK="THUNDERBOLT"
-       ERROR_THUNDERBOLT="This program talks to the thunderbolt kernel driver, 
so please enable it."
-       CONFIG_CHECK="HOTPLUG_PCI"
-       ERROR_HOTPLUG_PCI="Thunderbolt needs pci hotplug support, so please 
enable it."
-       check_extra_config
-}
-
-src_prepare() {
-       cmake_src_prepare
-       cmake_comment_add_subdirectory docs
-}
-
-src_install() {
-       cmake_src_install
-       doman tbtadm.1
-}

Reply via email to