public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-apps/konsolekalendar/
@ 2016-04-04 22:51 Johannes Huber
  0 siblings, 0 replies; 13+ messages in thread
From: Johannes Huber @ 2016-04-04 22:51 UTC (permalink / raw
  To: gentoo-commits

commit:     dcd856cf90163bc3fb5174b866f52bf7244e0e4d
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  4 22:45:10 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Apr  4 22:45:10 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=dcd856cf

kde-apps/konsolekalendar: EAPI 6

Package-Manager: portage-2.2.28

 kde-apps/konsolekalendar/konsolekalendar-4.14.11_pre20160211.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/konsolekalendar/konsolekalendar-4.14.11_pre20160211.ebuild b/kde-apps/konsolekalendar/konsolekalendar-4.14.11_pre20160211.ebuild
index 88d4d7b..84d9172 100644
--- a/kde-apps/konsolekalendar/konsolekalendar-4.14.11_pre20160211.ebuild
+++ b/kde-apps/konsolekalendar/konsolekalendar-4.14.11_pre20160211.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 KDE_HANDBOOK="optional"
 KMNAME="kdepim"


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/konsolekalendar/
@ 2016-04-24 17:52 Michael Palimaka
  0 siblings, 0 replies; 13+ messages in thread
From: Michael Palimaka @ 2016-04-24 17:52 UTC (permalink / raw
  To: gentoo-commits

commit:     4ef130316efae0f999cae6f0506ead06b1954ead
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sat Apr 23 21:38:03 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Apr 24 17:30:43 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=4ef13031

kde-apps/konsolekalendar: Split building upstream

Package-Manager: portage-2.2.27

 .../konsolekalendar/konsolekalendar-9999.ebuild    | 26 +++++++---------------
 1 file changed, 8 insertions(+), 18 deletions(-)

diff --git a/kde-apps/konsolekalendar/konsolekalendar-9999.ebuild b/kde-apps/konsolekalendar/konsolekalendar-9999.ebuild
index f93c574..e16d953 100644
--- a/kde-apps/konsolekalendar/konsolekalendar-9999.ebuild
+++ b/kde-apps/konsolekalendar/konsolekalendar-9999.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-KDE_HANDBOOK="true"
+KDE_HANDBOOK="forceoptional"
 KDE_PUNT_BOGUS_DEPS="true"
 KMNAME="kdepim"
 QT_MINIMAL="5.6.0"
@@ -33,27 +33,17 @@ RDEPEND="${DEPEND}
 "
 
 if [[ ${KDE_BUILD_TYPE} = live ]] ; then
-	S="${WORKDIR}/${P}"
+	S="${WORKDIR}/${P}/console"
 else
-	S="${WORKDIR}/${KMNAME}-${PV}"
+	S="${WORKDIR}/${KMNAME}-${PV}/console"
 fi
 
-PATCHES=( "${FILESDIR}/kdepim-console.patch" )
-
 src_prepare() {
-	mv console/calendarjanitor calendarjanitor || die "Failed to move calendarjanitor"
-	mv console/konsolekalendar konsolekalendar || die "Failed to move konsolekalendar"
+	# konsolekalendar subproject does not contain doc
+	# at least until properly split upstream
+	echo "add_subdirectory(doc)" >> CMakeLists.txt || die "Failed to add doc dir"
+	mv ../doc/${PN} doc || die "Failed to move handbook"
 
+	cmake_comment_add_subdirectory calendarjanitor
 	kde5_src_prepare
 }
-
-src_configure() {
-	local mycmakeargs=(
-		-DCMAKE_DISABLE_FIND_PACKAGE_KF5GAPI=ON
-		-DCMAKE_DISABLE_FIND_PACKAGE_KF5Prison=ON
-		-DCMAKE_DISABLE_FIND_PACKAGE_Qt5Designer=ON
-		-DCMAKE_DISABLE_FIND_PACKAGE_Qt5X11Extras=ON
-	)
-
-	kde5_src_configure
-}


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/konsolekalendar/
@ 2016-05-11  9:51 Michael Palimaka
  0 siblings, 0 replies; 13+ messages in thread
From: Michael Palimaka @ 2016-05-11  9:51 UTC (permalink / raw
  To: gentoo-commits

commit:     7d509363ce31372b6e8bd719772d8a8bb6ebde72
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Fri May  6 22:59:28 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun May  8 20:37:10 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=7d509363

kde-apps/konsolekalendar: Drop KDE_PUNT_BOGUS_DEPS

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

diff --git a/kde-apps/konsolekalendar/konsolekalendar-9999.ebuild b/kde-apps/konsolekalendar/konsolekalendar-9999.ebuild
index e16d953..7940748 100644
--- a/kde-apps/konsolekalendar/konsolekalendar-9999.ebuild
+++ b/kde-apps/konsolekalendar/konsolekalendar-9999.ebuild
@@ -5,7 +5,6 @@
 EAPI=6
 
 KDE_HANDBOOK="forceoptional"
-KDE_PUNT_BOGUS_DEPS="true"
 KMNAME="kdepim"
 QT_MINIMAL="5.6.0"
 inherit kde5


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/konsolekalendar/
@ 2016-05-26 15:08 Michael Palimaka
  0 siblings, 0 replies; 13+ messages in thread
From: Michael Palimaka @ 2016-05-26 15:08 UTC (permalink / raw
  To: gentoo-commits

commit:     bf923a5eb6cdbcb4775311da7dc08128fc3fdd43
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Mon May 23 22:25:33 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu May 26 13:04:34 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=bf923a5e

kde-apps/konsolekalendar: Fix DEPENDs

Package-Manager: portage-2.2.28

 kde-apps/konsolekalendar/konsolekalendar-9999.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/kde-apps/konsolekalendar/konsolekalendar-9999.ebuild b/kde-apps/konsolekalendar/konsolekalendar-9999.ebuild
index 7940748..f26599e 100644
--- a/kde-apps/konsolekalendar/konsolekalendar-9999.ebuild
+++ b/kde-apps/konsolekalendar/konsolekalendar-9999.ebuild
@@ -25,10 +25,9 @@ DEPEND="
 	$(add_kdeapps_dep calendarsupport)
 	$(add_kdeapps_dep kcalcore)
 	$(add_kdeapps_dep kcalutils)
-	dev-libs/libxslt
 "
 RDEPEND="${DEPEND}
-	!<kde-apps/kdepim-15.12.2:5
+	!kde-apps/kdepim:5
 "
 
 if [[ ${KDE_BUILD_TYPE} = live ]] ; then


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/konsolekalendar/
@ 2016-08-31 14:33 Michael Palimaka
  0 siblings, 0 replies; 13+ messages in thread
From: Michael Palimaka @ 2016-08-31 14:33 UTC (permalink / raw
  To: gentoo-commits

commit:     4741f1ba3d05caaf50900e720d824e3725acb7a9
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Tue Aug 30 12:04:54 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Aug 31 14:33:29 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=4741f1ba

kde-apps/konsolekalendar: Upstream repository changed

Package-Manager: portage-2.2.28

 kde-apps/konsolekalendar/konsolekalendar-9999.ebuild | 15 ++-------------
 1 file changed, 2 insertions(+), 13 deletions(-)

diff --git a/kde-apps/konsolekalendar/konsolekalendar-9999.ebuild b/kde-apps/konsolekalendar/konsolekalendar-9999.ebuild
index 6e128f7..15bb01d 100644
--- a/kde-apps/konsolekalendar/konsolekalendar-9999.ebuild
+++ b/kde-apps/konsolekalendar/konsolekalendar-9999.ebuild
@@ -5,10 +5,10 @@
 EAPI=6
 
 KDE_HANDBOOK="forceoptional"
-KMNAME="kdepim"
+KMNAME="akonadi-calendar-tools"
 inherit kde5
 
-DESCRIPTION="A command line interface to KDE calendars"
+DESCRIPTION="Command line interface to KDE calendars"
 HOMEPAGE+=" https://userbase.kde.org/KonsoleKalendar"
 LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
 KEYWORDS=""
@@ -28,18 +28,7 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
-if [[ ${KDE_BUILD_TYPE} = live ]] ; then
-	S="${WORKDIR}/${P}/console"
-else
-	S="${WORKDIR}/${KMNAME}-${PV}/console"
-fi
-
 src_prepare() {
-	# konsolekalendar subproject does not contain doc
-	# at least until properly split upstream
-	echo "add_subdirectory(doc)" >> CMakeLists.txt || die "Failed to add doc dir"
-	mv ../doc/${PN} doc || die "Failed to move handbook"
-
 	cmake_comment_add_subdirectory calendarjanitor
 	kde5_src_prepare
 }


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/konsolekalendar/
@ 2017-04-08  8:31 Andreas Sturmlechner
  0 siblings, 0 replies; 13+ messages in thread
From: Andreas Sturmlechner @ 2017-04-08  8:31 UTC (permalink / raw
  To: gentoo-commits

commit:     6030fbef207d9909a9b53078b9fbe824a3ff5fc1
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  7 21:36:29 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Apr  7 21:40:01 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=6030fbef

kde-apps/konsolekalendar: Remove colliding calendarjanitor translations

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-apps/konsolekalendar/konsolekalendar-17.04.49.9999.ebuild | 8 +++++++-
 kde-apps/konsolekalendar/konsolekalendar-9999.ebuild          | 8 +++++++-
 2 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/kde-apps/konsolekalendar/konsolekalendar-17.04.49.9999.ebuild b/kde-apps/konsolekalendar/konsolekalendar-17.04.49.9999.ebuild
index 16dab1145b..f64d77c1b1 100644
--- a/kde-apps/konsolekalendar/konsolekalendar-17.04.49.9999.ebuild
+++ b/kde-apps/konsolekalendar/konsolekalendar-17.04.49.9999.ebuild
@@ -28,6 +28,12 @@ DEPEND="
 RDEPEND="${DEPEND}"
 
 src_prepare() {
-	cmake_comment_add_subdirectory calendarjanitor
 	kde5_src_prepare
+
+	# delete colliding calendarjanitor translations
+	if [[ ${KDE_BUILD_TYPE} = release ]]; then
+		rm po/*/calendarjanitor.po || die
+	fi
+
+	cmake_comment_add_subdirectory calendarjanitor
 }

diff --git a/kde-apps/konsolekalendar/konsolekalendar-9999.ebuild b/kde-apps/konsolekalendar/konsolekalendar-9999.ebuild
index 16dab1145b..f64d77c1b1 100644
--- a/kde-apps/konsolekalendar/konsolekalendar-9999.ebuild
+++ b/kde-apps/konsolekalendar/konsolekalendar-9999.ebuild
@@ -28,6 +28,12 @@ DEPEND="
 RDEPEND="${DEPEND}"
 
 src_prepare() {
-	cmake_comment_add_subdirectory calendarjanitor
 	kde5_src_prepare
+
+	# delete colliding calendarjanitor translations
+	if [[ ${KDE_BUILD_TYPE} = release ]]; then
+		rm po/*/calendarjanitor.po || die
+	fi
+
+	cmake_comment_add_subdirectory calendarjanitor
 }


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/konsolekalendar/
@ 2017-04-25 20:58 Andreas Sturmlechner
  0 siblings, 0 replies; 13+ messages in thread
From: Andreas Sturmlechner @ 2017-04-25 20:58 UTC (permalink / raw
  To: gentoo-commits

commit:     0049193bcf6780dd2811def90216520fb344b177
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 25 20:49:04 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Apr 25 20:49:04 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=0049193b

kde-apps/konsolekalendar: Don't die on missing translations

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-apps/konsolekalendar/konsolekalendar-17.04.49.9999.ebuild | 2 +-
 kde-apps/konsolekalendar/konsolekalendar-9999.ebuild          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-apps/konsolekalendar/konsolekalendar-17.04.49.9999.ebuild b/kde-apps/konsolekalendar/konsolekalendar-17.04.49.9999.ebuild
index bcab703ded..7ee87bb204 100644
--- a/kde-apps/konsolekalendar/konsolekalendar-17.04.49.9999.ebuild
+++ b/kde-apps/konsolekalendar/konsolekalendar-17.04.49.9999.ebuild
@@ -34,7 +34,7 @@ src_prepare() {
 
 	# delete colliding calendarjanitor translations
 	if [[ ${KDE_BUILD_TYPE} = release ]]; then
-		rm po/*/calendarjanitor.po || die
+		rm -f po/*/calendarjanitor.po || die
 	fi
 
 	cmake_comment_add_subdirectory calendarjanitor

diff --git a/kde-apps/konsolekalendar/konsolekalendar-9999.ebuild b/kde-apps/konsolekalendar/konsolekalendar-9999.ebuild
index bcab703ded..7ee87bb204 100644
--- a/kde-apps/konsolekalendar/konsolekalendar-9999.ebuild
+++ b/kde-apps/konsolekalendar/konsolekalendar-9999.ebuild
@@ -34,7 +34,7 @@ src_prepare() {
 
 	# delete colliding calendarjanitor translations
 	if [[ ${KDE_BUILD_TYPE} = release ]]; then
-		rm po/*/calendarjanitor.po || die
+		rm -f po/*/calendarjanitor.po || die
 	fi
 
 	cmake_comment_add_subdirectory calendarjanitor


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

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

commit:     f4bfaa3438ac1d64a6e5fedd1f86b701f861eb70
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 12 15:44:47 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Dec 12 15:44:47 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=f4bfaa34

kde-apps/konsolekalendar: Drop obsolete DEPEND, kdelibs4support--

Upstream commit 845d50cdce2e4101d69a573961f0872b92dcf350

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

 kde-apps/konsolekalendar/konsolekalendar-9999.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/kde-apps/konsolekalendar/konsolekalendar-9999.ebuild b/kde-apps/konsolekalendar/konsolekalendar-9999.ebuild
index ad47d6840e..7c598e9fda 100644
--- a/kde-apps/konsolekalendar/konsolekalendar-9999.ebuild
+++ b/kde-apps/konsolekalendar/konsolekalendar-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,6 @@ IUSE=""
 DEPEND="
 	$(add_frameworks_dep kconfig)
 	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep kdelibs4support)
 	$(add_frameworks_dep ki18n)
 	$(add_kdeapps_dep akonadi)
 	$(add_kdeapps_dep akonadi-calendar)


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/konsolekalendar/
@ 2021-12-09 11:28 Andreas Sturmlechner
  0 siblings, 0 replies; 13+ messages in thread
From: Andreas Sturmlechner @ 2021-12-09 11:28 UTC (permalink / raw
  To: gentoo-commits

commit:     31b671de1f6bfe26644c0b645988d0dd4952a4fd
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  9 10:38:38 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Dec  9 11:26:38 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=31b671de

kde-apps/konsolekalendar: drop 21.11.90*

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

 .../konsolekalendar-21.11.90.ebuild                | 41 ----------------------
 1 file changed, 41 deletions(-)

diff --git a/kde-apps/konsolekalendar/konsolekalendar-21.11.90.ebuild b/kde-apps/konsolekalendar/konsolekalendar-21.11.90.ebuild
deleted file mode 100644
index 6609805d54..0000000000
--- a/kde-apps/konsolekalendar/konsolekalendar-21.11.90.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="forceoptional"
-KDE_ORG_NAME="akonadi-calendar-tools"
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.88.0
-inherit ecm kde.org
-
-DESCRIPTION="Command line interface to KDE calendars"
-HOMEPAGE+=" https://userbase.kde.org/KonsoleKalendar"
-
-LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-	>=kde-apps/akonadi-${PVCUT}:5
-	>=kde-apps/akonadi-calendar-${PVCUT}:5
-	>=kde-apps/calendarsupport-${PVCUT}:5
-	>=kde-apps/kcalutils-${PVCUT}:5
-	>=kde-frameworks/kcalendarcore-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	ecm_src_prepare
-
-	# delete colliding calendarjanitor translations
-	if [[ ${KDE_BUILD_TYPE} = release ]]; then
-		rm -f po/*/calendarjanitor.po || die
-	fi
-
-	cmake_comment_add_subdirectory calendarjanitor
-}


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/konsolekalendar/
@ 2022-10-16 11:42 Andreas Sturmlechner
  0 siblings, 0 replies; 13+ messages in thread
From: Andreas Sturmlechner @ 2022-10-16 11:42 UTC (permalink / raw
  To: gentoo-commits

commit:     d0400a58103cad8c56862235b9cc9a8805903482
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 16 11:41:13 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 16 11:41:13 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=d0400a58

kde-apps/konsolekalendar: Translations moved to code repository

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

 kde-apps/konsolekalendar/konsolekalendar-9999.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/kde-apps/konsolekalendar/konsolekalendar-9999.ebuild b/kde-apps/konsolekalendar/konsolekalendar-9999.ebuild
index 0778a23995..83a27addbd 100644
--- a/kde-apps/konsolekalendar/konsolekalendar-9999.ebuild
+++ b/kde-apps/konsolekalendar/konsolekalendar-9999.ebuild
@@ -33,9 +33,7 @@ src_prepare() {
 	ecm_src_prepare
 
 	# delete colliding calendarjanitor translations
-	if [[ ${KDE_BUILD_TYPE} = release ]]; then
-		rm -f po/*/calendarjanitor.po || die
-	fi
+	rm -f po/*/calendarjanitor.po || die
 
 	cmake_comment_add_subdirectory calendarjanitor
 }


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/konsolekalendar/
@ 2023-08-06 20:39 Andreas Sturmlechner
  0 siblings, 0 replies; 13+ messages in thread
From: Andreas Sturmlechner @ 2023-08-06 20:39 UTC (permalink / raw
  To: gentoo-commits

commit:     b4b252489ff8f8d5d644b571498f6e5e9d6e9663
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  6 19:02:59 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug  6 19:02:59 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=b4b25248

kde-apps/konsolekalendar: Drop obsolete dependency

Upstream commit 8e6581b25c26c1e0f451f9b40824579d2db99ce3

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

 kde-apps/konsolekalendar/konsolekalendar-9999.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/kde-apps/konsolekalendar/konsolekalendar-9999.ebuild b/kde-apps/konsolekalendar/konsolekalendar-9999.ebuild
index e070e275f1..42c0ac9301 100644
--- a/kde-apps/konsolekalendar/konsolekalendar-9999.ebuild
+++ b/kde-apps/konsolekalendar/konsolekalendar-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 ECM_HANDBOOK="forceoptional"
 KDE_ORG_NAME="akonadi-calendar-tools"
 PVCUT=$(ver_cut 1-3)
-KFMIN=5.104.0
+KFMIN=5.106.0
 inherit ecm gear.kde.org
 
 DESCRIPTION="Command line interface to KDE calendars"
@@ -21,7 +21,6 @@ DEPEND="
 	>=kde-apps/akonadi-${PVCUT}:5
 	>=kde-apps/akonadi-calendar-${PVCUT}:5
 	>=kde-apps/calendarsupport-${PVCUT}:5
-	>=kde-apps/kcalutils-${PVCUT}:5
 	>=kde-frameworks/kcalendarcore-${KFMIN}:5
 	>=kde-frameworks/kconfig-${KFMIN}:5
 	>=kde-frameworks/kcoreaddons-${KFMIN}:5


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/konsolekalendar/
@ 2024-08-12 14:23 Andreas Sturmlechner
  0 siblings, 0 replies; 13+ messages in thread
From: Andreas Sturmlechner @ 2024-08-12 14:23 UTC (permalink / raw
  To: gentoo-commits

commit:     3b8c111a0b80252698794612ad6912974d1f8c2a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 11 21:40:25 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Aug 12 13:38:13 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=3b8c111a

kde-apps/konsolekalendar: add kde-invent upstream metadata

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

 kde-apps/konsolekalendar/metadata.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/kde-apps/konsolekalendar/metadata.xml b/kde-apps/konsolekalendar/metadata.xml
index d925f24397..8fcd761a78 100644
--- a/kde-apps/konsolekalendar/metadata.xml
+++ b/kde-apps/konsolekalendar/metadata.xml
@@ -6,6 +6,7 @@
 		<name>Gentoo KDE Project</name>
 	</maintainer>
 	<upstream>
-		<bugs-to>https://bugs.kde.org/</bugs-to>
+		<bugs-to>https://bugs.kde.org/enter_bug.cgi?product=konsolekalendar</bugs-to>
+		<remote-id type="kde-invent">pim/akonadi-calendar-tools</remote-id>
 	</upstream>
 </pkgmetadata>


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/konsolekalendar/
@ 2024-08-21 21:47 Andreas Sturmlechner
  0 siblings, 0 replies; 13+ messages in thread
From: Andreas Sturmlechner @ 2024-08-21 21:47 UTC (permalink / raw
  To: gentoo-commits

commit:     9531c9df77745e630b93b29499d2bda8ac6a0458
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 11 21:40:25 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Aug 21 20:53:49 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=9531c9df

kde-apps/konsolekalendar: RDEPEND on akonadi-calendar-tools-common

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

 ...r-24.07.90.ebuild => konsolekalendar-24.07.90-r1.ebuild} | 13 ++++++-------
 kde-apps/konsolekalendar/konsolekalendar-24.08.0.ebuild     | 13 ++++++-------
 .../konsolekalendar/konsolekalendar-24.08.49.9999.ebuild    | 13 ++++++-------
 kde-apps/konsolekalendar/konsolekalendar-9999.ebuild        | 13 ++++++-------
 4 files changed, 24 insertions(+), 28 deletions(-)

diff --git a/kde-apps/konsolekalendar/konsolekalendar-24.07.90.ebuild b/kde-apps/konsolekalendar/konsolekalendar-24.07.90-r1.ebuild
similarity index 80%
rename from kde-apps/konsolekalendar/konsolekalendar-24.07.90.ebuild
rename to kde-apps/konsolekalendar/konsolekalendar-24.07.90-r1.ebuild
index cc8278da95..32e049d9d4 100644
--- a/kde-apps/konsolekalendar/konsolekalendar-24.07.90.ebuild
+++ b/kde-apps/konsolekalendar/konsolekalendar-24.07.90-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-ECM_HANDBOOK="forceoptional"
+ECM_HANDBOOK="forceoff"
 KDE_ORG_NAME="akonadi-calendar-tools"
 PVCUT=$(ver_cut 1-3)
 KFMIN=6.5.0
@@ -12,7 +12,7 @@ inherit ecm gear.kde.org
 DESCRIPTION="Command line interface to KDE calendars"
 HOMEPAGE+=" https://userbase.kde.org/KonsoleKalendar"
 
-LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
+LICENSE="GPL-2+"
 SLOT="6"
 KEYWORDS="~amd64 ~arm64"
 IUSE=""
@@ -26,13 +26,12 @@ DEPEND="
 	>=kde-frameworks/kcoreaddons-${KFMIN}:6
 	>=kde-frameworks/ki18n-${KFMIN}:6
 "
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+	>=kde-apps/akonadi-calendar-tools-common-${PV}
+"
 
 src_prepare() {
 	ecm_src_prepare
-
-	# delete colliding calendarjanitor translations
-	rm -f po/*/calendarjanitor.po || die
-
+	ecm_punt_po_install
 	cmake_comment_add_subdirectory calendarjanitor
 }

diff --git a/kde-apps/konsolekalendar/konsolekalendar-24.08.0.ebuild b/kde-apps/konsolekalendar/konsolekalendar-24.08.0.ebuild
index cc8278da95..32e049d9d4 100644
--- a/kde-apps/konsolekalendar/konsolekalendar-24.08.0.ebuild
+++ b/kde-apps/konsolekalendar/konsolekalendar-24.08.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-ECM_HANDBOOK="forceoptional"
+ECM_HANDBOOK="forceoff"
 KDE_ORG_NAME="akonadi-calendar-tools"
 PVCUT=$(ver_cut 1-3)
 KFMIN=6.5.0
@@ -12,7 +12,7 @@ inherit ecm gear.kde.org
 DESCRIPTION="Command line interface to KDE calendars"
 HOMEPAGE+=" https://userbase.kde.org/KonsoleKalendar"
 
-LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
+LICENSE="GPL-2+"
 SLOT="6"
 KEYWORDS="~amd64 ~arm64"
 IUSE=""
@@ -26,13 +26,12 @@ DEPEND="
 	>=kde-frameworks/kcoreaddons-${KFMIN}:6
 	>=kde-frameworks/ki18n-${KFMIN}:6
 "
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+	>=kde-apps/akonadi-calendar-tools-common-${PV}
+"
 
 src_prepare() {
 	ecm_src_prepare
-
-	# delete colliding calendarjanitor translations
-	rm -f po/*/calendarjanitor.po || die
-
+	ecm_punt_po_install
 	cmake_comment_add_subdirectory calendarjanitor
 }

diff --git a/kde-apps/konsolekalendar/konsolekalendar-24.08.49.9999.ebuild b/kde-apps/konsolekalendar/konsolekalendar-24.08.49.9999.ebuild
index 55fe94f21e..dd16b0ce1e 100644
--- a/kde-apps/konsolekalendar/konsolekalendar-24.08.49.9999.ebuild
+++ b/kde-apps/konsolekalendar/konsolekalendar-24.08.49.9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-ECM_HANDBOOK="forceoptional"
+ECM_HANDBOOK="forceoff"
 KDE_ORG_NAME="akonadi-calendar-tools"
 PVCUT=$(ver_cut 1-3)
 KFMIN=6.5.0
@@ -12,7 +12,7 @@ inherit ecm gear.kde.org
 DESCRIPTION="Command line interface to KDE calendars"
 HOMEPAGE+=" https://userbase.kde.org/KonsoleKalendar"
 
-LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
+LICENSE="GPL-2+"
 SLOT="6"
 KEYWORDS=""
 IUSE=""
@@ -26,13 +26,12 @@ DEPEND="
 	>=kde-frameworks/kcoreaddons-${KFMIN}:6
 	>=kde-frameworks/ki18n-${KFMIN}:6
 "
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+	>=kde-apps/akonadi-calendar-tools-common-${PV}
+"
 
 src_prepare() {
 	ecm_src_prepare
-
-	# delete colliding calendarjanitor translations
-	rm -f po/*/calendarjanitor.po || die
-
+	ecm_punt_po_install
 	cmake_comment_add_subdirectory calendarjanitor
 }

diff --git a/kde-apps/konsolekalendar/konsolekalendar-9999.ebuild b/kde-apps/konsolekalendar/konsolekalendar-9999.ebuild
index 55fe94f21e..dd16b0ce1e 100644
--- a/kde-apps/konsolekalendar/konsolekalendar-9999.ebuild
+++ b/kde-apps/konsolekalendar/konsolekalendar-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-ECM_HANDBOOK="forceoptional"
+ECM_HANDBOOK="forceoff"
 KDE_ORG_NAME="akonadi-calendar-tools"
 PVCUT=$(ver_cut 1-3)
 KFMIN=6.5.0
@@ -12,7 +12,7 @@ inherit ecm gear.kde.org
 DESCRIPTION="Command line interface to KDE calendars"
 HOMEPAGE+=" https://userbase.kde.org/KonsoleKalendar"
 
-LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
+LICENSE="GPL-2+"
 SLOT="6"
 KEYWORDS=""
 IUSE=""
@@ -26,13 +26,12 @@ DEPEND="
 	>=kde-frameworks/kcoreaddons-${KFMIN}:6
 	>=kde-frameworks/ki18n-${KFMIN}:6
 "
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+	>=kde-apps/akonadi-calendar-tools-common-${PV}
+"
 
 src_prepare() {
 	ecm_src_prepare
-
-	# delete colliding calendarjanitor translations
-	rm -f po/*/calendarjanitor.po || die
-
+	ecm_punt_po_install
 	cmake_comment_add_subdirectory calendarjanitor
 }


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

end of thread, other threads:[~2024-08-21 21:47 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-25 20:58 [gentoo-commits] proj/kde:master commit in: kde-apps/konsolekalendar/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2024-08-21 21:47 Andreas Sturmlechner
2024-08-12 14:23 Andreas Sturmlechner
2023-08-06 20:39 Andreas Sturmlechner
2022-10-16 11:42 Andreas Sturmlechner
2021-12-09 11:28 Andreas Sturmlechner
2018-12-12 15:46 Andreas Sturmlechner
2017-04-08  8:31 Andreas Sturmlechner
2016-08-31 14:33 Michael Palimaka
2016-05-26 15:08 Michael Palimaka
2016-05-11  9:51 Michael Palimaka
2016-04-24 17:52 Michael Palimaka
2016-04-04 22:51 Johannes Huber

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