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 F0C0C138337 for ; Sat, 17 Nov 2018 18:39:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91AB7E0B4E; Sat, 17 Nov 2018 18:39:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 56895E0B4E for ; Sat, 17 Nov 2018 18:39:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 DDB66335C95 for ; Sat, 17 Nov 2018 18:39:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 205DC46F for ; Sat, 17 Nov 2018 18:39:46 +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: <1542479962.ae29e8fa07e2d152992b731a8e4e661365b920a9.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kio-extras/kio-extras-18.04.3.ebuild kde-apps/kio-extras/metadata.xml X-VCS-Directories: kde-apps/kio-extras/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ae29e8fa07e2d152992b731a8e4e661365b920a9 X-VCS-Branch: master Date: Sat, 17 Nov 2018 18:39:46 +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: be081081-cc31-4665-a14a-46b116e44c8a X-Archives-Hash: 6ccaeb63d40a667698589b485a2b3483 commit: ae29e8fa07e2d152992b731a8e4e661365b920a9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Nov 17 16:55:13 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Nov 17 18:39:22 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae29e8fa kde-apps/kio-extras: Security cleanup Bug: https://bugs.gentoo.org/671316 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kio-extras/kio-extras-18.04.3.ebuild | 78 --------------------------- kde-apps/kio-extras/metadata.xml | 1 - 2 files changed, 79 deletions(-) diff --git a/kde-apps/kio-extras/kio-extras-18.04.3.ebuild b/kde-apps/kio-extras/kio-extras-18.04.3.ebuild deleted file mode 100644 index 90ccc63fec9..00000000000 --- a/kde-apps/kio-extras/kio-extras-18.04.3.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_HANDBOOK="forceoptional" -KDE_TEST="optional" -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="KIO plugins present a filesystem-like view of arbitrary data" -HOMEPAGE="https://cgit.kde.org/kio-extras.git" -KEYWORDS="amd64 ~arm ~arm64 x86" -IUSE="activities htmlthumbs +man mtp openexr phonon samba +sftp taglib" - -COMMON_DEPEND=" - $(add_frameworks_dep karchive 'bzip2,lzma') - $(add_frameworks_dep kbookmarks) - $(add_frameworks_dep kcodecs) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kdnssd) - $(add_frameworks_dep kguiaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep kparts) - $(add_frameworks_dep kpty) - $(add_frameworks_dep kservice) - $(add_frameworks_dep kxmlgui) - $(add_frameworks_dep solid) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtnetwork) - $(add_qt_dep qtsvg) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtxml) - activities? ( - $(add_frameworks_dep kactivities) - $(add_qt_dep qtsql) - ) - htmlthumbs? ( $(add_qt_dep qtwebengine 'widgets') ) - man? ( $(add_frameworks_dep khtml) ) - mtp? ( media-libs/libmtp:= ) - openexr? ( media-libs/openexr ) - phonon? ( media-libs/phonon[qt5(+)] ) - samba? ( net-fs/samba[client] ) - sftp? ( net-libs/libssh:=[sftp] ) - taglib? ( >=media-libs/taglib-1.11.1 ) -" -RDEPEND="${COMMON_DEPEND} - $(add_frameworks_dep kded) -" -DEPEND="${COMMON_DEPEND} - x11-misc/shared-mime-info - man? ( dev-util/gperf ) -" - -# requires running kde environment -RESTRICT+=" test" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package activities KF5Activities) - $(cmake-utils_use_find_package htmlthumbs Qt5WebEngineWidgets) - $(cmake-utils_use_find_package man Gperf) - $(cmake-utils_use_find_package mtp Mtp) - $(cmake-utils_use_find_package openexr OpenEXR) - $(cmake-utils_use_find_package phonon Phonon4Qt5) - $(cmake-utils_use_find_package samba Samba) - $(cmake-utils_use_find_package sftp LibSSH) - $(cmake-utils_use_find_package taglib Taglib) - ) - - kde5_src_configure -} diff --git a/kde-apps/kio-extras/metadata.xml b/kde-apps/kio-extras/metadata.xml index eb1ddeffa30..c061429499a 100644 --- a/kde-apps/kio-extras/metadata.xml +++ b/kde-apps/kio-extras/metadata.xml @@ -7,7 +7,6 @@ Enable activities kioslave and fileitem plugin - Enable HTML thumbnail previews via dev-qt/qtwebengine Enable manpages kioslave Enable file audio preview plugin using media-libs/phonon Enable SFTP protocol support using net-libs/libssh