public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-apps/calendarsupport/
@ 2015-10-22 10:13 Michael Palimaka
  0 siblings, 0 replies; 15+ messages in thread
From: Michael Palimaka @ 2015-10-22 10:13 UTC (permalink / raw
  To: gentoo-commits

commit:     b65d5408707a9f654b87f24056e093bdb53fe570
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sat Sep 26 18:04:01 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Oct 22 10:13:10 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=b65d5408

kde-apps/calendarsupport: New package

Split out of kdepim

Package-Manager: portage-2.2.22

 .../calendarsupport/calendarsupport-9999.ebuild    | 55 ++++++++++++++++++++++
 kde-apps/calendarsupport/metadata.xml              |  5 ++
 2 files changed, 60 insertions(+)

diff --git a/kde-apps/calendarsupport/calendarsupport-9999.ebuild b/kde-apps/calendarsupport/calendarsupport-9999.ebuild
new file mode 100644
index 0000000..0601ff1
--- /dev/null
+++ b/kde-apps/calendarsupport/calendarsupport-9999.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDE_DOXYGEN="true"
+KDE_TEST="false"
+KMNAME="kdepim"
+inherit kde5
+
+DESCRIPTION="Calendar support library"
+LICENSE="LGPL-2+"
+KEYWORDS=""
+IUSE=""
+
+COMMON_DEPEND="
+	$(add_frameworks_dep kcodecs)
+	$(add_frameworks_dep kcompletion)
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kdelibs4support)
+	$(add_frameworks_dep kguiaddons)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kiconthemes)
+	$(add_frameworks_dep kio)
+	$(add_frameworks_dep kjobwidgets)
+	$(add_frameworks_dep kwidgetsaddons)
+	$(add_kdeapps_dep akonadi)
+	$(add_kdeapps_dep akonadi-calendar)
+	$(add_kdeapps_dep akonadi-mime)
+	$(add_kdeapps_dep kcalcore)
+	$(add_kdeapps_dep kcalutils)
+	$(add_kdeapps_dep kholidays)
+	$(add_kdeapps_dep kidentitymanagement)
+	$(add_kdeapps_dep kmime)
+	$(add_kdeapps_dep libakonadi)
+	$(add_kdeapps_dep libkdepim)
+	$(add_kdeapps_dep libkdepimdbusinterfaces)
+	$(add_kdeapps_dep pimcommon)
+	dev-libs/libical
+	dev-qt/designer:5
+	dev-qt/qtgui:5
+	dev-qt/qtprintsupport:5
+	dev-qt/qtwidgets:5
+"
+DEPEND="${COMMON_DEPEND}
+	sys-devel/gettext
+"
+RDEPEND="${COMMON_DEPEND}
+	!<kde-apps/kdepim-15.08.50:5
+	!kde-base/kdepim-common-libs:4
+"
+
+S="${WORKDIR}/${P}/${PN}"

diff --git a/kde-apps/calendarsupport/metadata.xml b/kde-apps/calendarsupport/metadata.xml
new file mode 100644
index 0000000..a23f444
--- /dev/null
+++ b/kde-apps/calendarsupport/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>kde</herd>
+</pkgmetadata>


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/calendarsupport/
@ 2016-04-15 19:07 Michael Palimaka
  0 siblings, 0 replies; 15+ messages in thread
