Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/intel-neo/
Date: Fri, 26 Jun 2020 10:47:30
Message-Id: 1593168406.7db2d1aa4bcb0cccad6f24248ee3110eda01faed.marecki@gentoo
1 commit: 7db2d1aa4bcb0cccad6f24248ee3110eda01faed
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 26 10:10:23 2020 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 26 10:46:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7db2d1aa
7
8 dev-libs/intel-neo: remove old
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 dev-libs/intel-neo/Manifest | 2 -
13 dev-libs/intel-neo/intel-neo-20.03.15346.ebuild | 50 -------------------------
14 dev-libs/intel-neo/intel-neo-20.10.16087.ebuild | 49 ------------------------
15 3 files changed, 101 deletions(-)
16
17 diff --git a/dev-libs/intel-neo/Manifest b/dev-libs/intel-neo/Manifest
18 index d9bbf0a28f9..19b3c6efd7d 100644
19 --- a/dev-libs/intel-neo/Manifest
20 +++ b/dev-libs/intel-neo/Manifest
21 @@ -1,3 +1 @@
22 -DIST intel-neo-20.03.15346.tar.gz 2671869 BLAKE2B cf1e242563a377d533b1e5adc89257e3fdd879a0f275f069e9c1c3c8436e269a1ec57e951394d2a487148bfc5393fed0ce1f3feb6954c7ece9de59cccffd628c SHA512 4d2cc8fdcba714832306e6353e8688e12c44eb0f848aad981951ee092274ba8ae032db462b49e874b7ac72e1b8b2b9ba71a84b6715ca241c06a1c70e753e5ed3
23 -DIST intel-neo-20.10.16087.tar.gz 2942516 BLAKE2B ed77e5dfe950794e9e34cc6a0d8c053292b5673b9fa244ef7b861da93bb6aa58161ad890719013c838b0bbd80f3c22aaafc60dcb72a1e1e565cab51e5467c810 SHA512 8a728a3cffb5960dba8e8ecc160a6f0dd9c2cbadead3db3af2df71af492fdb346628a20c55112e64debb32eb25cf549e42dc78a606ef4bb8f746913781dbb446
24 DIST intel-neo-20.16.16582.tar.gz 3042531 BLAKE2B adfc0aee2a315e67ccb3e4fe39ab09b618930607d3de931d1367881642d8e542385589299f593d3ab1cd6e16de7a8fce7b55fa1b4259097e15da7e55034d344b SHA512 700bee3ccf72c2bc89f5c8a75591de9dafbfe0a6480e3216258842c6b68ce1b527569d5fe1327a0a80cfbf79dca1d956820f060b602feefa83fc9b47cb46d7d0
25
26 diff --git a/dev-libs/intel-neo/intel-neo-20.03.15346.ebuild b/dev-libs/intel-neo/intel-neo-20.03.15346.ebuild
27 deleted file mode 100644
28 index befda95eedd..00000000000
29 --- a/dev-libs/intel-neo/intel-neo-20.03.15346.ebuild
30 +++ /dev/null
31 @@ -1,50 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -inherit cmake
38 -
39 -MY_PN="compute-runtime"
40 -MY_P="${MY_PN}-${PV}"
41 -
42 -DESCRIPTION="Intel Graphics Compute Runtime for OpenCL, for Gen8 (Broadwell) and beyond"
43 -HOMEPAGE="https://github.com/intel/compute-runtime"
44 -SRC_URI="https://github.com/intel/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
45 -
46 -LICENSE="MIT"
47 -SLOT="0"
48 -KEYWORDS="~amd64"
49 -IUSE="vaapi"
50 -
51 -BDEPEND="virtual/pkgconfig"
52 -COMMON=">=virtual/opencl-3
53 - >=dev-util/intel-graphics-compiler-1.0.3151
54 - >=media-libs/gmmlib-19.4.1
55 - vaapi? (
56 - x11-libs/libdrm[video_cards_intel]
57 - x11-libs/libva
58 - )"
59 -DEPEND="${COMMON}
60 - media-libs/mesa" # for Khronos OpenGL headers
61 -RDEPEND="${COMMON}"
62 -
63 -DOCS=(
64 - README.md
65 - documentation/FAQ.md
66 - documentation/LIMITATIONS.md
67 -)
68 -
69 -S="${WORKDIR}"/${MY_P}
70 -
71 -src_configure() {
72 - local mycmakeargs=(
73 - -DKHRONOS_GL_HEADERS_DIR="${EPREFIX}/usr/include"
74 - -DDISABLE_LIBVA=$(usex vaapi "OFF" "ON")
75 - # If enabled, tests are automatically run during the compile phase
76 - # - and we cannot run them because they require permissions to access
77 - # the hardware.
78 - -DSKIP_UNIT_TESTS=ON
79 - )
80 - cmake_src_configure
81 -}
82
83 diff --git a/dev-libs/intel-neo/intel-neo-20.10.16087.ebuild b/dev-libs/intel-neo/intel-neo-20.10.16087.ebuild
84 deleted file mode 100644
85 index cebb0b1a0ca..00000000000
86 --- a/dev-libs/intel-neo/intel-neo-20.10.16087.ebuild
87 +++ /dev/null
88 @@ -1,49 +0,0 @@
89 -# Copyright 1999-2020 Gentoo Authors
90 -# Distributed under the terms of the GNU General Public License v2
91 -
92 -EAPI=7
93 -
94 -inherit cmake
95 -
96 -MY_PN="compute-runtime"
97 -MY_P="${MY_PN}-${PV}"
98 -
99 -DESCRIPTION="Intel Graphics Compute Runtime for OpenCL, for Gen8 (Broadwell) and beyond"
100 -HOMEPAGE="https://github.com/intel/compute-runtime"
101 -SRC_URI="https://github.com/intel/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
102 -
103 -LICENSE="MIT"
104 -SLOT="0"
105 -KEYWORDS="~amd64"
106 -IUSE="vaapi"
107 -
108 -BDEPEND="virtual/pkgconfig"
109 -COMMON=">=virtual/opencl-3
110 - >=dev-util/intel-graphics-compiler-1.0.3445
111 - >=media-libs/gmmlib-19.4.1
112 - vaapi? (
113 - x11-libs/libdrm[video_cards_intel]
114 - x11-libs/libva
115 - )"
116 -DEPEND="${COMMON}
117 - media-libs/mesa" # for Khronos OpenGL headers
118 -RDEPEND="${COMMON}"
119 -
120 -DOCS=(
121 - README.md
122 - FAQ.md
123 -)
124 -
125 -S="${WORKDIR}"/${MY_P}
126 -
127 -src_configure() {
128 - local mycmakeargs=(
129 - -DKHRONOS_GL_HEADERS_DIR="${EPREFIX}/usr/include"
130 - -DDISABLE_LIBVA=$(usex vaapi "OFF" "ON")
131 - # If enabled, tests are automatically run during the compile phase
132 - # - and we cannot run them because they require permissions to access
133 - # the hardware.
134 - -DSKIP_UNIT_TESTS=ON
135 - )
136 - cmake_src_configure
137 -}