commit:     f66108fb49994112e75a3a0d3f6dd37185b2dc3a
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 24 16:51:52 2024 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Jan 24 17:00:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f66108fb

x11-libs/libdrm: Drop old versions

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

 x11-libs/libdrm/Manifest              |  2 -
 x11-libs/libdrm/libdrm-2.4.117.ebuild | 64 ------------------------------
 x11-libs/libdrm/libdrm-2.4.119.ebuild | 75 -----------------------------------
 3 files changed, 141 deletions(-)

diff --git a/x11-libs/libdrm/Manifest b/x11-libs/libdrm/Manifest
index 4ea3558c119b..a25a940d55e6 100644
--- a/x11-libs/libdrm/Manifest
+++ b/x11-libs/libdrm/Manifest
@@ -1,4 +1,2 @@
-DIST libdrm-2.4.117.tar.xz 475504 BLAKE2B 
cbda61815b1e5c3a5de285a9abe7f78669093d8b0f0f9f51cd38ea3b710e049de62d4f2591748f2000a1eb231d7b339a0ac7990934a9ccbfda62c6586c5b8236
 SHA512 
326cf565548fb9d50a321562c13acb2a2f5ad5915ffdc2b08ef812fbac887f5b3d271cb2ce8c483633edddf2c55064d55810ff6697f713c179e2d0c8048eb544
 DIST libdrm-2.4.118.tar.xz 479096 BLAKE2B 
064e0c7fc1b84bb7cbe2bfe9b22b2a48d266637cbfdd5b72fa44c0c0981a212e2de7ebc42ddd1da5f06e621bc3e0d2a6d329c74ba14154e6c9e7ddf429cd8f04
 SHA512 
2740ec10dfe96b520345c3f6f0d99a30aac95b1f96656bd9cd11269c2a83a9dac423da29d74a3deb55360e3ae2ca4a1de283e1e443667bedd22673f6629c9920
-DIST libdrm-2.4.119.tar.xz 479108 BLAKE2B 
05c6a06bf497e9140a8f8c3d2fa5f5d4ef3ed7e392a86f4af433b83b670e68aefe1c06e6bcf071c1c6a2339442376b7e16c081000025d91e661e284b9d77f8db
 SHA512 
c8dd7665e85c01a67fcce1c1c614bc05a3ec311f31cae7de5fb1cd27d0f11f1801be63de3fa3e33b2f505544fd4b1bc292965c5e8de46a3beaaedb10334945ca
 DIST libdrm-2.4.120.tar.xz 479564 BLAKE2B 
218d674da334c32aae27a31c10992cb276b08543704c875c7d7bf8f3dd348d1cf1c95f35b0afc8f3034d83152c2df460f84807388a21b241792db3e81c98dbfc
 SHA512 
6dc16e5134a669eeb59debb1dc2d15b857483ab7476dc2b94bd05a32d8953f046f5656f6cf9e1a63e97e7156fb65ebb58b6a29fe45cb6326058baaf820626e70

diff --git a/x11-libs/libdrm/libdrm-2.4.117.ebuild 
b/x11-libs/libdrm/libdrm-2.4.117.ebuild
deleted file mode 100644
index 8ecbdd5ac2c0..000000000000
--- a/x11-libs/libdrm/libdrm-2.4.117.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2024 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_{10..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="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-debug/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
-}

diff --git a/x11-libs/libdrm/libdrm-2.4.119.ebuild 
b/x11-libs/libdrm/libdrm-2.4.119.ebuild
deleted file mode 100644
index ec035b19e919..000000000000
--- a/x11-libs/libdrm/libdrm-2.4.119.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2024 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_{10..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="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} test tools udev valgrind"
-RESTRICT="!test? ( test )"
-LICENSE="MIT"
-SLOT="0"
-
-COMMON_DEPEND="
-       video_cards_intel? ( 
>=x11-libs/libpciaccess-0.13.1-r1:=[${MULTILIB_USEDEP}] )"
-DEPEND="${COMMON_DEPEND}
-       valgrind? ( dev-debug/valgrind )"
-RDEPEND="${COMMON_DEPEND}
-       video_cards_amdgpu? (
-               tools? ( >=dev-util/cunit-2.1 )
-               test?  ( >=dev-util/cunit-2.1 )
-       )
-       udev? ( virtual/udev )"
-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=(
-               $(meson_use udev)
-               -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)
-               $(meson_native_use_bool tools install-test-programs)
-       )
-
-       if use test || { multilib_is_native_abi && use tools; }; then
-               emesonargs+=( -Dtests=true  )
-       else
-               emesonargs+=( -Dtests=false )
-       fi
-       meson_src_configure
-}

Reply via email to