diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-12-11 10:56:36 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-12-11 18:24:52 +0100 |
| commit | 8e4ce39ca1f789a2d00e6cca6d5d794c4a79c5fb (patch) | |
| tree | e9594ab09217950f45d745c0c73a9ead7a57ec1f /kde-frameworks/solid/solid-9999.ebuild | |
| parent | 6adbb9df85d95f3de61c15c1388b24b5b1ffc876 (diff) | |
| download | kde-8e4ce39ca1f789a2d00e6cca6d5d794c4a79c5fb.tar.gz kde-8e4ce39ca1f789a2d00e6cca6d5d794c4a79c5fb.tar.bz2 kde-8e4ce39ca1f789a2d00e6cca6d5d794c4a79c5fb.zip | |
kde-frameworks/solid: Move 9999 to 5.9999
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/solid/solid-9999.ebuild')
| -rw-r--r-- | kde-frameworks/solid/solid-9999.ebuild | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/kde-frameworks/solid/solid-9999.ebuild b/kde-frameworks/solid/solid-9999.ebuild deleted file mode 100644 index 2a0c8369841..00000000000 --- a/kde-frameworks/solid/solid-9999.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.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="" -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 -} |
