public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-apps/knotes/
@ 2024-05-20 21:57 Andreas Sturmlechner
  0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2024-05-20 21:57 UTC (permalink / raw
  To: gentoo-commits

commit:     4db4e93048291c28b6949c3b50345781e7d4a30f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon May 20 21:53:27 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon May 20 21:53:27 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=4db4e930

kde-apps/knotes: Add missing DEPEND=x11-base/xorg-proto

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

 kde-apps/knotes/knotes-24.05.0.ebuild       | 7 +++++--
 kde-apps/knotes/knotes-24.05.49.9999.ebuild | 7 +++++--
 kde-apps/knotes/knotes-9999.ebuild          | 7 +++++--
 3 files changed, 15 insertions(+), 6 deletions(-)

diff --git a/kde-apps/knotes/knotes-24.05.0.ebuild b/kde-apps/knotes/knotes-24.05.0.ebuild
index 04af67189a..e607bc3950 100644
--- a/kde-apps/knotes/knotes-24.05.0.ebuild
+++ b/kde-apps/knotes/knotes-24.05.0.ebuild
@@ -19,7 +19,7 @@ SLOT="6"
 KEYWORDS="~amd64"
 IUSE=""
 
-DEPEND="
+COMMON_DEPEND="
 	>=dev-libs/ktextaddons-1.5.4:6
 	dev-libs/libxslt
 	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml]
@@ -54,6 +54,9 @@ DEPEND="
 	>=kde-frameworks/kxmlgui-${KFMIN}:6
 	x11-libs/libX11
 "
-RDEPEND="${DEPEND}
+RDEPEND="${COMMON_DEPEND}
 	>=kde-apps/kdepim-runtime-${PVCUT}:6
 "
+DEPEND="${COMMON_DEPEND}
+	x11-base/xorg-proto
+"

diff --git a/kde-apps/knotes/knotes-24.05.49.9999.ebuild b/kde-apps/knotes/knotes-24.05.49.9999.ebuild
index 77d6824c5d..62b6749b94 100644
--- a/kde-apps/knotes/knotes-24.05.49.9999.ebuild
+++ b/kde-apps/knotes/knotes-24.05.49.9999.ebuild
@@ -19,7 +19,7 @@ SLOT="6"
 KEYWORDS=""
 IUSE=""
 
-DEPEND="
+COMMON_DEPEND="
 	>=dev-libs/ktextaddons-1.5.4:6
 	dev-libs/libxslt
 	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml]
@@ -54,6 +54,9 @@ DEPEND="
 	>=kde-frameworks/kxmlgui-${KFMIN}:6
 	x11-libs/libX11
 "
-RDEPEND="${DEPEND}
+RDEPEND="${COMMON_DEPEND}
 	>=kde-apps/kdepim-runtime-${PVCUT}:6
 "
+DEPEND="${COMMON_DEPEND}
+	x11-base/xorg-proto
+"

diff --git a/kde-apps/knotes/knotes-9999.ebuild b/kde-apps/knotes/knotes-9999.ebuild
index 77d6824c5d..62b6749b94 100644
--- a/kde-apps/knotes/knotes-9999.ebuild
+++ b/kde-apps/knotes/knotes-9999.ebuild
@@ -19,7 +19,7 @@ SLOT="6"
 KEYWORDS=""
 IUSE=""
 
-DEPEND="
+COMMON_DEPEND="
 	>=dev-libs/ktextaddons-1.5.4:6
 	dev-libs/libxslt
 	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml]
@@ -54,6 +54,9 @@ DEPEND="
 	>=kde-frameworks/kxmlgui-${KFMIN}:6
 	x11-libs/libX11
 "
-RDEPEND="${DEPEND}
+RDEPEND="${COMMON_DEPEND}
 	>=kde-apps/kdepim-runtime-${PVCUT}:6
 "
+DEPEND="${COMMON_DEPEND}
+	x11-base/xorg-proto
+"


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/knotes/
@ 2024-07-20 16:41 Andreas Sturmlechner
  0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2024-07-20 16:41 UTC (permalink / raw
  To: gentoo-commits

commit:     147719f7722dd08c6a3d2bbdc79893793154efb5
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 20 16:40:27 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jul 20 16:40:43 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=147719f7

kde-apps/knotes: No longer being released with KDE Gear

See also:
https://mail.kde.org/pipermail/release-team/2024-July/013465.html

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

 kde-apps/knotes/knotes-9999.ebuild | 26 ++++++++++++--------------
 1 file changed, 12 insertions(+), 14 deletions(-)

diff --git a/kde-apps/knotes/knotes-9999.ebuild b/kde-apps/knotes/knotes-9999.ebuild
index 9a3a572cc6..269df00a0b 100644
--- a/kde-apps/knotes/knotes-9999.ebuild
+++ b/kde-apps/knotes/knotes-9999.ebuild
@@ -5,14 +5,12 @@ EAPI=8
 
 ECM_HANDBOOK="optional"
 ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-3)
 KFMIN=6.3.0
 QTMIN=6.6.2
-inherit ecm gear.kde.org
+inherit ecm kde.org
 
 DESCRIPTION="Note taking application"
-HOMEPAGE="https://apps.kde.org/knotes/
-https://kontact.kde.org/components/knotes/"
+HOMEPAGE="https://apps.kde.org/knotes/"
 
 LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
 SLOT="6"
