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: Thu, 16 Sep 2021 11:15:01
Message-Id: 1631790592.c33cbb0f8671de2068c6ce3e63373a129145b00f.asturm@gentoo
1 commit: c33cbb0f8671de2068c6ce3e63373a129145b00f
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 15 11:59:44 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 16 11:09:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c33cbb0f
7
8 kde-plasma/xembed-sni-proxy: drop 5.21.5*
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.21.5.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 013d9857393..0039ae12111 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.21.5.tar.xz 9724000 BLAKE2B 2688c8aacd4e5584bb2660a287563aa683af4d469aad45f3521d31ec569d403204cceeb167062a9d8dfe591972db3758d5f46c21ca7c30453cd6740f3e3b470a SHA512 6918c1a29e977ac7f3ebf6ac7308f20f20712db96bf10599f3372987509630aa2ca8bc6adf0b1af4e543ccd2a2001e38ce02d759d25f09588c7c1aaa358af1b4
22 DIST plasma-workspace-5.22.5.tar.xz 8401412 BLAKE2B 3479549ffb302f8beca8f37853540bd71cc03a02183826435ec47ded0df69f4b19e103d8b6e2cd16af001a9c04a34e2f37a98a461f40fb8837ed7e7128a6fcba SHA512 753ba35c3f0c3a5affe10d3a6149f1ebca7ed51b0710c079606e33ceada94a50eee1c1bafbb465fcc194038915c33edef1d79e0865e5702aab7a334d6d508c47
23
24 diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.21.5.ebuild b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.21.5.ebuild
25 deleted file mode 100644
26 index 32e2b27fd79..00000000000
27 --- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.21.5.ebuild
28 +++ /dev/null
29 @@ -1,43 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -KDE_ORG_NAME="plasma-workspace"
36 -KFMIN=5.82.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 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 -}