public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/calligra/
Date: Tue,  1 Jan 2019 19:40:37 +0000 (UTC)	[thread overview]
Message-ID: <1546371610.e4a738799e02a5b5b005ced1943f9525ccca0ce3.asturm@gentoo> (raw)

commit:     e4a738799e02a5b5b005ced1943f9525ccca0ce3
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  1 17:22:37 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan  1 19:40:10 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4a73879

app-office/calligra: Move stage into CALLIGRA_FEATURES

Simplifies ebuild.

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-office/calligra/calligra-3.1.0-r3.ebuild | 15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

diff --git a/app-office/calligra/calligra-3.1.0-r3.ebuild b/app-office/calligra/calligra-3.1.0-r3.ebuild
index 0fe2f8fc959..f126c2aad96 100644
--- a/app-office/calligra/calligra-3.1.0-r3.ebuild
+++ b/app-office/calligra/calligra-3.1.0-r3.ebuild
@@ -16,11 +16,10 @@ SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
 LICENSE="GPL-2"
 KEYWORDS="~amd64 ~x86"
 
-CAL_FTS=( karbon sheets words )
+CAL_FTS=( karbon sheets stage words )
 
 IUSE="activities +crypt +fontconfig gemini gsl import-filter +lcms okular openexr +pdf
-	phonon pim spacenav +truetype X $(printf 'calligra_features_%s ' ${CAL_FTS[@]})
-	calligra_experimental_features_stage"
+	phonon pim spacenav +truetype X $(printf 'calligra_features_%s ' ${CAL_FTS[@]})"
 
 # TODO: Not packaged: Cauchy (https://bitbucket.org/cyrille/cauchy)
 # Required for the matlab/octave formula tool
@@ -94,10 +93,8 @@ COMMON_DEPEND="
 		$(add_qt_dep qtx11extras)
 		x11-libs/libX11
 	)
-	calligra_experimental_features_stage? (
-		okular? ( $(add_kdeapps_dep okular) )
-	)
 	calligra_features_sheets? ( dev-cpp/eigen:3 )