@@ -23,15 +21,15 @@ COMMON_DEPEND="
 	>=dev-libs/ktextaddons-1.5.4:6
 	dev-libs/libxslt
 	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml]
-	>=kde-apps/akonadi-${PVCUT}:6
-	>=kde-apps/akonadi-notes-${PVCUT}:6
-	>=kde-apps/akonadi-search-${PVCUT}:6
-	>=kde-apps/grantleetheme-${PVCUT}:6
-	>=kde-apps/kcalutils-${PVCUT}:6
-	>=kde-apps/kmime-${PVCUT}:6
-	>=kde-apps/kontactinterface-${PVCUT}:6
-	>=kde-apps/libkdepim-${PVCUT}:6
-	>=kde-apps/pimcommon-${PVCUT}:6
+	>=kde-apps/akonadi-24.08:6
+	>=kde-apps/akonadi-notes-24.08:6
+	>=kde-apps/akonadi-search-24.08:6
+	>=kde-apps/grantleetheme-24.08:6
+	>=kde-apps/kcalutils-24.08:6
+	>=kde-apps/kmime-24.08:6
+	>=kde-apps/kontactinterface-24.08:6
+	>=kde-apps/libkdepim-24.08:6
+	>=kde-apps/pimcommon-24.08:6
 	>=kde-frameworks/kcalendarcore-${KFMIN}:6
 	>=kde-frameworks/kcmutils-${KFMIN}:6
 	>=kde-frameworks/kcompletion-${KFMIN}:6
@@ -55,7 +53,7 @@ COMMON_DEPEND="
 	x11-libs/libX11
 "
 RDEPEND="${COMMON_DEPEND}
-	>=kde-apps/kdepim-runtime-${PVCUT}:6
+	>=kde-apps/kdepim-runtime-24.08:6
 "
 DEPEND="${COMMON_DEPEND}
 	x11-base/xorg-proto


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/knotes/
@ 2024-05-17 19:50 Andreas Sturmlechner
  0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2024-05-17 19:50 UTC (permalink / raw
  To: gentoo-commits

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

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

Upstream commit 5414f3f38b9136c46583dbb4315783c8a873a1f3

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

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

diff --git a/kde-apps/knotes/knotes-24.04.90.ebuild b/kde-apps/knotes/knotes-24.04.90.ebuild
index d0a7caddd1..04af67189a 100644
--- a/kde-apps/knotes/knotes-24.04.90.ebuild
+++ b/kde-apps/knotes/knotes-24.04.90.ebuild
@@ -20,7 +20,7 @@ KEYWORDS="~amd64"
 IUSE=""
 
 DEPEND="
-	>=dev-libs/ktextaddons-1.5.3:6
+	>=dev-libs/ktextaddons-1.5.4:6
 	dev-libs/libxslt
 	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml]
 	>=kde-apps/akonadi-${PVCUT}:6

diff --git a/kde-apps/knotes/knotes-24.05.49.9999.ebuild b/kde-apps/knotes/knotes-24.05.49.9999.ebuild
index f929ea00c9..77d6824c5d 100644
--- a/kde-apps/knotes/knotes-24.05.49.9999.ebuild
+++ b/kde-apps/knotes/knotes-24.05.49.9999.ebuild
@@ -20,7 +20,7 @@ KEYWORDS=""
 IUSE=""
 
 DEPEND="
-	>=dev-libs/ktextaddons-1.5.3:6
+	>=dev-libs/ktextaddons-1.5.4:6
 	dev-libs/libxslt
 	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml]
 	>=kde-apps/akonadi-${PVCUT}:6

diff --git a/kde-apps/knotes/knotes-9999.ebuild b/kde-apps/knotes/knotes-9999.ebuild
index f929ea00c9..77d6824c5d 100644
--- a/kde-apps/knotes/knotes-9999.ebuild
+++ b/kde-apps/knotes/knotes-9999.ebuild
@@ -20,7 +20,7 @@ KEYWORDS=""
 IUSE=""
 
 DEPEND="
-	>=dev-libs/ktextaddons-1.5.3:6
+	>=dev-libs/ktextaddons-1.5.4:6
 	dev-libs/libxslt
 	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml]
 	>=kde-apps/akonadi-${PVCUT}:6


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/knotes/
@ 2024-02-25 23:14 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2024-02-25 23:14 UTC (permalink / raw
  To: gentoo-commits

commit:     85d76a5f90dc116d626f8d19e7534fe416788b1e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 25 23:13:17 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 25 23:14:32 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=85d76a5f

kde-apps/knotes: refresh deps

* Crank min. ktextaddons version (upstream commit 6160f6e6a1350eb2183e2a9fb66c9928421461b7)

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

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

diff --git a/kde-apps/knotes/knotes-24.02.0.ebuild b/kde-apps/knotes/knotes-24.02.0.ebuild
index 1c32278000..c76e252e5d 100644
--- a/kde-apps/knotes/knotes-24.02.0.ebuild
+++ b/kde-apps/knotes/knotes-24.02.0.ebuild
@@ -20,7 +20,7 @@ KEYWORDS="~amd64"
 IUSE=""
 
 DEPEND="
-	dev-libs/ktextaddons:6
+	>=dev-libs/ktextaddons-1.5.3:6
 	dev-libs/libxslt
 	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml]
 	>=kde-apps/akonadi-${PVCUT}:6

diff --git a/kde-apps/knotes/knotes-24.02.49.9999.ebuild b/kde-apps/knotes/knotes-24.02.49.9999.ebuild
index b4d8b38de0..74c7a9e150 100644
--- a/kde-apps/knotes/knotes-24.02.49.9999.ebuild
+++ b/kde-apps/knotes/knotes-24.02.49.9999.ebuild
@@ -20,7 +20,7 @@ KEYWORDS=""
 IUSE=""
 
 DEPEND="
-	dev-libs/ktextaddons:6
+	>=dev-libs/ktextaddons-1.5.3:6
 	dev-libs/libxslt
 	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml]
 	>=kde-apps/akonadi-${PVCUT}:6

diff --git a/kde-apps/knotes/knotes-9999.ebuild b/kde-apps/knotes/knotes-9999.ebuild
index b4d8b38de0..74c7a9e150 100644
--- a/kde-apps/knotes/knotes-9999.ebuild
+++ b/kde-apps/knotes/knotes-9999.ebuild
@@ -20,7 +20,7 @@ KEYWORDS=""
 IUSE=""
 
 DEPEND="
-	dev-libs/ktextaddons:6
+	>=dev-libs/ktextaddons-1.5.3:6
 	dev-libs/libxslt
 	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml]
 	>=kde-apps/akonadi-${PVCUT}:6


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/knotes/
@ 2023-08-06 20:39 Andreas Sturmlechner
  0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2023-08-06 20:39 UTC (permalink / raw
  To: gentoo-commits

commit:     7c558ba00453de5b7be6863250c15f917602348b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  6 19:48:07 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug  6 19:48:07 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=7c558ba0

kde-apps/knotes: Drop unused dependency

Upstream commit 14a8166aa804dafd8532f556e77413d746021263

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

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

diff --git a/kde-apps/knotes/knotes-9999.ebuild b/kde-apps/knotes/knotes-9999.ebuild
index c0fdf0e23b..07faba3c8b 100644
--- a/kde-apps/knotes/knotes-9999.ebuild
+++ b/kde-apps/knotes/knotes-9999.ebuild
@@ -41,7 +41,6 @@ DEPEND="
 	>=kde-frameworks/kcmutils-${KFMIN}:5
 	>=kde-frameworks/kcompletion-${KFMIN}:5
 	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
 	>=kde-frameworks/kcontacts-${KFMIN}:5
 	>=kde-frameworks/kcoreaddons-${KFMIN}:5
 	>=kde-frameworks/kcrash-${KFMIN}:5


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/knotes/
@ 2023-07-06 12:00 Andreas Sturmlechner
  0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2023-07-06 12:00 UTC (permalink / raw
  To: gentoo-commits

commit:     4c78ea2337ca54beb3d4f4464cbac84df58b93fd
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  6 10:58:02 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jul  6 11:28:01 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=4c78ea23

kde-apps/knotes: Drop IUSE X, option unsupported upstream

Upstream MR is still pending without review after all this time:
https://invent.kde.org/pim/knotes/-/merge_requests/10

Bug: https://bugs.gentoo.org/813450
Bug: https://bugs.gentoo.org/909314
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/knotes/knotes-23.04.49.9999.ebuild | 18 ++++--------------
 kde-apps/knotes/knotes-9999.ebuild          | 18 ++++--------------
 2 files changed, 8 insertions(+), 28 deletions(-)

diff --git a/kde-apps/knotes/knotes-23.04.49.9999.ebuild b/kde-apps/knotes/knotes-23.04.49.9999.ebuild
index 9164759d92..c0fdf0e23b 100644
--- a/kde-apps/knotes/knotes-23.04.49.9999.ebuild
+++ b/kde-apps/knotes/knotes-23.04.49.9999.ebuild
@@ -17,7 +17,7 @@ https://kontact.kde.org/components/knotes/"
 LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
 SLOT="5"
 KEYWORDS=""
-IUSE="X"
+IUSE=""
 
 DEPEND="
 	dev-libs/ktextaddons:5
@@ -26,6 +26,7 @@ DEPEND="
 	>=dev-qt/qtgui-${QTMIN}:5
 	>=dev-qt/qtprintsupport-${QTMIN}:5
 	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=dev-qt/qtx11extras-${QTMIN}:5
 	>=dev-qt/qtxml-${QTMIN}:5
 	>=kde-apps/akonadi-${PVCUT}:5
 	>=kde-apps/akonadi-notes-${PVCUT}:5
@@ -55,21 +56,10 @@ DEPEND="
 	>=kde-frameworks/kparts-${KFMIN}:5
 	>=kde-frameworks/ktextwidgets-${KFMIN}:5
 	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/kwindowsystem-${KFMIN}:5[X?]
+	>=kde-frameworks/kwindowsystem-${KFMIN}:5[X]
 	>=kde-frameworks/kxmlgui-${KFMIN}:5
-	X? (
-		>=dev-qt/qtx11extras-${QTMIN}:5
-		x11-libs/libX11
-	)
+	x11-libs/libX11
 "
 RDEPEND="${DEPEND}
 	>=kde-apps/kdepim-runtime-${PVCUT}:5
 "
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake_use_find_package X Qt5X11Extras)
-		$(cmake_use_find_package X X11)
-	)
-	ecm_src_configure
-}

