commit:     81fc1d2f85b2395480aeb39349acdd9ac5acf488
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 24 17:52:42 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Oct 24 17:58:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81fc1d2f

x11-libs/libdrm: Drop old versions

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-libs/libdrm/Manifest              |  1 -
 x11-libs/libdrm/libdrm-2.4.115.ebuild | 66 -----------------------------------
 2 files changed, 67 deletions(-)

diff --git a/x11-libs/libdrm/Manifest b/x11-libs/libdrm/Manifest
index c60d6dd66343..b7dcddd11043 100644
--- a/x11-libs/libdrm/Manifest
+++ b/x11-libs/libdrm/Manifest
@@ -1,3 +1,2 @@
-DIST libdrm-2.4.115.tar.xz 469952 BLAKE2B 
d4f794823476ca9c2e0383c0505cd787adad52b6873ba0fee913a861ebc7970a51524902aa0a2685ce2c5939fc6f9a71c5d1ad24d1f93407385b09255f701c06
 SHA512 
0c38d3cfd76f627b899f052527c2939d5fc87a417422dceb0761839ba21e69736703a87ba170b5ba7a4aca2506a240760c8c97ca1781a7fb78468225295293bd
 DIST libdrm-2.4.116.tar.xz 473560 BLAKE2B 
da393845a5af3aaf01592d1b56fcada587feed57fa48159d48c2b1f6aba36cc8cad22e0431a127cce92c15c006b97be59fe1895bb27f3d5b06c550ca40f45177
 SHA512 
1287d1896deeb8cfb4532c6750eb43493dcefbfaaa598a73bbb682aa749594eaad3ed1fa2fe73d06280350f365a92a0c20cad8be76f3da2ed59b04aa008de911
 DIST libdrm-2.4.117.tar.xz 475504 BLAKE2B 
cbda61815b1e5c3a5de285a9abe7f78669093d8b0f0f9f51cd38ea3b710e049de62d4f2591748f2000a1eb231d7b339a0ac7990934a9ccbfda62c6586c5b8236
 SHA512 
326cf565548fb9d50a321562c13acb2a2f5ad5915ffdc2b08ef812fbac887f5b3d271cb2ce8c483633edddf2c55064d55810ff6697f713c179e2d0c8048eb544

diff --git a/x11-libs/libdrm/libdrm-2.4.115.ebuild 
b/x11-libs/libdrm/libdrm-2.4.115.ebuild
deleted file mode 100644
index 9bc0207342d8..000000000000
--- a/x11-libs/libdrm/libdrm-2.4.115.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/drm.git";
-PYTHON_COMPAT=( python3_{9..12} )
-
-if [[ ${PV} = 9999* ]]; then
-       GIT_ECLASS="git-r3"
-fi
-
-inherit ${GIT_ECLASS} python-any-r1 meson-multilib
-
-DESCRIPTION="X.Org libdrm library"
-HOMEPAGE="https://dri.freedesktop.org/ https://gitlab.freedesktop.org/mesa/drm";
-if [[ ${PV} = 9999* ]]; then
-       SRC_URI=""
-else
-       SRC_URI="https://dri.freedesktop.org/libdrm/${P}.tar.xz";
-       KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
-fi
-
-VIDEO_CARDS="amdgpu exynos freedreno intel nouveau omap radeon tegra vc4 
vivante vmware"
-for card in ${VIDEO_CARDS}; do
-       IUSE_VIDEO_CARDS+=" video_cards_${card}"
-done
-
-IUSE="${IUSE_VIDEO_CARDS} valgrind"
-RESTRICT="test" # see bug #236845
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
-       video_cards_intel? ( 
>=x11-libs/libpciaccess-0.13.1-r1:=[${MULTILIB_USEDEP}] )"
-DEPEND="${RDEPEND}
-       valgrind? ( dev-util/valgrind )"
-BDEPEND="${PYTHON_DEPS}
-       $(python_gen_any_dep 'dev-python/docutils[${PYTHON_USEDEP}]')"
-
-python_check_deps() {
-       python_has_version "dev-python/docutils[${PYTHON_USEDEP}]"
-}
-
-multilib_src_configure() {
-       local emesonargs=(
-               # Udev is only used by tests now.
-               -Dudev=false
-               -Dcairo-tests=disabled
-               $(meson_feature video_cards_amdgpu amdgpu)
-               $(meson_feature video_cards_exynos exynos)
-               $(meson_feature video_cards_freedreno freedreno)
-               $(meson_feature video_cards_intel intel)
-               $(meson_feature video_cards_nouveau nouveau)
-               $(meson_feature video_cards_omap omap)
-               $(meson_feature video_cards_radeon radeon)
-               $(meson_feature video_cards_tegra tegra)
-               $(meson_feature video_cards_vc4 vc4)
-               $(meson_feature video_cards_vivante etnaviv)
-               $(meson_feature video_cards_vmware vmwgfx)
-               # valgrind installs its .pc file to the pkgconfig for the 
primary arch
-               -Dvalgrind=$(usex valgrind auto disabled)
-               -Dtests=false # Tests are restricted
-       )
-       meson_src_configure
-}

Reply via email to