public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: app-office/calligraplan/
@ 2018-11-11 12:05 Andreas Sturmlechner
  0 siblings, 0 replies; 21+ messages in thread
From: Andreas Sturmlechner @ 2018-11-11 12:05 UTC (permalink / raw
  To: gentoo-commits

commit:     2611994d53dca9e450b85c63b87dc09cfd2ae4ef
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 11 11:13:03 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Nov 11 11:13:03 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=2611994d

app-office/calligraplan: New package, split from app-office/calligra

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

 app-office/calligraplan/calligraplan-9999.ebuild | 95 ++++++++++++++++++++++++
 app-office/calligraplan/metadata.xml             | 17 +++++
 2 files changed, 112 insertions(+)

diff --git a/app-office/calligraplan/calligraplan-9999.ebuild b/app-office/calligraplan/calligraplan-9999.ebuild
new file mode 100644
index 0000000000..6432d7ac8f
--- /dev/null
+++ b/app-office/calligraplan/calligraplan-9999.ebuild
@@ -0,0 +1,95 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+if [[ ${KDE_BUILD_TYPE} == release ]]; then
+	SRC_URI="mirror://kde/stable/${PN}/${PN}-${PV}.tar.xz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+KDE_HANDBOOK="forceoptional"
+KDE_TEST="forceoptional"
+inherit kde5
+
+DESCRIPTION="KDE Office Suite"
+HOMEPAGE="https://www.calligra.org/"
+
+LICENSE="GPL-2"
+IUSE="activities dbus +holidays pim X"
+
+# FIXME: Disabled by upstream for good reason
+# Crashes plan (https://bugs.kde.org/show_bug.cgi?id=311940)
+# $(add_kdeapps_dep akonadi)
+# $(add_kdeapps_dep akonadi-contacts)
+# Currently upstream-disabled in plan
+# =dev-libs/kproperty-3.0*:5
+# =dev-libs/kreport-3.0*:5
+DEPEND="
+	$(add_frameworks_dep karchive)
+	$(add_frameworks_dep kcmutils)
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kconfigwidgets)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kemoticons)
+	$(add_frameworks_dep kglobalaccel)
+	$(add_frameworks_dep kguiaddons)
+	$(add_frameworks_dep khtml)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kiconthemes)
+	$(add_frameworks_dep kio)
+	$(add_frameworks_dep kitemmodels)
+	$(add_frameworks_dep kitemviews)
+	$(add_frameworks_dep kjobwidgets)
+	$(add_frameworks_dep knotifications)
+	$(add_frameworks_dep kparts)
+	$(add_frameworks_dep ktextwidgets)
+	$(add_frameworks_dep kwallet)
+	$(add_frameworks_dep kwidgetsaddons)
+	$(add_frameworks_dep kwindowsystem)
+	$(add_frameworks_dep kxmlgui)
+	$(add_qt_dep designer)
+	$(add_qt_dep qtgui)
+	$(add_qt_dep qtnetwork)
+	$(add_qt_dep qtprintsupport)
+	$(add_qt_dep qtsvg)
+	$(add_qt_dep qtwidgets)
+	$(add_qt_dep qtxml)
+	dev-lang/perl
+	dev-libs/kdiagram:5
+	sys-libs/zlib
+	activities? ( $(add_frameworks_dep kactivities) )
+	dbus? ( $(add_qt_dep qtdbus) )
+	holidays? ( $(add_frameworks_dep kholidays) )
+	pim? (
+		$(add_kdeapps_dep kcalcore)
+		$(add_kdeapps_dep kcontacts)
+	)
+	X? (
+		$(add_qt_dep qtx11extras)
+		x11-libs/libX11
+	)
+"
+RDEPEND="${DEPEND}
+	!app-office/calligra[calligra_features_plan(-)]
+	!app-office/calligra-l10n:4
+"
+RESTRICT+=" test"
+
+src_prepare() {
+	kde5_src_prepare
+	# Unconditionally disable deprecated deps
+	punt_bogus_dep Qt5 OpenGL
+}
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake-utils_use_find_package activities KF5Activities)
+		$(cmake-utils_use_find_package dbus Qt5DBus)
+		$(cmake-utils_use_find_package holidays KF5Holidays)
+		$(cmake-utils_use_find_package pim KF5CalendarCore)
+		$(cmake-utils_use_find_package pim KF5Contacts)
+	)
+
+	kde5_src_configure
+}

diff --git a/app-office/calligraplan/metadata.xml b/app-office/calligraplan/metadata.xml
new file mode 100644
index 0000000000..f88bc8b8bb
--- /dev/null
+++ b/app-office/calligraplan/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>kde@gentoo.org</email>
+		<name>Gentoo KDE Project</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>office@gentoo.org</email>
+		<name>Gentoo Office project</name>
+	</maintainer>
+	<use>
+		<flag name="activities">Enable kactivities support</flag>
+		<flag name="holidays">Enable <pkg>kde-frameworks/kholidays</pkg> integration</flag>
+		<flag name="pim">Enable support for KDE PIM resources integration</flag>
+	</use>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] proj/kde:master commit in: app-office/calligraplan/
@ 2018-11-11 12:12 Andreas Sturmlechner
  0 siblings, 0 replies; 21+ messages in thread
From: Andreas Sturmlechner @ 2018-11-11 12:12 UTC (permalink / raw
  To: gentoo-commits

commit:     ca78edff9dea62dd42c3fd51216adcf791b6f882
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 11 12:12:07 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Nov 11 12:12:07 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=ca78edff

app-office/calligraplan: Fix DESCRIPTION

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

 app-office/calligraplan/calligraplan-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/calligraplan/calligraplan-9999.ebuild b/app-office/calligraplan/calligraplan-9999.ebuild
index 6432d7ac8f..1d8f104eea 100644
--- a/app-office/calligraplan/calligraplan-9999.ebuild
+++ b/app-office/calligraplan/calligraplan-9999.ebuild
@@ -12,7 +12,7 @@ KDE_HANDBOOK="forceoptional"
 KDE_TEST="forceoptional"
 inherit kde5
 
-DESCRIPTION="KDE Office Suite"
+DESCRIPTION="Project management application"
 HOMEPAGE="https://www.calligra.org/"
 
 LICENSE="GPL-2"


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] proj/kde:master commit in: app-office/calligraplan/
@ 2019-01-01 21:46 Andreas Sturmlechner
  0 siblings, 0 replies; 21+ messages in thread
From: Andreas Sturmlechner @ 2019-01-01 21:46 UTC (permalink / raw
  To: gentoo-commits

commit:     47fe696298f85019afd083acb64e8b6863b4754e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  1 16:50:14 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan  1 16:50:14 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=47fe6962

app-office/calligraplan: Check KDE_BUILD_TYPE after inherit kde5

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

 app-office/calligraplan/calligraplan-9999.ebuild | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-office/calligraplan/calligraplan-9999.ebuild b/app-office/calligraplan/calligraplan-9999.ebuild
index 1d8f104eea..b33b8ab6b3 100644
--- a/app-office/calligraplan/calligraplan-9999.ebuild
+++ b/app-office/calligraplan/calligraplan-9999.ebuild
@@ -1,13 +1,8 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-if [[ ${KDE_BUILD_TYPE} == release ]]; then
-	SRC_URI="mirror://kde/stable/${PN}/${PN}-${PV}.tar.xz"
-	KEYWORDS="~amd64 ~x86"
-fi
-
 KDE_HANDBOOK="forceoptional"
 KDE_TEST="forceoptional"
 inherit kde5
@@ -15,6 +10,11 @@ inherit kde5
 DESCRIPTION="Project management application"
 HOMEPAGE="https://www.calligra.org/"
 
+if [[ ${KDE_BUILD_TYPE} == release ]]; then
+	SRC_URI="mirror://kde/stable/${PN}/${PN}-${PV}.tar.xz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
 LICENSE="GPL-2"
 IUSE="activities dbus +holidays pim X"
 


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] proj/kde:master commit in: app-office/calligraplan/
@ 2019-01-04 23:32 Andreas Sturmlechner
  0 siblings, 0 replies; 21+ messages in thread
