commit:     1875e5224d025aae23386086dbcfc0934a2f8219
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 15 20:00:22 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Oct 16 08:20:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1875e522

dev-qt/qtgamepad: Drop 5.15.2 (r0)

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-qt/qtgamepad/qtgamepad-5.15.2.ebuild | 35 --------------------------------
 1 file changed, 35 deletions(-)

diff --git a/dev-qt/qtgamepad/qtgamepad-5.15.2.ebuild 
b/dev-qt/qtgamepad/qtgamepad-5.15.2.ebuild
deleted file mode 100644
index 4da7b8c4a69..00000000000
--- a/dev-qt/qtgamepad/qtgamepad-5.15.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit qt5-build
-
-DESCRIPTION="Qt module to support gamepad hardware"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
-       KEYWORDS="amd64 arm64 x86"
-fi
-
-IUSE="evdev qml sdl"
-
-DEPEND="
-       ~dev-qt/qtcore-${PV}
-       ~dev-qt/qtgui-${PV}[evdev?]
-       evdev? ( virtual/libudev:= )
-       qml? ( ~dev-qt/qtdeclarative-${PV} )
-       sdl? ( media-libs/libsdl )
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-       qt_use_disable_mod qml quick \
-               src/src.pro
-
-       qt_use_disable_config evdev evdev \
-               src/plugins/gamepads/gamepads.pro
-
-       qt_use_disable_config sdl sdl2 \
-               src/plugins/gamepads/gamepads.pro
-
-       qt5-build_src_prepare
-}

Reply via email to