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 360D1138335 for ; Tue, 1 Jan 2019 19:40:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32BC6E08A6; Tue, 1 Jan 2019 19:40:41 +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 0E5C6E08DC for ; Tue, 1 Jan 2019 19:40:40 +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 C76DD335CEB for ; Tue, 1 Jan 2019 19:40:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3DD5B503 for ; Tue, 1 Jan 2019 19:40:37 +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: <1546371609.00961948415b45f2cef8c64e550648c3ea5c88a8.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/desc/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/make.defaults profiles/desc/calligra_features.desc X-VCS-Directories: profiles/desc/ profiles/base/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 00961948415b45f2cef8c64e550648c3ea5c88a8 X-VCS-Branch: master Date: Tue, 1 Jan 2019 19:40:37 +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: 63fdec2d-d891-4374-a0a4-c1dd02c1a52b X-Archives-Hash: 7a92905078d92401e538a2309a9cedb7 commit: 00961948415b45f2cef8c64e550648c3ea5c88a8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jan 1 17:15:01 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jan 1 19:40:09 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00961948 profiles: Add back stage to CALLIGRA_FEATURES, default disabled Signed-off-by: Andreas Sturmlechner gentoo.org> profiles/base/make.defaults | 6 +++--- profiles/desc/calligra_features.desc | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index b957a95fa4f..b05b09643f7 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -64,11 +64,11 @@ GRUB_PLATFORMS="" # By default enable all extensions with no dependencies LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" -# Tomáš Chvátal (15 May 2011) # Andreas K. Hüttel (19 Aug 2011, 25 Mar 2012) # Johannes Huber (15 Apr 2018) -# By default build all calligra features. -CALLIGRA_FEATURES="karbon plan sheets stage words" +# Andreas Sturmlechner (01 Jan 2019) +# By default build all calligra features (except unmaintained: stage). +CALLIGRA_FEATURES="karbon plan sheets words" # Andreas K. Huettel (28 Sep 2010) # Small default list of enabled plugins for collectd diff --git a/profiles/desc/calligra_features.desc b/profiles/desc/calligra_features.desc index 5f6dc2261db..2915e518a3b 100644 --- a/profiles/desc/calligra_features.desc +++ b/profiles/desc/calligra_features.desc @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation. +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # This file contains descriptions of CALLIGRA_FEATURES USE_EXPAND flags. @@ -7,4 +7,5 @@ karbon - CALLIGRA_FEATURES option to build vector image editor plan - CALLIGRA_FEATURES option to build project planning component sheets - CALLIGRA_FEATURES option to build spreadsheet processor +stage - CALLIGRA_FEATURES option to build presentation processor words - CALLIGRA_FEATURES option to build word processor