diff --git a/kde-apps/knotes/knotes-9999.ebuild b/kde-apps/knotes/knotes-9999.ebuild
index 9164759d92..c0fdf0e23b 100644
--- a/kde-apps/knotes/knotes-9999.ebuild
+++ b/kde-apps/knotes/knotes-9999.ebuild
@@ -17,7 +17,7 @@ https://kontact.kde.org/components/knotes/"
 LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
 SLOT="5"
 KEYWORDS=""
-IUSE="X"
+IUSE=""
 
 DEPEND="
 	dev-libs/ktextaddons:5
@@ -26,6 +26,7 @@ DEPEND="
 	>=dev-qt/qtgui-${QTMIN}:5
 	>=dev-qt/qtprintsupport-${QTMIN}:5
 	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=dev-qt/qtx11extras-${QTMIN}:5
 	>=dev-qt/qtxml-${QTMIN}:5
 	>=kde-apps/akonadi-${PVCUT}:5
 	>=kde-apps/akonadi-notes-${PVCUT}:5
@@ -55,21 +56,10 @@ DEPEND="
 	>=kde-frameworks/kparts-${KFMIN}:5
 	>=kde-frameworks/ktextwidgets-${KFMIN}:5
 	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/kwindowsystem-${KFMIN}:5[X?]
+	>=kde-frameworks/kwindowsystem-${KFMIN}:5[X]
 	>=kde-frameworks/kxmlgui-${KFMIN}:5
