Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/
Date: Tue, 01 Sep 2020 12:02:12
Message-Id: 1598961544.fc54234e7d1a23d0832636b1eef213533360de60.asturm@gentoo
1 commit: fc54234e7d1a23d0832636b1eef213533360de60
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 1 11:59:04 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 11:59:04 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=fc54234e
7
8 kde-plasma/xembed-sni-proxy: drop 5.19.49.9999*
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 .../xembed-sni-proxy-5.19.49.9999.ebuild | 44 ----------------------
13 1 file changed, 44 deletions(-)
14
15 diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.19.49.9999.ebuild b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.19.49.9999.ebuild
16 deleted file mode 100644
17 index adb5fb3766..0000000000
18 --- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.19.49.9999.ebuild
19 +++ /dev/null
20 @@ -1,44 +0,0 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -KDE_ORG_NAME="plasma-workspace"
27 -KFMIN=5.71.0
28 -PVCUT=$(ver_cut 1-3)
29 -QTMIN=5.14.2
30 -inherit cmake kde.org
31 -
32 -DESCRIPTION="Legacy xembed tray icons support for SNI-only system trays"
33 -HOMEPAGE="https://invent.kde.org/plasma/plasma-workspace/-/blob/master/xembed-sni-proxy/Readme.md"
34 -
35 -LICENSE="GPL-2"
36 -SLOT="5"
37 -KEYWORDS=""
38 -
39 -DEPEND="
40 - >=dev-qt/qtcore-${QTMIN}:5
41 - >=dev-qt/qtdbus-${QTMIN}:5
42 - >=dev-qt/qtgui-${QTMIN}:5
43 - >=dev-qt/qtx11extras-${QTMIN}:5
44 - >=kde-frameworks/extra-cmake-modules-${KFMIN}:5
45 - >=kde-frameworks/kwindowsystem-${KFMIN}:5
46 - x11-libs/libxcb
47 - x11-libs/libXtst
48 - x11-libs/xcb-util-image
49 -"
50 -RDEPEND="${DEPEND}
51 - !<kde-plasma/plasma-workspace-5.14.2:5
52 - !kde-plasma/xembed-sni-proxy:0
53 -"
54 -
55 -S="${S}/${PN}"
56 -
57 -PATCHES=( "${FILESDIR}/${PN}-5.14.90-standalone.patch" )
58 -
59 -src_prepare() {
60 - cmake_src_prepare
61 -
62 - sed -e "/set/s/GENTOO_PV/$(ver_cut 1-3)/" \
63 - -i CMakeLists.txt || die "Failed to prepare CMakeLists.txt"
64 -}