summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-10-15 22:00:22 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-10-16 10:20:12 +0200
commit1875e5224d025aae23386086dbcfc0934a2f8219 (patch)
tree36f0df8c97f97568e31dd6bf4b61ea27e72d8ff4 /dev-qt/qtgamepad/qtgamepad-5.15.2.ebuild
parentdev-qt/qtplugininfo: Drop 5.15.2 (r0) (diff)
downloadgentoo-1875e5224d025aae23386086dbcfc0934a2f8219.tar.gz
gentoo-1875e5224d025aae23386086dbcfc0934a2f8219.tar.bz2
gentoo-1875e5224d025aae23386086dbcfc0934a2f8219.zip
dev-qt/qtgamepad: Drop 5.15.2 (r0)
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-qt/qtgamepad/qtgamepad-5.15.2.ebuild')
-rw-r--r--dev-qt/qtgamepad/qtgamepad-5.15.2.ebuild35
1 files changed, 0 insertions, 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 4da7b8c4a69c..000000000000
--- 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
-}