summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMykyta Holubakha <hilobakho@gmail.com>2018-02-06 20:32:51 +0200
committerMichał Górny <mgorny@gentoo.org>2018-02-09 18:35:36 +0100
commit59cc25d5b4fcaf1aef4c2f07fc1a531a7a4fe6db (patch)
tree8706a7eb926f4f34a769b0aaff45b1d52d48f427 /x11-misc
parentx11-misc/xembedsniproxy: version bump to 5.12.0 (diff)
downloadgentoo-59cc25d5b4fcaf1aef4c2f07fc1a531a7a4fe6db.tar.gz
gentoo-59cc25d5b4fcaf1aef4c2f07fc1a531a7a4fe6db.tar.bz2
gentoo-59cc25d5b4fcaf1aef4c2f07fc1a531a7a4fe6db.zip
x11-misc/xembedsniproxy: drop old 5.10.3
Closes: https://github.com/gentoo/gentoo/pull/7095
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/xembedsniproxy/Manifest1
-rw-r--r--x11-misc/xembedsniproxy/xembedsniproxy-5.10.3.ebuild36
2 files changed, 0 insertions, 37 deletions
diff --git a/x11-misc/xembedsniproxy/Manifest b/x11-misc/xembedsniproxy/Manifest
index 3eb3daf8d44b..7fab7d60fdeb 100644
--- a/x11-misc/xembedsniproxy/Manifest
+++ b/x11-misc/xembedsniproxy/Manifest
@@ -1,2 +1 @@
-DIST plasma-workspace-5.10.3.tar.xz 6994932 BLAKE2B c1d21b8c60d1319d0221befe7199b389a26b1aac37e574888b339d9a2bfabe143d243c30c232b481b089887d28a5d236ee46feae19c365d9854cecc429879e9b SHA512 010d1c125ceaf8fced30221cf2cf890227f55f0fbc87c0701c60466a00be925eda09e2eb07a655e000cfe279dfc89222e7fe216dd248c90d59bb0137c9ab9d66
DIST plasma-workspace-5.12.0.tar.xz 4571240 BLAKE2B 817d227cee4e1c4a47fd0c948534d24dec77eb71e9f09ec8a9b226264678d86682234431102133e02342cf61627f981d24289fa9b210da20ff475b2775edcb53 SHA512 9bcdca74cbcff539f4431b8f888143ff278ed79c5b24033c0f81124a4e2eb5538eec959d5ad9e52aa553f2803634ff189957358d83d78a3d76122699a8add6ce
diff --git a/x11-misc/xembedsniproxy/xembedsniproxy-5.10.3.ebuild b/x11-misc/xembedsniproxy/xembedsniproxy-5.10.3.ebuild
deleted file mode 100644
index 12f437f17b69..000000000000
--- a/x11-misc/xembedsniproxy/xembedsniproxy-5.10.3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="A program to use legacy Xembed tray icons with SNI-only trays"
-HOMEPAGE="https://kde.org"
-SRC_URI="mirror://kde/stable/plasma/${PV}/plasma-workspace-${PV}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-CDEPEND="
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtdbus:5
- dev-qt/qtx11extras:5
- kde-frameworks/kwindowsystem:5
- x11-libs/libxcb
- x11-libs/libXtst
- x11-libs/xcb-util-image
-"
-DEPEND="
- kde-frameworks/extra-cmake-modules:5
- ${CDEPEND}
-"
-RDEPEND="
- !kde-plasma/plasma-workspace:5
- ${CDEPEND}
-"
-
-S="${WORKDIR}/plasma-workspace-${PV}/xembed-sni-proxy"
-PATCHES=( "${FILESDIR}/${PN}-5.10.3-Standalone-build.patch" )