From: Andreas Sturmlechner @ 2019-01-04 23:32 UTC (permalink / raw
  To: gentoo-commits

commit:     0724e8b90b74643d8ea54018670135018899b5a3
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  1 16:17:16 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jan  4 23:18:30 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=0724e8b9

app-office/calligraplan: Patches upstreamed, fix DEPENDs

Upstream commits:
4f00f651f78d4849f5289b6bca157954f8ff3aeb
5924e3ad82b5dfc95acf9f6751946d5f086d9ce7

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

 app-office/calligraplan/calligraplan-9999.ebuild | 28 +++++++++++-------------
 app-office/calligraplan/metadata.xml             |  1 +
 2 files changed, 14 insertions(+), 15 deletions(-)

diff --git a/app-office/calligraplan/calligraplan-9999.ebuild b/app-office/calligraplan/calligraplan-9999.ebuild
index b33b8ab6b3..4e46498a04 100644
--- a/app-office/calligraplan/calligraplan-9999.ebuild
+++ b/app-office/calligraplan/calligraplan-9999.ebuild
@@ -16,7 +16,7 @@ if [[ ${KDE_BUILD_TYPE} == release ]]; then
 fi
 
 LICENSE="GPL-2"
-IUSE="activities dbus +holidays pim X"
+IUSE="activities +holidays kwallet pim X"
 
 # FIXME: Disabled by upstream for good reason
 # Crashes plan (https://bugs.kde.org/show_bug.cgi?id=311940)
@@ -27,40 +27,40 @@ IUSE="activities dbus +holidays pim X"
 # =dev-libs/kreport-3.0*:5
 DEPEND="
 	$(add_frameworks_dep karchive)
-	$(add_frameworks_dep kcmutils)
 	$(add_frameworks_dep kconfig)
 	$(add_frameworks_dep kconfigwidgets)
 	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep kemoticons)
+	$(add_frameworks_dep kdbusaddons)
 	$(add_frameworks_dep kglobalaccel)
 	$(add_frameworks_dep kguiaddons)
 	$(add_frameworks_dep khtml)
 	$(add_frameworks_dep ki18n)
 	$(add_frameworks_dep kiconthemes)
 	$(add_frameworks_dep kio)
-	$(add_frameworks_dep kitemmodels)
 	$(add_frameworks_dep kitemviews)
 	$(add_frameworks_dep kjobwidgets)
 	$(add_frameworks_dep knotifications)
 	$(add_frameworks_dep kparts)
+	$(add_frameworks_dep kservice)
 	$(add_frameworks_dep ktextwidgets)
-	$(add_frameworks_dep kwallet)
 	$(add_frameworks_dep kwidgetsaddons)
 	$(add_frameworks_dep kwindowsystem)
 	$(add_frameworks_dep kxmlgui)
 	$(add_qt_dep designer)
+	$(add_qt_dep qtdbus)
 	$(add_qt_dep qtgui)
-	$(add_qt_dep qtnetwork)
 	$(add_qt_dep qtprintsupport)
-	$(add_qt_dep qtsvg)
 	$(add_qt_dep qtwidgets)
 	$(add_qt_dep qtxml)
 	dev-lang/perl
 	dev-libs/kdiagram:5
 	sys-libs/zlib
 	activities? ( $(add_frameworks_dep kactivities) )
-	dbus? ( $(add_qt_dep qtdbus) )
 	holidays? ( $(add_frameworks_dep kholidays) )
+	kwallet? (
+		$(add_frameworks_dep kwallet)
+		app-crypt/qca:2[qt5(+)]
+	)
 	pim? (
 		$(add_kdeapps_dep kcalcore)
 		$(add_kdeapps_dep kcontacts)
@@ -73,23 +73,21 @@ DEPEND="
 RDEPEND="${DEPEND}
 	!app-office/calligra[calligra_features_plan(-)]
 	!app-office/calligra-l10n:4
+	$(add_qt_dep qtsvg)
 "
-RESTRICT+=" test"
 
-src_prepare() {
-	kde5_src_prepare
-	# Unconditionally disable deprecated deps
-	punt_bogus_dep Qt5 OpenGL
-}
+RESTRICT+=" test"
 
 src_configure() {
 	local mycmakeargs=(
 		$(cmake-utils_use_find_package activities KF5Activities)
-		$(cmake-utils_use_find_package dbus Qt5DBus)
 		$(cmake-utils_use_find_package holidays KF5Holidays)
 		$(cmake-utils_use_find_package pim KF5CalendarCore)
 		$(cmake-utils_use_find_package pim KF5Contacts)
+		$(cmake-utils_use_find_package kwallet Qca-qt5)
+		$(cmake-utils_use_find_package kwallet KF5Wallet)
 	)
+	# Qt5DBus can't be disabled because of KF5DBusAddons dependency
 
 	kde5_src_configure
 }

diff --git a/app-office/calligraplan/metadata.xml b/app-office/calligraplan/metadata.xml
index f88bc8b8bb..a7529db60e 100644
--- a/app-office/calligraplan/metadata.xml
+++ b/app-office/calligraplan/metadata.xml
@@ -12,6 +12,7 @@
 	<use>
 		<flag name="activities">Enable kactivities support</flag>
 		<flag name="holidays">Enable <pkg>kde-frameworks/kholidays</pkg> integration</flag>
+		<flag name="kwallet">Enable access to encrypted OpenDocument files with <pkg>kde-frameworks/kwallet</pkg> storage</flag>
 		<flag name="pim">Enable support for KDE PIM resources integration</flag>
 	</use>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] proj/kde:master commit in: app-office/calligraplan/
@ 2019-01-26 20:29 Andreas Sturmlechner
  0 siblings, 0 replies; 21+ messages in thread
From: Andreas Sturmlechner @ 2019-01-26 20:29 UTC (permalink / raw
  To: gentoo-commits

commit:     05328217a79f3175ec944380b563a3561b369be6
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 19 16:16:06 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jan 26 20:28:41 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=05328217

app-office/calligraplan: EAPI-7 bump

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

 app-office/calligraplan/calligraplan-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/calligraplan/calligraplan-9999.ebuild b/app-office/calligraplan/calligraplan-9999.ebuild
index 4e46498a04..ccdde3c374 100644
--- a/app-office/calligraplan/calligraplan-9999.ebuild
+++ b/app-office/calligraplan/calligraplan-9999.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 KDE_HANDBOOK="forceoptional"
 KDE_TEST="forceoptional"


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] proj/kde:master commit in: app-office/calligraplan/
@ 2019-07-10 10:30 Andreas Sturmlechner
  0 siblings, 0 replies; 21+ messages in thread
From: Andreas Sturmlechner @ 2019-07-10 10:30 UTC (permalink / raw
  To: gentoo-commits

commit:     ce6dc2be942347dafe7e46f30420dc793ae9a7a1
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 10 07:55:46 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jul 10 07:55:46 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=ce6dc2be

app-office/calligraplan: Drop USE pim and its dependencies

Upstream commits:
2d3a9d3f5b199e2bbc1fe17e5b39b8060c65c298
67237b1a3198cc30c0cf8a082ef9ce5c98dd2a97

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

 app-office/calligraplan/calligraplan-9999.ebuild | 12 +++---------
 app-office/calligraplan/metadata.xml             |  1 -
 2 files changed, 3 insertions(+), 10 deletions(-)

diff --git a/app-office/calligraplan/calligraplan-9999.ebuild b/app-office/calligraplan/calligraplan-9999.ebuild
index ccdde3c374..acfd646698 100644
--- a/app-office/calligraplan/calligraplan-9999.ebuild
+++ b/app-office/calligraplan/calligraplan-9999.ebuild
@@ -16,13 +16,13 @@ if [[ ${KDE_BUILD_TYPE} == release ]]; then
 fi
 
 LICENSE="GPL-2"
-IUSE="activities +holidays kwallet pim X"
+IUSE="activities +holidays kwallet X"
 
 # FIXME: Disabled by upstream for good reason
-# Crashes plan (https://bugs.kde.org/show_bug.cgi?id=311940)
+# Crashes (https://bugs.kde.org/show_bug.cgi?id=311940)
 # $(add_kdeapps_dep akonadi)
 # $(add_kdeapps_dep akonadi-contacts)
-# Currently upstream-disabled in plan
+# Currently upstream-disabled:
 # =dev-libs/kproperty-3.0*:5
 # =dev-libs/kreport-3.0*:5
 DEPEND="
@@ -61,10 +61,6 @@ DEPEND="
 		$(add_frameworks_dep kwallet)
 		app-crypt/qca:2[qt5(+)]
 	)
