summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-09-03 16:06:05 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-09-03 18:39:54 +0200
commit84e5eb2ebd408dd40446e400cf049a9015c7faf8 (patch)
tree653e4effdcbb37fc5e4ffcf24d194601eee0b758 /kde-plasma/xembed-sni-proxy
parentkde-plasma: Add KDE Plasma 5.16.5 (diff)
downloadgentoo-84e5eb2ebd408dd40446e400cf049a9015c7faf8.tar.gz
gentoo-84e5eb2ebd408dd40446e400cf049a9015c7faf8.tar.bz2
gentoo-84e5eb2ebd408dd40446e400cf049a9015c7faf8.zip
kde-plasma: Drop KDE Plasma 5.16.4
Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/xembed-sni-proxy')
-rw-r--r--kde-plasma/xembed-sni-proxy/Manifest1
-rw-r--r--kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.16.4.ebuild41
2 files changed, 0 insertions, 42 deletions
diff --git a/kde-plasma/xembed-sni-proxy/Manifest b/kde-plasma/xembed-sni-proxy/Manifest
index 9cfcc60a2644..d9dd3b6d2f29 100644
--- a/kde-plasma/xembed-sni-proxy/Manifest
+++ b/kde-plasma/xembed-sni-proxy/Manifest
@@ -1,3 +1,2 @@
DIST plasma-workspace-5.15.5.tar.xz 4713728 BLAKE2B 7ce14912bf0dc2556484b7b719b00e7296fb67d78faabb9e3c00fbfb56a41db04e27b5f94636142f07e88e24d51ff308025a50d719a940e1287943a35db93e79 SHA512 5d5429114a733d4328f7db6c8e3c7dfe5e04862f8083fcad40b21390efb309c58fd1b13cf63aa57f2842c38936b9fe1c60ad61fc601cf4f592b86285c2270bed
-DIST plasma-workspace-5.16.4.tar.xz 4896860 BLAKE2B fb3f6c89db5bc5142ccb68ab6ebd13d7e0d878c999160301385d163fba0e97bfcfae9bda38dc07547171cfe8823b4375815f1371958ba35c8c9a69272dbaf572 SHA512 d597738c1122fcbe327a1917706e86ed0acc550ddbe2ef4eb776f1a064b09095c0f5d634675787353b90b8b37d24bbd454fa1d8354078bd4ceaa3875471a3bb4
DIST plasma-workspace-5.16.5.tar.xz 4905736 BLAKE2B 5d596ebb959444366231f0c2e1d9f163c73f61ba9e0ced674bc41e59468ca7b4c2a12e737b1deabcd8d69f6ebf6cbb2efcfb1028b5e635616ccce1bfad465386 SHA512 3776f92c5230185b8430e9bd615894891ea984af3acb5f705f5343e19b340fddef395f50c16c8e917cf22464900e8ff506c0be0fd1f702df29939671751d0f27
diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.16.4.ebuild b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.16.4.ebuild
deleted file mode 100644
index 54a97db0e7e7..000000000000
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.16.4.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_AUTODEPS="false"
-KMNAME="plasma-workspace"
-inherit kde5
-
-DESCRIPTION="Legacy xembed tray icons support for SNI-only system trays"
-HOMEPAGE="https://cgit.kde.org/plasma-workspace.git/tree/xembed-sni-proxy/Readme.md"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-DEPEND="
- $(add_frameworks_dep extra-cmake-modules)
- $(add_frameworks_dep kwindowsystem)
- $(add_qt_dep qtcore)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtx11extras)
- x11-libs/libxcb
- x11-libs/libXtst
- x11-libs/xcb-util-image
-"
-RDEPEND="${DEPEND}
- !<kde-plasma/plasma-workspace-5.14.2:5
- !kde-plasma/xembed-sni-proxy:0
-"
-
-S="${S}/${PN}"
-
-PATCHES=( "${FILESDIR}/${PN}-5.14.90-standalone.patch" )
-
-src_prepare() {
- kde5_src_prepare
-
- sed -e "/set/s/GENTOO_PV/$(ver_cut 1-3)/" \
- -i CMakeLists.txt || die "Failed to prepare CMakeLists.txt"
-}