summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-09-30 23:55:50 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-10-06 13:23:41 +0200
commit7131cb784c18aee6163ee4cd3b97c56528992a99 (patch)
tree452f940226358053f952f46f181564a31339751b /sys-apps/thunderbolt-software-user-space
parentmedia-fonts/polarsys-b612-fonts: Version bump 1.008 (diff)
downloadgentoo-7131cb784c18aee6163ee4cd3b97c56528992a99.tar.gz
gentoo-7131cb784c18aee6163ee4cd3b97c56528992a99.tar.bz2
gentoo-7131cb784c18aee6163ee4cd3b97c56528992a99.zip
sys-apps/thunderbolt-software-user-space: Drop 0.9.2
Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sys-apps/thunderbolt-software-user-space')
-rw-r--r--sys-apps/thunderbolt-software-user-space/Manifest1
-rw-r--r--sys-apps/thunderbolt-software-user-space/thunderbolt-software-user-space-0.9.2.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/sys-apps/thunderbolt-software-user-space/Manifest b/sys-apps/thunderbolt-software-user-space/Manifest
index c38310964b8f..f00b1fc68ea1 100644
--- a/sys-apps/thunderbolt-software-user-space/Manifest
+++ b/sys-apps/thunderbolt-software-user-space/Manifest
@@ -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
index 98f4f364ebe1..000000000000
--- a/sys-apps/thunderbolt-software-user-space/thunderbolt-software-user-space-0.9.2.ebuild
+++ /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
-}