-	pim? (
-		$(add_kdeapps_dep kcalcore)
-		$(add_kdeapps_dep kcontacts)
-	)
 	X? (
 		$(add_qt_dep qtx11extras)
 		x11-libs/libX11
@@ -82,8 +78,6 @@ src_configure() {
 	local mycmakeargs=(
 		$(cmake-utils_use_find_package activities KF5Activities)
 		$(cmake-utils_use_find_package holidays KF5Holidays)
-		$(cmake-utils_use_find_package pim KF5CalendarCore)
-		$(cmake-utils_use_find_package pim KF5Contacts)
 		$(cmake-utils_use_find_package kwallet Qca-qt5)
 		$(cmake-utils_use_find_package kwallet KF5Wallet)
 	)

diff --git a/app-office/calligraplan/metadata.xml b/app-office/calligraplan/metadata.xml
index a7529db60e..192aa1d0ef 100644
--- a/app-office/calligraplan/metadata.xml
+++ b/app-office/calligraplan/metadata.xml
@@ -13,6 +13,5 @@
 		<flag name="activities">Enable kactivities support</flag>
 		<flag name="holidays">Enable <pkg>kde-frameworks/kholidays</pkg> integration</flag>
 		<flag name="kwallet">Enable access to encrypted OpenDocument files with <pkg>kde-frameworks/kwallet</pkg> storage</flag>
-		<flag name="pim">Enable support for KDE PIM resources integration</flag>
 	</use>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] proj/kde:master commit in: app-office/calligraplan/
@ 2019-08-16 14:47 Andreas Sturmlechner
  0 siblings, 0 replies; 21+ messages in thread
From: Andreas Sturmlechner @ 2019-08-16 14:47 UTC (permalink / raw
  To: gentoo-commits

commit:     6620f6ea9f68d505b91ed1786dee24917f1972e4
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 16 13:43:51 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Aug 16 13:43:51 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=6620f6ea

app-office/calligraplan: Set KDE_APPS_MINIMAL=19.08.0

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

 app-office/calligraplan/calligraplan-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-office/calligraplan/calligraplan-9999.ebuild b/app-office/calligraplan/calligraplan-9999.ebuild
index acfd646698..ffceef35ce 100644
--- a/app-office/calligraplan/calligraplan-9999.ebuild
+++ b/app-office/calligraplan/calligraplan-9999.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=7
 
+KDE_APPS_MINIMAL="19.08.0"
 KDE_HANDBOOK="forceoptional"
 KDE_TEST="forceoptional"
 inherit kde5


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] proj/kde:master commit in: app-office/calligraplan/
@ 2019-10-24 18:37 Andreas Sturmlechner
  0 siblings, 0 replies; 21+ messages in thread
From: Andreas Sturmlechner @ 2019-10-24 18:37 UTC (permalink / raw
  To: gentoo-commits

commit:     7b29a1ab47727e8e88ad2105a089dad002b6bb44
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 24 18:32:12 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 24 18:36:10 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=7b29a1ab

app-office/calligraplan: Drop obsolete blocker

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

 app-office/calligraplan/calligraplan-9999.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-office/calligraplan/calligraplan-9999.ebuild b/app-office/calligraplan/calligraplan-9999.ebuild
index ffceef35ce..ec0b0d326a 100644
--- a/app-office/calligraplan/calligraplan-9999.ebuild
+++ b/app-office/calligraplan/calligraplan-9999.ebuild
@@ -69,7 +69,6 @@ DEPEND="
 "
 RDEPEND="${DEPEND}
 	!app-office/calligra[calligra_features_plan(-)]
-	!app-office/calligra-l10n:4
 	$(add_qt_dep qtsvg)
 "
 


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] proj/kde:master commit in: app-office/calligraplan/
@ 2019-11-01 23:24 Andreas Sturmlechner
  0 siblings, 0 replies; 21+ messages in thread
From: Andreas Sturmlechner @ 2019-11-01 23:24 UTC (permalink / raw
  To: gentoo-commits

commit:     f82cff92de9476887036bb2648966b0b56f1e1ac
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  1 19:51:14 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Nov  1 19:51:14 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=f82cff92

app-office/calligraplan: 3.1.90 (3.2 beta1) version bump

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

 app-office/calligraplan/calligraplan-3.1.90.ebuild | 87 ++++++++++++++++++++++
 1 file changed, 87 insertions(+)

diff --git a/app-office/calligraplan/calligraplan-3.1.90.ebuild b/app-office/calligraplan/calligraplan-3.1.90.ebuild
new file mode 100644
index 0000000000..4d4fc9ecbe
--- /dev/null
+++ b/app-office/calligraplan/calligraplan-3.1.90.ebuild
@@ -0,0 +1,87 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_APPS_MINIMAL="19.08.0"
+KDE_HANDBOOK="forceoptional"
+KDE_TEST="forceoptional"
+inherit kde5
+
+DESCRIPTION="Project management application"
+HOMEPAGE="https://www.calligra.org/"
+
+if [[ ${KDE_BUILD_TYPE} == release ]]; then
+	SRC_URI="mirror://kde/unstable/calligra/${PN}-${PV}.tar.xz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2"
+IUSE="activities +holidays kwallet X"
+
+# FIXME: Disabled by upstream for good reason
+# Crashes (https://bugs.kde.org/show_bug.cgi?id=311940)
+# $(add_kdeapps_dep akonadi)
+# $(add_kdeapps_dep akonadi-contacts)
+# Currently upstream-disabled:
+# =dev-libs/kproperty-3.0*:5
+# =dev-libs/kreport-3.0*:5
+DEPEND="
+	$(add_frameworks_dep karchive)
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kconfigwidgets)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kdbusaddons)
+	$(add_frameworks_dep kglobalaccel)
+	$(add_frameworks_dep kguiaddons)
+	$(add_frameworks_dep khtml)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kiconthemes)
+	$(add_frameworks_dep kio)
+	$(add_frameworks_dep kitemviews)
+	$(add_frameworks_dep kjobwidgets)
+	$(add_frameworks_dep knotifications)
+	$(add_frameworks_dep kparts)
+	$(add_frameworks_dep kservice)
+	$(add_frameworks_dep ktextwidgets)
+	$(add_frameworks_dep kwidgetsaddons)
+	$(add_frameworks_dep kwindowsystem)
+	$(add_frameworks_dep kxmlgui)
+	$(add_qt_dep designer)
+	$(add_qt_dep qtdbus)
+	$(add_qt_dep qtgui)
+	$(add_qt_dep qtprintsupport)
+	$(add_qt_dep qtwidgets)
+	$(add_qt_dep qtxml)
+	dev-lang/perl
+	dev-libs/kdiagram:5
+	sys-libs/zlib
+	activities? ( $(add_frameworks_dep kactivities) )
+	holidays? ( $(add_frameworks_dep kholidays) )
+	kwallet? (
+		$(add_frameworks_dep kwallet)
+		app-crypt/qca:2[qt5(+)]
+	)
+	X? (
+		$(add_qt_dep qtx11extras)
+		x11-libs/libX11
+	)
+"
+RDEPEND="${DEPEND}
+	!app-office/calligra[calligra_features_plan(-)]
+	$(add_qt_dep qtsvg)
+"
+
+RESTRICT+=" test"
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake-utils_use_find_package activities KF5Activities)
+		$(cmake-utils_use_find_package holidays KF5Holidays)
+		$(cmake-utils_use_find_package kwallet Qca-qt5)
+		$(cmake-utils_use_find_package kwallet KF5Wallet)
+	)
+	# Qt5DBus can't be disabled because of KF5DBusAddons dependency
+
+	kde5_src_configure
+}


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] proj/kde:master commit in: app-office/calligraplan/
@ 2019-11-10 17:11 Andreas Sturmlechner
  0 siblings, 0 replies; 21+ messages in thread
