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/purpose/
Date: Sun, 27 Nov 2022 11:20:52
Message-Id: 1669548028.892f0cbefdfb9dd418dd90fe9ef9c86d6c138714.asturm@gentoo
1 commit: 892f0cbefdfb9dd418dd90fe9ef9c86d6c138714
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 27 11:13:59 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 27 11:20:28 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=892f0cbe
7
8 kde-frameworks/purpose: drop 5.96.0
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 kde-frameworks/purpose/Manifest | 1 -
13 kde-frameworks/purpose/purpose-5.96.0.ebuild | 69 ----------------------------
14 2 files changed, 70 deletions(-)
15
16 diff --git a/kde-frameworks/purpose/Manifest b/kde-frameworks/purpose/Manifest
17 index c1fd0812685f..69b33e65d3f6 100644
18 --- a/kde-frameworks/purpose/Manifest
19 +++ b/kde-frameworks/purpose/Manifest
20 @@ -1,3 +1,2 @@
21 DIST purpose-5.100.0.tar.xz 176608 BLAKE2B ed08a98397fd19569029f94edc1f88f31119f18d2c3bbacf2dbd3913e74d8742051333d87d4854387257b7360f97a0fc252c5ce10df9a7ca96c1259ee177bed7 SHA512 f0b6af4c40842dff9471746cc12b7f9195a239d4448faea79a506575ab701801bea7e62a82877718caa4b68b04edcb47ccca02234b629d12c981f5871e70d595
22 -DIST purpose-5.96.0.tar.xz 172284 BLAKE2B 3a272ea568d862ed4c300a45dbf6c3d5eee6b9dd1a6b8bc1f9c08535375ae9bac1233514ca8b6bafc20febce4b42efd773fe8415dfd7156222cbe3302d33d7c2 SHA512 80ede3300842db1a1e2553525c47f0d8d5d8611c6fd5509b2e864f1832b468326c38f70fd1a9588260660c4aff6ac7264d8dade55a5c255a9b46cb4aff2445b7
23 DIST purpose-5.99.0.tar.xz 174964 BLAKE2B 18c0b9b51e3f7496f01b7404ad3a733aaae0cfed4781f188df0f66554db7320bfdd4fe2ce00ef7c91c21923ef9543e90b2e37f600e2fa2fa1462845e1348cfde SHA512 0f5070c6de1c6c7280c2cbc4c8848375bd689df6fcdf6f1eed0bd8c8abb695f6e5c926bbe21099c8d99bf562dfe96df6af269907e5fb9b01b0f2c5f5fabe54dd
24
25 diff --git a/kde-frameworks/purpose/purpose-5.96.0.ebuild b/kde-frameworks/purpose/purpose-5.96.0.ebuild
26 deleted file mode 100644
27 index 433693cab7b4..000000000000
28 --- a/kde-frameworks/purpose/purpose-5.96.0.ebuild
29 +++ /dev/null
30 @@ -1,69 +0,0 @@
31 -# Copyright 1999-2022 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=8
35 -
36 -ECM_QTHELP="false"
37 -ECM_TEST="forceoptional"
38 -PVCUT=$(ver_cut 1-2)
39 -QTMIN=5.15.4
40 -inherit ecm frameworks.kde.org optfeature xdg-utils
41 -
42 -DESCRIPTION="Library for providing abstractions to get the developer's purposes fulfilled"
43 -LICENSE="LGPL-2.1+"
44 -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
45 -IUSE="bluetooth +kaccounts"
46 -
47 -# requires running environment
48 -RESTRICT="test"
49 -
50 -DEPEND="
51 - >=dev-qt/qtdeclarative-${QTMIN}:5
52 - >=dev-qt/qtgui-${QTMIN}:5
53 - >=dev-qt/qtnetwork-${QTMIN}:5
54 - >=dev-qt/qtwidgets-${QTMIN}:5
55 - =kde-frameworks/kcoreaddons-${PVCUT}*:5
56 - =kde-frameworks/ki18n-${PVCUT}*:5
57 - =kde-frameworks/kio-${PVCUT}*:5
58 - =kde-frameworks/kirigami-${PVCUT}*:5
59 - =kde-frameworks/knotifications-${PVCUT}*:5
60 - =kde-frameworks/prison-${PVCUT}*:5
61 - kaccounts? (
62 - >=kde-apps/kaccounts-integration-19.04.3:5
63 - net-libs/accounts-qt
64 - )
65 -"
66 -RDEPEND="${DEPEND}
67 - >=dev-qt/qtquickcontrols-${QTMIN}:5
68 - >=dev-qt/qtquickcontrols2-${QTMIN}:5
69 - >=kde-frameworks/kdeclarative-${PVCUT}:5
70 - bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:5 )
71 - kaccounts? ( net-libs/accounts-qml )
72 -"
73 -
74 -src_prepare() {
75 - ecm_src_prepare
76 -
77 - use bluetooth ||
78 - cmake_run_in src/plugins cmake_comment_add_subdirectory bluetooth
79 -}
80 -
81 -src_configure() {
82 - local mycmakeargs=(
83 - $(cmake_use_find_package kaccounts KAccounts)
84 - )
85 -
86 - ecm_src_configure
87 -}
88 -
89 -pkg_postinst() {
90 - if [[ -z "${REPLACING_VERSIONS}" ]]; then
91 - optfeature "Send through KDE Connect" kde-misc/kdeconnect
92 - fi
93 - ecm_pkg_postinst
94 - xdg_icon_cache_update
95 -}
96 -
97 -pkg_postrm() {
98 - xdg_icon_cache_update
99 -}