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 AD22C1382C5 for ; Wed, 1 Jul 2020 23:12:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7040FE0933; Wed, 1 Jul 2020 23:12:18 +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 56E8EE0933 for ; Wed, 1 Jul 2020 23:12:18 +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 452C734F301 for ; Wed, 1 Jul 2020 23:12:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BC982AF for ; Wed, 1 Jul 2020 23:12:12 +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: <1593643527.0c278a80ab9a54aaa8683c208239be527dd36a5b.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-gfx/kphotoalbum/ X-VCS-Repository: proj/kde X-VCS-Files: media-gfx/kphotoalbum/kphotoalbum-9999.ebuild media-gfx/kphotoalbum/metadata.xml X-VCS-Directories: media-gfx/kphotoalbum/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0c278a80ab9a54aaa8683c208239be527dd36a5b X-VCS-Branch: master Date: Wed, 1 Jul 2020 23:12:12 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1fba2200-3284-4341-8930-5e0fdb0b477d X-Archives-Hash: d3035fdaabcf66891b584045351c53ce commit: 0c278a80ab9a54aaa8683c208239be527dd36a5b Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jul 1 22:45:27 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jul 1 22:45:27 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0c278a80 media-gfx/kphotoalbum: Drop IUSE=kipi Upstream commit 3f6b3849a55487493cdcc7ac673f8c690569023d Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner gentoo.org> media-gfx/kphotoalbum/kphotoalbum-9999.ebuild | 5 +---- media-gfx/kphotoalbum/metadata.xml | 1 - 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/media-gfx/kphotoalbum/kphotoalbum-9999.ebuild b/media-gfx/kphotoalbum/kphotoalbum-9999.ebuild index edb0c7752c..7101e93934 100644 --- a/media-gfx/kphotoalbum/kphotoalbum-9999.ebuild +++ b/media-gfx/kphotoalbum/kphotoalbum-9999.ebuild @@ -18,7 +18,7 @@ fi LICENSE="GPL-2+ FDL-1.2" SLOT="5" -IUSE="+kipi map +raw share" +IUSE="map +raw share" DEPEND=" >=dev-qt/qtdbus-${QTMIN}:5 @@ -43,21 +43,18 @@ DEPEND=" media-gfx/exiv2:= media-libs/phonon[qt5(+)] virtual/jpeg:0 - kipi? ( kde-apps/libkipi:5= ) map? ( kde-apps/marble:5 ) raw? ( kde-apps/libkdcraw:5 ) share? ( >=kde-frameworks/kxmlgui-${KFMIN}:5 ) " RDEPEND="${DEPEND} media-video/ffmpeg - kipi? ( kde-apps/kipi-plugins:5 ) " DOCS=( ChangeLog README.md ) src_configure() { local mycmakeargs=( - $(cmake_use_find_package kipi KF5Kipi) $(cmake_use_find_package map Marble) $(cmake_use_find_package raw KF5KDcraw) $(cmake_use_find_package share KF5Purpose) diff --git a/media-gfx/kphotoalbum/metadata.xml b/media-gfx/kphotoalbum/metadata.xml index ecd49551d4..0beca710e3 100644 --- a/media-gfx/kphotoalbum/metadata.xml +++ b/media-gfx/kphotoalbum/metadata.xml @@ -6,7 +6,6 @@ Gentoo KDE Project - Support for the KDE Image Plugin Interface Enable map display support using kde-apps/libkgeomap Enable support for a share menu using kde-frameworks/purpose