From: Andreas Sturmlechner @ 2019-11-10 17:11 UTC (permalink / raw
  To: gentoo-commits

commit:     c408ea8d4d337528cb787697c2c86f238cada4dd
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  7 18:26:06 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Nov 10 17:10:44 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=c408ea8d

app-office/calligraplan: Port to ecm.eclass and kde.org.eclass

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

 app-office/calligraplan/calligraplan-3.1.90.ebuild | 72 +++++++++++----------
 app-office/calligraplan/calligraplan-9999.ebuild   | 74 +++++++++++-----------
 2 files changed, 75 insertions(+), 71 deletions(-)

diff --git a/app-office/calligraplan/calligraplan-3.1.90.ebuild b/app-office/calligraplan/calligraplan-3.1.90.ebuild
index 4d4fc9ecbe..99941b4c26 100644
--- a/app-office/calligraplan/calligraplan-3.1.90.ebuild
+++ b/app-office/calligraplan/calligraplan-3.1.90.ebuild
@@ -3,10 +3,11 @@
 
 EAPI=7
 
-KDE_APPS_MINIMAL="19.08.0"
-KDE_HANDBOOK="forceoptional"
-KDE_TEST="forceoptional"
-inherit kde5
+ECM_HANDBOOK="forceoptional"
+ECM_TEST="forceoptional"
+KF5MIN=5.60.0
+QT5MIN=5.12.3
+inherit ecm kde.org
 
 DESCRIPTION="Project management application"
 HOMEPAGE="https://www.calligra.org/"
@@ -17,6 +18,7 @@ if [[ ${KDE_BUILD_TYPE} == release ]]; then
 fi
 
 LICENSE="GPL-2"
+SLOT="5"
 IUSE="activities +holidays kwallet X"
 
 # FIXME: Disabled by upstream for good reason
@@ -27,49 +29,49 @@ IUSE="activities +holidays kwallet X"
 # =dev-libs/kproperty-3.0*:5
 # =dev-libs/kreport-3.0*:5
 DEPEND="
-	$(add_frameworks_dep karchive)
-	$(add_frameworks_dep kconfig)
-	$(add_frameworks_dep kconfigwidgets)
-	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep kdbusaddons)
-	$(add_frameworks_dep kglobalaccel)
-	$(add_frameworks_dep kguiaddons)
-	$(add_frameworks_dep khtml)
-	$(add_frameworks_dep ki18n)
-	$(add_frameworks_dep kiconthemes)
-	$(add_frameworks_dep kio)
-	$(add_frameworks_dep kitemviews)
-	$(add_frameworks_dep kjobwidgets)
-	$(add_frameworks_dep knotifications)
-	$(add_frameworks_dep kparts)
-	$(add_frameworks_dep kservice)
-	$(add_frameworks_dep ktextwidgets)
-	$(add_frameworks_dep kwidgetsaddons)
-	$(add_frameworks_dep kwindowsystem)
-	$(add_frameworks_dep kxmlgui)
-	$(add_qt_dep designer)
-	$(add_qt_dep qtdbus)
-	$(add_qt_dep qtgui)
-	$(add_qt_dep qtprintsupport)
-	$(add_qt_dep qtwidgets)
-	$(add_qt_dep qtxml)
+	>=dev-qt/designer-${QT5MIN}:5
+	>=dev-qt/qtdbus-${QT5MIN}:5
+	>=dev-qt/qtgui-${QT5MIN}:5
+	>=dev-qt/qtprintsupport-${QT5MIN}:5
+	>=dev-qt/qtwidgets-${QT5MIN}:5
+	>=dev-qt/qtxml-${QT5MIN}:5
+	>=kde-frameworks/karchive-${KF5MIN}:5
+	>=kde-frameworks/kconfig-${KF5MIN}:5
+	>=kde-frameworks/kconfigwidgets-${KF5MIN}:5
+	>=kde-frameworks/kcoreaddons-${KF5MIN}:5
+	>=kde-frameworks/kdbusaddons-${KF5MIN}:5
+	>=kde-frameworks/kglobalaccel-${KF5MIN}:5
+	>=kde-frameworks/kguiaddons-${KF5MIN}:5
+	>=kde-frameworks/khtml-${KF5MIN}:5
+	>=kde-frameworks/ki18n-${KF5MIN}:5
+	>=kde-frameworks/kiconthemes-${KF5MIN}:5
+	>=kde-frameworks/kio-${KF5MIN}:5
+	>=kde-frameworks/kitemviews-${KF5MIN}:5
+	>=kde-frameworks/kjobwidgets-${KF5MIN}:5
+	>=kde-frameworks/knotifications-${KF5MIN}:5
+	>=kde-frameworks/kparts-${KF5MIN}:5
+	>=kde-frameworks/kservice-${KF5MIN}:5
+	>=kde-frameworks/ktextwidgets-${KF5MIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KF5MIN}:5
+	>=kde-frameworks/kwindowsystem-${KF5MIN}:5
+	>=kde-frameworks/kxmlgui-${KF5MIN}:5
 	dev-lang/perl
 	dev-libs/kdiagram:5
 	sys-libs/zlib
-	activities? ( $(add_frameworks_dep kactivities) )
-	holidays? ( $(add_frameworks_dep kholidays) )
+	activities? ( >=kde-frameworks/kactivities-${KF5MIN}:5 )
+	holidays? ( >=kde-frameworks/kholidays-${KF5MIN}:5 )
 	kwallet? (
-		$(add_frameworks_dep kwallet)
 		app-crypt/qca:2[qt5(+)]
+		>=kde-frameworks/kwallet-${KF5MIN}:5
 	)
 	X? (
-		$(add_qt_dep qtx11extras)
+		>=dev-qt/qtx11extras-${QT5MIN}:5
 		x11-libs/libX11
 	)
 "
 RDEPEND="${DEPEND}
 	!app-office/calligra[calligra_features_plan(-)]
-	$(add_qt_dep qtsvg)
+	>=dev-qt/qtsvg-${QT5MIN}:5
 "
 
 RESTRICT+=" test"

diff --git a/app-office/calligraplan/calligraplan-9999.ebuild b/app-office/calligraplan/calligraplan-9999.ebuild
index ec0b0d326a..99941b4c26 100644
--- a/app-office/calligraplan/calligraplan-9999.ebuild
+++ b/app-office/calligraplan/calligraplan-9999.ebuild
@@ -3,20 +3,22 @@
 
 EAPI=7
 
-KDE_APPS_MINIMAL="19.08.0"
-KDE_HANDBOOK="forceoptional"
-KDE_TEST="forceoptional"
-inherit kde5
+ECM_HANDBOOK="forceoptional"
+ECM_TEST="forceoptional"
+KF5MIN=5.60.0
+QT5MIN=5.12.3
+inherit ecm kde.org
 
 DESCRIPTION="Project management application"
 HOMEPAGE="https://www.calligra.org/"
 
 if [[ ${KDE_BUILD_TYPE} == release ]]; then
-	SRC_URI="mirror://kde/stable/${PN}/${PN}-${PV}.tar.xz"
+	SRC_URI="mirror://kde/unstable/calligra/${PN}-${PV}.tar.xz"
 	KEYWORDS="~amd64 ~x86"
 fi
 
 LICENSE="GPL-2"
+SLOT="5"
 IUSE="activities +holidays kwallet X"
 
 # FIXME: Disabled by upstream for good reason
@@ -27,49 +29,49 @@ IUSE="activities +holidays kwallet X"
 # =dev-libs/kproperty-3.0*:5
 # =dev-libs/kreport-3.0*:5
 DEPEND="
