diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-04-15 23:02:09 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-17 20:27:37 +0100 |
commit | 8903f775d5dd22dae21e55cdd15b8e3368f86139 (patch) | |
tree | 40ebbad7e20d5cc8d47aec9c36bc987491db2ef6 /dev-qt/qtgamepad | |
parent | dev-qt/qtdatavis3d: Drop 5.15.2-r1 (diff) | |
download | gentoo-8903f775d5dd22dae21e55cdd15b8e3368f86139.tar.gz gentoo-8903f775d5dd22dae21e55cdd15b8e3368f86139.tar.bz2 gentoo-8903f775d5dd22dae21e55cdd15b8e3368f86139.zip |
dev-qt/qtgamepad: Drop 5.15.2-r1
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt/qtgamepad')
-rw-r--r-- | dev-qt/qtgamepad/Manifest | 1 | ||||
-rw-r--r-- | dev-qt/qtgamepad/qtgamepad-5.15.2-r1.ebuild | 36 |
2 files changed, 0 insertions, 37 deletions
diff --git a/dev-qt/qtgamepad/Manifest b/dev-qt/qtgamepad/Manifest index 21f37b6d6a17..0eaecce59fb1 100644 --- a/dev-qt/qtgamepad/Manifest +++ b/dev-qt/qtgamepad/Manifest @@ -1,2 +1 @@ DIST qtgamepad-everywhere-opensource-src-5.15.3.tar.xz 387112 BLAKE2B 63de9daa102e07718733dfd2d85aebbec214390b0f1d399013a292db37544f1eb6d55f7cc71ccd0caa14d2602aa9a63351e4340cafe4c7dc85b638ed866307c3 SHA512 6a95ed24452d4df07ce0cb6ee482a333b74559935867e32467b6eb66b3c9e6f45a09d0d2bf41f549e85400523e1bea2dc5e571ef58016544aa1f1b056b2accaa -DIST qtgamepad-everywhere-src-5.15.2.tar.xz 387084 BLAKE2B bced25244afb2f97adb7b05dbe68021923c45083abaeec92ff405a8c65b89910803dcfe28f4982f9d54dacab616b9917c7cd04b475ac7c36e8002bb6cbbc9b6a SHA512 67f299d36f70ac3205a136117bec7f983f889b6a1f7d0ff97eb03925f4789d9d90a7197f5e186a6d04aa486880c60f0f623ab56a8bd78e4682e84c7ff6cc9fe1 diff --git a/dev-qt/qtgamepad/qtgamepad-5.15.2-r1.ebuild b/dev-qt/qtgamepad/qtgamepad-5.15.2-r1.ebuild deleted file mode 100644 index fc5b9a4214bb..000000000000 --- a/dev-qt/qtgamepad/qtgamepad-5.15.2-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit qt5-build - -DESCRIPTION="Qt module to support gamepad hardware" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm arm64 x86" -fi - -IUSE="evdev qml sdl" - -DEPEND=" - =dev-qt/qtcore-${QT5_PV}* - =dev-qt/qtgui-${QT5_PV}*[evdev?] - evdev? ( virtual/libudev:= ) - qml? ( =dev-qt/qtdeclarative-${QT5_PV}* ) - sdl? ( media-libs/libsdl2 ) -" -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 -} |