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

commit:     19ab1bd512407a74711a2b8f295d1886fd774fa2
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  4 22:47:34 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Apr  4 22:47:34 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=19ab1bd5

kde-apps/kontact: EAPI 6

Package-Manager: portage-2.2.28

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

diff --git a/kde-apps/kontact/kontact-4.14.11_pre20160211.ebuild b/kde-apps/kontact/kontact-4.14.11_pre20160211.ebuild
index 3930821..4059ce8 100644
--- a/kde-apps/kontact/kontact-4.14.11_pre20160211.ebuild
+++ b/kde-apps/kontact/kontact-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] 10+ messages in thread

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

commit:     7f8e87f4dce9538b83276e73d3b32fa0717ab8b5
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sun Apr 17 08:58:22 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun May  8 20:37:07 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=7f8e87f4

kde-apps/kontact: Add split ebuild

Package-Manager: portage-2.2.27

 kde-apps/kontact/kontact-9999.ebuild | 61 ++++++++++++++++++++++++++++++++++++
 kde-apps/kontact/metadata.xml        |  8 +++++
 2 files changed, 69 insertions(+)

diff --git a/kde-apps/kontact/kontact-9999.ebuild b/kde-apps/kontact/kontact-9999.ebuild
new file mode 100644
index 0000000..0f3d8e5
--- /dev/null
+++ b/kde-apps/kontact/kontact-9999.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDE_HANDBOOK="forceoptional"
+KMNAME="kdepim"
+QT_MINIMAL="5.6.0"
+inherit kde5
+
+DESCRIPTION="KDE personal information manager"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+	$(add_frameworks_dep kcmutils)
+	$(add_frameworks_dep kcompletion)
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kconfigwidgets)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kdbusaddons)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kiconthemes)
+	$(add_frameworks_dep kio)
+	$(add_frameworks_dep kparts)
+	$(add_frameworks_dep kservice)
+	$(add_frameworks_dep kwidgetsaddons)
+	$(add_frameworks_dep kwindowsystem)
+	$(add_frameworks_dep kxmlgui)
+	$(add_kdeapps_dep akonadi)
+	$(add_kdeapps_dep grantleetheme)
+	$(add_kdeapps_dep kdepim-apps-libs)
+	$(add_kdeapps_dep kontactinterface)
+	$(add_kdeapps_dep kpimtextedit)
+	$(add_kdeapps_dep libkdepim)
+	$(add_kdeapps_dep mailcommon)
+	$(add_qt_dep qtdbus)
+	$(add_qt_dep qtgui)
+	$(add_qt_dep qtwebengine 'widgets')
+	$(add_qt_dep qtwidgets)
+"
+RDEPEND="${DEPEND}
+	!kde-apps/kdepim:5
+	!kde-apps/kdepim-common-libs:4
+"
+
+if [[ ${KDE_BUILD_TYPE} = live ]] ; then
+	S="${WORKDIR}/${P}/${PN}"
+else
+	S="${WORKDIR}/${KMNAME}-${PV}/${PN}"
+fi
+
+src_prepare() {
+	# kontact 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"
+
+	kde5_src_prepare
+}

diff --git a/kde-apps/kontact/metadata.xml b/kde-apps/kontact/metadata.xml
new file mode 100644
index 0000000..2fdbf33
--- /dev/null
+++ b/kde-apps/kontact/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>kde@gentoo.org</email>
+		<name>Gentoo KDE Project</name>
+	</maintainer>
+</pkgmetadata>


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

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

commit:     b680b8a1e589b169192278f57917cfa78a60e2e7
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Tue Aug 30 13:21:44 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=b680b8a1

kde-apps/kontact: Moved to its own repository

Fix DESCRIPTION.

Package-Manager: portage-2.2.28

 kde-apps/kontact/kontact-16.08.0.ebuild       |  2 +-
 kde-apps/kontact/kontact-16.08.49.9999.ebuild |  2 +-
 kde-apps/kontact/kontact-9999.ebuild          | 12 +-----------
 3 files changed, 3 insertions(+), 13 deletions(-)

diff --git a/kde-apps/kontact/kontact-16.08.0.ebuild b/kde-apps/kontact/kontact-16.08.0.ebuild
index 8c21504..a26c5c4 100644
--- a/kde-apps/kontact/kontact-16.08.0.ebuild
+++ b/kde-apps/kontact/kontact-16.08.0.ebuild
@@ -8,7 +8,7 @@ KDE_HANDBOOK="forceoptional"
 KMNAME="kdepim"
 inherit kde5
 
