Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/solid/
Date: Thu, 20 Jan 2022 13:26:45
Message-Id: 1642685059.0f091d82edacb2fc03a8d2f0d6820473dece1396.asturm@gentoo
1 commit: 0f091d82edacb2fc03a8d2f0d6820473dece1396
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 20 12:07:56 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 20 13:24:19 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f091d82
7
8 kde-frameworks/solid: Drop 5.90.0 (r0)
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 kde-frameworks/solid/solid-5.90.0.ebuild | 51 --------------------------------
14 1 file changed, 51 deletions(-)
15
16 diff --git a/kde-frameworks/solid/solid-5.90.0.ebuild b/kde-frameworks/solid/solid-5.90.0.ebuild
17 deleted file mode 100644
18 index 28d6fc82200b..000000000000
19 --- a/kde-frameworks/solid/solid-5.90.0.ebuild
20 +++ /dev/null
21 @@ -1,51 +0,0 @@
22 -# Copyright 1999-2022 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=8
26 -
27 -QTMIN=5.15.2
28 -VIRTUALX_REQUIRED="test"
29 -inherit ecm kde.org optfeature
30 -
31 -DESCRIPTION="Provider for platform independent hardware discovery, abstraction and management"
32 -
33 -LICENSE="LGPL-2.1+"
34 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
35 -IUSE="ios nls"
36 -
37 -RDEPEND="
38 - >=dev-qt/qtdbus-${QTMIN}:5
39 - >=dev-qt/qtdeclarative-${QTMIN}:5
40 - >=dev-qt/qtgui-${QTMIN}:5
41 - >=dev-qt/qtxml-${QTMIN}:5
42 - sys-apps/util-linux
43 - sys-fs/udisks:2
44 - virtual/libudev:=
45 - ios? (
46 - app-pda/libimobiledevice:=
47 - app-pda/libplist:=
48 - )
49 -"
50 -DEPEND="${RDEPEND}
51 - test? ( >=dev-qt/qtconcurrent-${QTMIN}:5 )
52 -"
53 -BDEPEND="
54 - sys-devel/bison
55 - sys-devel/flex
56 - nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
57 -"
58 -
59 -src_configure() {
60 - local mycmakeargs=(
61 - $(cmake_use_find_package ios IMobileDevice)
62 - $(cmake_use_find_package ios PList)
63 - )
64 - ecm_src_configure
65 -}
66 -
67 -pkg_postinst() {
68 - if [[ -z "${REPLACING_VERSIONS}" ]]; then
69 - optfeature "media player devices support" app-misc/media-player-info
70 - fi
71 - ecm_pkg_postinst
72 -}