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: Tue, 20 Aug 2019 17:47:57
Message-Id: 1566323249.a772c2b6b58bdfe38590c4b8177e865bb20ab27b.mattst88@gentoo
1 commit: a772c2b6b58bdfe38590c4b8177e865bb20ab27b
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 19 22:14:02 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 20 17:47:29 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a772c2b6
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 | 2 -
13 x11-libs/libdrm/libdrm-2.4.96.ebuild | 76 ------------------------------------
14 x11-libs/libdrm/libdrm-2.4.98.ebuild | 76 ------------------------------------
15 3 files changed, 154 deletions(-)
16
17 diff --git a/x11-libs/libdrm/Manifest b/x11-libs/libdrm/Manifest
18 index dc4da25343a..6702054cc3c 100644
19 --- a/x11-libs/libdrm/Manifest
20 +++ b/x11-libs/libdrm/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST libdrm-2.4.96.tar.bz2 829518 BLAKE2B d9a21ce31af65812c1b23968ef6c1901aea106b4cc68d76d3641a17b98423024b804bfda509862174eba98271bd7156c7f08d81bc0a520ea4a25c8e2e0bfd598 SHA512 008cb7658d953b44e11fa3cc6e00dfeb3efb59c7fdadd59f7066101aff138acbbc2f2508e9ebe0528340e39dc7693937755d1641816ddde135c10a13e7d81e3b
23 DIST libdrm-2.4.97.tar.bz2 837329 BLAKE2B b47393d81917a0b43c22f7798ff2e1c21a05fc716a63092dbe0e49cda0fe3bd899d5cc4d703ae49f781e283f5067c62cd37a4931362427e21c3356584cb5e810 SHA512 3e08ee9d6c9ce265d783a59b51e22449905ea73aa27f25a082a1e9e1532f7c99e1c9f7cb966eb0970be2a08e2e5993dc9aa55093b1bff548689fdb465e7145ed
24 -DIST libdrm-2.4.98.tar.bz2 833295 BLAKE2B abcb51046d95dd0620d8ae705a731c4a0b9db817cc897c6bf2063c3c25c13f45019b5c016248fe93269b77252de96724c3215eaf5be990b925a38034bfe4a4e4 SHA512 3d333d060ceb14fa8e204ef468ca2c95d6f07205185ca90a044b685832b9b2d7256faa5e81d5871ce8b70aa1fdf9fb1ade18b4e582ff0c7ef5551da8506eb27b
25 DIST libdrm-2.4.99.tar.bz2 853659 BLAKE2B 66fb3f757ab468b6f6285ae740f67d6c38473f3866b57c6a1e24b322bdd46f2d21132b5ea7a737f1d3fa8dcf55162d4c904f181f17227c239b3322c0af50181c SHA512 04702eebe8dca97fac61653623804fdcb0b8b3714bdc6f5e72f0dfdce9c9524cf16f69d37aa9feac79ddc1c11939be44a216484563a612414668ea5eaeadf191
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 76499a8ff61..00000000000
30 --- a/x11-libs/libdrm/libdrm-2.4.96.ebuild
31 +++ /dev/null
32 @@ -1,76 +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://gitlab.freedesktop.org/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/ https://gitlab.freedesktop.org/mesa/drm"
48 -if [[ ${PV} = 9999* ]]; then
49 - SRC_URI=""
50 -else
51 - SRC_URI="https://dri.freedesktop.org/libdrm/${P}.tar.bz2"
52 - KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
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 -
70 -src_unpack() {
71 - default
72 - [[ $PV = 9999* ]] && git-r3_src_unpack
73 -}
74 -
75 -multilib_src_configure() {
76 - local emesonargs=(
77 - # Udev is only used by tests now.
78 - -Dudev=false
79 - -Dcairo-tests=false
80 - -Damdgpu=$(usex video_cards_amdgpu true false)
81 - -Dexynos=$(usex video_cards_exynos true false)
82 - -Dfreedreno=$(usex video_cards_freedreno true false)
83 - -Dintel=$(usex video_cards_intel true false)
84 - -Dnouveau=$(usex video_cards_nouveau true false)
85 - -Domap=$(usex video_cards_omap true false)
86 - -Dradeon=$(usex video_cards_radeon true false)
87 - -Dtegra=$(usex video_cards_tegra true false)
88 - -Dvc4=$(usex video_cards_vc4 true false)
89 - -Detnaviv=$(usex video_cards_vivante true false)
90 - -Dvmwgfx=$(usex video_cards_vmware true false)
91 - -Dlibkms=$(usex libkms true false)
92 - # valgrind installs its .pc file to the pkgconfig for the primary arch
93 - -Dvalgrind=$(usex valgrind auto false)
94 - )
95 - meson_src_configure
96 -}
97 -
98 -multilib_src_compile() {
99 - meson_src_compile
100 -}
101 -
102 -multilib_src_test() {
103 - meson_src_test
104 -}
105 -
106 -multilib_src_install() {
107 - meson_src_install
108 -}
109
110 diff --git a/x11-libs/libdrm/libdrm-2.4.98.ebuild b/x11-libs/libdrm/libdrm-2.4.98.ebuild
111 deleted file mode 100644
112 index 29daf988738..00000000000
113 --- a/x11-libs/libdrm/libdrm-2.4.98.ebuild
114 +++ /dev/null
115 @@ -1,76 +0,0 @@
116 -# Copyright 1999-2019 Gentoo Authors
117 -# Distributed under the terms of the GNU General Public License v2
118 -
119 -EAPI=6
120 -
121 -EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/drm.git"
122 -
123 -if [[ ${PV} = 9999* ]]; then
124 - GIT_ECLASS="git-r3"
125 -fi
126 -
127 -inherit ${GIT_ECLASS} meson multilib-minimal
128 -
129 -DESCRIPTION="X.Org libdrm library"
130 -HOMEPAGE="https://dri.freedesktop.org/ https://gitlab.freedesktop.org/mesa/drm"
131 -if [[ ${PV} = 9999* ]]; then
132 - SRC_URI=""
133 -else
134 - SRC_URI="https://dri.freedesktop.org/libdrm/${P}.tar.bz2"
135 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
136 -fi
137 -
138 -VIDEO_CARDS="amdgpu exynos freedreno intel nouveau omap radeon tegra vc4 vivante vmware"
139 -for card in ${VIDEO_CARDS}; do
140 - IUSE_VIDEO_CARDS+=" video_cards_${card}"
141 -done
142 -
143 -IUSE="${IUSE_VIDEO_CARDS} libkms valgrind"
144 -RESTRICT="test" # see bug #236845
145 -LICENSE="MIT"
146 -SLOT="0"
147 -
148 -RDEPEND="elibc_FreeBSD? ( >=dev-libs/libpthread-stubs-0.4:=[${MULTILIB_USEDEP}] )
149 - video_cards_intel? ( >=x11-libs/libpciaccess-0.13.1-r1:=[${MULTILIB_USEDEP}] )"
150 -DEPEND="${RDEPEND}
151 - valgrind? ( dev-util/valgrind )"
152 -
153 -src_unpack() {
154 - default
155 - [[ $PV = 9999* ]] && git-r3_src_unpack
156 -}
157 -
158 -multilib_src_configure() {
159 - local emesonargs=(
160 - # Udev is only used by tests now.
161 - -Dudev=false
162 - -Dcairo-tests=false
163 - -Damdgpu=$(usex video_cards_amdgpu true false)
164 - -Dexynos=$(usex video_cards_exynos true false)
165 - -Dfreedreno=$(usex video_cards_freedreno true false)
166 - -Dintel=$(usex video_cards_intel true false)
167 - -Dnouveau=$(usex video_cards_nouveau true false)
168 - -Domap=$(usex video_cards_omap true false)
169 - -Dradeon=$(usex video_cards_radeon true false)
170 - -Dtegra=$(usex video_cards_tegra true false)
171 - -Dvc4=$(usex video_cards_vc4 true false)
172 - -Detnaviv=$(usex video_cards_vivante true false)
173 - -Dvmwgfx=$(usex video_cards_vmware true false)
174 - -Dlibkms=$(usex libkms true false)
175 - # valgrind installs its .pc file to the pkgconfig for the primary arch
176 - -Dvalgrind=$(usex valgrind auto false)
177 - )
178 - meson_src_configure
179 -}
180 -
181 -multilib_src_compile() {
182 - meson_src_compile
183 -}
184 -
185 -multilib_src_test() {
186 - meson_src_test
187 -}
188 -
189 -multilib_src_install() {
190 - meson_src_install
191 -}