summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-01-20 13:07:56 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-01-20 14:24:19 +0100
commit0f091d82edacb2fc03a8d2f0d6820473dece1396 (patch)
treee8870729e71057b47afa1c5573c72698c793092e /kde-frameworks
parentkde-frameworks/solid: Properly round up battery's capacity (diff)
downloadgentoo-0f091d82edacb2fc03a8d2f0d6820473dece1396.tar.gz
gentoo-0f091d82edacb2fc03a8d2f0d6820473dece1396.tar.bz2
gentoo-0f091d82edacb2fc03a8d2f0d6820473dece1396.zip
kde-frameworks/solid: Drop 5.90.0 (r0)
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/solid/solid-5.90.0.ebuild51
1 files changed, 0 insertions, 51 deletions
diff --git a/kde-frameworks/solid/solid-5.90.0.ebuild b/kde-frameworks/solid/solid-5.90.0.ebuild
deleted file mode 100644
index 28d6fc82200b..000000000000
--- a/kde-frameworks/solid/solid-5.90.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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
-}