Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xembedsniproxy/
Date: Fri, 09 Feb 2018 17:36:10
Message-Id: 1518197736.59cc25d5b4fcaf1aef4c2f07fc1a531a7a4fe6db.mgorny@gentoo
1 commit: 59cc25d5b4fcaf1aef4c2f07fc1a531a7a4fe6db
2 Author: Mykyta Holubakha <hilobakho <AT> gmail <DOT> com>
3 AuthorDate: Tue Feb 6 18:32:51 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 9 17:35:36 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59cc25d5
7
8 x11-misc/xembedsniproxy: drop old 5.10.3
9
10 Closes: https://github.com/gentoo/gentoo/pull/7095
11
12 x11-misc/xembedsniproxy/Manifest | 1 -
13 .../xembedsniproxy/xembedsniproxy-5.10.3.ebuild | 36 ----------------------
14 2 files changed, 37 deletions(-)
15
16 diff --git a/x11-misc/xembedsniproxy/Manifest b/x11-misc/xembedsniproxy/Manifest
17 index 3eb3daf8d44..7fab7d60fde 100644
18 --- a/x11-misc/xembedsniproxy/Manifest
19 +++ b/x11-misc/xembedsniproxy/Manifest
20 @@ -1,2 +1 @@
21 -DIST plasma-workspace-5.10.3.tar.xz 6994932 BLAKE2B c1d21b8c60d1319d0221befe7199b389a26b1aac37e574888b339d9a2bfabe143d243c30c232b481b089887d28a5d236ee46feae19c365d9854cecc429879e9b SHA512 010d1c125ceaf8fced30221cf2cf890227f55f0fbc87c0701c60466a00be925eda09e2eb07a655e000cfe279dfc89222e7fe216dd248c90d59bb0137c9ab9d66
22 DIST plasma-workspace-5.12.0.tar.xz 4571240 BLAKE2B 817d227cee4e1c4a47fd0c948534d24dec77eb71e9f09ec8a9b226264678d86682234431102133e02342cf61627f981d24289fa9b210da20ff475b2775edcb53 SHA512 9bcdca74cbcff539f4431b8f888143ff278ed79c5b24033c0f81124a4e2eb5538eec959d5ad9e52aa553f2803634ff189957358d83d78a3d76122699a8add6ce
23
24 diff --git a/x11-misc/xembedsniproxy/xembedsniproxy-5.10.3.ebuild b/x11-misc/xembedsniproxy/xembedsniproxy-5.10.3.ebuild
25 deleted file mode 100644
26 index 12f437f17b6..00000000000
27 --- a/x11-misc/xembedsniproxy/xembedsniproxy-5.10.3.ebuild
28 +++ /dev/null
29 @@ -1,36 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -inherit cmake-utils
36 -
37 -DESCRIPTION="A program to use legacy Xembed tray icons with SNI-only trays"
38 -HOMEPAGE="https://kde.org"
39 -SRC_URI="mirror://kde/stable/plasma/${PV}/plasma-workspace-${PV}.tar.xz"
40 -
41 -LICENSE="GPL-2"
42 -SLOT="0"
43 -KEYWORDS="~amd64 ~x86"
44 -
45 -CDEPEND="
46 - dev-qt/qtcore:5
47 - dev-qt/qtgui:5
48 - dev-qt/qtdbus:5
49 - dev-qt/qtx11extras:5
50 - kde-frameworks/kwindowsystem:5
51 - x11-libs/libxcb
52 - x11-libs/libXtst
53 - x11-libs/xcb-util-image
54 -"
55 -DEPEND="
56 - kde-frameworks/extra-cmake-modules:5
57 - ${CDEPEND}
58 -"
59 -RDEPEND="
60 - !kde-plasma/plasma-workspace:5
61 - ${CDEPEND}
62 -"
63 -
64 -S="${WORKDIR}/plasma-workspace-${PV}/xembed-sni-proxy"
65 -PATCHES=( "${FILESDIR}/${PN}-5.10.3-Standalone-build.patch" )