Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/thunderbolt-software-user-space/
Date: Tue, 26 Nov 2019 11:18:19
Message-Id: 1574766566.0134f446bcbe0bcc3db370180861b6da363bc73c.asturm@gentoo
1 commit: 0134f446bcbe0bcc3db370180861b6da363bc73c
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 26 11:09:07 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 26 11:09:26 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0134f446
7
8 sys-apps/thunderbolt-software-user-space: Drop 0.9.3 (r0)
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.17
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 .../thunderbolt-software-user-space-0.9.3.ebuild | 27 ----------------------
14 1 file changed, 27 deletions(-)
15
16 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
17 deleted file mode 100644
18 index c557cb82147..00000000000
19 --- a/sys-apps/thunderbolt-software-user-space/thunderbolt-software-user-space-0.9.3.ebuild
20 +++ /dev/null
21 @@ -1,27 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -inherit cmake-utils linux-info
27 -DESCRIPTION="Thunderbolt(TM) user-space components"
28 -HOMEPAGE="https://github.com/intel/thunderbolt-software-user-space"
29 -SRC_URI="https://github.com/intel/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
30 -
31 -LICENSE="BSD"
32 -SLOT="0"
33 -KEYWORDS="amd64 x86"
34 -IUSE=""
35 -
36 -DEPEND="
37 -app-text/txt2tags
38 -dev-libs/boost
39 -"
40 -RDEPEND="${DEPEND}"
41 -
42 -pkg_pretend() {
43 - CONFIG_CHECK="THUNDERBOLT"
44 - ERROR_THUNDERBOLT="This program talks to the thunderbolt kernel driver, so please enable it."
45 - CONFIG_CHECK="HOTPLUG_PCI"
46 - ERROR_HOTPLUG_PCI="Thunderpolt needs pci hotplug support, so please enable it."
47 - check_extra_config
48 -}