Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/calligra/
Date: Tue, 27 Jun 2017 18:34:23
Message-Id: 1498588449.e0b532fc99180e3dba24b8da3b061b981c3cf424.asturm@gentoo
1 commit: e0b532fc99180e3dba24b8da3b061b981c3cf424
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 27 18:33:39 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 27 18:34:09 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0b532fc
7
8 app-office/calligra: Drop USE=vc and disable it
9
10 Nothing but trouble.
11
12 Package-Manager: Portage-2.3.6, Repoman-2.3.1
13
14 app-office/calligra/calligra-3.0.1.ebuild | 5 ++---
15 1 file changed, 2 insertions(+), 3 deletions(-)
16
17 diff --git a/app-office/calligra/calligra-3.0.1.ebuild b/app-office/calligra/calligra-3.0.1.ebuild
18 index 0861d3a9810..e38e58efaa8 100644
19 --- a/app-office/calligra/calligra-3.0.1.ebuild
20 +++ b/app-office/calligra/calligra-3.0.1.ebuild
21 @@ -21,7 +21,7 @@ CAL_FTS=( karbon plan sheets words )
22 CAL_EXP_FTS=( braindump stage )
23
24 IUSE="activities +crypt +fontconfig gsl import-filter jpeg2k +lcms okular openexr +pdf
25 - phonon pim spacenav +truetype vc X $(printf 'calligra_features_%s ' ${CAL_FTS[@]})
26 + phonon pim spacenav +truetype X $(printf 'calligra_features_%s ' ${CAL_FTS[@]})
27 $(printf 'calligra_experimental_features_%s ' ${CAL_EXP_FTS[@]})"
28
29 # TODO: Not packaged: Cauchy (https://bitbucket.org/cyrille/cauchy)
30 @@ -127,7 +127,6 @@ DEPEND="${COMMON_DEPEND}
31 sys-devel/gettext
32 x11-misc/shared-mime-info
33 test? ( $(add_frameworks_dep threadweaver) )
34 - vc? ( >=dev-libs/vc-1.1.0 )
35 "
36 RDEPEND="${COMMON_DEPEND}
37 calligra_features_karbon? ( media-gfx/pstoedit[plotutils] )
38 @@ -233,7 +232,7 @@ src_configure() {
39 -DWITH_Eigen3=$(usex calligra_features_sheets)
40 -ENABLE_CSTESTER_TESTING=$(usex test)
41 -DWITH_Freetype=$(usex truetype)
42 - -DWITH_Vc=$(usex vc)
43 + -DWITH_Vc=OFF
44 -DCMAKE_DISABLE_FIND_PACKAGE_Libgit2=ON
45 -DCMAKE_DISABLE_FIND_PACKAGE_Libqgit2=ON
46 )