-DESCRIPTION="KDE personal information manager"
+DESCRIPTION="Container application to unify several major PIM applications within one"
 LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""

diff --git a/kde-apps/kontact/kontact-16.08.49.9999.ebuild b/kde-apps/kontact/kontact-16.08.49.9999.ebuild
index 9d1a2e1..c812271 100644
--- a/kde-apps/kontact/kontact-16.08.49.9999.ebuild
+++ b/kde-apps/kontact/kontact-16.08.49.9999.ebuild
@@ -8,7 +8,7 @@ KDE_HANDBOOK="forceoptional"
 KMNAME="kdepim"
 inherit kde5
 
-DESCRIPTION="KDE personal information manager"
+DESCRIPTION="Container application to unify several major PIM applications within one"
 LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
 KEYWORDS=""
 IUSE=""

diff --git a/kde-apps/kontact/kontact-9999.ebuild b/kde-apps/kontact/kontact-9999.ebuild
index 9d1a2e1..850e74a 100644
--- a/kde-apps/kontact/kontact-9999.ebuild
+++ b/kde-apps/kontact/kontact-9999.ebuild
@@ -5,10 +5,9 @@
 EAPI=6
 
 KDE_HANDBOOK="forceoptional"
-KMNAME="kdepim"
 inherit kde5
 
-DESCRIPTION="KDE personal information manager"
+DESCRIPTION="Container application to unify several major PIM applications within one"
 LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
 KEYWORDS=""
 IUSE=""
@@ -44,12 +43,3 @@ DEPEND="
 RDEPEND="${DEPEND}
 	!kde-apps/kdepim:5
 "
-
-src_prepare() {
-	# kontact 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"
-
-	kde5_src_prepare
-}


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

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

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

kde-apps/kontact: Drop unused DEPEND

Upstream commit 684e1eab918597e33bce46071305fb888f280a8a

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

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

diff --git a/kde-apps/kontact/kontact-9999.ebuild b/kde-apps/kontact/kontact-9999.ebuild
index 605693432b..1b3adbd560 100644
--- a/kde-apps/kontact/kontact-9999.ebuild
+++ b/kde-apps/kontact/kontact-9999.ebuild
@@ -24,7 +24,6 @@ DEPEND="
 	>=dev-qt/qtwidgets-${QTMIN}:5
 	>=kde-apps/akonadi-${PVCUT}:5
 	>=kde-apps/grantleetheme-${PVCUT}:5
-	>=kde-apps/kdepim-apps-libs-${PVCUT}:5
 	>=kde-apps/kontactinterface-${PVCUT}:5
 	>=kde-apps/kpimtextedit-${PVCUT}:5
 	>=kde-apps/libkdepim-${PVCUT}:5


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

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

commit:     b58dddf619ea5ad11234c0abf591d8bdf64130a1
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed May 20 19:30:43 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May 20 19:30:43 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=b58dddf6

kde-apps/kontact: Update HOMEPAGE

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

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

diff --git a/kde-apps/kontact/kontact-20.04.49.9999.ebuild b/kde-apps/kontact/kontact-20.04.49.9999.ebuild
index 605693432b..eca4f257c7 100644
--- a/kde-apps/kontact/kontact-20.04.49.9999.ebuild
+++ b/kde-apps/kontact/kontact-20.04.49.9999.ebuild
@@ -10,7 +10,7 @@ QTMIN=5.14.1
 inherit ecm kde.org
 
 DESCRIPTION="Container application to unify several major PIM applications within one"
-HOMEPAGE="https://kontact.kde.org/ https://kde.org/applications/office/org.kde.kontact"
+HOMEPAGE="https://kontact.kde.org/ https://kde.org/applications/en/office/org.kde.kontact"
 
 LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
 SLOT="5"

diff --git a/kde-apps/kontact/kontact-9999.ebuild b/kde-apps/kontact/kontact-9999.ebuild
index 1b3adbd560..b89e09b749 100644
--- a/kde-apps/kontact/kontact-9999.ebuild
+++ b/kde-apps/kontact/kontact-9999.ebuild
@@ -10,7 +10,7 @@ QTMIN=5.14.1
 inherit ecm kde.org
 
 DESCRIPTION="Container application to unify several major PIM applications within one"
