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 D90FC139694 for ; Mon, 5 Jun 2017 20:14:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 280A421C097; Mon, 5 Jun 2017 20:14:46 +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 0867021C097 for ; Mon, 5 Jun 2017 20:14:45 +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 B4C63341980 for ; Mon, 5 Jun 2017 20:14:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 269F97468 for ; Mon, 5 Jun 2017 20:14:43 +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: <1496693668.815b50d9f65e53fbecb7b5e0a372ecc2393031fb.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/calligra/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/calligra/calligra-2.9.11-r1.ebuild app-office/calligra/metadata.xml X-VCS-Directories: app-office/calligra/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 815b50d9f65e53fbecb7b5e0a372ecc2393031fb X-VCS-Branch: master Date: Mon, 5 Jun 2017 20:14:43 +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: 86008e67-ad7a-4e42-a2b1-a7eeb7ffe063 X-Archives-Hash: 642b7a74e85a56dcf409d5611dccf83c commit: 815b50d9f65e53fbecb7b5e0a372ecc2393031fb Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jun 5 19:59:23 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jun 5 20:14:28 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=815b50d9 app-office/calligra: Drop USE=kdcraw Package-Manager: Portage-2.3.5, Repoman-2.3.1 app-office/calligra/calligra-2.9.11-r1.ebuild | 5 ++--- app-office/calligra/metadata.xml | 1 - 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/app-office/calligra/calligra-2.9.11-r1.ebuild b/app-office/calligra/calligra-2.9.11-r1.ebuild index 645be6f19c5..9358071c626 100644 --- a/app-office/calligra/calligra-2.9.11-r1.ebuild +++ b/app-office/calligra/calligra-2.9.11-r1.ebuild @@ -40,7 +40,7 @@ if [[ ${KDE_BUILD_TYPE} == release ]] ; then fi IUSE="color-management +crypt +eigen +exif fftw +fontconfig freetds +glew +glib -+gsf gsl import-filter +jpeg jpeg2k +kdcraw +lcms mysql openexr +pdf +pim ++gsf gsl import-filter +jpeg jpeg2k +lcms mysql openexr +pdf +pim postgres spacenav sybase test tiff +threads +truetype vc xbase +xml" # Don't use Active, it's broken on desktops. @@ -90,7 +90,6 @@ RDEPEND=" ) jpeg? ( virtual/jpeg:0 ) jpeg2k? ( media-libs/openjpeg:0 ) - kdcraw? ( $(add_kdeapps_dep libkdcraw) ) lcms? ( media-libs/lcms:2 x11-libs/libX11 @@ -196,7 +195,7 @@ src_configure() { -DWITH_LibWps=$(usex import-filter) -DWITH_JPEG=$(usex jpeg) -DWITH_OpenJPEG=$(usex jpeg2k) - -DWITH_Kdcraw=$(usex kdcraw) + -DWITH_Kdcraw=OFF -DWITH_LCMS2=$(usex lcms) -DWITH_MySQL=$(usex mysql) -DWITH_Okular=OFF diff --git a/app-office/calligra/metadata.xml b/app-office/calligra/metadata.xml index 721acdb3213..e19fadc0436 100644 --- a/app-office/calligra/metadata.xml +++ b/app-office/calligra/metadata.xml @@ -17,7 +17,6 @@ Enable support for C library routines from dev-libs/glib Enable support for ODT structures extraction via gnome-extra/libgsf Enable support for various import filter file formats like WordPerfect, Visio and Apple Keynote - Enable support for KDE image manipulating interface via kde-apps/libkdcraw Build colorengine plugins using media-libs/lcms Enable bindings for kde-apps/okular Build stage/eventplugins and videoshape plugin using media-libs/phonon