summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-10-18 14:49:24 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-10-18 15:47:20 +0200
commit29add9a31ac1afe5c96431dded265bc215762f72 (patch)
tree3489efd049e668f120ce5b09d1ef337e39fe7d22 /kde-plasma/xembed-sni-proxy
parentkde-plasma/xdg-desktop-portal-kde: drop 5.26.0 (diff)
downloadgentoo-29add9a31ac1afe5c96431dded265bc215762f72.tar.gz
gentoo-29add9a31ac1afe5c96431dded265bc215762f72.tar.bz2
gentoo-29add9a31ac1afe5c96431dded265bc215762f72.zip
kde-plasma/xembed-sni-proxy: drop 5.26.0
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.26.0.ebuild42
2 files changed, 0 insertions, 43 deletions
diff --git a/kde-plasma/xembed-sni-proxy/Manifest b/kde-plasma/xembed-sni-proxy/Manifest
index 4e9a21d7e475..a11efa4e19f4 100644
--- a/kde-plasma/xembed-sni-proxy/Manifest
+++ b/kde-plasma/xembed-sni-proxy/Manifest
@@ -1,3 +1,2 @@
DIST plasma-workspace-5.25.5.tar.xz 18638932 BLAKE2B f83aabf84b775c0bf9d1e60db03f94400e3363fa8f45767bdc471706682cda7323fae4948cffa156188cc7ed2d30d05349a385dd370ef941c16464ddddf8fa01 SHA512 0c6cf5104b584b34a8bcb45d57069fed3b25e871fccf1bfefd47d8fc1b595867c1c4f0fcfcc0e07847534e1e77ce8ed1f3be1ac6cb7eea8669a9c7649c8466cb
-DIST plasma-workspace-5.26.0.tar.xz 17449268 BLAKE2B e6d52587a919dc05bcdc0576e712c5dfba4fe281ba269a3e83b302a06b189c51fd8b00e0e716c0157a553f4bef318ad4f351875421f708d9df75e14220ed1175 SHA512 cd727a5ea8b951472869265ec9cbf57fc222bbc1a2656516e3738f326f5276407c04382a39fb3c63e5619041a0d9e8e7a1064c6d6d3ce5e2c5a60ed6f002c4da
DIST plasma-workspace-5.26.1.tar.xz 17452780 BLAKE2B 1841199364fa169e883b8bb8e187e327a4fe3be419ede64c62497f4559d28a8a841b0b8d906b66d7ce9319e95fb15f7b92b48fa38dd208c4b9010d63f1a2749a SHA512 1b6db65fecaad9b0b996ba3e13432dba67b3f8cf727fb5079902728db6946ea6a1e2d2146e34a5fcc89f993867987ac7b2d6166390114e7d6b179d85a1dd46d1
diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.26.0.ebuild b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.26.0.ebuild
deleted file mode 100644
index 1bb401ef69e8..000000000000
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.26.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_NAME="plasma-workspace"
-KFMIN=5.99.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.5
-inherit cmake plasma.kde.org
-
-DESCRIPTION="Legacy xembed tray icons support for SNI-only system trays"
-HOMEPAGE="https://invent.kde.org/plasma/plasma-workspace/-/blob/master/xembed-sni-proxy/Readme.md"
-CMAKE_USE_DIR="${S}/${PN}"
-
-LICENSE="GPL-2"
-SLOT="5"
-KEYWORDS="~amd64"
-
-DEPEND="
- >=dev-qt/qtcore-${QTMIN}:5
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtx11extras-${QTMIN}:5
- >=kde-frameworks/kwindowsystem-${KFMIN}:5[X]
- x11-libs/libxcb
- x11-libs/libXtst
- x11-libs/xcb-util-image
-"
-RDEPEND="${DEPEND}
- !kde-plasma/xembed-sni-proxy:0
-"
-BDEPEND=">=kde-frameworks/extra-cmake-modules-${KFMIN}:5"
-
-PATCHES=( "${FILESDIR}/${PN}-5.24.80-standalone.patch" )
-
-src_prepare() {
- cmake_src_prepare
-
- sed -e "/set/s/GENTOO_PV/$(ver_cut 1-3)/" \
- -i ${PN}/CMakeLists.txt || die "Failed to prepare CMakeLists.txt"
-}