diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-26 12:09:07 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-26 12:09:26 +0100 |
commit | 0134f446bcbe0bcc3db370180861b6da363bc73c (patch) | |
tree | de771ed9da15fe13d69b1d34cb5058d75987fbe7 /sys-apps | |
parent | profiles: x86: Unmask kde-plasma/plasma-meta[thunderbolt] (diff) | |
download | gentoo-0134f446bcbe0bcc3db370180861b6da363bc73c.tar.gz gentoo-0134f446bcbe0bcc3db370180861b6da363bc73c.tar.bz2 gentoo-0134f446bcbe0bcc3db370180861b6da363bc73c.zip |
sys-apps/thunderbolt-software-user-space: Drop 0.9.3 (r0)
Package-Manager: Portage-2.3.79, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/thunderbolt-software-user-space/thunderbolt-software-user-space-0.9.3.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/sys-apps/thunderbolt-software-user-space/thunderbolt-software-user-space-0.9.3.ebuild b/sys-apps/thunderbolt-software-user-space/thunderbolt-software-user-space-0.9.3.ebuild deleted file mode 100644 index c557cb821474..000000000000 --- a/sys-apps/thunderbolt-software-user-space/thunderbolt-software-user-space-0.9.3.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# 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 -} |