-	$(add_frameworks_dep karchive)
-	$(add_frameworks_dep kconfig)
-	$(add_frameworks_dep kconfigwidgets)
-	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep kdbusaddons)
-	$(add_frameworks_dep kglobalaccel)
-	$(add_frameworks_dep kguiaddons)
-	$(add_frameworks_dep khtml)
-	$(add_frameworks_dep ki18n)
-	$(add_frameworks_dep kiconthemes)
-	$(add_frameworks_dep kio)
-	$(add_frameworks_dep kitemviews)
-	$(add_frameworks_dep kjobwidgets)
-	$(add_frameworks_dep knotifications)
-	$(add_frameworks_dep kparts)
-	$(add_frameworks_dep kservice)
-	$(add_frameworks_dep ktextwidgets)
-	$(add_frameworks_dep kwidgetsaddons)
-	$(add_frameworks_dep kwindowsystem)
-	$(add_frameworks_dep kxmlgui)
-	$(add_qt_dep designer)
-	$(add_qt_dep qtdbus)
-	$(add_qt_dep qtgui)
-	$(add_qt_dep qtprintsupport)
-	$(add_qt_dep qtwidgets)
-	$(add_qt_dep qtxml)
+	>=dev-qt/designer-${QT5MIN}:5
+	>=dev-qt/qtdbus-${QT5MIN}:5
+	>=dev-qt/qtgui-${QT5MIN}:5
+	>=dev-qt/qtprintsupport-${QT5MIN}:5
+	>=dev-qt/qtwidgets-${QT5MIN}:5
+	>=dev-qt/qtxml-${QT5MIN}:5
+	>=kde-frameworks/karchive-${KF5MIN}:5
+	>=kde-frameworks/kconfig-${KF5MIN}:5
+	>=kde-frameworks/kconfigwidgets-${KF5MIN}:5
+	>=kde-frameworks/kcoreaddons-${KF5MIN}:5
+	>=kde-frameworks/kdbusaddons-${KF5MIN}:5
+	>=kde-frameworks/kglobalaccel-${KF5MIN}:5
+	>=kde-frameworks/kguiaddons-${KF5MIN}:5
+	>=kde-frameworks/khtml-${KF5MIN}:5
+	>=kde-frameworks/ki18n-${KF5MIN}:5
+	>=kde-frameworks/kiconthemes-${KF5MIN}:5
+	>=kde-frameworks/kio-${KF5MIN}:5
+	>=kde-frameworks/kitemviews-${KF5MIN}:5
+	>=kde-frameworks/kjobwidgets-${KF5MIN}:5
+	>=kde-frameworks/knotifications-${KF5MIN}:5
+	>=kde-frameworks/kparts-${KF5MIN}:5
+	>=kde-frameworks/kservice-${KF5MIN}:5
+	>=kde-frameworks/ktextwidgets-${KF5MIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KF5MIN}:5
+	>=kde-frameworks/kwindowsystem-${KF5MIN}:5
+	>=kde-frameworks/kxmlgui-${KF5MIN}:5
 	dev-lang/perl
 	dev-libs/kdiagram:5
 	sys-libs/zlib
-	activities? ( $(add_frameworks_dep kactivities) )
-	holidays? ( $(add_frameworks_dep kholidays) )
+	activities? ( >=kde-frameworks/kactivities-${KF5MIN}:5 )
+	holidays? ( >=kde-frameworks/kholidays-${KF5MIN}:5 )
 	kwallet? (
-		$(add_frameworks_dep kwallet)
 		app-crypt/qca:2[qt5(+)]
+		>=kde-frameworks/kwallet-${KF5MIN}:5
 	)
 	X? (
-		$(add_qt_dep qtx11extras)
+		>=dev-qt/qtx11extras-${QT5MIN}:5
 		x11-libs/libX11
 	)
 "
 RDEPEND="${DEPEND}
 	!app-office/calligra[calligra_features_plan(-)]
-	$(add_qt_dep qtsvg)
+	>=dev-qt/qtsvg-${QT5MIN}:5
 "
 
 RESTRICT+=" test"


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] proj/kde:master commit in: app-office/calligraplan/
@ 2019-11-10 20:53 Andreas Sturmlechner
  0 siblings, 0 replies; 21+ messages in thread
