From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6206C1384B4 for ; Fri, 13 Nov 2015 16:52:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BDE3121C04F; Fri, 13 Nov 2015 16:52:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C1FF921C051 for ; Fri, 13 Nov 2015 16:52:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CF9BD340806 for ; Fri, 13 Nov 2015 16:52:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E262A4F for ; Fri, 13 Nov 2015 16:52:52 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1447433557.1995d980f0a477f87e9851f2459e3963bede2bf2.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/spectacle/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/spectacle/spectacle-9999.ebuild X-VCS-Directories: kde-apps/spectacle/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 1995d980f0a477f87e9851f2459e3963bede2bf2 X-VCS-Branch: master Date: Fri, 13 Nov 2015 16:52:52 +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: 75212807-7532-4d2b-ba20-d405ef391621 X-Archives-Hash: 2ccd038ede990e6457e7990688c56db0 commit: 1995d980f0a477f87e9851f2459e3963bede2bf2 Author: Andreas Sturmlechner gmail com> AuthorDate: Fri Nov 13 12:48:22 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Fri Nov 13 16:52:37 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1995d980 kde-apps/spectacle: Upstream dropped libkipi support Package-Manager: portage-2.2.20.1 kde-apps/spectacle/spectacle-9999.ebuild | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/kde-apps/spectacle/spectacle-9999.ebuild b/kde-apps/spectacle/spectacle-9999.ebuild index 12a4f97..547c119 100644 --- a/kde-apps/spectacle/spectacle-9999.ebuild +++ b/kde-apps/spectacle/spectacle-9999.ebuild @@ -10,7 +10,7 @@ inherit kde5 DESCRIPTION="Screenshot capture utility" KEYWORDS="" -IUSE="kipi" +IUSE="" DEPEND=" $(add_frameworks_dep kconfig) @@ -30,15 +30,7 @@ DEPEND=" dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 x11-libs/libxcb - kipi? ( $(add_kdeapps_dep libkipi) ) " RDEPEND="${DEPEND} !kde-apps/ksnapshot " - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package kipi KF5Kipi) - ) - kde5_src_configure -}