From: Michael Palimaka @ 2016-04-15 19:07 UTC (permalink / raw
  To: gentoo-commits

commit:     e202c8937360f05fb4b1abbbad6d0d1c0d9e0b07
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 15 19:07:04 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Apr 15 19:07:40 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=e202c893

kde-apps/calendarsupport: add missing version bump

Package-Manager: portage-2.2.28

 .../calendarsupport/calendarsupport-16.04.0.ebuild | 51 ++++++++++++++++++++++
 1 file changed, 51 insertions(+)

diff --git a/kde-apps/calendarsupport/calendarsupport-16.04.0.ebuild b/kde-apps/calendarsupport/calendarsupport-16.04.0.ebuild
new file mode 100644
index 0000000..90db894
--- /dev/null
+++ b/kde-apps/calendarsupport/calendarsupport-16.04.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDE_DOXYGEN="true"
+KDE_TEST="false"
+inherit kde5
+
+DESCRIPTION="Calendar support library"
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+	$(add_frameworks_dep kcodecs)
+	$(add_frameworks_dep kcompletion)
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kdelibs4support)
+	$(add_frameworks_dep kguiaddons)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kiconthemes)
+	$(add_frameworks_dep kio)
+	$(add_frameworks_dep kjobwidgets)
+	$(add_frameworks_dep kwidgetsaddons)
+	$(add_kdeapps_dep akonadi)
+	$(add_kdeapps_dep akonadi-calendar)
+	$(add_kdeapps_dep akonadi-mime)
+	$(add_kdeapps_dep kcalcore)
+	$(add_kdeapps_dep kcalutils)
+	$(add_kdeapps_dep kdepim-apps-libs)
+	$(add_kdeapps_dep kholidays)
+	$(add_kdeapps_dep kidentitymanagement)
+	$(add_kdeapps_dep kmime)
+	$(add_kdeapps_dep libkdepim)
+	$(add_kdeapps_dep pimcommon)
+	dev-libs/libical
+	$(add_qt_dep designer)
+	$(add_qt_dep qtgui)
+	$(add_qt_dep qtprintsupport)
+	$(add_qt_dep qtwidgets)
+"
+DEPEND="${COMMON_DEPEND}
+	sys-devel/gettext
+"
+RDEPEND="${COMMON_DEPEND}
+	!<kde-apps/kdepim-15.08.50:5
+	!kde-apps/kdepim-common-libs:4
+"


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/calendarsupport/
@ 2017-09-13 17:52 Andreas Sturmlechner
  0 siblings, 0 replies; 15+ messages in thread