From: Andreas Sturmlechner @ 2019-11-10 20:53 UTC (permalink / raw
  To: gentoo-commits

commit:     512902dbce42f696d19e290ce06a9bfbc4e5bea3
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 10 20:52:27 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Nov 10 20:52:27 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=512902db

app-office/calligraplan: s/KF5MIN/KFMIN/

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

 app-office/calligraplan/calligraplan-3.1.90.ebuild | 48 +++++++++++-----------
 app-office/calligraplan/calligraplan-9999.ebuild   | 48 +++++++++++-----------
 2 files changed, 48 insertions(+), 48 deletions(-)

diff --git a/app-office/calligraplan/calligraplan-3.1.90.ebuild b/app-office/calligraplan/calligraplan-3.1.90.ebuild
index 99941b4c26..9a4a6bd63c 100644
--- a/app-office/calligraplan/calligraplan-3.1.90.ebuild
+++ b/app-office/calligraplan/calligraplan-3.1.90.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 ECM_HANDBOOK="forceoptional"
 ECM_TEST="forceoptional"
-KF5MIN=5.60.0
+KFMIN=5.60.0
 QT5MIN=5.12.3
 inherit ecm kde.org
 
@@ -35,34 +35,34 @@ DEPEND="
 	>=dev-qt/qtprintsupport-${QT5MIN}:5
 	>=dev-qt/qtwidgets-${QT5MIN}:5
 	>=dev-qt/qtxml-${QT5MIN}:5
-	>=kde-frameworks/karchive-${KF5MIN}:5
-	>=kde-frameworks/kconfig-${KF5MIN}:5
-	>=kde-frameworks/kconfigwidgets-${KF5MIN}:5
-	>=kde-frameworks/kcoreaddons-${KF5MIN}:5
-	>=kde-frameworks/kdbusaddons-${KF5MIN}:5
-	>=kde-frameworks/kglobalaccel-${KF5MIN}:5
-	>=kde-frameworks/kguiaddons-${KF5MIN}:5
-	>=kde-frameworks/khtml-${KF5MIN}:5
-	>=kde-frameworks/ki18n-${KF5MIN}:5
-	>=kde-frameworks/kiconthemes-${KF5MIN}:5
-	>=kde-frameworks/kio-${KF5MIN}:5
-	>=kde-frameworks/kitemviews-${KF5MIN}:5
-	>=kde-frameworks/kjobwidgets-${KF5MIN}:5
-	>=kde-frameworks/knotifications-${KF5MIN}:5
-	>=kde-frameworks/kparts-${KF5MIN}:5
-	>=kde-frameworks/kservice-${KF5MIN}:5
-	>=kde-frameworks/ktextwidgets-${KF5MIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KF5MIN}:5
-	>=kde-frameworks/kwindowsystem-${KF5MIN}:5
-	>=kde-frameworks/kxmlgui-${KF5MIN}:5
+	>=kde-frameworks/karchive-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kdbusaddons-${KFMIN}:5
+	>=kde-frameworks/kglobalaccel-${KFMIN}:5
+	>=kde-frameworks/kguiaddons-${KFMIN}:5
+	>=kde-frameworks/khtml-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kiconthemes-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/kitemviews-${KFMIN}:5
+	>=kde-frameworks/kjobwidgets-${KFMIN}:5
+	>=kde-frameworks/knotifications-${KFMIN}:5
+	>=kde-frameworks/kparts-${KFMIN}:5
+	>=kde-frameworks/kservice-${KFMIN}:5
+	>=kde-frameworks/ktextwidgets-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	>=kde-frameworks/kwindowsystem-${KFMIN}:5
+	>=kde-frameworks/kxmlgui-${KFMIN}:5
 	dev-lang/perl
 	dev-libs/kdiagram:5
 	sys-libs/zlib
-	activities? ( >=kde-frameworks/kactivities-${KF5MIN}:5 )
-	holidays? ( >=kde-frameworks/kholidays-${KF5MIN}:5 )
+	activities? ( >=kde-frameworks/kactivities-${KFMIN}:5 )
+	holidays? ( >=kde-frameworks/kholidays-${KFMIN}:5 )
 	kwallet? (
 		app-crypt/qca:2[qt5(+)]
-		>=kde-frameworks/kwallet-${KF5MIN}:5
+		>=kde-frameworks/kwallet-${KFMIN}:5
 	)
 	X? (
 		>=dev-qt/qtx11extras-${QT5MIN}:5

diff --git a/app-office/calligraplan/calligraplan-9999.ebuild b/app-office/calligraplan/calligraplan-9999.ebuild
index 99941b4c26..9a4a6bd63c 100644
--- a/app-office/calligraplan/calligraplan-9999.ebuild
+++ b/app-office/calligraplan/calligraplan-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 ECM_HANDBOOK="forceoptional"
 ECM_TEST="forceoptional"
-KF5MIN=5.60.0
+KFMIN=5.60.0
 QT5MIN=5.12.3
 inherit ecm kde.org
 
@@ -35,34 +35,34 @@ DEPEND="
 	>=dev-qt/qtprintsupport-${QT5MIN}:5
 	>=dev-qt/qtwidgets-${QT5MIN}:5
 	>=dev-qt/qtxml-${QT5MIN}:5
-	>=kde-frameworks/karchive-${KF5MIN}:5
-	>=kde-frameworks/kconfig-${KF5MIN}:5
-	>=kde-frameworks/kconfigwidgets-${KF5MIN}:5
-	>=kde-frameworks/kcoreaddons-${KF5MIN}:5
-	>=kde-frameworks/kdbusaddons-${KF5MIN}:5
-	>=kde-frameworks/kglobalaccel-${KF5MIN}:5
-	>=kde-frameworks/kguiaddons-${KF5MIN}:5
-	>=kde-frameworks/khtml-${KF5MIN}:5
-	>=kde-frameworks/ki18n-${KF5MIN}:5
-	>=kde-frameworks/kiconthemes-${KF5MIN}:5
-	>=kde-frameworks/kio-${KF5MIN}:5
-	>=kde-frameworks/kitemviews-${KF5MIN}:5
-	>=kde-frameworks/kjobwidgets-${KF5MIN}:5
-	>=kde-frameworks/knotifications-${KF5MIN}:5
-	>=kde-frameworks/kparts-${KF5MIN}:5
-	>=kde-frameworks/kservice-${KF5MIN}:5
-	>=kde-frameworks/ktextwidgets-${KF5MIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KF5MIN}:5
-	>=kde-frameworks/kwindowsystem-${KF5MIN}:5
-	>=kde-frameworks/kxmlgui-${KF5MIN}:5
+	>=kde-frameworks/karchive-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kdbusaddons-${KFMIN}:5
+	>=kde-frameworks/kglobalaccel-${KFMIN}:5
+	>=kde-frameworks/kguiaddons-${KFMIN}:5
+	>=kde-frameworks/khtml-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kiconthemes-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/kitemviews-${KFMIN}:5
+	>=kde-frameworks/kjobwidgets-${KFMIN}:5
+	>=kde-frameworks/knotifications-${KFMIN}:5
+	>=kde-frameworks/kparts-${KFMIN}:5
+	>=kde-frameworks/kservice-${KFMIN}:5
+	>=kde-frameworks/ktextwidgets-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	>=kde-frameworks/kwindowsystem-${KFMIN}:5
+	>=kde-frameworks/kxmlgui-${KFMIN}:5
 	dev-lang/perl
 	dev-libs/kdiagram:5
 	sys-libs/zlib
-	activities? ( >=kde-frameworks/kactivities-${KF5MIN}:5 )
-	holidays? ( >=kde-frameworks/kholidays-${KF5MIN}:5 )
+	activities? ( >=kde-frameworks/kactivities-${KFMIN}:5 )
+	holidays? ( >=kde-frameworks/kholidays-${KFMIN}:5 )
 	kwallet? (
 		app-crypt/qca:2[qt5(+)]
-		>=kde-frameworks/kwallet-${KF5MIN}:5
+		>=kde-frameworks/kwallet-${KFMIN}:5
 	)
 	X? (
 		>=dev-qt/qtx11extras-${QT5MIN}:5


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] proj/kde:master commit in: app-office/calligraplan/
@ 2019-11-10 21:09 Andreas Sturmlechner
  0 siblings, 0 replies; 21+ messages in thread
From: Andreas Sturmlechner @ 2019-11-10 21:09 UTC (permalink / raw
  To: gentoo-commits

commit:     ec81746424516b34960a009acd419ac2fdfea5eb
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 10 21:07:04 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Nov 10 21:07:04 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=ec817464

app-office/calligraplan: s/QT5MIN/QTMIN/

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

 app-office/calligraplan/calligraplan-3.1.90.ebuild | 18 +++++++++---------
 app-office/calligraplan/calligraplan-9999.ebuild   | 18 +++++++++---------
 2 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/app-office/calligraplan/calligraplan-3.1.90.ebuild b/app-office/calligraplan/calligraplan-3.1.90.ebuild
index 9a4a6bd63c..4b98731c5c 100644
--- a/app-office/calligraplan/calligraplan-3.1.90.ebuild
+++ b/app-office/calligraplan/calligraplan-3.1.90.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 ECM_HANDBOOK="forceoptional"
 ECM_TEST="forceoptional"
 KFMIN=5.60.0
-QT5MIN=5.12.3
+QTMIN=5.12.3
 inherit ecm kde.org
 
 DESCRIPTION="Project management application"
@@ -29,12 +29,12 @@ IUSE="activities +holidays kwallet X"
 # =dev-libs/kproperty-3.0*:5
 # =dev-libs/kreport-3.0*:5
 DEPEND="
-	>=dev-qt/designer-${QT5MIN}:5
-	>=dev-qt/qtdbus-${QT5MIN}:5
-	>=dev-qt/qtgui-${QT5MIN}:5
-	>=dev-qt/qtprintsupport-${QT5MIN}:5
-	>=dev-qt/qtwidgets-${QT5MIN}:5
-	>=dev-qt/qtxml-${QT5MIN}:5
+	>=dev-qt/designer-${QTMIN}:5
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtprintsupport-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
 	>=kde-frameworks/karchive-${KFMIN}:5
 	>=kde-frameworks/kconfig-${KFMIN}:5
 	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
@@ -65,13 +65,13 @@ DEPEND="
 		>=kde-frameworks/kwallet-${KFMIN}:5
 	)
 	X? (
-		>=dev-qt/qtx11extras-${QT5MIN}:5
+		>=dev-qt/qtx11extras-${QTMIN}:5
 		x11-libs/libX11
 	)
 "
 RDEPEND="${DEPEND}
 	!app-office/calligra[calligra_features_plan(-)]
-	>=dev-qt/qtsvg-${QT5MIN}:5
+	>=dev-qt/qtsvg-${QTMIN}:5
 "
 
 RESTRICT+=" test"

diff --git a/app-office/calligraplan/calligraplan-9999.ebuild b/app-office/calligraplan/calligraplan-9999.ebuild
index 9a4a6bd63c..4b98731c5c 100644
--- a/app-office/calligraplan/calligraplan-9999.ebuild
+++ b/app-office/calligraplan/calligraplan-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 ECM_HANDBOOK="forceoptional"
 ECM_TEST="forceoptional"
 KFMIN=5.60.0
-QT5MIN=5.12.3
+QTMIN=5.12.3
 inherit ecm kde.org
 
 DESCRIPTION="Project management application"
@@ -29,12 +29,12 @@ IUSE="activities +holidays kwallet X"
 # =dev-libs/kproperty-3.0*:5
 # =dev-libs/kreport-3.0*:5
 DEPEND="
-	>=dev-qt/designer-${QT5MIN}:5
-	>=dev-qt/qtdbus-${QT5MIN}:5
-	>=dev-qt/qtgui-${QT5MIN}:5
-	>=dev-qt/qtprintsupport-${QT5MIN}:5
-	>=dev-qt/qtwidgets-${QT5MIN}:5
-	>=dev-qt/qtxml-${QT5MIN}:5
+	>=dev-qt/designer-${QTMIN}:5
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtprintsupport-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
 	>=kde-frameworks/karchive-${KFMIN}:5
 	>=kde-frameworks/kconfig-${KFMIN}:5
 	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
@@ -65,13 +65,13 @@ DEPEND="
 		>=kde-frameworks/kwallet-${KFMIN}:5
 	)
 	X? (
-		>=dev-qt/qtx11extras-${QT5MIN}:5
+		>=dev-qt/qtx11extras-${QTMIN}:5
 		x11-libs/libX11
 	)
 "
 RDEPEND="${DEPEND}
 	!app-office/calligra[calligra_features_plan(-)]
-	>=dev-qt/qtsvg-${QT5MIN}:5
+	>=dev-qt/qtsvg-${QTMIN}:5
 "
 
 RESTRICT+=" test"


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] proj/kde:master commit in: app-office/calligraplan/
@ 2019-11-12  0:01 Andreas Sturmlechner
  0 siblings, 0 replies; 21+ messages in thread