-HOMEPAGE="https://kontact.kde.org/ https://kde.org/applications/office/org.kde.kontact"
+HOMEPAGE="https://kontact.kde.org/ https://kde.org/applications/en/office/org.kde.kontact"
 
 LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
 SLOT="5"


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

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

commit:     66610f5eba88dda6205c12f25af4b2203e1054a8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 15 20:56:47 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jun 15 20:56:47 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=66610f5e

kde-apps/kontact: Add new DEPEND

Upstream commit 19800629502301e29c99cfbdbf89722ba732dffb

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

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

diff --git a/kde-apps/kontact/kontact-9999.ebuild b/kde-apps/kontact/kontact-9999.ebuild
index 08c8adf65d..7ed038c359 100644
--- a/kde-apps/kontact/kontact-9999.ebuild
+++ b/kde-apps/kontact/kontact-9999.ebuild
@@ -28,6 +28,7 @@ DEPEND="
 	>=kde-apps/kpimtextedit-${PVCUT}:5
 	>=kde-apps/libkdepim-${PVCUT}:5
 	>=kde-apps/mailcommon-${PVCUT}:5
+	>=kde-apps/pimcommon-${PVCUT}:5
 	>=kde-frameworks/kcmutils-${KFMIN}:5
 	>=kde-frameworks/kcompletion-${KFMIN}:5
 	>=kde-frameworks/kconfig-${KFMIN}:5


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/kontact/
@ 2021-04-25  8:00 Andreas Sturmlechner
  0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2021-04-25  8:00 UTC (permalink / raw
  To: gentoo-commits

commit:     14d20aa05a75e2c1e54b33e1992bab78a979840c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 25 07:57:52 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 25 07:59:12 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=14d20aa0

kde-apps/kontact: Set ECM_HANDBOOK=optional

Upstream commit 331d0d21a6d8d68e3d54130a45155562b8266984

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

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

diff --git a/kde-apps/kontact/kontact-9999.ebuild b/kde-apps/kontact/kontact-9999.ebuild
index fa68a734e8..08a169293e 100644
--- a/kde-apps/kontact/kontact-9999.ebuild
+++ b/kde-apps/kontact/kontact-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-ECM_HANDBOOK="forceoptional"
+ECM_HANDBOOK="optional"
 PVCUT=$(ver_cut 1-3)
 KFMIN=5.81.0
 QTMIN=5.15.2


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

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

commit:     89852f83492af77e5cbb97652cc62171d8a660ef
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=89852f83

kde-apps/kontact: drop 21.11.90*

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

 kde-apps/kontact/kontact-21.11.90.ebuild | 49 --------------------------------
 1 file changed, 49 deletions(-)

diff --git a/kde-apps/kontact/kontact-21.11.90.ebuild b/kde-apps/kontact/kontact-21.11.90.ebuild
deleted file mode 100644
index 8567c5b7e3..0000000000
--- a/kde-apps/kontact/kontact-21.11.90.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="optional"
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.88.0
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Container application to unify several major PIM applications within one"
-HOMEPAGE="https://kontact.kde.org/ https://apps.kde.org/kontact/"
-
-LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwebengine-${QTMIN}:5[widgets]
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-apps/akonadi-${PVCUT}:5
-	>=kde-apps/grantleetheme-${PVCUT}:5
-	>=kde-apps/kontactinterface-${PVCUT}:5
-	>=kde-apps/kpimtextedit-${PVCUT}:5
-	>=kde-apps/libkdepim-${PVCUT}:5
-	>=kde-apps/mailcommon-${PVCUT}:5
-	>=kde-apps/pimcommon-${PVCUT}:5
-	>=kde-frameworks/kcmutils-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kcrash-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kguiaddons-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kparts-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/kwindowsystem-${KFMIN}:5
-	>=kde-frameworks/kxmlgui-${KFMIN}:5
-"
-RDEPEND="${DEPEND}"


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

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

commit:     fff5d8eae849d2dac50acfcc40c781e2f30d0285
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  6 20:04:50 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug  6 20:04:50 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=fff5d8ea

kde-apps/kontact: Drop unused dependency

Upstream commit 56d12be98fcb9d5b1e85777d9712c1675eb692aa

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

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

diff --git a/kde-apps/kontact/kontact-9999.ebuild b/kde-apps/kontact/kontact-9999.ebuild
index 1e8a5c93bf..570bdbe99f 100644
--- a/kde-apps/kontact/kontact-9999.ebuild
+++ b/kde-apps/kontact/kontact-9999.ebuild
@@ -22,7 +22,6 @@ DEPEND="
 	>=dev-qt/qtgui-${QTMIN}:5
 	>=dev-qt/qtwebengine-${QTMIN}:5[widgets]
 	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-apps/akonadi-${PVCUT}:5
 	>=kde-apps/grantleetheme-${PVCUT}:5
 	>=kde-apps/kontactinterface-${PVCUT}:5
 	>=kde-apps/kpimtextedit-${PVCUT}:5


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

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

commit:     1c54bfe8e5f339893da00f421e5a864a38a7734f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 25 23:15:11 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 25 23:16:00 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=1c54bfe8

kde-apps/kontact: refresh deps

* Drop kpimtextedit (upstream commit 644a4af86be3c5f50b3fa5073972f8a137373647)

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

 kde-apps/kontact/kontact-24.02.0.ebuild       | 1 -
 kde-apps/kontact/kontact-24.02.49.9999.ebuild | 1 -
 kde-apps/kontact/kontact-9999.ebuild          | 1 -
 3 files changed, 3 deletions(-)

diff --git a/kde-apps/kontact/kontact-24.02.0.ebuild b/kde-apps/kontact/kontact-24.02.0.ebuild
index 28c7235c11..22a9d04590 100644
--- a/kde-apps/kontact/kontact-24.02.0.ebuild
+++ b/kde-apps/kontact/kontact-24.02.0.ebuild
@@ -22,7 +22,6 @@ DEPEND="
 	>=dev-qt/qtwebengine-${QTMIN}:6[widgets]
 	>=kde-apps/grantleetheme-${PVCUT}:6
 	>=kde-apps/kontactinterface-${PVCUT}:6
-	>=kde-apps/kpimtextedit-${PVCUT}:6
 	>=kde-apps/libkdepim-${PVCUT}:6
 	>=kde-apps/mailcommon-${PVCUT}:6
 	>=kde-apps/pimcommon-${PVCUT}:6

diff --git a/kde-apps/kontact/kontact-24.02.49.9999.ebuild b/kde-apps/kontact/kontact-24.02.49.9999.ebuild
index 679dc3f02e..154c4875db 100644
--- a/kde-apps/kontact/kontact-24.02.49.9999.ebuild
+++ b/kde-apps/kontact/kontact-24.02.49.9999.ebuild
@@ -22,7 +22,6 @@ DEPEND="
 	>=dev-qt/qtwebengine-${QTMIN}:6[widgets]
 	>=kde-apps/grantleetheme-${PVCUT}:6
 	>=kde-apps/kontactinterface-${PVCUT}:6
-	>=kde-apps/kpimtextedit-${PVCUT}:6
 	>=kde-apps/libkdepim-${PVCUT}:6
 	>=kde-apps/mailcommon-${PVCUT}:6
 	>=kde-apps/pimcommon-${PVCUT}:6

diff --git a/kde-apps/kontact/kontact-9999.ebuild b/kde-apps/kontact/kontact-9999.ebuild
index 679dc3f02e..154c4875db 100644
--- a/kde-apps/kontact/kontact-9999.ebuild
+++ b/kde-apps/kontact/kontact-9999.ebuild
@@ -22,7 +22,6 @@ DEPEND="
 	>=dev-qt/qtwebengine-${QTMIN}:6[widgets]
 	>=kde-apps/grantleetheme-${PVCUT}:6
 	>=kde-apps/kontactinterface-${PVCUT}:6
-	>=kde-apps/kpimtextedit-${PVCUT}:6
 	>=kde-apps/libkdepim-${PVCUT}:6
 	>=kde-apps/mailcommon-${PVCUT}:6
 	>=kde-apps/pimcommon-${PVCUT}:6


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

end of thread, other threads:[~2024-02-25 23:25 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-25 23:25 [gentoo-commits] proj/kde:master commit in: kde-apps/kontact/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2023-08-06 20:39 Andreas Sturmlechner
2021-12-09 11:28 Andreas Sturmlechner
2021-04-25  8:00 Andreas Sturmlechner
2020-06-15 23:03 Andreas Sturmlechner
2020-05-20 19:35 Andreas Sturmlechner
2020-05-19 11:20 Andreas Sturmlechner
2016-08-31 14:33 Michael Palimaka
2016-05-11  9:51 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