diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-13 20:16:08 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-13 20:16:08 +0200 |
| commit | e446dd0bfa0fdce2e7bc8c0a30ac0b20fa6839f3 (patch) | |
| tree | e6d6b45b058a233ed0f1991ee71d00f18da746dd /kde-frameworks/solid/solid-5.106.0.ebuild | |
| parent | 46b91d11f69acdec5a3901d7398c9b08ab82e9f0 (diff) | |
| download | kde-e446dd0bfa0fdce2e7bc8c0a30ac0b20fa6839f3.tar.gz kde-e446dd0bfa0fdce2e7bc8c0a30ac0b20fa6839f3.tar.bz2 kde-e446dd0bfa0fdce2e7bc8c0a30ac0b20fa6839f3.zip | |
kde-frameworks/solid: drop 5.106.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/solid/solid-5.106.0.ebuild')
| -rw-r--r-- | kde-frameworks/solid/solid-5.106.0.ebuild | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/kde-frameworks/solid/solid-5.106.0.ebuild b/kde-frameworks/solid/solid-5.106.0.ebuild deleted file mode 100644 index 3ba66d5b216..00000000000 --- a/kde-frameworks/solid/solid-5.106.0.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -QTMIN=5.15.5 -VIRTUALX_REQUIRED="test" -inherit ecm frameworks.kde.org optfeature - -DESCRIPTION="Provider for platform independent hardware discovery, abstraction and management" - -LICENSE="LGPL-2.1+" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" -IUSE="ios" - -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=" - >=dev-qt/linguist-tools-${QTMIN}:5 - sys-devel/bison - sys-devel/flex -" - -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 -} |