From: Andreas Sturmlechner @ 2019-11-12  0:01 UTC (permalink / raw
  To: gentoo-commits

commit:     263f3cf954ce029987afedb844a023e8065392f9
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 12 00:01:11 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Nov 12 00:01:18 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=263f3cf9

app-office/calligraplan: Fix src_configure (ecm porting)

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

 app-office/calligraplan/calligraplan-3.1.90.ebuild | 2 +-
 app-office/calligraplan/calligraplan-9999.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-office/calligraplan/calligraplan-3.1.90.ebuild b/app-office/calligraplan/calligraplan-3.1.90.ebuild
index 4b98731c5c..3236423b3a 100644
--- a/app-office/calligraplan/calligraplan-3.1.90.ebuild
+++ b/app-office/calligraplan/calligraplan-3.1.90.ebuild
@@ -85,5 +85,5 @@ src_configure() {
 	)
 	# Qt5DBus can't be disabled because of KF5DBusAddons dependency
 
-	kde5_src_configure
+	ecm_src_configure
 }

diff --git a/app-office/calligraplan/calligraplan-9999.ebuild b/app-office/calligraplan/calligraplan-9999.ebuild
index 4b98731c5c..3236423b3a 100644
--- a/app-office/calligraplan/calligraplan-9999.ebuild
+++ b/app-office/calligraplan/calligraplan-9999.ebuild
@@ -85,5 +85,5 @@ src_configure() {
 	)
 	# Qt5DBus can't be disabled because of KF5DBusAddons dependency
 
-	kde5_src_configure
+	ecm_src_configure
 }


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] proj/kde:master commit in: app-office/calligraplan/
@ 2019-11-30 14:29 Andreas Sturmlechner
  0 siblings, 0 replies; 21+ messages in thread
From: Andreas Sturmlechner @ 2019-11-30 14:29 UTC (permalink / raw
  To: gentoo-commits

commit:     6afc7765f7879584e8dd831a101bfcb0d0e8d969
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 30 14:02:51 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Nov 30 14:29:29 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=6afc7765

app-office/calligraplan: Drop unused DEPEND

Upstream commit 22db12512239c8249b10808146b07b24655baeaa

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

 app-office/calligraplan/calligraplan-9999.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-office/calligraplan/calligraplan-9999.ebuild b/app-office/calligraplan/calligraplan-9999.ebuild
index a2c5e55fc9..7244124659 100644
--- a/app-office/calligraplan/calligraplan-9999.ebuild
+++ b/app-office/calligraplan/calligraplan-9999.ebuild
@@ -57,7 +57,6 @@ DEPEND="
 	>=kde-frameworks/kxmlgui-${KFMIN}:5
 	dev-lang/perl
 	dev-libs/kdiagram:5
-	sys-libs/zlib
 	activities? ( >=kde-frameworks/kactivities-${KFMIN}:5 )
 	holidays? ( >=kde-frameworks/kholidays-${KFMIN}:5 )
 	kwallet? (


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] proj/kde:master commit in: app-office/calligraplan/
@ 2019-11-30 14:29 Andreas Sturmlechner
  0 siblings, 0 replies; 21+ messages in thread
From: Andreas Sturmlechner @ 2019-11-30 14:29 UTC (permalink / raw
  To: gentoo-commits

commit:     c871073d63c98eeca99711c21c5af3b7a4a98c8c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 30 14:02:20 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Nov 30 14:29:24 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=c871073d

app-office/calligraplan: Drop 3.1.90

3.2.0 is in Gentoo ebuild repository.

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

 app-office/calligraplan/calligraplan-3.1.90.ebuild | 89 ----------------------
 1 file changed, 89 deletions(-)

diff --git a/app-office/calligraplan/calligraplan-3.1.90.ebuild b/app-office/calligraplan/calligraplan-3.1.90.ebuild
deleted file mode 100644
index a2c5e55fc9..0000000000
--- a/app-office/calligraplan/calligraplan-3.1.90.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="forceoptional"
-ECM_TEST="forceoptional"
-KFMIN=5.60.0
-QTMIN=5.12.3
-inherit ecm kde.org
-
-DESCRIPTION="Project management application"
-HOMEPAGE="https://www.calligra.org/"
-
-if [[ ${KDE_BUILD_TYPE} == release ]]; then
-	SRC_URI="mirror://kde/unstable/calligra/${PN}-${PV}.tar.xz"
-	KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-2"
-SLOT="5"
-IUSE="activities +holidays kwallet X"
-
-# FIXME: Disabled by upstream for good reason
-# Crashes (https://bugs.kde.org/show_bug.cgi?id=311940)
-# $(add_kdeapps_dep akonadi)
-# $(add_kdeapps_dep akonadi-contacts)
-# Currently upstream-disabled:
-# =dev-libs/kproperty-3.0*:5
-# =dev-libs/kreport-3.0*:5
-DEPEND="
-	>=dev-qt/designer-${QTMIN}:5
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtprintsupport-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kglobalaccel-${KFMIN}:5
-	>=kde-frameworks/kguiaddons-${KFMIN}:5
-	>=kde-frameworks/khtml-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kitemviews-${KFMIN}:5
-	>=kde-frameworks/kjobwidgets-${KFMIN}:5
-	>=kde-frameworks/knotifications-${KFMIN}:5
-	>=kde-frameworks/kparts-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktextwidgets-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/kwindowsystem-${KFMIN}:5
-	>=kde-frameworks/kxmlgui-${KFMIN}:5
-	dev-lang/perl
-	dev-libs/kdiagram:5
-	sys-libs/zlib
-	activities? ( >=kde-frameworks/kactivities-${KFMIN}:5 )
-	holidays? ( >=kde-frameworks/kholidays-${KFMIN}:5 )
-	kwallet? (
-		app-crypt/qca:2[qt5(+)]
-		>=kde-frameworks/kwallet-${KFMIN}:5
-	)
-	X? (
-		>=dev-qt/qtx11extras-${QTMIN}:5
-		x11-libs/libX11
-	)
-"
-RDEPEND="${DEPEND}
-	!app-office/calligra[calligra_features_plan(-)]
-	>=dev-qt/qtsvg-${QTMIN}:5
-"
-
-RESTRICT+=" test"
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake_use_find_package activities KF5Activities)
-		$(cmake_use_find_package holidays KF5Holidays)
-		$(cmake_use_find_package kwallet Qca-qt5)
-		$(cmake_use_find_package kwallet KF5Wallet)
-	)
-	# Qt5DBus can't be disabled because of KF5DBusAddons dependency
-
-	ecm_src_configure
-}


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] proj/kde:master commit in: app-office/calligraplan/
@ 2020-05-20 19:35 Andreas Sturmlechner
  0 siblings, 0 replies; 21+ messages in thread
From: Andreas Sturmlechner @ 2020-05-20 19:35 UTC (permalink / raw
  To: gentoo-commits

commit:     54a61ddfe85e6a230068ba4468001bfdf2041d8c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed May 20 19:34:39 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May 20 19:34:39 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=54a61ddf

app-office/calligraplan: Update HOMEPAGE

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

 app-office/calligraplan/calligraplan-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/calligraplan/calligraplan-9999.ebuild b/app-office/calligraplan/calligraplan-9999.ebuild
index 02e698f7a0..b1d8b6026c 100644
--- a/app-office/calligraplan/calligraplan-9999.ebuild
+++ b/app-office/calligraplan/calligraplan-9999.ebuild
@@ -10,7 +10,7 @@ QTMIN=5.12.3
 inherit ecm kde.org
 
 DESCRIPTION="Project management application"
-HOMEPAGE="https://www.calligra.org/"
+HOMEPAGE="https://www.calligra.org"
 
 if [[ ${KDE_BUILD_TYPE} == release ]]; then
 	SRC_URI="mirror://kde/unstable/calligra/${PN}-${PV}.tar.xz"


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] proj/kde:master commit in: app-office/calligraplan/
@ 2020-10-26 16:15 Andreas Sturmlechner
  0 siblings, 0 replies; 21+ messages in thread
