Gentoo Archives: gentoo-commits

From: Jory Pratt <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: x11-libs/libdrm/
Date: Thu, 03 Dec 2020 16:34:18
Message-Id: 1607013218.614e87abb5d9c03f1167aacf774c0bcd82543e3f.anarchy@gentoo
1 commit: 614e87abb5d9c03f1167aacf774c0bcd82543e3f
2 Author: stefson <herrtimson <AT> yahoo <DOT> de>
3 AuthorDate: Thu Dec 3 13:48:26 2020 +0000
4 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 3 16:33:38 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=614e87ab
7
8 x11-libs/libdrm: remove old
9
10 Signed-off-by: Steffen Kuhn <nielson2 <AT> yandex.com>
11 Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>
12
13 x11-libs/libdrm/Manifest | 2 -
14 x11-libs/libdrm/libdrm-2.4.96.ebuild | 77 ------------------------------------
15 x11-libs/libdrm/libdrm-2.4.97.ebuild | 77 ------------------------------------
16 3 files changed, 156 deletions(-)
17
18 diff --git a/x11-libs/libdrm/Manifest b/x11-libs/libdrm/Manifest
19 index 7f4c41c..44c92d1 100644
20 --- a/x11-libs/libdrm/Manifest
21 +++ b/x11-libs/libdrm/Manifest
22 @@ -1,3 +1 @@
23 DIST libdrm-2.4.102.tar.xz 408844 BLAKE2B f3a5ddb96130d175e860984412949713cd30145a3a9e453f666b650ec9b7eedb1c8e230aa7c5769331a330d833fdeba3da28b339150d81c17716a96935267178 SHA512 386afd228efd809fe32776a6ff5d9dd95d1409a6a6a89b3806a3b42ed27e84f1e090f3b7834973f834d6b0d1342b7034447fe8690d072f85f03292d7795c3e0c
24 -DIST libdrm-2.4.96.tar.bz2 829518 BLAKE2B d9a21ce31af65812c1b23968ef6c1901aea106b4cc68d76d3641a17b98423024b804bfda509862174eba98271bd7156c7f08d81bc0a520ea4a25c8e2e0bfd598 SHA512 008cb7658d953b44e11fa3cc6e00dfeb3efb59c7fdadd59f7066101aff138acbbc2f2508e9ebe0528340e39dc7693937755d1641816ddde135c10a13e7d81e3b
25 -DIST libdrm-2.4.97.tar.bz2 837329 BLAKE2B b47393d81917a0b43c22f7798ff2e1c21a05fc716a63092dbe0e49cda0fe3bd899d5cc4d703ae49f781e283f5067c62cd37a4931362427e21c3356584cb5e810 SHA512 3e08ee9d6c9ce265d783a59b51e22449905ea73aa27f25a082a1e9e1532f7c99e1c9f7cb966eb0970be2a08e2e5993dc9aa55093b1bff548689fdb465e7145ed
26
27 diff --git a/x11-libs/libdrm/libdrm-2.4.96.ebuild b/x11-libs/libdrm/libdrm-2.4.96.ebuild
28 deleted file mode 100644
29 index 7297dd8..0000000
30 --- a/x11-libs/libdrm/libdrm-2.4.96.ebuild
31 +++ /dev/null
32 @@ -1,77 +0,0 @@
33 -# Copyright 1999-2019 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -EGIT_REPO_URI="https://anongit.freedesktop.org/git/mesa/drm.git"
39 -
40 -if [[ ${PV} = 9999* ]]; then
41 - GIT_ECLASS="git-r3"
42 -fi
43 -
44 -inherit ${GIT_ECLASS} meson multilib-minimal
45 -
46 -DESCRIPTION="X.Org libdrm library"
47 -HOMEPAGE="https://dri.freedesktop.org/"
48 -if [[ ${PV} = 9999* ]]; then
49 - SRC_URI=""
50 -else
51 - SRC_URI="https://dri.freedesktop.org/libdrm/${P}.tar.bz2"
52 - KEYWORDS="amd64 arm ~mips ~ppc x86"
53 -fi
54 -
55 -VIDEO_CARDS="amdgpu exynos freedreno intel nouveau omap radeon tegra vc4 vivante vmware"
56 -for card in ${VIDEO_CARDS}; do
57 - IUSE_VIDEO_CARDS+=" video_cards_${card}"
58 -done
59 -
60 -IUSE="${IUSE_VIDEO_CARDS} libkms valgrind"
61 -RESTRICT="test" # see bug #236845
62 -LICENSE="MIT"
63 -SLOT="0"
64 -
65 -RDEPEND="elibc_FreeBSD? ( >=dev-libs/libpthread-stubs-0.4:=[${MULTILIB_USEDEP}] )
66 - video_cards_intel? ( >=x11-libs/libpciaccess-0.13.1-r1:=[${MULTILIB_USEDEP}] )"
67 -DEPEND="${RDEPEND}
68 - valgrind? ( dev-util/valgrind )"
69 -PATCHES=( "${FILESDIR}"/fix-ioctl.patch )
70 -
71 -src_unpack() {
72 - default
73 - [[ $PV = 9999* ]] && git-r3_src_unpack
74 -}
75 -
76 -multilib_src_configure() {
77 - local emesonargs=(
78 - # Udev is only used by tests now.
79 - -Dudev=false
80 - -Dcairo-tests=false
81 - -Damdgpu=$(usex video_cards_amdgpu true false)
82 - -Dexynos=$(usex video_cards_exynos true false)
83 - -Dfreedreno=$(usex video_cards_freedreno true false)
84 - -Dintel=$(usex video_cards_intel true false)
85 - -Dnouveau=$(usex video_cards_nouveau true false)
86 - -Domap=$(usex video_cards_omap true false)
87 - -Dradeon=$(usex video_cards_radeon true false)
88 - -Dtegra=$(usex video_cards_tegra true false)
89 - -Dvc4=$(usex video_cards_vc4 true false)
90 - -Detnaviv=$(usex video_cards_vivante true false)
91 - -Dvmwgfx=$(usex video_cards_vmware true false)
92 - -Dlibkms=$(usex libkms true false)
93 - # valgrind installs its .pc file to the pkgconfig for the primary arch
94 - -Dvalgrind=$(usex valgrind auto false)
95 - )
96 - meson_src_configure
97 -}
98 -
99 -multilib_src_compile() {
100 - meson_src_compile
101 -}
102 -
103 -multilib_src_test() {
104 - meson_src_test
105 -}
106 -
107 -multilib_src_install() {
108 - meson_src_install
109 -}
110
111 diff --git a/x11-libs/libdrm/libdrm-2.4.97.ebuild b/x11-libs/libdrm/libdrm-2.4.97.ebuild
112 deleted file mode 100644
113 index 384aaee..0000000
114 --- a/x11-libs/libdrm/libdrm-2.4.97.ebuild
115 +++ /dev/null
116 @@ -1,77 +0,0 @@
117 -# Copyright 1999-2019 Gentoo Authors
118 -# Distributed under the terms of the GNU General Public License v2
119 -
120 -EAPI=6
121 -
122 -EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/drm.git"
123 -
124 -if [[ ${PV} = 9999* ]]; then
125 - GIT_ECLASS="git-r3"
126 -fi
127 -
128 -inherit ${GIT_ECLASS} meson multilib-minimal
129 -
130 -DESCRIPTION="X.Org libdrm library"
131 -HOMEPAGE="https://dri.freedesktop.org/ https://gitlab.freedesktop.org/mesa/drm"
132 -if [[ ${PV} = 9999* ]]; then
133 - SRC_URI=""
134 -else
135 - SRC_URI="https://dri.freedesktop.org/libdrm/${P}.tar.bz2"
136 - KEYWORDS="amd64 arm arm64 ~mips ppc x86"
137 -fi
138 -
139 -VIDEO_CARDS="amdgpu exynos freedreno intel nouveau omap radeon tegra vc4 vivante vmware"
140 -for card in ${VIDEO_CARDS}; do
141 - IUSE_VIDEO_CARDS+=" video_cards_${card}"
142 -done
143 -
144 -IUSE="${IUSE_VIDEO_CARDS} libkms valgrind"
145 -RESTRICT="test" # see bug #236845
146 -LICENSE="MIT"
147 -SLOT="0"
148 -
149 -RDEPEND="elibc_FreeBSD? ( >=dev-libs/libpthread-stubs-0.4:=[${MULTILIB_USEDEP}] )
150 - video_cards_intel? ( >=x11-libs/libpciaccess-0.13.1-r1:=[${MULTILIB_USEDEP}] )"
151 -DEPEND="${RDEPEND}
152 - valgrind? ( dev-util/valgrind )"
153 -PATCHES=( "${FILESDIR}"/fix-ioctl.patch )
154 -
155 -src_unpack() {
156 - default
157 - [[ $PV = 9999* ]] && git-r3_src_unpack
158 -}
159 -
160 -multilib_src_configure() {
161 - local emesonargs=(
162 - # Udev is only used by tests now.
163 - -Dudev=false
164 - -Dcairo-tests=false
165 - -Damdgpu=$(usex video_cards_amdgpu true false)
166 - -Dexynos=$(usex video_cards_exynos true false)
167 - -Dfreedreno=$(usex video_cards_freedreno true false)
168 - -Dintel=$(usex video_cards_intel true false)
169 - -Dnouveau=$(usex video_cards_nouveau true false)
170 - -Domap=$(usex video_cards_omap true false)
171 - -Dradeon=$(usex video_cards_radeon true false)
172 - -Dtegra=$(usex video_cards_tegra true false)
173 - -Dvc4=$(usex video_cards_vc4 true false)
174 - -Detnaviv=$(usex video_cards_vivante true false)
175 - -Dvmwgfx=$(usex video_cards_vmware true false)
176 - -Dlibkms=$(usex libkms true false)
177 - # valgrind installs its .pc file to the pkgconfig for the primary arch
178 - -Dvalgrind=$(usex valgrind auto false)
179 - )
180 - meson_src_configure
181 -}
182 -
183 -multilib_src_compile() {
184 - meson_src_compile
185 -}
186 -
187 -multilib_src_test() {
188 - meson_src_test
189 -}
190 -
191 -multilib_src_install() {
192 - meson_src_install
193 -}