diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-11-24 13:44:32 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-11-28 10:45:09 +0100 |
commit | 04ce097d0dc1c34224b85ac8e94bbab076177ad4 (patch) | |
tree | 294dfbb1711d6fd66fff4c76c91161912b757fc3 /kde-frameworks/solid | |
parent | kde-frameworks/prison: drop 5.110.0 (diff) | |
download | gentoo-04ce097d0dc1c34224b85ac8e94bbab076177ad4.tar.gz gentoo-04ce097d0dc1c34224b85ac8e94bbab076177ad4.tar.bz2 gentoo-04ce097d0dc1c34224b85ac8e94bbab076177ad4.zip |
kde-frameworks/solid: drop 5.110.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/solid')
-rw-r--r-- | kde-frameworks/solid/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/solid/solid-5.110.0.ebuild | 50 |
2 files changed, 0 insertions, 51 deletions
diff --git a/kde-frameworks/solid/Manifest b/kde-frameworks/solid/Manifest index d7cb54c64fa7..e91090aa8483 100644 --- a/kde-frameworks/solid/Manifest +++ b/kde-frameworks/solid/Manifest @@ -1,2 +1 @@ -DIST solid-5.110.0.tar.xz 306088 BLAKE2B e388af0db70457edd05a285b31c2d8047be69f04cb03a48133cecfadf36680bde74c75cbb1edf6a9cd0d7db614dc81d659305e3ea8487f4d4f850a0067518a85 SHA512 200b48f735965f728d92d2410a94089b31d5986e533df806892c43d828f3f5906fbb1632e206b5f3f169ce6fe49b79a13d53ce98b2aa59743fe0373a4f792ba5 DIST solid-5.112.0.tar.xz 306224 BLAKE2B 38b7b0d8c6eae944cda0ff62ece08382bbfb859db1cfb95fbca0f405698e1bb0843569d626b63b7eb71b11ed2a84274b4433782eda60b7e3596cb5dbcd4444f2 SHA512 c6ab392b63dc0c2948f1a7b0d26661578cda12f108f2fe96113ece1740b9744847aa5e6ccbc079cc3bbf85b07389bf8193849cc2d1d1436bccf6bf025ebd4c42 diff --git a/kde-frameworks/solid/solid-5.110.0.ebuild b/kde-frameworks/solid/solid-5.110.0.ebuild deleted file mode 100644 index ca7183ebf6c6..000000000000 --- a/kde-frameworks/solid/solid-5.110.0.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -QTMIN=5.15.9 -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 -} |