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 16B811396D0 for ; Sun, 10 Sep 2017 09:08:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61F09E085E; Sun, 10 Sep 2017 09:08:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2E40EE085E for ; Sun, 10 Sep 2017 09:08:02 +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 C34C0341792 for ; Sun, 10 Sep 2017 09:08:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 173F19076 for ; Sun, 10 Sep 2017 09:08:00 +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: <1505034463.67d547d190c681fcc8c37d436a4b56aa0bc223e0.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kio-extras/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kio-extras/kio-extras-17.08.49.9999.ebuild kde-apps/kio-extras/kio-extras-9999.ebuild X-VCS-Directories: kde-apps/kio-extras/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 67d547d190c681fcc8c37d436a4b56aa0bc223e0 X-VCS-Branch: master Date: Sun, 10 Sep 2017 09:08:00 +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: 98f09336-52c8-4f60-bc17-162398a51705 X-Archives-Hash: 8aa7cde7a2b1d2b0e78543991b960326 commit: 67d547d190c681fcc8c37d436a4b56aa0bc223e0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Sep 10 09:07:43 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Sep 10 09:07:43 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=67d547d1 kde-apps/kio-extras: Drop USE=exif, unused DEPEND Upstream commit c249f8547f2d1913e0570d78a0240c5f8865c336 Package-Manager: Portage-2.3.8, Repoman-2.3.3 kde-apps/kio-extras/kio-extras-17.08.49.9999.ebuild | 5 +---- kde-apps/kio-extras/kio-extras-9999.ebuild | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/kde-apps/kio-extras/kio-extras-17.08.49.9999.ebuild b/kde-apps/kio-extras/kio-extras-17.08.49.9999.ebuild index ba52ff2a0a..2b2862532f 100644 --- a/kde-apps/kio-extras/kio-extras-17.08.49.9999.ebuild +++ b/kde-apps/kio-extras/kio-extras-17.08.49.9999.ebuild @@ -11,7 +11,7 @@ inherit kde5 DESCRIPTION="KIO plugins present a filesystem-like view of arbitrary data" HOMEPAGE="https://projects.kde.org/projects/kde/workspace/kio-extras" KEYWORDS="" -IUSE="activities exif htmlthumbs +man mtp openexr phonon samba +sftp slp taglib" +IUSE="activities htmlthumbs +man mtp openexr phonon samba +sftp slp taglib" COMMON_DEPEND=" $(add_frameworks_dep karchive 'bzip2,lzma') @@ -37,12 +37,10 @@ COMMON_DEPEND=" $(add_qt_dep qtsvg) $(add_qt_dep qtwidgets) $(add_qt_dep qtxml) - virtual/jpeg:0 activities? ( $(add_frameworks_dep kactivities) $(add_qt_dep qtsql) ) - exif? ( media-gfx/exiv2:= ) htmlthumbs? ( $(add_qt_dep qtwebengine 'widgets') ) man? ( $(add_frameworks_dep khtml) ) mtp? ( media-libs/libmtp:= ) @@ -67,7 +65,6 @@ RESTRICT+=" test" src_configure() { local mycmakeargs=( $(cmake-utils_use_find_package activities KF5Activities) - $(cmake-utils_use_find_package exif Exiv2) $(cmake-utils_use_find_package htmlthumbs Qt5WebEngineWidgets) $(cmake-utils_use_find_package man Gperf) $(cmake-utils_use_find_package mtp Mtp) diff --git a/kde-apps/kio-extras/kio-extras-9999.ebuild b/kde-apps/kio-extras/kio-extras-9999.ebuild index ba52ff2a0a..2b2862532f 100644 --- a/kde-apps/kio-extras/kio-extras-9999.ebuild +++ b/kde-apps/kio-extras/kio-extras-9999.ebuild @@ -11,7 +11,7 @@ inherit kde5 DESCRIPTION="KIO plugins present a filesystem-like view of arbitrary data" HOMEPAGE="https://projects.kde.org/projects/kde/workspace/kio-extras" KEYWORDS="" -IUSE="activities exif htmlthumbs +man mtp openexr phonon samba +sftp slp taglib" +IUSE="activities htmlthumbs +man mtp openexr phonon samba +sftp slp taglib" COMMON_DEPEND=" $(add_frameworks_dep karchive 'bzip2,lzma') @@ -37,12 +37,10 @@ COMMON_DEPEND=" $(add_qt_dep qtsvg) $(add_qt_dep qtwidgets) $(add_qt_dep qtxml) - virtual/jpeg:0 activities? ( $(add_frameworks_dep kactivities) $(add_qt_dep qtsql) ) - exif? ( media-gfx/exiv2:= ) htmlthumbs? ( $(add_qt_dep qtwebengine 'widgets') ) man? ( $(add_frameworks_dep khtml) ) mtp? ( media-libs/libmtp:= ) @@ -67,7 +65,6 @@ RESTRICT+=" test" src_configure() { local mycmakeargs=( $(cmake-utils_use_find_package activities KF5Activities) - $(cmake-utils_use_find_package exif Exiv2) $(cmake-utils_use_find_package htmlthumbs Qt5WebEngineWidgets) $(cmake-utils_use_find_package man Gperf) $(cmake-utils_use_find_package mtp Mtp)