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-plasma/xembed-sni-proxy/
Date: Sun, 29 May 2022 20:44:27
Message-Id: 1653855868.258a15738f9cd9f28bc6e1c0a83fd36bf9cbefe6.asturm@gentoo
1 commit: 258a15738f9cd9f28bc6e1c0a83fd36bf9cbefe6
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 29 20:18:57 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun May 29 20:24:28 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=258a1573
7
8 kde-plasma/xembed-sni-proxy: Drop 5.24.4
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 kde-plasma/xembed-sni-proxy/Manifest | 1 -
13 .../xembed-sni-proxy-5.24.4.ebuild | 43 ----------------------
14 2 files changed, 44 deletions(-)
15
16 diff --git a/kde-plasma/xembed-sni-proxy/Manifest b/kde-plasma/xembed-sni-proxy/Manifest
17 index be5c47e6ef60..1ba2f05fc00f 100644
18 --- a/kde-plasma/xembed-sni-proxy/Manifest
19 +++ b/kde-plasma/xembed-sni-proxy/Manifest
20 @@ -1,2 +1 @@
21 -DIST plasma-workspace-5.24.4.tar.xz 18488324 BLAKE2B 140540a95360bc1c9ce1940ca03267bfe8c5d59a378b09a5c2abfed9ad8f8af89558c616465363f27a42a730025c081092f00dd0eb776cb7ee53a0aeff1b3881 SHA512 6c917d3ea307bca85e6ca12294357410c3442a9115a4864311df87af29919c20d8dab768f470379bbc4e0510367319a6cf8ce045ab7254db06e8c29477370d89
22 DIST plasma-workspace-5.24.5.tar.xz 18490588 BLAKE2B 5a9681620f40604f631cd7ef0c9d6256cc490436dc5e29ef9434d0f129324c2d405c5647da12778c208976c0cb0b4da698a90a22b70c1cb2723cbc58f69bda1d SHA512 ae40fe545b03e42e9f8fe2e8885d3853f4b52d4fd2ed3ecf7d24fa59b4924b8f8b389e8713ec6a3a875bc66df3952de9157d4a5631b283105a9329a1a1825996
23
24 diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.24.4.ebuild b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.24.4.ebuild
25 deleted file mode 100644
26 index 4930f2576348..000000000000
27 --- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.24.4.ebuild
28 +++ /dev/null
29 @@ -1,43 +0,0 @@
30 -# Copyright 1999-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -KDE_ORG_NAME="plasma-workspace"
36 -KFMIN=5.90.0
37 -PVCUT=$(ver_cut 1-3)
38 -QTMIN=5.15.2
39 -inherit cmake kde.org
40 -
41 -DESCRIPTION="Legacy xembed tray icons support for SNI-only system trays"
42 -HOMEPAGE="https://invent.kde.org/plasma/plasma-workspace/-/blob/master/xembed-sni-proxy/Readme.md"
43 -
44 -LICENSE="GPL-2"
45 -SLOT="5"
46 -KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
47 -
48 -DEPEND="
49 - >=dev-qt/qtcore-${QTMIN}:5
50 - >=dev-qt/qtdbus-${QTMIN}:5
51 - >=dev-qt/qtgui-${QTMIN}:5
52 - >=dev-qt/qtx11extras-${QTMIN}:5
53 - >=kde-frameworks/extra-cmake-modules-${KFMIN}:5
54 - >=kde-frameworks/kwindowsystem-${KFMIN}:5[X]
55 - x11-libs/libxcb
56 - x11-libs/libXtst
57 - x11-libs/xcb-util-image
58 -"
59 -RDEPEND="${DEPEND}
60 - !kde-plasma/xembed-sni-proxy:0
61 -"
62 -
63 -S="${S}/${PN}"
64 -
65 -PATCHES=( "${FILESDIR}/${PN}-5.20.80-standalone.patch" )
66 -
67 -src_prepare() {
68 - cmake_src_prepare
69 -
70 - sed -e "/set/s/GENTOO_PV/$(ver_cut 1-3)/" \
71 - -i CMakeLists.txt || die "Failed to prepare CMakeLists.txt"
72 -}