From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 85226139694 for ; Sat, 1 Apr 2017 18:16:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A55CDE0BA4; Sat, 1 Apr 2017 18:16:01 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 82DF8E0BA4 for ; Sat, 1 Apr 2017 18:16:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2BA543414C1 for ; Sat, 1 Apr 2017 18:16:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 910FE4C79 for ; Sat, 1 Apr 2017 18:15:58 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1491070545.e00dc56c2b099e89c7a93090cdce8e9f10b2c0c7.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/krfb/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/krfb/krfb-16.12.3.ebuild X-VCS-Directories: kde-apps/krfb/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e00dc56c2b099e89c7a93090cdce8e9f10b2c0c7 X-VCS-Branch: master Date: Sat, 1 Apr 2017 18:15:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5012cd44-2486-4f52-b6ad-dc5cb6df9cbb X-Archives-Hash: ea431385e2990121a5f99ca7315d9076 commit: e00dc56c2b099e89c7a93090cdce8e9f10b2c0c7 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 1 18:07:28 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Apr 1 18:15:45 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e00dc56c kde-apps/krfb: Drop 16.12.3 (r0) Package-Manager: Portage-2.3.3, Repoman-2.3.1 kde-apps/krfb/krfb-16.12.3.ebuild | 40 --------------------------------------- 1 file changed, 40 deletions(-) diff --git a/kde-apps/krfb/krfb-16.12.3.ebuild b/kde-apps/krfb/krfb-16.12.3.ebuild deleted file mode 100644 index 3b5956a54b3..00000000000 --- a/kde-apps/krfb/krfb-16.12.3.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_HANDBOOK="forceoptional" -inherit kde5 - -DESCRIPTION="VNC-compatible server to share KDE desktops" -HOMEPAGE="https://www.kde.org/applications/system/krfb/" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kcrash) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kdnssd) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep kwallet) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kxmlgui) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtnetwork) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtx11extras) - >=net-libs/libvncserver-0.9.9 - sys-libs/zlib - virtual/jpeg:0 - x11-libs/libX11 - x11-libs/libXdamage - x11-libs/libXext - x11-libs/libXtst -" -RDEPEND="${DEPEND}"