summaryrefslogtreecommitdiff
path: root/x11-apps/igt-gpu-tools
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-12-17 06:30:18 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-12-17 06:30:18 +0000
commit066666b8767b78231b90d9b3ffc8169fbfe1ec7c (patch)
tree20e354a744ae4e30a0d562773c34e562077c7d62 /x11-apps/igt-gpu-tools
parent2f50f3ca1d346a1f74054f124adb11136068b2b1 (diff)
gentoo auto-resync : 17:12:2024 - 06:30:17
Diffstat (limited to 'x11-apps/igt-gpu-tools')
-rw-r--r--x11-apps/igt-gpu-tools/Manifest2
-rw-r--r--x11-apps/igt-gpu-tools/igt-gpu-tools-1.29.ebuild107
2 files changed, 0 insertions, 109 deletions
diff --git a/x11-apps/igt-gpu-tools/Manifest b/x11-apps/igt-gpu-tools/Manifest
index c574954a8587..eb14c527d19f 100644
--- a/x11-apps/igt-gpu-tools/Manifest
+++ b/x11-apps/igt-gpu-tools/Manifest
@@ -1,6 +1,4 @@
-DIST igt-gpu-tools-1.29.tar.xz 2944444 BLAKE2B 8d34a2b1a9dfc6d8a23be6d2a45436f531e98f0aa8b05346d5a4f2232d4904fc12cb7a986ee335b2a9a31760de10cfed0d92b7de6052ed75baeadc190c5ebee9 SHA512 1bce6cc916b79bee3562cdee945444bfe925efac37c0df61f8adc17b1aade752cb2e31a05c0dc5de5f2c54256f3319cab7ee45014d5d910e16cca50accd2d1ed
DIST igt-gpu-tools-1.30.tar.xz 3079568 BLAKE2B 0be7a31d5ca472d6011abc271d4fd5c1c34e7e458a510dab1d99e56bed87d9923a757aced407e5b2cf72b37c074d62fe3fcdefb0fc75c43f439650f129b51005 SHA512 be0af7c7b3bbf6d47ac5267b6be9af356cfd148f2588d624635e642299df0ab0a825bc1498c6ba2b9f8b6c1e4f0126b6fdf22c82548bfa1df1906efad492db60
-EBUILD igt-gpu-tools-1.29.ebuild 2518 BLAKE2B 4c4df3d9b6ccea5fdaf92b322177c940c4ac33d0d2020ff725d86ade661b5fdc18308970fe01a17d770d8dea8f72761379e3c63354241fa82d4f461fe8f28f8e SHA512 22d4f463c4124743b96b01a983dafd976638a7512600e66d6563011be22c8e3e68940bf8b30f34e311c8cc6481981d30b746543d424f81dda68c88339167e689
EBUILD igt-gpu-tools-1.30.ebuild 2451 BLAKE2B 03ec5d09fe951c29c337984d63244728c1823972fb0a57f82f912f96549b84a5ae4c76da658cf8a2039464823adda7ed221bd6454d486ce68b54e9da9e86053f SHA512 7e3f52aec80efff5ef83904011bae9eff757fc4e85a5541d9c8ffd701585354b98a89435d321cba2eef6cc5a1810f696656f01efff88d351fe9b588ed6a23028
EBUILD igt-gpu-tools-9999.ebuild 2451 BLAKE2B 03ec5d09fe951c29c337984d63244728c1823972fb0a57f82f912f96549b84a5ae4c76da658cf8a2039464823adda7ed221bd6454d486ce68b54e9da9e86053f SHA512 7e3f52aec80efff5ef83904011bae9eff757fc4e85a5541d9c8ffd701585354b98a89435d321cba2eef6cc5a1810f696656f01efff88d351fe9b588ed6a23028
MISC metadata.xml 743 BLAKE2B 41f82413bcc0ca4cae3b142bca8871403fa73cba2f54328b283854336e637128b53c01f33655c65d65dbb132b56a3e1a6e0dd889cf840eb3f5f25fd9f8fb14cf SHA512 812de04b016d8154e0255abae0174ff89a89dcb2eb2430e198284a0dac2bd93dfea0e0268abbae5a97c5b7fb6a9cc2c70f398844de634b8b2bab118057e2bc2a
diff --git a/x11-apps/igt-gpu-tools/igt-gpu-tools-1.29.ebuild b/x11-apps/igt-gpu-tools/igt-gpu-tools-1.29.ebuild
deleted file mode 100644
index 72aa45ebbf28..000000000000
--- a/x11-apps/igt-gpu-tools/igt-gpu-tools-1.29.ebuild
+++ /dev/null
@@ -1,107 +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/drm/${PN}.git"
-if [[ ${PV} = *9999* ]]; then
- GIT_ECLASS="git-r3"
-fi
-
-PYTHON_COMPAT=( python3_{10..13} )
-inherit ${GIT_ECLASS} meson python-any-r1
-
-DESCRIPTION="Intel GPU userland tools"
-
-HOMEPAGE="https://gitlab.freedesktop.org/drm/igt-gpu-tools"
-if [[ ${PV} != *9999* ]]; then
- 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 )
- runner? ( 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-debug/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? (
- app-alternatives/yacc
- app-alternatives/lex
- )
-"
-BDEPEND="${PYTHON_DEPS}"
-
-src_prepare() {
- sed -e "s/find_program('rst2man-3'/find_program('rst2man.py', 'rst2man-3'/" -i man/meson.build
- 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 overlay)
- -Doverlay_backends=${overlay_backends%?}
- $(meson_feature chamelium)
- $(meson_feature valgrind)
- $(meson_feature man)
- -Dtestplan=disabled
- -Dsphinx=disabled
- $(meson_feature doc docs)
- $(meson_feature tests)
- -Dxe_driver=disabled
- -Dlibdrm_drivers=${gpus%?}
- $(meson_feature unwind libunwind)
- $(meson_feature runner)
- )
- meson_src_configure
-}