sys-apps/thunderbolt-software-user-space: Drop 0.9.2
authorAndreas Sturmlechner <asturm@gentoo.org>
Mon, 30 Sep 2019 21:55:50 +0000 (23:55 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 6 Oct 2019 11:23:41 +0000 (13:23 +0200)
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
sys-apps/thunderbolt-software-user-space/Manifest
sys-apps/thunderbolt-software-user-space/thunderbolt-software-user-space-0.9.2.ebuild [deleted file]

index c38310964b8f6158003c8c53471903f4d70a01d2..f00b1fc68ea157d78ff7851e7489763ad9693994 100644 (file)
@@ -1,2 +1 @@
-DIST thunderbolt-software-user-space-0.9.2.tar.gz 14485 BLAKE2B 8a471888fefbbd7949454b176845b4162b08736d60a86b53f2330e115b776d1ef25b1a706e6fc76661551339525876ddfb621c52301d9327b0c7be0b1abd1f9c SHA512 fbd5902f3f06d3cfec309a972fe5dc32e87eab39668b2c07401bd79ad9af2210f8db41ecdd30cfae34ba24b03dc47df439c2fcd2e74da55d1101237f723b4540
 DIST thunderbolt-software-user-space-0.9.3.tar.gz 22186 BLAKE2B afc614d0d2f7de3c23988e08c0053d24a04be51d22986497e3863b76ad59f1a8a9e2ab323210df27a3fa2f07ab05122666a3c6bfde146250f0854b2dfb6748f8 SHA512 b8bcb31d864376c644f9813abf2d090cc3239271df8a8e71ff7d5e398e993d4d01e94ba5fc1bc13d7dd0fa861b4b918a6df0724ca43f54a5e706ec67f3c7846b
diff --git a/sys-apps/thunderbolt-software-user-space/thunderbolt-software-user-space-0.9.2.ebuild b/sys-apps/thunderbolt-software-user-space/thunderbolt-software-user-space-0.9.2.ebuild
deleted file mode 100644 (file)
index 98f4f36..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit cmake-utils 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"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-app-text/txt2tags
-dev-libs/boost
-"
-RDEPEND="${DEPEND}"
-
-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="Thunderpolt needs pci hotplug support, so please enable it."
-       check_extra_config
-}