summaryrefslogtreecommitdiff
path: root/dev-qt
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2024-10-09 02:04:08 -0400
committerIonen Wolkens <ionen@gentoo.org>2024-10-09 02:21:14 -0400
commitc5139c72e9d5b7cea91d94db86242385a29db9bf (patch)
tree87baa72991d3072c465db94449a1890fd2fa4c41 /dev-qt
parentdev-qt/qtscxml: drop 6.7.9999 (diff)
downloadgentoo-c5139c72e9d5b7cea91d94db86242385a29db9bf.tar.gz
gentoo-c5139c72e9d5b7cea91d94db86242385a29db9bf.tar.bz2
gentoo-c5139c72e9d5b7cea91d94db86242385a29db9bf.zip
dev-qt/qtsensors: drop 6.7.9999
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r--dev-qt/qtsensors/qtsensors-6.7.9999.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-qt/qtsensors/qtsensors-6.7.9999.ebuild b/dev-qt/qtsensors/qtsensors-6.7.9999.ebuild
deleted file mode 100644
index 5a576fcfd7cc..000000000000
--- a/dev-qt/qtsensors/qtsensors-6.7.9999.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt6-build
-
-DESCRIPTION="Hardware sensor access library for the Qt6 framework"
-
-if [[ ${QT6_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~x86"
-fi
-
-IUSE="qml"
-
-RDEPEND="
- ~dev-qt/qtbase-${PV}:6[dbus]
- qml? ( ~dev-qt/qtdeclarative-${PV}:6 )
-"
-DEPEND="${RDEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package qml Qt6Qml)
- )
-
- qt6-build_src_configure
-}