-	X? (
-		>=dev-qt/qtx11extras-${QTMIN}:5
-		x11-libs/libX11
-	)
+	x11-libs/libX11
 "
 RDEPEND="${DEPEND}
 	>=kde-apps/kdepim-runtime-${PVCUT}:5
 "
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake_use_find_package X Qt5X11Extras)
-		$(cmake_use_find_package X X11)
-	)
-	ecm_src_configure
-}


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/knotes/
@ 2022-03-24 14:53 Andreas Sturmlechner
  0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2022-03-24 14:53 UTC (permalink / raw
  To: gentoo-commits

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

kde-apps/knotes: Drop unused DEPEND, fix HOMEPAGE

Upstream commit 57c456dfaef4c620d4dd54580766eed3c8da3f77

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

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

diff --git a/kde-apps/knotes/knotes-9999.ebuild b/kde-apps/knotes/knotes-9999.ebuild
index 1a43130c27..1f5fadc134 100644
--- a/kde-apps/knotes/knotes-9999.ebuild
+++ b/kde-apps/knotes/knotes-9999.ebuild
@@ -13,7 +13,7 @@ inherit ecm kde.org
 
 DESCRIPTION="Note taking application"
 HOMEPAGE="https://apps.kde.org/knotes/
-https://kontact.kde.org/components/knotes.html"
+https://kontact.kde.org/components/knotes/"
 
 LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
 SLOT="5"
@@ -21,7 +21,6 @@ KEYWORDS=""
 IUSE="X"
 
 DEPEND="
-	dev-libs/grantlee:5
 	dev-libs/libxslt
 	>=dev-qt/qtdbus-${QTMIN}:5
 	>=dev-qt/qtgui-${QTMIN}:5


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/knotes/
@ 2021-12-09 11:28 Andreas Sturmlechner
  0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2021-12-09 11:28 UTC (permalink / raw
  To: gentoo-commits

commit:     d160d02c1f5562435db70be0f217c310ca7ead5f
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=d160d02c

kde-apps/knotes: drop 21.11.90*

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

 kde-apps/knotes/knotes-21.11.90.ebuild | 76 ----------------------------------
 1 file changed, 76 deletions(-)

diff --git a/kde-apps/knotes/knotes-21.11.90.ebuild b/kde-apps/knotes/knotes-21.11.90.ebuild
deleted file mode 100644
index 6f740b4ccb..0000000000
--- a/kde-apps/knotes/knotes-21.11.90.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="optional"
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.88.0
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Note taking application"
-HOMEPAGE="https://apps.kde.org/knotes/
-https://kontact.kde.org/components/knotes.html"
-
-LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE="X"
-
-DEPEND="
-	dev-libs/grantlee:5
-	dev-libs/libxslt
-	>=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-apps/akonadi-${PVCUT}:5
-	>=kde-apps/akonadi-notes-${PVCUT}:5
-	>=kde-apps/akonadi-search-${PVCUT}:5
-	>=kde-apps/grantleetheme-${PVCUT}:5
-	>=kde-apps/kcalutils-${PVCUT}:5
-	>=kde-apps/kmime-${PVCUT}:5
-	>=kde-apps/kontactinterface-${PVCUT}:5
-	>=kde-apps/libkdepim-${PVCUT}:5
-	>=kde-apps/pimcommon-${PVCUT}:5
-	>=kde-frameworks/kcalendarcore-${KFMIN}:5
-	>=kde-frameworks/kcmutils-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcontacts-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kcrash-${KFMIN}:5
-	>=kde-frameworks/kdnssd-${KFMIN}:5
-	>=kde-frameworks/kglobalaccel-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kitemmodels-${KFMIN}:5
-	>=kde-frameworks/kitemviews-${KFMIN}:5
-	>=kde-frameworks/knewstuff-${KFMIN}:5
-	>=kde-frameworks/knotifications-${KFMIN}:5
-	>=kde-frameworks/kparts-${KFMIN}:5
-	>=kde-frameworks/ktextwidgets-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/kwindowsystem-${KFMIN}:5
-	>=kde-frameworks/kxmlgui-${KFMIN}:5
-	X? (
-		>=dev-qt/qtx11extras-${QTMIN}:5
-		x11-libs/libX11
-	)
-"
-RDEPEND="${DEPEND}
-	>=kde-apps/kdepim-runtime-${PVCUT}:5
-"
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake_use_find_package X Qt5X11Extras)
-		$(cmake_use_find_package X X11)
-	)
-	ecm_src_configure
-}


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/knotes/
@ 2021-04-25  8:00 Andreas Sturmlechner
  0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2021-04-25  8:00 UTC (permalink / raw
  To: gentoo-commits

commit:     537bd31975b1aec2904ef2611cf5d6346a5c9a43
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 25 07:57:50 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 25 07:59:04 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=537bd319

kde-apps/knotes: Set ECM_HANDBOOK=optional

Upstream commit 0e5f8bb06fbc0cc0ff1c0b1bdc430cf3672c448f

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

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

diff --git a/kde-apps/knotes/knotes-9999.ebuild b/kde-apps/knotes/knotes-9999.ebuild
index 7837a224e4..1d9eb1ba36 100644
--- a/kde-apps/knotes/knotes-9999.ebuild
+++ b/kde-apps/knotes/knotes-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-ECM_HANDBOOK="forceoptional"
+ECM_HANDBOOK="optional"
 ECM_TEST="forceoptional"
 PVCUT=$(ver_cut 1-3)
 KFMIN=5.81.0


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/knotes/
@ 2020-02-23 10:59 Andreas Sturmlechner
  0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2020-02-23 10:59 UTC (permalink / raw
  To: gentoo-commits

commit:     97199c29e9f34b9d66c29ac4eac482d69770c0eb
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 23 10:34:39 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 23 10:34:39 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=97199c29

kde-apps/knotes: Add missing DEPEND

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

 kde-apps/knotes/knotes-19.12.49.9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-apps/knotes/knotes-19.12.49.9999.ebuild b/kde-apps/knotes/knotes-19.12.49.9999.ebuild
index f5838fc84a..eecf24dc6a 100644
--- a/kde-apps/knotes/knotes-19.12.49.9999.ebuild
+++ b/kde-apps/knotes/knotes-19.12.49.9999.ebuild
@@ -29,6 +29,7 @@ DEPEND="
 	>=kde-frameworks/kcontacts-${KFMIN}:5
 	>=kde-frameworks/kcoreaddons-${KFMIN}:5
 	>=kde-frameworks/kcrash-${KFMIN}:5
+	>=kde-frameworks/kdbusaddons-${KFMIN}:5
 	>=kde-frameworks/kdnssd-${KFMIN}:5
 	>=kde-frameworks/kglobalaccel-${KFMIN}:5
 	>=kde-frameworks/ki18n-${KFMIN}:5


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/knotes/
@ 2019-07-15 16:50 Andreas Sturmlechner
  0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2019-07-15 16:50 UTC (permalink / raw
  To: gentoo-commits

commit:     d2e9ab78d53dfa6fbc58f142148ecb3d56218bca
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 15 16:46:09 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jul 15 16:46:30 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=d2e9ab78

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

Upstream commit f9341103c5fd8688a34df6b90225c77e7270ac78

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

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

diff --git a/kde-apps/knotes/knotes-9999.ebuild b/kde-apps/knotes/knotes-9999.ebuild
index bb48387daa..b7bbf229f7 100644
--- a/kde-apps/knotes/knotes-9999.ebuild
+++ b/kde-apps/knotes/knotes-9999.ebuild
@@ -22,7 +22,6 @@ DEPEND="
 	$(add_frameworks_dep kconfigwidgets)
 	$(add_frameworks_dep kcoreaddons)
 	$(add_frameworks_dep kcrash)
-	$(add_frameworks_dep kdelibs4support)
 	$(add_frameworks_dep kdnssd)
 	$(add_frameworks_dep kglobalaccel)
 	$(add_frameworks_dep ki18n)


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/knotes/
@ 2019-05-08  6:09 Andreas Sturmlechner
  0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2019-05-08  6:09 UTC (permalink / raw
  To: gentoo-commits

commit:     c85104326dd19a30e3f15b78495c0644d19c3185
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat May  4 14:59:33 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat May  4 14:59:33 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=c8510432

kde-apps/knotes: Add new DEPEND

Upstream commit 2bf8291967d3f15387edb304ca83fe193bbc0a39

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

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

diff --git a/kde-apps/knotes/knotes-9999.ebuild b/kde-apps/knotes/knotes-9999.ebuild
index bc25cdd642..bb48387daa 100644
--- a/kde-apps/knotes/knotes-9999.ebuild
+++ b/kde-apps/knotes/knotes-9999.ebuild
@@ -39,6 +39,7 @@ DEPEND="
 	$(add_kdeapps_dep akonadi)
 	$(add_kdeapps_dep akonadi-notes)
 	$(add_kdeapps_dep akonadi-search)
+	$(add_kdeapps_dep grantleetheme)
 	$(add_kdeapps_dep kcalcore)
 	$(add_kdeapps_dep kcalutils)
 	$(add_kdeapps_dep kcontacts)


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/knotes/
@ 2016-08-31 14:33 Michael Palimaka
  0 siblings, 0 replies; 18+ messages in thread
From: Michael Palimaka @ 2016-08-31 14:33 UTC (permalink / raw
  To: gentoo-commits

commit:     12f5fac67ad85dd1775aacf6a10f5dffb17a3508
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Tue Aug 30 13:19:06 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=12f5fac6

kde-apps/knotes: Moved to its own repository

Fix DESCRIPTION.

Package-Manager: portage-2.2.28

 kde-apps/knotes/knotes-16.08.0.ebuild       | 12 +-----------
 kde-apps/knotes/knotes-16.08.49.9999.ebuild | 12 +-----------
 kde-apps/knotes/knotes-9999.ebuild          | 19 +------------------
 3 files changed, 3 insertions(+), 40 deletions(-)

diff --git a/kde-apps/knotes/knotes-16.08.0.ebuild b/kde-apps/knotes/knotes-16.08.0.ebuild
index c70ecff..8dbb14d 100644
--- a/kde-apps/knotes/knotes-16.08.0.ebuild
+++ b/kde-apps/knotes/knotes-16.08.0.ebuild
@@ -10,7 +10,7 @@ KMNAME="kdepim"
 VIRTUALX_REQUIRED="test"
 inherit kde5
 
-DESCRIPTION="KDE Notes application"
+DESCRIPTION="Note taking application"
 HOMEPAGE="https://www.kde.org/"
 LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
@@ -77,13 +77,3 @@ EOF
 
 	kde5_src_prepare
 }
-
-src_configure() {
-# 	local mycmakeargs=(
-# 	# FIXME: Does not build (last checked 2016-02-17)
-# 		$(cmake-utils_use_find_package X Qt5X11Extras)
-# 		$(cmake-utils_use_find_package X X11)
-# 	)
-
-	kde5_src_configure
-}

diff --git a/kde-apps/knotes/knotes-16.08.49.9999.ebuild b/kde-apps/knotes/knotes-16.08.49.9999.ebuild
index 555c02c..ee83c36 100644
--- a/kde-apps/knotes/knotes-16.08.49.9999.ebuild
+++ b/kde-apps/knotes/knotes-16.08.49.9999.ebuild
@@ -10,7 +10,7 @@ KMNAME="kdepim"
 VIRTUALX_REQUIRED="test"
 inherit kde5
 
-DESCRIPTION="KDE Notes application"
+DESCRIPTION="Note taking application"
 HOMEPAGE="https://www.kde.org/"
 LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
 KEYWORDS=""
@@ -77,13 +77,3 @@ EOF
 
 	kde5_src_prepare
 }
-
-src_configure() {
-# 	local mycmakeargs=(
-# 	# FIXME: Does not build (last checked 2016-02-17)
-# 		$(cmake-utils_use_find_package X Qt5X11Extras)
-# 		$(cmake-utils_use_find_package X X11)
-# 	)
-
-	kde5_src_configure
-}

diff --git a/kde-apps/knotes/knotes-9999.ebuild b/kde-apps/knotes/knotes-9999.ebuild
index 02c2add..96b5cc8 100644
--- a/kde-apps/knotes/knotes-9999.ebuild
+++ b/kde-apps/knotes/knotes-9999.ebuild
@@ -6,11 +6,10 @@ EAPI=6
 
 KDE_HANDBOOK="forceoptional"
 KDE_TEST="forceoptional"
-KMNAME="kdepim"
 VIRTUALX_REQUIRED="test"
 inherit kde5
 
-DESCRIPTION="KDE Notes application"
+DESCRIPTION="Note taking application"
 HOMEPAGE="https://www.kde.org/"
 LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
 KEYWORDS=""
@@ -60,22 +59,6 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
-src_prepare() {
-	# knotes subproject does not contain doc
-	# at least until properly split upstream
-	echo "add_subdirectory(doc)" >> CMakeLists.txt || die "Failed to add doc dir"
-
-	mkdir doc || die "Failed to create doc dir"
-	mv ../doc/${PN} doc || die "Failed to move handbook"
-	mv ../doc/akonadi_notes_agent doc || die "Failed to move handbook"
-	cat <<-EOF > doc/CMakeLists.txt
-add_subdirectory(${PN})
-add_subdirectory(akonadi_notes_agent)
-EOF
-
-	kde5_src_prepare
-}
-
 src_configure() {
 # 	local mycmakeargs=(
 # 	# FIXME: Does not build (last checked 2016-02-17)


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/knotes/
@ 2016-07-25 15:30 Michael Palimaka
  0 siblings, 0 replies; 18+ messages in thread
From: Michael Palimaka @ 2016-07-25 15:30 UTC (permalink / raw
  To: gentoo-commits

commit:     6aaf69480a9b9cce68e0d9aeaf0a16faec047a19
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Mon Jul 25 15:05:53 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Jul 25 15:30:14 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=6aaf6948

kde-apps/knotes: Re-add kde-apps/kdepim blocker

knotes has existed for some time but some docs had remained in kdepim.

Package-Manager: portage-2.2.28

 kde-apps/knotes/knotes-16.07.80.ebuild      | 4 +++-
 kde-apps/knotes/knotes-16.08.49.9999.ebuild | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/kde-apps/knotes/knotes-16.07.80.ebuild b/kde-apps/knotes/knotes-16.07.80.ebuild
index 97edcbc..af22157 100644
--- a/kde-apps/knotes/knotes-16.07.80.ebuild
+++ b/kde-apps/knotes/knotes-16.07.80.ebuild
@@ -59,7 +59,9 @@ DEPEND="
 	dev-libs/libxslt
 	x11-libs/libX11
 "
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+	!kde-apps/kdepim
+"
 
 src_prepare() {
 	# knotes subproject does not contain doc

diff --git a/kde-apps/knotes/knotes-16.08.49.9999.ebuild b/kde-apps/knotes/knotes-16.08.49.9999.ebuild
index 9e01133..39b4490 100644
--- a/kde-apps/knotes/knotes-16.08.49.9999.ebuild
+++ b/kde-apps/knotes/knotes-16.08.49.9999.ebuild
@@ -59,7 +59,9 @@ DEPEND="
 	dev-libs/libxslt
 	x11-libs/libX11
 "
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+	!kde-apps/kdepim
+"
 
 src_prepare() {
 	# knotes subproject does not contain doc


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/knotes/
@ 2016-05-11  9:51 Michael Palimaka
  0 siblings, 0 replies; 18+ messages in thread
From: Michael Palimaka @ 2016-05-11  9:51 UTC (permalink / raw
  To: gentoo-commits

commit:     2f74791950a37f5718e9f85519881c45365071c3
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sun May  8 20:34:15 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=2f747919

kde-apps/knotes: Add VIRTUALX_REQUIRED="test"

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

diff --git a/kde-apps/knotes/knotes-9999.ebuild b/kde-apps/knotes/knotes-9999.ebuild
index 918b093..20fa8af 100644
--- a/kde-apps/knotes/knotes-9999.ebuild
+++ b/kde-apps/knotes/knotes-9999.ebuild
@@ -9,6 +9,7 @@ KDE_PIM_KONTACTPLUGIN="true"
 KDE_TEST="forceoptional"
 KMNAME="kdepim"
 QT_MINIMAL="5.6.0"
+VIRTUALX_REQUIRED="test"
 inherit kde5
 
 DESCRIPTION="KDE Notes application"


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/knotes/
@ 2016-04-04 22:51 Johannes Huber
  0 siblings, 0 replies; 18+ messages in thread
From: Johannes Huber @ 2016-04-04 22:51 UTC (permalink / raw
  To: gentoo-commits

commit:     42efe9ff30c2be1e2c87e1d960cf1add11c1868d
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  4 22:28:41 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Apr  4 22:28:41 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=42efe9ff

kde-apps/knotes: EAPI 6

Package-Manager: portage-2.2.28

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

diff --git a/kde-apps/knotes/knotes-4.14.11_pre20160211.ebuild b/kde-apps/knotes/knotes-4.14.11_pre20160211.ebuild
index 346ef86..0f2366f 100644
--- a/kde-apps/knotes/knotes-4.14.11_pre20160211.ebuild
+++ b/kde-apps/knotes/knotes-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] 18+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/knotes/
@ 2016-03-13 16:47 Michael Palimaka
  0 siblings, 0 replies; 18+ messages in thread
From: Michael Palimaka @ 2016-03-13 16:47 UTC (permalink / raw
  To: gentoo-commits

commit:     dad272c551862524c43a1e1447aab8e61cc90450
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sun Mar 13 08:40:46 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Mar 13 12:35:08 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=dad272c5

kde-apps/knotes: Fix description

Package-Manager: portage-2.2.27

 kde-apps/knotes/knotes-15.12.2.ebuild       | 2 +-
 kde-apps/knotes/knotes-15.12.49.9999.ebuild | 2 +-
 kde-apps/knotes/knotes-9999.ebuild          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-apps/knotes/knotes-15.12.2.ebuild b/kde-apps/knotes/knotes-15.12.2.ebuild
index b5bff7a..1efb55d 100644
--- a/kde-apps/knotes/knotes-15.12.2.ebuild
+++ b/kde-apps/knotes/knotes-15.12.2.ebuild
@@ -11,7 +11,7 @@ KDE_PUNT_BOGUS_DEPS="true"
 KMNAME="kdepim"
 inherit kde5
 
-DESCRIPTION="Akonadi developer console"
+DESCRIPTION="KDE Notes application"
 HOMEPAGE="https://www.kde.org/"
 KEYWORDS=" ~amd64 ~x86"
 

diff --git a/kde-apps/knotes/knotes-15.12.49.9999.ebuild b/kde-apps/knotes/knotes-15.12.49.9999.ebuild
index b738eaa..c3b68f5 100644
--- a/kde-apps/knotes/knotes-15.12.49.9999.ebuild
+++ b/kde-apps/knotes/knotes-15.12.49.9999.ebuild
@@ -11,7 +11,7 @@ KDE_PUNT_BOGUS_DEPS="true"
 KMNAME="kdepim"
 inherit kde5
 
-DESCRIPTION="Akonadi developer console"
+DESCRIPTION="KDE Notes application"
 HOMEPAGE="https://www.kde.org/"
 KEYWORDS=""
 

diff --git a/kde-apps/knotes/knotes-9999.ebuild b/kde-apps/knotes/knotes-9999.ebuild
index b5f41a3..c978008 100644
--- a/kde-apps/knotes/knotes-9999.ebuild
+++ b/kde-apps/knotes/knotes-9999.ebuild
@@ -11,7 +11,7 @@ KDE_PUNT_BOGUS_DEPS="true"
 KMNAME="kdepim"
 inherit kde5
 
-DESCRIPTION="Akonadi developer console"
+DESCRIPTION="KDE Notes application"
 HOMEPAGE="https://www.kde.org/"
 KEYWORDS=""
 


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/knotes/
@ 2016-02-18 14:44 Michael Palimaka
  0 siblings, 0 replies; 18+ messages in thread
From: Michael Palimaka @ 2016-02-18 14:44 UTC (permalink / raw
  To: gentoo-commits

commit:     5f680fbe277a07664c4caa48df6236a487be7a72
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Wed Feb 17 15:08:11 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Feb 18 14:23:56 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=5f680fbe

kde-apps/knotes: Split out of kdepim

Package-Manager: portage-2.2.27

 kde-apps/knotes/knotes-15.12.49.9999.ebuild | 11 ++---------
 kde-apps/knotes/knotes-9999.ebuild          | 11 ++---------
 2 files changed, 4 insertions(+), 18 deletions(-)

diff --git a/kde-apps/knotes/knotes-15.12.49.9999.ebuild b/kde-apps/knotes/knotes-15.12.49.9999.ebuild
index f0c1103..36fbcb1 100644
--- a/kde-apps/knotes/knotes-15.12.49.9999.ebuild
+++ b/kde-apps/knotes/knotes-15.12.49.9999.ebuild
@@ -39,7 +39,6 @@ DEPEND="
 	$(add_kdeapps_dep akonadi-notes)
 	$(add_kdeapps_dep akonadi-search)
 	$(add_kdeapps_dep kmime)
-	$(add_kdeapps_dep kontactinterface)
 	$(add_kdeapps_dep libakonadi)
 	$(add_kdeapps_dep pimcommon)
 	$(add_qt_dep qtdbus)
@@ -48,8 +47,9 @@ DEPEND="
 	$(add_qt_dep qtwidgets)
 	$(add_qt_dep qtx11extras)
 	$(add_qt_dep qtxml)
-	x11-libs/libX11
 	dev-libs/grantlee:5
+	dev-libs/libxslt
+	x11-libs/libX11
 	kontact? (
 		$(add_frameworks_dep kitemviews)
 		$(add_frameworks_dep kparts)
@@ -59,13 +59,6 @@ DEPEND="
 		$(add_kdeapps_dep libkdepim)
 	)
 "
-# Imposed by root CMakeLists.txt
-DEPEND="${DEPEND}
-	>=app-crypt/gpgme-1.3.2
-	dev-libs/boost:=
-	dev-libs/libxslt
-	media-libs/phonon[qt5]
-"
 RDEPEND="${DEPEND}
 	!<kde-apps/kdepim-15.12.2:5
 	!kde-apps/noteshared:5

diff --git a/kde-apps/knotes/knotes-9999.ebuild b/kde-apps/knotes/knotes-9999.ebuild
index 54313f9..a4f9e29 100644
--- a/kde-apps/knotes/knotes-9999.ebuild
+++ b/kde-apps/knotes/knotes-9999.ebuild
@@ -39,7 +39,6 @@ DEPEND="
 	$(add_kdeapps_dep akonadi-notes)
 	$(add_kdeapps_dep akonadi-search)
 	$(add_kdeapps_dep kmime)
-	$(add_kdeapps_dep kontactinterface)
 	$(add_kdeapps_dep pimcommon)
 	$(add_qt_dep qtdbus)
 	$(add_qt_dep qtgui)
@@ -47,8 +46,9 @@ DEPEND="
 	$(add_qt_dep qtwidgets)
 	$(add_qt_dep qtx11extras)
 	$(add_qt_dep qtxml)
-	x11-libs/libX11
 	dev-libs/grantlee:5
+	dev-libs/libxslt
+	x11-libs/libX11
 	kontact? (
 		$(add_frameworks_dep kitemviews)
 		$(add_frameworks_dep kparts)
@@ -58,13 +58,6 @@ DEPEND="
 		$(add_kdeapps_dep libkdepim)
 	)
 "
-# Imposed by root CMakeLists.txt
-DEPEND="${DEPEND}
-	>=app-crypt/gpgme-1.3.2
-	dev-libs/boost:=
-	dev-libs/libxslt
-	media-libs/phonon[qt5]
-"
 RDEPEND="${DEPEND}
 	!<kde-apps/kdepim-15.12.2:5
 	!kde-apps/noteshared:5


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

end of thread, other threads:[~2024-07-20 16:41 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-20 21:57 [gentoo-commits] proj/kde:master commit in: kde-apps/knotes/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2024-07-20 16:41 Andreas Sturmlechner
2024-05-17 19:50 Andreas Sturmlechner
2024-02-25 23:14 Sam James
2023-08-06 20:39 Andreas Sturmlechner
2023-07-06 12:00 Andreas Sturmlechner
2022-03-24 14:53 Andreas Sturmlechner
2021-12-09 11:28 Andreas Sturmlechner
2021-04-25  8:00 Andreas Sturmlechner
2020-02-23 10:59 Andreas Sturmlechner
2019-07-15 16:50 Andreas Sturmlechner
2019-05-08  6:09 Andreas Sturmlechner
2016-08-31 14:33 Michael Palimaka
2016-07-25 15:30 Michael Palimaka
2016-05-11  9:51 Michael Palimaka
2016-04-04 22:51 Johannes Huber
2016-03-13 16:47 Michael Palimaka
2016-02-18 14:44 Michael Palimaka

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