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/frameworkintegration/
Date: Sun, 12 Jan 2020 01:00:00
Message-Id: 1578790775.8cfc651f34fdeb90540513bcba1f30cb313cb45e.asturm@gentoo
1 commit: 8cfc651f34fdeb90540513bcba1f30cb313cb45e
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 12 00:48:59 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 12 00:59:35 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cfc651f
7
8 kde-frameworks/frameworkintegration: Drop 5.66.0 (r0)
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 .../frameworkintegration-5.66.0-r1.ebuild | 1 +
14 .../frameworkintegration-5.66.0.ebuild | 56 ----------------------
15 2 files changed, 1 insertion(+), 56 deletions(-)
16
17 diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-5.66.0-r1.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-5.66.0-r1.ebuild
18 index d81ffdb1765..9c67c6caffb 100644
19 --- a/kde-frameworks/frameworkintegration/frameworkintegration-5.66.0-r1.ebuild
20 +++ b/kde-frameworks/frameworkintegration/frameworkintegration-5.66.0-r1.ebuild
21 @@ -10,6 +10,7 @@ VIRTUALX_REQUIRED="test"
22 inherit ecm kde.org
23
24 DESCRIPTION="Framework for integrating Qt applications with KDE Plasma workspaces"
25 +
26 LICENSE="LGPL-2+"
27 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
28 IUSE="appstream"
29
30 diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-5.66.0.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-5.66.0.ebuild
31 deleted file mode 100644
32 index 41082d685c5..00000000000
33 --- a/kde-frameworks/frameworkintegration/frameworkintegration-5.66.0.ebuild
34 +++ /dev/null
35 @@ -1,56 +0,0 @@
36 -# Copyright 1999-2020 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=7
40 -
41 -ECM_QTHELP="false"
42 -PVCUT=$(ver_cut 1-2)
43 -QTMIN=5.12.3
44 -VIRTUALX_REQUIRED="test"
45 -inherit ecm kde.org
46 -
47 -DESCRIPTION="Framework for integrating Qt applications with KDE Plasma workspaces"
48 -LICENSE="LGPL-2+"
49 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
50 -IUSE="appstream X"
51 -
52 -# drop qtwidgets subslot operator when QT_MINIMAL >= 5.14.0
53 -DEPEND="
54 - =kde-frameworks/kconfig-${PVCUT}*:5
55 - =kde-frameworks/kconfigwidgets-${PVCUT}*:5
56 - =kde-frameworks/ki18n-${PVCUT}*:5
57 - =kde-frameworks/kiconthemes-${PVCUT}*:5
58 - =kde-frameworks/knewstuff-${PVCUT}*:5
59 - =kde-frameworks/knotifications-${PVCUT}*:5
60 - =kde-frameworks/kpackage-${PVCUT}*:5
61 - =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
62 - >=dev-qt/qtgui-${QTMIN}:5
63 - >=dev-qt/qtwidgets-${QTMIN}:5=
64 - appstream? (
65 - app-admin/packagekit-qt
66 - dev-libs/appstream[qt5]
67 - )
68 - X? (
69 - >=dev-qt/qtx11extras-${QTMIN}:5
70 - x11-libs/libxcb
71 - )
72 -"
73 -RDEPEND="${DEPEND}"
74 -
75 -# requires running kde environment
76 -RESTRICT+=" test"
77 -
78 -src_prepare() {
79 - ecm_punt_bogus_dep Qt5 DBus
80 - ecm_src_prepare
81 -}
82 -
83 -src_configure() {
84 - local mycmakeargs=(
85 - $(cmake_use_find_package appstream AppStreamQt)
86 - $(cmake_use_find_package appstream packagekitqt5)
87 - $(cmake_use_find_package X XCB)
88 - )
89 -
90 - ecm_src_configure
91 -}