kde-frameworks/solid: Drop 5.84.0 (r0)

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner 2021-08-01 21:27:12 +02:00
parent 5ef49fb17e
commit 6387836818
No known key found for this signature in database
GPG Key ID: 444B0F96FFD22CCB
1 changed files with 0 additions and 51 deletions

View File

@ -1,51 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
QTMIN=5.15.2
VIRTUALX_REQUIRED="test"
inherit ecm kde.org optfeature
DESCRIPTION="Provider for platform independent hardware discovery, abstraction and management"
LICENSE="LGPL-2.1+"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
IUSE="ios nls"
RDEPEND="
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtdeclarative-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtxml-${QTMIN}:5
sys-apps/util-linux
sys-fs/udisks:2
virtual/libudev:=
ios? (
app-pda/libimobiledevice:=
app-pda/libplist:=
)
"
DEPEND="${RDEPEND}
test? ( >=dev-qt/qtconcurrent-${QTMIN}:5 )
"
BDEPEND="
sys-devel/bison
sys-devel/flex
nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
"
src_configure() {
local mycmakeargs=(
$(cmake_use_find_package ios IMobileDevice)
$(cmake_use_find_package ios PList)
)
ecm_src_configure
}
pkg_postinst() {
if [[ -z "${REPLACING_VERSIONS}" ]]; then
optfeature "media player devices support" app-misc/media-player-info
fi
ecm_pkg_postinst
}