From: Andreas Sturmlechner @ 2020-10-26 16:15 UTC (permalink / raw
  To: gentoo-commits

commit:     3e8010e0a31695623f3532f70e1f6152442e3568
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 26 16:15:31 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Oct 26 16:15:31 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=3e8010e0

app-office/calligraplan: Drop unused DEPEND

See also: https://invent.kde.org/office/calligraplan/-/issues/2

Upstream commits:
3097da1c42ba7fe3b6a26ccb64df64db9c5588b7
8aec5de56c525e71ae650abd4abfba756f5e5724
0a9499404b80f80c3d3fefd9d620ab8514349d4a

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

 app-office/calligraplan/calligraplan-9999.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-office/calligraplan/calligraplan-9999.ebuild b/app-office/calligraplan/calligraplan-9999.ebuild
index 595720db69..b88383ce27 100644
--- a/app-office/calligraplan/calligraplan-9999.ebuild
+++ b/app-office/calligraplan/calligraplan-9999.ebuild
@@ -43,7 +43,6 @@ DEPEND="
 	>=kde-frameworks/kdbusaddons-${KFMIN}:5
 	>=kde-frameworks/kglobalaccel-${KFMIN}:5
 	>=kde-frameworks/kguiaddons-${KFMIN}:5
-	>=kde-frameworks/khtml-${KFMIN}:5
 	>=kde-frameworks/ki18n-${KFMIN}:5
 	>=kde-frameworks/kiconthemes-${KFMIN}:5
 	>=kde-frameworks/kio-${KFMIN}:5


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] proj/kde:master commit in: app-office/calligraplan/
@ 2021-01-28 21:48 Andreas Sturmlechner
  0 siblings, 0 replies; 21+ messages in thread
From: Andreas Sturmlechner @ 2021-01-28 21:48 UTC (permalink / raw
  To: gentoo-commits

commit:     745d8ee339a363f53c978ddffece1595f9aa3dd1
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 28 21:48:34 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jan 28 21:48:34 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=745d8ee3

app-office/calligraplan: Update dev-libs/kdiagram min version to 2.8.0

Upstream commit d4cef55889e48824eb622fe58c38679315fa3cee

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

 app-office/calligraplan/calligraplan-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-office/calligraplan/calligraplan-9999.ebuild b/app-office/calligraplan/calligraplan-9999.ebuild
index b29c7bc51b..5d7b1515cf 100644
--- a/app-office/calligraplan/calligraplan-9999.ebuild
+++ b/app-office/calligraplan/calligraplan-9999.ebuild
@@ -29,6 +29,8 @@ IUSE="activities +holidays kwallet X"
 # =dev-libs/kproperty-3.0*:5
 # =dev-libs/kreport-3.0*:5
 DEPEND="
+	dev-lang/perl
+	>=dev-libs/kdiagram-2.8.0:5
 	>=dev-qt/designer-${QTMIN}:5
 	>=dev-qt/qtdbus-${QTMIN}:5
 	>=dev-qt/qtgui-${QTMIN}:5
@@ -56,8 +58,6 @@ DEPEND="
 	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
 	>=kde-frameworks/kwindowsystem-${KFMIN}:5
 	>=kde-frameworks/kxmlgui-${KFMIN}:5
-	dev-lang/perl
-	>=dev-libs/kdiagram-2.7.0:5
 	activities? ( >=kde-frameworks/kactivities-${KFMIN}:5 )
 	holidays? ( >=kde-frameworks/kholidays-${KFMIN}:5 )
 	kwallet? (


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] proj/kde:master commit in: app-office/calligraplan/
@ 2022-10-11 15:18 Andreas Sturmlechner
  0 siblings, 0 replies; 21+ messages in thread
From: Andreas Sturmlechner @ 2022-10-11 15:18 UTC (permalink / raw
  To: gentoo-commits

commit:     2801f74030dc734835d7f6f95bb2462f5df90daa
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 11 14:47:20 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Oct 11 15:17:12 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=2801f740

app-office/calligraplan: Add app-crypt/qca[qt5(+)] USEdep

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-office/calligraplan/calligraplan-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/calligraplan/calligraplan-9999.ebuild b/app-office/calligraplan/calligraplan-9999.ebuild
index 1bdfde96ae..3a9295a808 100644
--- a/app-office/calligraplan/calligraplan-9999.ebuild
+++ b/app-office/calligraplan/calligraplan-9999.ebuild
@@ -61,7 +61,7 @@ DEPEND="
 	activities? ( >=kde-frameworks/kactivities-${KFMIN}:5 )
 	holidays? ( >=kde-frameworks/kholidays-${KFMIN}:5 )
 	kwallet? (
-		>=app-crypt/qca-2.3.0:2
+		>=app-crypt/qca-2.3.0:2[qt5(+)]
 		>=kde-frameworks/kwallet-${KFMIN}:5
 	)
 	X? (


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] proj/kde:master commit in: app-office/calligraplan/
@ 2022-11-24 18:51 Andreas Sturmlechner
  0 siblings, 0 replies; 21+ messages in thread
From: Andreas Sturmlechner @ 2022-11-24 18:51 UTC (permalink / raw
  To: gentoo-commits

commit:     797fc8c276dbcfa6c234ddd908b86cfe28ee74a6
Author:     Alex Fan <alex.fan.q <AT> gmail <DOT> com>
AuthorDate: Tue Dec 28 10:08:41 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Nov 24 18:35:12 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=797fc8c2

app-office/calligraplan: keyword 3.3.0 for ~riscv

Signed-off-by: Alex Fan <alex.fan.q <AT> gmail.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-office/calligraplan/calligraplan-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/calligraplan/calligraplan-9999.ebuild b/app-office/calligraplan/calligraplan-9999.ebuild
index 3a9295a808..0777d859fb 100644
--- a/app-office/calligraplan/calligraplan-9999.ebuild
+++ b/app-office/calligraplan/calligraplan-9999.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://calligra.org/plan/"
 
 if [[ ${KDE_BUILD_TYPE} == release ]]; then
 	SRC_URI="mirror://kde/unstable/calligra/${PN}-${PV}.tar.xz"
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="amd64 ~riscv x86"
 fi
 
 LICENSE="GPL-2"


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] proj/kde:master commit in: app-office/calligraplan/
@ 2023-05-27 10:50 Andreas Sturmlechner
  0 siblings, 0 replies; 21+ messages in thread
From: Andreas Sturmlechner @ 2023-05-27 10:50 UTC (permalink / raw
  To: gentoo-commits

commit:     9dd1fa4068fde059cf271b44846554450e3ee120
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 27 09:46:09 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat May 27 10:50:14 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=9dd1fa40

app-office/calligraplan: Keyword 3.3.0 arm64, #907076

Signed-off-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-office/calligraplan/calligraplan-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/calligraplan/calligraplan-9999.ebuild b/app-office/calligraplan/calligraplan-9999.ebuild
index 4cf97b81a8..82e6bf5864 100644
--- a/app-office/calligraplan/calligraplan-9999.ebuild
+++ b/app-office/calligraplan/calligraplan-9999.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://calligra.org/plan/"
 
 if [[ ${KDE_BUILD_TYPE} == release ]]; then
 	SRC_URI="mirror://kde/unstable/calligra/${PN}-${PV}.tar.xz"
-	KEYWORDS="amd64 ~riscv x86"
+	KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
 fi
 
 LICENSE="GPL-2"


^ permalink raw reply related	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2023-05-27 10:50 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-26 16:15 [gentoo-commits] proj/kde:master commit in: app-office/calligraplan/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2023-05-27 10:50 Andreas Sturmlechner
2022-11-24 18:51 Andreas Sturmlechner
2022-10-11 15:18 Andreas Sturmlechner
2021-01-28 21:48 Andreas Sturmlechner
2020-05-20 19:35 Andreas Sturmlechner
2019-11-30 14:29 Andreas Sturmlechner
2019-11-30 14:29 Andreas Sturmlechner
2019-11-12  0:01 Andreas Sturmlechner
2019-11-10 21:09 Andreas Sturmlechner
2019-11-10 20:53 Andreas Sturmlechner
2019-11-10 17:11 Andreas Sturmlechner
2019-11-01 23:24 Andreas Sturmlechner
2019-10-24 18:37 Andreas Sturmlechner
2019-08-16 14:47 Andreas Sturmlechner
2019-07-10 10:30 Andreas Sturmlechner
2019-01-26 20:29 Andreas Sturmlechner
2019-01-04 23:32 Andreas Sturmlechner
2019-01-01 21:46 Andreas Sturmlechner
2018-11-11 12:12 Andreas Sturmlechner
2018-11-11 12:05 Andreas Sturmlechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox