Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libdrm/
Date: Mon, 07 Feb 2022 19:03:38
Message-Id: 1644260601.556deb01d2992b07c08947bb0bfff840b237f517.mattst88@gentoo
1 commit: 556deb01d2992b07c08947bb0bfff840b237f517
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 7 19:01:33 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 7 19:03:21 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=556deb01
7
8 x11-libs/libdrm: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-libs/libdrm/Manifest | 3 --
13 x11-libs/libdrm/libdrm-2.4.106.ebuild | 59 -------------------------------
14 x11-libs/libdrm/libdrm-2.4.107.ebuild | 66 -----------------------------------
15 x11-libs/libdrm/libdrm-2.4.108.ebuild | 66 -----------------------------------
16 4 files changed, 194 deletions(-)
17
18 diff --git a/x11-libs/libdrm/Manifest b/x11-libs/libdrm/Manifest
19 index 0c7d4531c611..dac35302ce6c 100644
20 --- a/x11-libs/libdrm/Manifest
21 +++ b/x11-libs/libdrm/Manifest
22 @@ -1,4 +1 @@
23 -DIST libdrm-2.4.106.tar.xz 418176 BLAKE2B b0f935297239560179ec8994b62c7161494d4c1aa33bbfdc4d5e4ecff97d252f7556575391ebf486e24257c365415e656b9f84ac883dc9d56baf39e79ff8c5f2 SHA512 33140e579906ab54b716149056af500c628ce41cd9ae3b0c33496693d2f5903fbcfccee8a942dd1560e1591111ed240da42612d5af5e75558db6f6a85d14617d
24 -DIST libdrm-2.4.107.tar.xz 425612 BLAKE2B a685cd9a6549c7bdf1efb4e7ebddd0ea49554fa718f8328c868a1f245e7c072933e49546591c056ba7ece8d8841b8138e4247dd8697238a18c2cd92fe5446341 SHA512 c7542ba15c4c934519a6a1f3cb1ec21effa820a805a030d0175313bb1cc796cd311f39596ead883f9f251679d701e262894c5a297d5cf45093c80a6cd818def0
25 -DIST libdrm-2.4.108.tar.xz 432492 BLAKE2B 943107e4ece51336c2cec690b2805cac3ebe4502c548401ba7add1b1cdcb6c9959e4a9fe75890438e0b30646f8dde1b322585544aa33abb5257a23cc3eeed3ab SHA512 6a841dc3eb8eae7d75e1d35d23a14d51aff758e5a251dbcf6fc8c28d973d935a4a2f6751b405e956b2777d93c651721199ac80c3cd14b87d021668120d6bc974
26 DIST libdrm-2.4.109.tar.xz 433708 BLAKE2B 99c612a4f9a8e9068debbecfc428f4af530705fca47df9c8e6f0fe6ed740610ded1db0d0e37a063ae893e1697c2f8c4dcc8e15b8909d8ba7c66cd941d7400d24 SHA512 45194bb28207421afcff3e247930d2eeab77a5fea58e6be22f67525f2e0aab2f410a9ae0ab315b55ef56b80c481bba40b1660468b7cda539758b2bbb8e814fd8
27
28 diff --git a/x11-libs/libdrm/libdrm-2.4.106.ebuild b/x11-libs/libdrm/libdrm-2.4.106.ebuild
29 deleted file mode 100644
30 index 218b87fe7031..000000000000
31 --- a/x11-libs/libdrm/libdrm-2.4.106.ebuild
32 +++ /dev/null
33 @@ -1,59 +0,0 @@
34 -# Copyright 1999-2021 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -
39 -EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/drm.git"
40 -
41 -if [[ ${PV} = 9999* ]]; then
42 - GIT_ECLASS="git-r3"
43 -fi
44 -
45 -inherit ${GIT_ECLASS} meson-multilib
46 -
47 -DESCRIPTION="X.Org libdrm library"
48 -HOMEPAGE="https://dri.freedesktop.org/ https://gitlab.freedesktop.org/mesa/drm"
49 -if [[ ${PV} = 9999* ]]; then
50 - SRC_URI=""
51 -else
52 - SRC_URI="https://dri.freedesktop.org/libdrm/${P}.tar.xz"
53 - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
54 -fi
55 -
56 -VIDEO_CARDS="amdgpu exynos freedreno intel nouveau omap radeon tegra vc4 vivante vmware"
57 -for card in ${VIDEO_CARDS}; do
58 - IUSE_VIDEO_CARDS+=" video_cards_${card}"
59 -done
60 -
61 -IUSE="${IUSE_VIDEO_CARDS} libkms valgrind"
62 -RESTRICT="test" # see bug #236845
63 -LICENSE="MIT"
64 -SLOT="0"
65 -
66 -RDEPEND="
67 - video_cards_intel? ( >=x11-libs/libpciaccess-0.13.1-r1:=[${MULTILIB_USEDEP}] )"
68 -DEPEND="${RDEPEND}
69 - valgrind? ( dev-util/valgrind )"
70 -
71 -multilib_src_configure() {
72 - local emesonargs=(
73 - # Udev is only used by tests now.
74 - -Dudev=false
75 - -Dcairo-tests=false
76 - $(meson_use video_cards_amdgpu amdgpu)
77 - $(meson_use video_cards_exynos exynos)
78 - $(meson_use video_cards_freedreno freedreno)
79 - $(meson_use video_cards_intel intel)
80 - $(meson_use video_cards_nouveau nouveau)
81 - $(meson_use video_cards_omap omap)
82 - $(meson_use video_cards_radeon radeon)
83 - $(meson_use video_cards_tegra tegra)
84 - $(meson_use video_cards_vc4 vc4)
85 - $(meson_use video_cards_vivante etnaviv)
86 - $(meson_use video_cards_vmware vmwgfx)
87 - $(meson_use libkms)
88 - # valgrind installs its .pc file to the pkgconfig for the primary arch
89 - -Dvalgrind=$(usex valgrind auto false)
90 - )
91 - meson_src_configure
92 -}
93
94 diff --git a/x11-libs/libdrm/libdrm-2.4.107.ebuild b/x11-libs/libdrm/libdrm-2.4.107.ebuild
95 deleted file mode 100644
96 index a4ec5f0969d2..000000000000
97 --- a/x11-libs/libdrm/libdrm-2.4.107.ebuild
98 +++ /dev/null
99 @@ -1,66 +0,0 @@
100 -# Copyright 1999-2021 Gentoo Authors
101 -# Distributed under the terms of the GNU General Public License v2
102 -
103 -EAPI=7
104 -
105 -EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/drm.git"
106 -PYTHON_COMPAT=( python3_{8..10} )
107 -
108 -if [[ ${PV} = 9999* ]]; then
109 - GIT_ECLASS="git-r3"
110 -fi
111 -
112 -inherit ${GIT_ECLASS} python-any-r1 meson-multilib
113 -
114 -DESCRIPTION="X.Org libdrm library"
115 -HOMEPAGE="https://dri.freedesktop.org/ https://gitlab.freedesktop.org/mesa/drm"
116 -if [[ ${PV} = 9999* ]]; then
117 - SRC_URI=""
118 -else
119 - SRC_URI="https://dri.freedesktop.org/libdrm/${P}.tar.xz"
120 - KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
121 -fi
122 -
123 -VIDEO_CARDS="amdgpu exynos freedreno intel nouveau omap radeon tegra vc4 vivante vmware"
124 -for card in ${VIDEO_CARDS}; do
125 - IUSE_VIDEO_CARDS+=" video_cards_${card}"
126 -done
127 -
128 -IUSE="${IUSE_VIDEO_CARDS} libkms valgrind"
129 -RESTRICT="test" # see bug #236845
130 -LICENSE="MIT"
131 -SLOT="0"
132 -
133 -RDEPEND="
134 - video_cards_intel? ( >=x11-libs/libpciaccess-0.13.1-r1:=[${MULTILIB_USEDEP}] )"
135 -DEPEND="${RDEPEND}
136 - valgrind? ( dev-util/valgrind )"
137 -BDEPEND="${PYTHON_DEPS}
138 - $(python_gen_any_dep 'dev-python/docutils[${PYTHON_USEDEP}]')"
139 -
140 -python_check_deps() {
141 - has_version -b "dev-python/docutils[${PYTHON_USEDEP}]"
142 -}
143 -
144 -multilib_src_configure() {
145 - local emesonargs=(
146 - # Udev is only used by tests now.
147 - -Dudev=false
148 - -Dcairo-tests=false
149 - $(meson_use video_cards_amdgpu amdgpu)
150 - $(meson_use video_cards_exynos exynos)
151 - $(meson_use video_cards_freedreno freedreno)
152 - $(meson_use video_cards_intel intel)
153 - $(meson_use video_cards_nouveau nouveau)
154 - $(meson_use video_cards_omap omap)
155 - $(meson_use video_cards_radeon radeon)
156 - $(meson_use video_cards_tegra tegra)
157 - $(meson_use video_cards_vc4 vc4)
158 - $(meson_use video_cards_vivante etnaviv)
159 - $(meson_use video_cards_vmware vmwgfx)
160 - $(meson_use libkms)
161 - # valgrind installs its .pc file to the pkgconfig for the primary arch
162 - -Dvalgrind=$(usex valgrind auto false)
163 - )
164 - meson_src_configure
165 -}
166
167 diff --git a/x11-libs/libdrm/libdrm-2.4.108.ebuild b/x11-libs/libdrm/libdrm-2.4.108.ebuild
168 deleted file mode 100644
169 index c34f20fb240d..000000000000
170 --- a/x11-libs/libdrm/libdrm-2.4.108.ebuild
171 +++ /dev/null
172 @@ -1,66 +0,0 @@
173 -# Copyright 1999-2021 Gentoo Authors
174 -# Distributed under the terms of the GNU General Public License v2
175 -
176 -EAPI=7
177 -
178 -EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/drm.git"
179 -PYTHON_COMPAT=( python3_{8..10} )
180 -
181 -if [[ ${PV} = 9999* ]]; then
182 - GIT_ECLASS="git-r3"
183 -fi
184 -
185 -inherit ${GIT_ECLASS} python-any-r1 meson-multilib
186 -
187 -DESCRIPTION="X.Org libdrm library"
188 -HOMEPAGE="https://dri.freedesktop.org/ https://gitlab.freedesktop.org/mesa/drm"
189 -if [[ ${PV} = 9999* ]]; then
190 - SRC_URI=""
191 -else
192 - SRC_URI="https://dri.freedesktop.org/libdrm/${P}.tar.xz"
193 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
194 -fi
195 -
196 -VIDEO_CARDS="amdgpu exynos freedreno intel nouveau omap radeon tegra vc4 vivante vmware"
197 -for card in ${VIDEO_CARDS}; do
198 - IUSE_VIDEO_CARDS+=" video_cards_${card}"
199 -done
200 -
201 -IUSE="${IUSE_VIDEO_CARDS} libkms valgrind"
202 -RESTRICT="test" # see bug #236845
203 -LICENSE="MIT"
204 -SLOT="0"
205 -
206 -RDEPEND="
207 - video_cards_intel? ( >=x11-libs/libpciaccess-0.13.1-r1:=[${MULTILIB_USEDEP}] )"
208 -DEPEND="${RDEPEND}
209 - valgrind? ( dev-util/valgrind )"
210 -BDEPEND="${PYTHON_DEPS}
211 - $(python_gen_any_dep 'dev-python/docutils[${PYTHON_USEDEP}]')"
212 -
213 -python_check_deps() {
214 - has_version -b "dev-python/docutils[${PYTHON_USEDEP}]"
215 -}
216 -
217 -multilib_src_configure() {
218 - local emesonargs=(
219 - # Udev is only used by tests now.
220 - -Dudev=false
221 - -Dcairo-tests=false
222 - $(meson_use video_cards_amdgpu amdgpu)
223 - $(meson_use video_cards_exynos exynos)
224 - $(meson_use video_cards_freedreno freedreno)
225 - $(meson_use video_cards_intel intel)
226 - $(meson_use video_cards_nouveau nouveau)
227 - $(meson_use video_cards_omap omap)
228 - $(meson_use video_cards_radeon radeon)
229 - $(meson_use video_cards_tegra tegra)
230 - $(meson_use video_cards_vc4 vc4)
231 - $(meson_use video_cards_vivante etnaviv)
232 - $(meson_use video_cards_vmware vmwgfx)
233 - $(meson_use libkms)
234 - # valgrind installs its .pc file to the pkgconfig for the primary arch
235 - -Dvalgrind=$(usex valgrind auto false)
236 - )
237 - meson_src_configure
238 -}