From: Andreas Sturmlechner @ 2017-09-13 17:52 UTC (permalink / raw
  To: gentoo-commits

commit:     1b5ce8243d64d3d41c1b91d9ce065399eddee2b8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 13 17:38:11 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 13 17:51:36 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=1b5ce824

kde-apps/calendarsupport: Add missing DEPEND

Upstream commit ca2ae54eb4cbd41e9c478dfc5f541301c7a57c70

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 kde-apps/calendarsupport/calendarsupport-17.08.49.9999.ebuild | 7 +++++--
 kde-apps/calendarsupport/calendarsupport-9999.ebuild          | 7 +++++--
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/kde-apps/calendarsupport/calendarsupport-17.08.49.9999.ebuild b/kde-apps/calendarsupport/calendarsupport-17.08.49.9999.ebuild
index 7aaf1b3a84..0eb3e73f66 100644
--- a/kde-apps/calendarsupport/calendarsupport-17.08.49.9999.ebuild
+++ b/kde-apps/calendarsupport/calendarsupport-17.08.49.9999.ebuild
@@ -11,7 +11,7 @@ LICENSE="GPL-2+ LGPL-2.1+"
 KEYWORDS=""
 IUSE=""
 
-DEPEND="
+COMMON_DEPEND="
 	$(add_frameworks_dep kcodecs)
 	$(add_frameworks_dep kcompletion)
 	$(add_frameworks_dep kconfig)
@@ -40,6 +40,9 @@ DEPEND="
 	$(add_qt_dep qtwidgets)
 	dev-libs/libical
 "
-RDEPEND="${DEPEND}
+DEPEND="${COMMON_DEPEND}
+	dev-libs/boost
+"
+RDEPEND="${COMMON_DEPEND}
 	!kde-apps/kdepim-l10n
 "

diff --git a/kde-apps/calendarsupport/calendarsupport-9999.ebuild b/kde-apps/calendarsupport/calendarsupport-9999.ebuild
index 7aaf1b3a84..0eb3e73f66 100644
--- a/kde-apps/calendarsupport/calendarsupport-9999.ebuild
+++ b/kde-apps/calendarsupport/calendarsupport-9999.ebuild
@@ -11,7 +11,7 @@ LICENSE="GPL-2+ LGPL-2.1+"
 KEYWORDS=""
 IUSE=""
 
-DEPEND="
+COMMON_DEPEND="
 	$(add_frameworks_dep kcodecs)
 	$(add_frameworks_dep kcompletion)
 	$(add_frameworks_dep kconfig)
@@ -40,6 +40,9 @@ DEPEND="
 	$(add_qt_dep qtwidgets)
 	dev-libs/libical
 "
-RDEPEND="${DEPEND}
+DEPEND="${COMMON_DEPEND}
+	dev-libs/boost
+"
+RDEPEND="${COMMON_DEPEND}
 	!kde-apps/kdepim-l10n
 "


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/calendarsupport/
@ 2017-09-13 18:09 Andreas Sturmlechner
  0 siblings, 0 replies; 15+ messages in thread
From: Andreas Sturmlechner @ 2017-09-13 18:09 UTC (permalink / raw
  To: gentoo-commits

commit:     a72b41d0f37d04c51977e1ffa9a8e067f6e07998
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 13 17:59:42 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 13 17:59:42 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=a72b41d0

kde-apps/calendarsupport: Drop unused DEPEND

Upstream commit 17a96baf89aefeb35d9c069085c6d0b4a4434dfc

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 kde-apps/calendarsupport/calendarsupport-9999.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kde-apps/calendarsupport/calendarsupport-9999.ebuild b/kde-apps/calendarsupport/calendarsupport-9999.ebuild
index 0eb3e73f66..74ff6b7398 100644
--- a/kde-apps/calendarsupport/calendarsupport-9999.ebuild
+++ b/kde-apps/calendarsupport/calendarsupport-9999.ebuild
@@ -16,7 +16,6 @@ COMMON_DEPEND="
 	$(add_frameworks_dep kcompletion)
 	$(add_frameworks_dep kconfig)
 	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep kdelibs4support)
 	$(add_frameworks_dep kguiaddons)
 	$(add_frameworks_dep ki18n)
 	$(add_frameworks_dep kiconthemes)


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/calendarsupport/
@ 2017-09-14 11:51 Andreas Sturmlechner
  0 siblings, 0 replies; 15+ messages in thread
From: Andreas Sturmlechner @ 2017-09-14 11:51 UTC (permalink / raw
  To: gentoo-commits

commit:     4cfa5cdffe54b9895a98348f8dd0139e47dc76fa
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 14 11:49:42 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Sep 14 11:49:42 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=4cfa5cdf

kde-apps/calendarsupport: Drop unused DEPEND

Upstream commit 1317951c216855545ef85ed967e67f40117de686

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 kde-apps/calendarsupport/calendarsupport-9999.ebuild | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/kde-apps/calendarsupport/calendarsupport-9999.ebuild b/kde-apps/calendarsupport/calendarsupport-9999.ebuild
index 74ff6b7398..8fecbc3af8 100644
--- a/kde-apps/calendarsupport/calendarsupport-9999.ebuild
+++ b/kde-apps/calendarsupport/calendarsupport-9999.ebuild
@@ -11,7 +11,7 @@ LICENSE="GPL-2+ LGPL-2.1+"
 KEYWORDS=""
 IUSE=""
 
-COMMON_DEPEND="
+DEPEND="
 	$(add_frameworks_dep kcodecs)
 	$(add_frameworks_dep kcompletion)
 	$(add_frameworks_dep kconfig)
@@ -39,9 +39,6 @@ COMMON_DEPEND="
 	$(add_qt_dep qtwidgets)
 	dev-libs/libical
 "
-DEPEND="${COMMON_DEPEND}
-	dev-libs/boost
-"
-RDEPEND="${COMMON_DEPEND}
+RDEPEND="${DEPEND}
 	!kde-apps/kdepim-l10n
 "


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/calendarsupport/
@ 2019-10-20  9:00 Andreas Sturmlechner
  0 siblings, 0 replies; 15+ messages in thread
From: Andreas Sturmlechner @ 2019-10-20  9:00 UTC (permalink / raw
  To: gentoo-commits

commit:     44a3ab60380dcaad92939801b6eb59907555e62d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 19 18:37:00 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Oct 19 18:37:00 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=44a3ab60

kde-apps/calendarsupport: Drop unused DEPEND

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

 kde-apps/calendarsupport/calendarsupport-9999.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kde-apps/calendarsupport/calendarsupport-9999.ebuild b/kde-apps/calendarsupport/calendarsupport-9999.ebuild
index 93def382b9..04f46e3dda 100644
--- a/kde-apps/calendarsupport/calendarsupport-9999.ebuild
+++ b/kde-apps/calendarsupport/calendarsupport-9999.ebuild
@@ -20,7 +20,6 @@ DEPEND="
 	$(add_frameworks_dep kguiaddons)
 	$(add_frameworks_dep kholidays)
 	$(add_frameworks_dep ki18n)
-	$(add_frameworks_dep kiconthemes)
 	$(add_frameworks_dep kio)
 	$(add_frameworks_dep kjobwidgets)
 	$(add_frameworks_dep kwidgetsaddons)


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/calendarsupport/
@ 2020-04-02  1:52 Andreas Sturmlechner
  0 siblings, 0 replies; 15+ messages in thread
From: Andreas Sturmlechner @ 2020-04-02  1:52 UTC (permalink / raw
  To: gentoo-commits

commit:     89f07e6575c14f4c01d1882820abc3bb940ea735
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  2 01:52:27 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr  2 01:52:27 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=89f07e65

kde-apps/calendarsupport: Add new DEPEND

Upstream commit b2480b8eff075ece491915c8df29054a8dae0c25

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

 kde-apps/calendarsupport/calendarsupport-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-apps/calendarsupport/calendarsupport-9999.ebuild b/kde-apps/calendarsupport/calendarsupport-9999.ebuild
index 7e710b082b..17c5c73ea0 100644
--- a/kde-apps/calendarsupport/calendarsupport-9999.ebuild
+++ b/kde-apps/calendarsupport/calendarsupport-9999.ebuild
@@ -25,6 +25,7 @@ DEPEND="
 	>=kde-apps/akonadi-${PVCUT}:5
 	>=kde-apps/akonadi-calendar-${PVCUT}:5
 	>=kde-apps/akonadi-mime-${PVCUT}:5
+	>=kde-apps/akonadi-notes-${PVCUT}:5
 	>=kde-apps/kcalutils-${PVCUT}:5
 	>=kde-apps/kdepim-apps-libs-${PVCUT}:5
 	>=kde-apps/kidentitymanagement-${PVCUT}:5


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/calendarsupport/
@ 2020-05-19 11:20 Andreas Sturmlechner
  0 siblings, 0 replies; 15+ messages in thread
From: Andreas Sturmlechner @ 2020-05-19 11:20 UTC (permalink / raw
  To: gentoo-commits

commit:     aa9e876f6b50528f0e5ce6d9309e81f243c4ffd9
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue May 19 11:13:50 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue May 19 11:13:50 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=aa9e876f

kde-apps/calendarsupport: Drop unused DEPEND

Upstream commit e5cc992fb4a313ecdf1fee9bb309ce30207c6d18

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

 kde-apps/calendarsupport/calendarsupport-9999.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kde-apps/calendarsupport/calendarsupport-9999.ebuild b/kde-apps/calendarsupport/calendarsupport-9999.ebuild
index 1d6da2ad94..3f01489ad7 100644
--- a/kde-apps/calendarsupport/calendarsupport-9999.ebuild
+++ b/kde-apps/calendarsupport/calendarsupport-9999.ebuild
@@ -27,7 +27,6 @@ DEPEND="
 	>=kde-apps/akonadi-mime-${PVCUT}:5
 	>=kde-apps/akonadi-notes-${PVCUT}:5
 	>=kde-apps/kcalutils-${PVCUT}:5
-	>=kde-apps/kdepim-apps-libs-${PVCUT}:5
 	>=kde-apps/kidentitymanagement-${PVCUT}:5
 	>=kde-apps/kmime-${PVCUT}:5
 	>=kde-apps/libkdepim-${PVCUT}:5


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/calendarsupport/
@ 2020-10-15 18:20 Andreas Sturmlechner
  0 siblings, 0 replies; 15+ messages in thread
From: Andreas Sturmlechner @ 2020-10-15 18:20 UTC (permalink / raw
  To: gentoo-commits

commit:     185b16898e034417b48d18a1a8d2ff567b53d1e4
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 14 06:11:36 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 15 18:20:46 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=185b1689

kde-apps/calendarsupport: add VIRTUALX_REQUIRED="test"

100% tests passed, 0 tests failed out of 3
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/calendarsupport/calendarsupport-20.08.49.9999.ebuild | 3 ++-
 kde-apps/calendarsupport/calendarsupport-9999.ebuild          | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/kde-apps/calendarsupport/calendarsupport-20.08.49.9999.ebuild b/kde-apps/calendarsupport/calendarsupport-20.08.49.9999.ebuild
index 1c97fe7e19..7f3db18810 100644
--- a/kde-apps/calendarsupport/calendarsupport-20.08.49.9999.ebuild
+++ b/kde-apps/calendarsupport/calendarsupport-20.08.49.9999.ebuild
@@ -4,9 +4,10 @@
 EAPI=7
 
 ECM_TEST="false"
-PVCUT=$(ver_cut 1-3)
 KFMIN=5.74.0
+PVCUT=$(ver_cut 1-3)
 QTMIN=5.15.1
+VIRTUALX_REQUIRED="test"
 inherit ecm kde.org
 
 DESCRIPTION="Calendar support library"

diff --git a/kde-apps/calendarsupport/calendarsupport-9999.ebuild b/kde-apps/calendarsupport/calendarsupport-9999.ebuild
index 9f93388321..fced2c354f 100644
--- a/kde-apps/calendarsupport/calendarsupport-9999.ebuild
+++ b/kde-apps/calendarsupport/calendarsupport-9999.ebuild
@@ -4,9 +4,10 @@
 EAPI=7
 
 ECM_TEST="false"
-PVCUT=$(ver_cut 1-3)
 KFMIN=5.75.0
+PVCUT=$(ver_cut 1-3)
 QTMIN=5.15.1
+VIRTUALX_REQUIRED="test"
 inherit ecm kde.org
 
 DESCRIPTION="Calendar support library"


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/calendarsupport/
@ 2021-11-16  7:35 Andreas Sturmlechner
  0 siblings, 0 replies; 15+ messages in thread
From: Andreas Sturmlechner @ 2021-11-16  7:35 UTC (permalink / raw
  To: gentoo-commits

commit:     d4ade1becaf4f8bead2a4dfb5ad498909fe50e39
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 16 06:51:28 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Nov 16 06:51:28 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=d4ade1be

kde-apps/calendarsupport: Set ECM_QTHELP=true

Upstream commit fc8619e1da1c065503a195fd53c27bcc84f397d6

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

 kde-apps/calendarsupport/calendarsupport-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-apps/calendarsupport/calendarsupport-9999.ebuild b/kde-apps/calendarsupport/calendarsupport-9999.ebuild
index c8ce496590..cdd00a5518 100644
--- a/kde-apps/calendarsupport/calendarsupport-9999.ebuild
+++ b/kde-apps/calendarsupport/calendarsupport-9999.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=8
 
+ECM_QTHELP="true"
 ECM_TEST="false"
 KFMIN=5.85.0
 PVCUT=$(ver_cut 1-3)


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/calendarsupport/
@ 2022-03-24 14:53 Andreas Sturmlechner
  0 siblings, 0 replies; 15+ messages in thread
From: Andreas Sturmlechner @ 2022-03-24 14:53 UTC (permalink / raw
  To: gentoo-commits

commit:     ceb219032fc0ffab561b44bc90ff4993c5bdd090
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 24 13:51:27 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 24 14:53:10 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=ceb21903

kde-apps/calendarsupport: Drop unused DEPEND

Upstream commit 3287867734062c60dd6d5ccc66aa03fb73795f9e

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

 kde-apps/calendarsupport/calendarsupport-9999.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kde-apps/calendarsupport/calendarsupport-9999.ebuild b/kde-apps/calendarsupport/calendarsupport-9999.ebuild
index f6a145e489..93f71bc656 100644
--- a/kde-apps/calendarsupport/calendarsupport-9999.ebuild
+++ b/kde-apps/calendarsupport/calendarsupport-9999.ebuild
@@ -32,7 +32,6 @@ DEPEND="
 	>=kde-apps/kidentitymanagement-${PVCUT}:5
 	>=kde-apps/kmime-${PVCUT}:5
 	>=kde-apps/libkdepim-${PVCUT}:5
-	>=kde-apps/pimcommon-${PVCUT}:5
 	>=kde-frameworks/kcalendarcore-${KFMIN}:5
 	>=kde-frameworks/kcodecs-${KFMIN}:5
 	>=kde-frameworks/kcompletion-${KFMIN}:5


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/calendarsupport/
@ 2024-02-25 22:34 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2024-02-25 22:34 UTC (permalink / raw
  To: gentoo-commits

commit:     99500c687bb7ef64ba9b0d8c58be85a26d8b096e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 25 22:28:44 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 25 22:30:01 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=99500c68

kde-apps/calendarsupport: refresh deps

* Drop kpimtextedit in favour of ktextaddons (upstream commit 2df988f9dd822a70b68ea9472a5eaa617bb2375a)
* Drop akonadi-mime (upstream commit a2a2f3da4dfcf6791bb1c4804730fbad63d1acfc)

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

 kde-apps/calendarsupport/calendarsupport-24.02.0.ebuild       | 3 +--
 kde-apps/calendarsupport/calendarsupport-24.02.49.9999.ebuild | 3 +--
 kde-apps/calendarsupport/calendarsupport-9999.ebuild          | 3 +--
 3 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/kde-apps/calendarsupport/calendarsupport-24.02.0.ebuild b/kde-apps/calendarsupport/calendarsupport-24.02.0.ebuild
index 11ce77e574..9efe29fd3f 100644
--- a/kde-apps/calendarsupport/calendarsupport-24.02.0.ebuild
+++ b/kde-apps/calendarsupport/calendarsupport-24.02.0.ebuild
@@ -19,17 +19,16 @@ IUSE=""
 
 DEPEND="
 	dev-libs/libical
+	>=dev-libs/ktextaddons-1.4.42:6
 	>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
 	>=dev-qt/qttools-${QTMIN}:6[designer]
 	>=kde-apps/akonadi-${PVCUT}:6
 	>=kde-apps/akonadi-calendar-${PVCUT}:6
-	>=kde-apps/akonadi-mime-${PVCUT}:6
 	>=kde-apps/akonadi-notes-${PVCUT}:6
 	>=kde-apps/kcalutils-${PVCUT}:6
 	>=kde-apps/kidentitymanagement-${PVCUT}:6
 	>=kde-apps/kmime-${PVCUT}:6
 	>=kde-apps/libkdepim-${PVCUT}:6
-	>=kde-apps/kpimtextedit-${PVCUT}:6
 	>=kde-frameworks/kcalendarcore-${KFMIN}:6
 	>=kde-frameworks/kcodecs-${KFMIN}:6
 	>=kde-frameworks/kcompletion-${KFMIN}:6

diff --git a/kde-apps/calendarsupport/calendarsupport-24.02.49.9999.ebuild b/kde-apps/calendarsupport/calendarsupport-24.02.49.9999.ebuild
index f43422c63e..387c5ddf1f 100644
--- a/kde-apps/calendarsupport/calendarsupport-24.02.49.9999.ebuild
+++ b/kde-apps/calendarsupport/calendarsupport-24.02.49.9999.ebuild
@@ -19,17 +19,16 @@ IUSE=""
 
 DEPEND="
 	dev-libs/libical
+	>=dev-libs/ktextaddons-1.4.42:6
 	>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
 	>=dev-qt/qttools-${QTMIN}:6[designer]
 	>=kde-apps/akonadi-${PVCUT}:6
 	>=kde-apps/akonadi-calendar-${PVCUT}:6
-	>=kde-apps/akonadi-mime-${PVCUT}:6
 	>=kde-apps/akonadi-notes-${PVCUT}:6
 	>=kde-apps/kcalutils-${PVCUT}:6
 	>=kde-apps/kidentitymanagement-${PVCUT}:6
 	>=kde-apps/kmime-${PVCUT}:6
 	>=kde-apps/libkdepim-${PVCUT}:6
-	>=kde-apps/kpimtextedit-${PVCUT}:6
 	>=kde-frameworks/kcalendarcore-${KFMIN}:6
 	>=kde-frameworks/kcodecs-${KFMIN}:6
 	>=kde-frameworks/kcompletion-${KFMIN}:6

diff --git a/kde-apps/calendarsupport/calendarsupport-9999.ebuild b/kde-apps/calendarsupport/calendarsupport-9999.ebuild
index f43422c63e..387c5ddf1f 100644
--- a/kde-apps/calendarsupport/calendarsupport-9999.ebuild
+++ b/kde-apps/calendarsupport/calendarsupport-9999.ebuild
@@ -19,17 +19,16 @@ IUSE=""
 
 DEPEND="
 	dev-libs/libical
+	>=dev-libs/ktextaddons-1.4.42:6
 	>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
 	>=dev-qt/qttools-${QTMIN}:6[designer]
 	>=kde-apps/akonadi-${PVCUT}:6
 	>=kde-apps/akonadi-calendar-${PVCUT}:6
-	>=kde-apps/akonadi-mime-${PVCUT}:6
 	>=kde-apps/akonadi-notes-${PVCUT}:6
 	>=kde-apps/kcalutils-${PVCUT}:6
 	>=kde-apps/kidentitymanagement-${PVCUT}:6
 	>=kde-apps/kmime-${PVCUT}:6
 	>=kde-apps/libkdepim-${PVCUT}:6
-	>=kde-apps/kpimtextedit-${PVCUT}:6
 	>=kde-frameworks/kcalendarcore-${KFMIN}:6
 	>=kde-frameworks/kcodecs-${KFMIN}:6
 	>=kde-frameworks/kcompletion-${KFMIN}:6


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/calendarsupport/
@ 2024-03-07 21:10 Andreas Sturmlechner
  0 siblings, 0 replies; 15+ messages in thread
From: Andreas Sturmlechner @ 2024-03-07 21:10 UTC (permalink / raw
  To: gentoo-commits

commit:     f08a56b4d0132318875daca36f16b1c0f466f918
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  7 20:42:35 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar  7 20:42:35 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=f08a56b4

kde-apps/calendarsupport: Drop unused dev-qt/qttools dependency

Unused since upstream commit 4e4531d4108d3f2a0aafa871018072c9ef4de70e

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

 kde-apps/calendarsupport/calendarsupport-24.02.49.9999.ebuild | 1 -
 kde-apps/calendarsupport/calendarsupport-9999.ebuild          | 1 -
 2 files changed, 2 deletions(-)

diff --git a/kde-apps/calendarsupport/calendarsupport-24.02.49.9999.ebuild b/kde-apps/calendarsupport/calendarsupport-24.02.49.9999.ebuild
index 7e9b4f6052..9b2abc0330 100644
--- a/kde-apps/calendarsupport/calendarsupport-24.02.49.9999.ebuild
+++ b/kde-apps/calendarsupport/calendarsupport-24.02.49.9999.ebuild
@@ -21,7 +21,6 @@ DEPEND="
 	dev-libs/libical
 	>=dev-libs/ktextaddons-1.4.42:6
 	>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
-	>=dev-qt/qttools-${QTMIN}:6[designer]
 	>=kde-apps/akonadi-${PVCUT}:6
 	>=kde-apps/akonadi-calendar-${PVCUT}:6
 	>=kde-apps/akonadi-notes-${PVCUT}:6

diff --git a/kde-apps/calendarsupport/calendarsupport-9999.ebuild b/kde-apps/calendarsupport/calendarsupport-9999.ebuild
index 7e9b4f6052..9b2abc0330 100644
--- a/kde-apps/calendarsupport/calendarsupport-9999.ebuild
+++ b/kde-apps/calendarsupport/calendarsupport-9999.ebuild
@@ -21,7 +21,6 @@ DEPEND="
 	dev-libs/libical
 	>=dev-libs/ktextaddons-1.4.42:6
 	>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
-	>=dev-qt/qttools-${QTMIN}:6[designer]
 	>=kde-apps/akonadi-${PVCUT}:6
 	>=kde-apps/akonadi-calendar-${PVCUT}:6
 	>=kde-apps/akonadi-notes-${PVCUT}:6


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/calendarsupport/
@ 2024-05-17 19:50 Andreas Sturmlechner
  0 siblings, 0 replies; 15+ messages in thread
From: Andreas Sturmlechner @ 2024-05-17 19:50 UTC (permalink / raw
  To: gentoo-commits

commit:     daf8f6db318b62ec039100ff95db1c01180c6008
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri May 17 19:46:06 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri May 17 19:46:06 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=daf8f6db

kde-apps/calendarsupport: Raise minimum dev-libs/ktextaddons version

Upstream commit 13f29ef9701c9cc81854112585ca6e56b5bb2b9f

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

 kde-apps/calendarsupport/calendarsupport-24.04.90.ebuild      | 2 +-
 kde-apps/calendarsupport/calendarsupport-24.05.49.9999.ebuild | 2 +-
 kde-apps/calendarsupport/calendarsupport-9999.ebuild          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-apps/calendarsupport/calendarsupport-24.04.90.ebuild b/kde-apps/calendarsupport/calendarsupport-24.04.90.ebuild
index 8db7a0be57..fa64a3bd65 100644
--- a/kde-apps/calendarsupport/calendarsupport-24.04.90.ebuild
+++ b/kde-apps/calendarsupport/calendarsupport-24.04.90.ebuild
@@ -19,7 +19,7 @@ IUSE=""
 
 DEPEND="
 	dev-libs/libical
-	>=dev-libs/ktextaddons-1.4.42:6
+	>=dev-libs/ktextaddons-1.5.4:6
 	>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
 	>=kde-apps/akonadi-${PVCUT}:6
 	>=kde-apps/akonadi-calendar-${PVCUT}:6

diff --git a/kde-apps/calendarsupport/calendarsupport-24.05.49.9999.ebuild b/kde-apps/calendarsupport/calendarsupport-24.05.49.9999.ebuild
index 9b2abc0330..3238d8544d 100644
--- a/kde-apps/calendarsupport/calendarsupport-24.05.49.9999.ebuild
+++ b/kde-apps/calendarsupport/calendarsupport-24.05.49.9999.ebuild
@@ -19,7 +19,7 @@ IUSE=""
 
 DEPEND="
 	dev-libs/libical
-	>=dev-libs/ktextaddons-1.4.42:6
+	>=dev-libs/ktextaddons-1.5.4:6
 	>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
 	>=kde-apps/akonadi-${PVCUT}:6
 	>=kde-apps/akonadi-calendar-${PVCUT}:6

diff --git a/kde-apps/calendarsupport/calendarsupport-9999.ebuild b/kde-apps/calendarsupport/calendarsupport-9999.ebuild
index 9b2abc0330..3238d8544d 100644
--- a/kde-apps/calendarsupport/calendarsupport-9999.ebuild
+++ b/kde-apps/calendarsupport/calendarsupport-9999.ebuild
@@ -19,7 +19,7 @@ IUSE=""
 
 DEPEND="
 	dev-libs/libical
-	>=dev-libs/ktextaddons-1.4.42:6
+	>=dev-libs/ktextaddons-1.5.4:6
 	>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
 	>=kde-apps/akonadi-${PVCUT}:6
 	>=kde-apps/akonadi-calendar-${PVCUT}:6


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/calendarsupport/
@ 2024-09-12 19:30 Andreas Sturmlechner
  0 siblings, 0 replies; 15+ messages in thread
From: Andreas Sturmlechner @ 2024-09-12 19:30 UTC (permalink / raw
  To: gentoo-commits

commit:     7c81fa39f56e8dad168ccab5a013390667201aa1
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 12 19:04:55 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Sep 12 19:04:55 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=7c81fa39

kde-apps/calendarsupport: drop 24.08.1

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

 .../calendarsupport/calendarsupport-24.08.1.ebuild | 43 ----------------------
 1 file changed, 43 deletions(-)

diff --git a/kde-apps/calendarsupport/calendarsupport-24.08.1.ebuild b/kde-apps/calendarsupport/calendarsupport-24.08.1.ebuild
deleted file mode 100644
index 7721a8f735..0000000000
--- a/kde-apps/calendarsupport/calendarsupport-24.08.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="true"
-ECM_TEST="false"
-KFMIN=6.5.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.7.2
-inherit ecm gear.kde.org
-
-DESCRIPTION="Calendar support library"
-
-LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="6"
-KEYWORDS="~amd64 ~arm64"
-IUSE=""
-
-DEPEND="
-	dev-libs/libical
-	>=dev-libs/ktextaddons-1.5.4:6
-	>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
-	>=kde-apps/akonadi-${PVCUT}:6
-	>=kde-apps/akonadi-calendar-${PVCUT}:6
-	>=kde-apps/akonadi-notes-${PVCUT}:6
-	>=kde-apps/kcalutils-${PVCUT}:6
-	>=kde-apps/kidentitymanagement-${PVCUT}:6
-	>=kde-apps/kmime-${PVCUT}:6
-	>=kde-apps/libkdepim-${PVCUT}:6
-	>=kde-frameworks/kcalendarcore-${KFMIN}:6
-	>=kde-frameworks/kcodecs-${KFMIN}:6
-	>=kde-frameworks/kcompletion-${KFMIN}:6
-	>=kde-frameworks/kconfig-${KFMIN}:6
-	>=kde-frameworks/kcoreaddons-${KFMIN}:6
-	>=kde-frameworks/kguiaddons-${KFMIN}:6
-	>=kde-frameworks/kholidays-${KFMIN}:6
-	>=kde-frameworks/ki18n-${KFMIN}:6
-	>=kde-frameworks/kio-${KFMIN}:6
-	>=kde-frameworks/kjobwidgets-${KFMIN}:6
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-"
-RDEPEND="${DEPEND}"


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

end of thread, other threads:[~2024-09-12 19:30 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-07 21:10 [gentoo-commits] proj/kde:master commit in: kde-apps/calendarsupport/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2024-09-12 19:30 Andreas Sturmlechner
2024-05-17 19:50 Andreas Sturmlechner
2024-02-25 22:34 Sam James
2022-03-24 14:53 Andreas Sturmlechner
2021-11-16  7:35 Andreas Sturmlechner
2020-10-15 18:20 Andreas Sturmlechner
2020-05-19 11:20 Andreas Sturmlechner
2020-04-02  1:52 Andreas Sturmlechner
2019-10-20  9:00 Andreas Sturmlechner
2017-09-14 11:51 Andreas Sturmlechner
2017-09-13 18:09 Andreas Sturmlechner
2017-09-13 17:52 Andreas Sturmlechner
2016-04-15 19:07 Michael Palimaka
2015-10-22 10:13 Michael Palimaka

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