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/plasma/
Date: Tue, 29 Sep 2020 12:49:34
Message-Id: 1601383569.51c38959f8e9288996dd2dbc28540c125b6f5542.asturm@gentoo
1 commit: 51c38959f8e9288996dd2dbc28540c125b6f5542
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 28 22:26:36 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 29 12:46:09 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51c38959
7
8 kde-frameworks/plasma: Drop 5.74.0 (r0)
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 kde-frameworks/plasma/plasma-5.74.0.ebuild | 74 ------------------------------
14 1 file changed, 74 deletions(-)
15
16 diff --git a/kde-frameworks/plasma/plasma-5.74.0.ebuild b/kde-frameworks/plasma/plasma-5.74.0.ebuild
17 deleted file mode 100644
18 index 4dd229e0159..00000000000
19 --- a/kde-frameworks/plasma/plasma-5.74.0.ebuild
20 +++ /dev/null
21 @@ -1,74 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -KDE_ORG_NAME="${PN}-framework"
28 -PVCUT=$(ver_cut 1-2)
29 -QTMIN=5.14.2
30 -VIRTUALX_REQUIRED="test"
31 -inherit ecm kde.org
32 -
33 -DESCRIPTION="Plasma framework"
34 -
35 -LICENSE="LGPL-2+"
36 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
37 -IUSE="gles2-only wayland X"
38 -
39 -BDEPEND="
40 - >=kde-frameworks/kdoctools-${PVCUT}:5
41 -"
42 -RDEPEND="
43 - >=dev-qt/qtdbus-${QTMIN}:5
44 - >=dev-qt/qtdeclarative-${QTMIN}:5
45 - >=dev-qt/qtgui-${QTMIN}:5[gles2-only=]
46 - >=dev-qt/qtquickcontrols-${QTMIN}:5
47 - >=dev-qt/qtsql-${QTMIN}:5
48 - >=dev-qt/qtsvg-${QTMIN}:5
49 - >=dev-qt/qtwidgets-${QTMIN}:5
50 - =kde-frameworks/kactivities-${PVCUT}*:5
51 - =kde-frameworks/karchive-${PVCUT}*:5
52 - =kde-frameworks/kconfig-${PVCUT}*:5
53 - =kde-frameworks/kconfigwidgets-${PVCUT}*:5
54 - =kde-frameworks/kcoreaddons-${PVCUT}*:5
55 - =kde-frameworks/kdeclarative-${PVCUT}*:5
56 - =kde-frameworks/kglobalaccel-${PVCUT}*:5
57 - =kde-frameworks/kguiaddons-${PVCUT}*:5
58 - =kde-frameworks/ki18n-${PVCUT}*:5
59 - =kde-frameworks/kiconthemes-${PVCUT}*:5
60 - =kde-frameworks/kio-${PVCUT}*:5
61 - =kde-frameworks/kirigami-${PVCUT}*:5
62 - =kde-frameworks/knotifications-${PVCUT}*:5
63 - =kde-frameworks/kpackage-${PVCUT}*:5
64 - =kde-frameworks/kservice-${PVCUT}*:5
65 - =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
66 - =kde-frameworks/kwindowsystem-${PVCUT}*:5
67 - =kde-frameworks/kxmlgui-${PVCUT}*:5
68 - !gles2-only? ( virtual/opengl )
69 - wayland? (
70 - =kde-frameworks/kwayland-${PVCUT}*:5
71 - media-libs/mesa[egl]
72 - )
73 - X? (
74 - >=dev-qt/qtx11extras-${QTMIN}:5
75 - x11-libs/libX11
76 - x11-libs/libxcb
77 - )
78 -"
79 -DEPEND="${RDEPEND}
80 - X? ( x11-base/xorg-proto )
81 -"
82 -
83 -RESTRICT+=" test"
84 -
85 -src_configure() {
86 - local mycmakeargs=(
87 - $(cmake_use_find_package !gles2-only OpenGL)
88 - $(cmake_use_find_package wayland EGL)
89 - $(cmake_use_find_package wayland KF5Wayland)
90 - $(cmake_use_find_package X X11)
91 - $(cmake_use_find_package X XCB)
92 - )
93 -
94 - ecm_src_configure
95 -}