commit:     51d1ceb3f71b0b618c1246af594bba3e1a5e0f45
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 13 19:46:32 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Mar 13 20:07:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51d1ceb3

x11-apps/igt-gpu-tools: Drop old versions

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

 x11-apps/igt-gpu-tools/Manifest                    |   1 -
 ....26-lib-meson-build-Fix-underscorify-call.patch |  36 -------
 .../igt-gpu-tools/igt-gpu-tools-1.26-r2.ebuild     | 108 ---------------------
 3 files changed, 145 deletions(-)

diff --git a/x11-apps/igt-gpu-tools/Manifest b/x11-apps/igt-gpu-tools/Manifest
index b20e76beee7c..20bbf7eaf35c 100644
--- a/x11-apps/igt-gpu-tools/Manifest
+++ b/x11-apps/igt-gpu-tools/Manifest
@@ -1,2 +1 @@
-DIST igt-gpu-tools-1.26.tar.xz 1573468 BLAKE2B 
31fa9cd61fd9a120c72e78cb5ecbc686477ae82572c702bdd6bbc11ba49dc052b7cf52fa486b93e51c87389d73f892577c1d22ebe71d6f50b1565f32355021d1
 SHA512 
6eb67f68da1c79fac61e5abd57433ef51dbeb2b6f0923dc84aefb81d7059fbc94378fadcd7321a8f059edd9bac640032bf53c3aa058cf570fe5c31924396af8f
 DIST igt-gpu-tools-1.27.1.tar.xz 2321940 BLAKE2B 
b6c4fee31c97cd5005c1f2cd5c18c181582adfb27e92444a8e78d1c105acb78a424bd4e4af8d13333776c81531fbfd24dc4b7db0da9858f5b803f64962d6269d
 SHA512 
20923505e9afe6e5064bf8f4056e027ff0321cd29d8982157a608369aea6fbef24c93756de96ef6296e09d539957fc6cdad4097cbab5af33f8828f762da0d8c0

diff --git 
a/x11-apps/igt-gpu-tools/files/igt-gpu-tools-1.26-lib-meson-build-Fix-underscorify-call.patch
 
b/x11-apps/igt-gpu-tools/files/igt-gpu-tools-1.26-lib-meson-build-Fix-underscorify-call.patch
deleted file mode 100644
index 142e2fa44fb6..000000000000
--- 
a/x11-apps/igt-gpu-tools/files/igt-gpu-tools-1.26-lib-meson-build-Fix-underscorify-call.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From 963917a3565466832a3b2fc22e9285d34a0bf944 Mon Sep 17 00:00:00 2001
-From: Petri Latvala <[email protected]>
-Date: Thu, 28 Oct 2021 11:05:31 +0300
-Subject: [PATCH] lib/meson.build: Fix underscorify call
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-f.underscorify() is correct, f.underscorify(f) is an error that later
-meson versions don't like at all.
-
-Closes: https://gitlab.freedesktop.org/drm/igt-gpu-tools/-/issues/107
-Fixes: 588555f77909 ("lib/i915: Extract helpers for determining scheduler 
capabilities")
-Cc: Arkadiusz Hiler <[email protected]>
-Signed-off-by: Petri Latvala <[email protected]>
-Reviewed-by: José Roberto de Souza <[email protected]>
----
- lib/meson.build | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/lib/meson.build b/lib/meson.build
-index c3080fc8..297b0ad2 100644
---- a/lib/meson.build
-+++ b/lib/meson.build
-@@ -155,7 +155,7 @@ lib_version = vcs_tag(input : 'version.h.in', output : 
'version.h',
- 
- lib_intermediates = []
- foreach f: lib_sources
--    name = f.underscorify(f)
-+    name = f.underscorify()
-     lib = static_library('igt-' + name,
-       [ f, lib_version ],
-       include_directories: inc,
--- 
-GitLab
-

diff --git a/x11-apps/igt-gpu-tools/igt-gpu-tools-1.26-r2.ebuild 
b/x11-apps/igt-gpu-tools/igt-gpu-tools-1.26-r2.ebuild
deleted file mode 100644
index 5f1ba04b2bc5..000000000000
--- a/x11-apps/igt-gpu-tools/igt-gpu-tools-1.26-r2.ebuild
+++ /dev/null
@@ -1,108 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-EGIT_REPO_URI="https://gitlab.freedesktop.org/drm/${PN}.git";
-if [[ ${PV} = *9999* ]]; then
-       GIT_ECLASS="git-r3"
-fi
-
-PYTHON_COMPAT=( python3_{9..10} )
-inherit ${GIT_ECLASS} meson python-any-r1
-
-DESCRIPTION="Intel GPU userland tools"
-
-HOMEPAGE="https://01.org/linuxgraphics 
https://gitlab.freedesktop.org/drm/igt-gpu-tools";
-if [[ ${PV} = *9999* ]]; then
-       SRC_URI=""
-else
-       KEYWORDS="~amd64 ~x86"
-       SRC_URI="https://www.x.org/releases/individual/app/${P}.tar.xz";
-fi
-LICENSE="MIT"
-SLOT="0"
-IUSE="chamelium doc man overlay runner tests unwind valgrind 
video_cards_amdgpu video_cards_intel video_cards_nouveau X xv"
-REQUIRED_USE="
-       || ( video_cards_amdgpu video_cards_intel video_cards_nouveau )
-       overlay? (
-               video_cards_intel
-               || ( X xv )
-       )
-       doc? ( tests )
-"
-RESTRICT="test"
-
-RDEPEND="
-       dev-libs/elfutils
-       dev-libs/glib:2
-       sys-apps/kmod:=
-       sys-libs/zlib:=
-       sys-process/procps:=
-       virtual/libudev:=
-       >=x11-libs/cairo-1.12.0[X?]
-       
>=x11-libs/libdrm-2.4.82[video_cards_amdgpu?,video_cards_intel?,video_cards_nouveau?]
-       >=x11-libs/libpciaccess-0.10
-       x11-libs/pixman
-       chamelium? (
-               dev-libs/xmlrpc-c:=[curl]
-               sci-libs/gsl:=
-               media-libs/alsa-lib:=
-       )
-       overlay? (
-               >=x11-libs/libXrandr-1.3
-               xv? (
-                       x11-libs/libX11
-                       x11-libs/libXext
-                       x11-libs/libXv
-               )
-       )
-       runner? ( dev-libs/json-c:= )
-       unwind? ( sys-libs/libunwind:= )
-       valgrind? ( dev-util/valgrind )
-       "
-DEPEND="${RDEPEND}
-       doc? ( >=dev-util/gtk-doc-1.25-r1 )
-       man? ( dev-python/docutils )
-       overlay? (
-               >=dev-util/peg-0.1.18
-               x11-base/xorg-proto
-       )
-       video_cards_intel? (
-               sys-devel/bison
-               sys-devel/flex
-       )
-"
-BDEPEND="${PYTHON_DEPS}"
-
-src_prepare() {
-       sed -e "s/find_program('rst2man-3'/find_program('rst2man.py', 
'rst2man-3'/" -i man/meson.build
-       local PATCHES=(
-               
"${FILESDIR}"/igt-gpu-tools-1.26-lib-meson-build-Fix-underscorify-call.patch
-       )
-       default_src_prepare
-}
-
-src_configure() {
-       local gpus=""
-       use video_cards_amdgpu  && gpus+="amdgpu,"
-       use video_cards_intel   && gpus+="intel,"
-       use video_cards_nouveau && gpus+="nouveau,"
-
-       local overlay_backends=""
-       use overlay && use xv && overlay_backends+="xv,"
-       use overlay && use X && overlay_backends+="x,"
-
-       local emesonargs=(
-               $(meson_feature chamelium)
-               $(meson_feature doc docs)
-               $(meson_feature man)
-               $(meson_feature overlay)
-               $(meson_feature runner)
-               $(meson_feature tests)
-               $(meson_feature valgrind)
-               $(meson_feature unwind libunwind)
-               -Doverlay_backends=${overlay_backends%?}
-               -Dlibdrm_drivers=${gpus%?}
-       )
-       meson_src_configure
-}

Reply via email to