Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/krfb/
Date: Sat, 01 Apr 2017 18:16:04
Message-Id: 1491070545.e00dc56c2b099e89c7a93090cdce8e9f10b2c0c7.asturm@gentoo
1 commit: e00dc56c2b099e89c7a93090cdce8e9f10b2c0c7
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 1 18:07:28 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 1 18:15:45 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e00dc56c
7
8 kde-apps/krfb: Drop 16.12.3 (r0)
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 kde-apps/krfb/krfb-16.12.3.ebuild | 40 ---------------------------------------
13 1 file changed, 40 deletions(-)
14
15 diff --git a/kde-apps/krfb/krfb-16.12.3.ebuild b/kde-apps/krfb/krfb-16.12.3.ebuild
16 deleted file mode 100644
17 index 3b5956a54b3..00000000000
18 --- a/kde-apps/krfb/krfb-16.12.3.ebuild
19 +++ /dev/null
20 @@ -1,40 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -KDE_HANDBOOK="forceoptional"
27 -inherit kde5
28 -
29 -DESCRIPTION="VNC-compatible server to share KDE desktops"
30 -HOMEPAGE="https://www.kde.org/applications/system/krfb/"
31 -KEYWORDS="~amd64 ~x86"
32 -IUSE=""
33 -
34 -DEPEND="
35 - $(add_frameworks_dep kcompletion)
36 - $(add_frameworks_dep kconfig)
37 - $(add_frameworks_dep kconfigwidgets)
38 - $(add_frameworks_dep kcoreaddons)
39 - $(add_frameworks_dep kcrash)
40 - $(add_frameworks_dep kdbusaddons)
41 - $(add_frameworks_dep kdnssd)
42 - $(add_frameworks_dep ki18n)
43 - $(add_frameworks_dep knotifications)
44 - $(add_frameworks_dep kwallet)
45 - $(add_frameworks_dep kwidgetsaddons)
46 - $(add_frameworks_dep kxmlgui)
47 - $(add_qt_dep qtdbus)
48 - $(add_qt_dep qtgui)
49 - $(add_qt_dep qtnetwork)
50 - $(add_qt_dep qtwidgets)
51 - $(add_qt_dep qtx11extras)
52 - >=net-libs/libvncserver-0.9.9
53 - sys-libs/zlib
54 - virtual/jpeg:0
55 - x11-libs/libX11
56 - x11-libs/libXdamage
57 - x11-libs/libXext
58 - x11-libs/libXtst
59 -"
60 -RDEPEND="${DEPEND}"