+	calligra_features_stage? ( okular? ( $(add_kdeapps_dep okular) ) )
 	calligra_features_words? (
 		dev-libs/libxslt
 		okular? ( $(add_kdeapps_dep okular) )
@@ -153,7 +150,7 @@ src_prepare() {
 			extras/CMakeLists.txt || die "Failed to disable OKULAR_GENERATOR_ODT"
 	fi
 
-	if use okular && ! use calligra_experimental_features_stage; then
+	if use okular && ! use calligra_features_stage; then
 		sed -i -e "/add_subdirectory( *okularodpgenerator *)/ s/^/#DONT/" \
 			extras/CMakeLists.txt || die "Failed to disable OKULAR_GENERATOR_ODP"
 	fi
@@ -167,8 +164,6 @@ src_configure() {
 		use calligra_features_${cal_ft} && myproducts+=( "${cal_ft^^}" )
 	done
 
-	use calligra_experimental_features_stage && myproducts+=( STAGE )
-
 	use lcms && myproducts+=( PLUGIN_COLORENGINES )
 	use spacenav && myproducts+=( PLUGIN_SPACENAVIGATOR )
 
@@ -197,7 +192,7 @@ src_configure() {
 		-DWITH_OpenEXR=$(usex openexr)
 		-DWITH_Poppler=$(usex pdf)
 		-DWITH_Eigen3=$(usex calligra_features_sheets)
-		-DBUILD_UNMAINTAINED=$(usex calligra_experimental_features_stage)
+		-DBUILD_UNMAINTAINED=$(usex calligra_features_stage)
 		-ENABLE_CSTESTER_TESTING=$(usex test)
 		-DWITH_Freetype=$(usex truetype)
 	)


             reply	other threads:[~2019-01-01 19:40 UTC|newest]

Thread overview: 76+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-01 19:40 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-07-10 17:57 [gentoo-commits] repo/gentoo:master commit in: app-office/calligra/ Andreas Sturmlechner
2025-06-06 11:53 Andreas Sturmlechner
2025-03-30 19:11 Andreas Sturmlechner
2025-03-06 21:03 Andreas Sturmlechner
2025-03-06 21:03 Andreas Sturmlechner
2025-02-24 15:54 Andreas Sturmlechner
2025-02-12 17:28 Andreas Sturmlechner
2024-09-19 18:55 Andreas Sturmlechner
2024-09-19 18:55 Andreas Sturmlechner
2024-09-09 18:55 Andreas Sturmlechner
2024-09-09 18:32 Andreas Sturmlechner
2024-03-11  9:50 Andreas Sturmlechner
2023-05-29 20:55 Sam James
2023-05-06 18:13 Andreas Sturmlechner
2023-05-06  9:35 Arthur Zamarin
2023-04-23 13:04 Sam James
2023-03-31 19:08 Andreas Sturmlechner
2023-02-15  8:29 Sam James
2022-10-06  9:07 Andreas Sturmlechner
2022-02-03  8:51 Andreas Sturmlechner
2022-02-03  6:09 Sam James
2022-02-03  6:08 Sam James
2021-12-29 13:46 Yixun Lan
2021-07-21 21:57 Marek Szuba
2021-06-02 22:36 Sam James
2021-02-24 19:21 Sam James
2020-10-29 20:29 Andreas Sturmlechner
2020-10-29 20:29 Andreas Sturmlechner
2020-07-17  7:44 Agostino Sarubbo
2020-07-17  7:21 Agostino Sarubbo
2020-07-02 21:52 Andreas Sturmlechner
2020-06-28 16:18 Andreas Sturmlechner
2019-12-26  8:36 Andreas Sturmlechner
2019-08-16 14:40 Andreas Sturmlechner
2019-08-16 14:40 Andreas Sturmlechner
2019-08-15 13:09 Andreas Sturmlechner
2019-01-24 22:26 Andreas Sturmlechner
2019-01-16 12:01 Andreas Sturmlechner
2019-01-14 14:43 Mikle Kolyada
2018-04-05 21:16 Aaron Bauman
2018-03-15 16:34 Andreas Sturmlechner
2018-03-15 16:34 Andreas Sturmlechner
2018-03-13 12:51 Michael Palimaka
2018-02-11 22:01 Andreas Sturmlechner
2018-01-31 17:51 Andreas Sturmlechner
2017-07-04 15:49 Agostino Sarubbo
2017-07-04 10:17 Agostino Sarubbo
2017-06-27 18:34 Andreas Sturmlechner
2017-06-18 12:08 Michael Palimaka
2017-06-05 20:14 Andreas Sturmlechner
2017-04-01 16:16 Andreas Sturmlechner
2017-04-01 16:06 Agostino Sarubbo
2017-03-31 20:23 Andreas Sturmlechner
2017-03-25 14:43 Agostino Sarubbo
2017-03-24 15:25 Andreas Sturmlechner
2017-03-21 12:24 Andreas Sturmlechner
2017-03-19 13:57 Andreas Sturmlechner
2017-02-25 22:05 Johannes Huber
2017-01-07 10:59 Andreas Sturmlechner
2017-01-04  9:50 Andreas Sturmlechner
2016-12-30  0:26 Andreas Sturmlechner
2016-12-08 14:10 Johannes Huber
2016-11-02 18:39 Johannes Huber
2016-08-20 18:28 Michael Palimaka
2016-07-03 19:36 Andreas Hüttel
2016-06-16 18:10 Michael Palimaka
2016-06-16 18:10 Michael Palimaka
2016-04-09 13:46 Agostino Sarubbo
2016-04-04 19:05 Johannes Huber
2016-02-14 16:52 Michael Palimaka
2016-02-12 10:22 Michael Palimaka
2015-12-30 14:13 Michael Palimaka
2015-09-03 13:08 Michael Palimaka
2015-08-18 11:20 Johannes Huber
2015-08-12 20:33 Johannes Huber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1546371610.e4a738799e02a5b5b005ced1943f9525ccca0ce3.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox