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

commit:     30af5a8b12cb96354f5326ccdc636311b66f4892
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Tue Oct  6 09:27:00 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Oct  8 13:07:20 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=30af5a8b

kde-apps/akonadi-mime: New package

Split out of kdepimlibs

Package-Manager: portage-2.2.22

 kde-apps/akonadi-mime/akonadi-mime-9999.ebuild | 51 ++++++++++++++++++++++++++
 kde-apps/akonadi-mime/metadata.xml             |  5 +++
 2 files changed, 56 insertions(+)

diff --git a/kde-apps/akonadi-mime/akonadi-mime-9999.ebuild b/kde-apps/akonadi-mime/akonadi-mime-9999.ebuild
new file mode 100644
index 0000000..ea91253
--- /dev/null
+++ b/kde-apps/akonadi-mime/akonadi-mime-9999.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDE_TEST=true
+KMNAME=kdepimlibs
+inherit kde5
+
+DESCRIPTION="Library for akonadi mime types"
+KEYWORDS=""
+LICENSE="LGPL-2.1"
+IUSE=""
+
+# some akonadi tests time out, that probably needs more work as it's ~700 tests
+RESTRICT="test"
+
+COMMON_DEPEND="
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kdbusaddons)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kio)
+	$(add_frameworks_dep kitemmodels)
+	$(add_frameworks_dep kwidgetsaddons)
+	$(add_frameworks_dep kxmlgui)
+	$(add_kdeapps_dep libakonadi)
+	$(add_kdeapps_dep kmime)
+	dev-libs/libxslt
+	dev-qt/qtdbus:5
+	dev-qt/qtgui:5
+	dev-qt/qtwidgets:5
+	x11-misc/shared-mime-info
+"
+DEPEND="${COMMON_DEPEND}
+	sys-devel/gettext
+"
+RDEPEND="${COMMON_DEPEND}
+	!kde-apps/kdepimlibs
+	!kde-base/kdepimlibs:4
+"
+
+S="${WORKDIR}/${P}/${PN}"
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake-utils_use_build test TESTING)
+	)
+	kde5_src_configure
+}

diff --git a/kde-apps/akonadi-mime/metadata.xml b/kde-apps/akonadi-mime/metadata.xml
new file mode 100644
index 0000000..a23f444
--- /dev/null
+++ b/kde-apps/akonadi-mime/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] 9+ messages in thread

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

commit:     be341b2b6025ae56a5fe6f5d7804706b7e18ff5a
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Thu Apr  7 20:39:02 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Apr  7 20:51:46 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=be341b2b

kde-apps/akonadi-mime: Fix release version dir

Package-Manager: portage-2.2.27

 kde-apps/akonadi-mime/akonadi-mime-16.03.90.ebuild      | 2 ++
 kde-apps/akonadi-mime/akonadi-mime-16.04.49.9999.ebuild | 2 ++
 kde-apps/akonadi-mime/akonadi-mime-9999.ebuild          | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/kde-apps/akonadi-mime/akonadi-mime-16.03.90.ebuild b/kde-apps/akonadi-mime/akonadi-mime-16.03.90.ebuild
index d564ffd..fa42695 100644
--- a/kde-apps/akonadi-mime/akonadi-mime-16.03.90.ebuild
+++ b/kde-apps/akonadi-mime/akonadi-mime-16.03.90.ebuild
@@ -44,4 +44,6 @@ RDEPEND="${COMMON_DEPEND}
 
 if [[ ${KDE_BUILD_TYPE} = live ]] ; then
 	S="${WORKDIR}/${P}/${PN}"
+else
+	S="${WORKDIR}/${KMNAME}-${PV}/${PN}"
 fi

diff --git a/kde-apps/akonadi-mime/akonadi-mime-16.04.49.9999.ebuild b/kde-apps/akonadi-mime/akonadi-mime-16.04.49.9999.ebuild
index e0a6ed7..1d55734 100644
--- a/kde-apps/akonadi-mime/akonadi-mime-16.04.49.9999.ebuild
+++ b/kde-apps/akonadi-mime/akonadi-mime-16.04.49.9999.ebuild
@@ -44,4 +44,6 @@ RDEPEND="${COMMON_DEPEND}
 
 if [[ ${KDE_BUILD_TYPE} = live ]] ; then
 	S="${WORKDIR}/${P}/${PN}"
+else
+	S="${WORKDIR}/${KMNAME}-${PV}/${PN}"
 fi

diff --git a/kde-apps/akonadi-mime/akonadi-mime-9999.ebuild b/kde-apps/akonadi-mime/akonadi-mime-9999.ebuild
index e0a6ed7..1d55734 100644
--- a/kde-apps/akonadi-mime/akonadi-mime-9999.ebuild
+++ b/kde-apps/akonadi-mime/akonadi-mime-9999.ebuild
@@ -44,4 +44,6 @@ RDEPEND="${COMMON_DEPEND}
 
 if [[ ${KDE_BUILD_TYPE} = live ]] ; then
 	S="${WORKDIR}/${P}/${PN}"
+else
+	S="${WORKDIR}/${KMNAME}-${PV}/${PN}"
 fi


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/akonadi-mime/
@ 2016-06-29 22:31 Johannes Huber
  0 siblings, 0 replies; 9+ messages in thread
From: Johannes Huber @ 2016-06-29 22:31 UTC (permalink / raw
  To: gentoo-commits

commit:     b6f7b16e86aa0bac3e754e498ac1f9792933f077
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 29 22:08:56 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Jun 29 22:30:54 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=b6f7b16e

kde-apps/akonadi-mime: Splitted upstream

Package-Manager: portage-2.3.0

 kde-apps/akonadi-mime/akonadi-mime-9999.ebuild | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/kde-apps/akonadi-mime/akonadi-mime-9999.ebuild b/kde-apps/akonadi-mime/akonadi-mime-9999.ebuild
index 99bb2c0..0f1d333 100644
--- a/kde-apps/akonadi-mime/akonadi-mime-9999.ebuild
+++ b/kde-apps/akonadi-mime/akonadi-mime-9999.ebuild
@@ -5,7 +5,6 @@
 EAPI=6
 
 KDE_TEST="true"
-KMNAME="kdepimlibs"
 QT_MINIMAL="5.6.0"
 inherit kde5
 
@@ -41,9 +40,3 @@ RDEPEND="${COMMON_DEPEND}
 	!kde-apps/kdepimlibs:4
 	!kde-apps/kdepimlibs:5
 "
-
-if [[ ${KDE_BUILD_TYPE} = live ]] ; then
-	S="${WORKDIR}/${P}/${PN}"
-else
-	S="${WORKDIR}/${KMNAME}-${PV}/${PN}"
-fi


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/akonadi-mime/
@ 2018-03-08 20:55 Andreas Sturmlechner
  0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2018-03-08 20:55 UTC (permalink / raw
  To: gentoo-commits

commit:     a2533b4d1c0b0a9d25167561a6a08c049c78fcd4
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  8 20:32:14 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar  8 20:32:14 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=a2533b4d

kde-apps/akonadi-mime: Block <kde-apps/kdepim-runtime-18.03.80

Upstream commit cde643e6d840d591b6ae1b7f1a49488c495c4774

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/kde-apps/akonadi-mime/akonadi-mime-9999.ebuild b/kde-apps/akonadi-mime/akonadi-mime-9999.ebuild
index 0184613d44..c145898651 100644
--- a/kde-apps/akonadi-mime/akonadi-mime-9999.ebuild
+++ b/kde-apps/akonadi-mime/akonadi-mime-9999.ebuild
@@ -33,5 +33,6 @@ DEPEND="
 "
 RDEPEND="${DEPEND}
 	!kde-apps/kdepim-l10n
+	!<kde-apps/kdepim-runtime-18.03.80
 	!kde-apps/kdepimlibs:4
 "


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/akonadi-mime/
@ 2020-02-22 19:43 Andreas Sturmlechner
  0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2020-02-22 19:43 UTC (permalink / raw
  To: gentoo-commits

commit:     3d1b8833c3fd6b2b5832754995dd97f04b04e72b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 22 17:38:59 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Feb 22 17:38:59 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=3d1b8833

kde-apps/akonadi-mime: Drop unused DEPEND

Upstream commit c1f5a76298e71cc795bfb63f5c0629dba91f9bec

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

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

diff --git a/kde-apps/akonadi-mime/akonadi-mime-9999.ebuild b/kde-apps/akonadi-mime/akonadi-mime-9999.ebuild
index 23a243df5a..958966ec49 100644
--- a/kde-apps/akonadi-mime/akonadi-mime-9999.ebuild
+++ b/kde-apps/akonadi-mime/akonadi-mime-9999.ebuild
@@ -28,7 +28,6 @@ DEPEND="
 	>=kde-apps/kmime-${PVCUT}:5
 	>=kde-frameworks/kconfig-${KFMIN}:5
 	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
 	>=kde-frameworks/ki18n-${KFMIN}:5
 	>=kde-frameworks/kio-${KFMIN}:5
 	>=kde-frameworks/kitemmodels-${KFMIN}:5


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/akonadi-mime/
@ 2021-11-15 10:59 Andreas Sturmlechner
  0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2021-11-15 10:59 UTC (permalink / raw
  To: gentoo-commits

commit:     615cf70fd9934d6df9979781571a1291a63ea01f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 15 10:34:56 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Nov 15 10:34:56 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=615cf70f

kde-apps/akonadi-mime: Set ECM_QTHELP=true

Upstream commit ccf04481a7d1fea62a68ee6ffb641115c2c055b7

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

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

diff --git a/kde-apps/akonadi-mime/akonadi-mime-9999.ebuild b/kde-apps/akonadi-mime/akonadi-mime-9999.ebuild
index 3acae11711..5822e673e7 100644
--- a/kde-apps/akonadi-mime/akonadi-mime-9999.ebuild
+++ b/kde-apps/akonadi-mime/akonadi-mime-9999.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=8
 
+ECM_QTHELP="true"
 ECM_TEST="true"
 PVCUT=$(ver_cut 1-3)
 KFMIN=5.85.0


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/akonadi-mime/
@ 2024-01-02 22:18 Andreas Sturmlechner
  0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2024-01-02 22:18 UTC (permalink / raw
  To: gentoo-commits

commit:     0a627764c3f4ec041e3f81cb8a30015ee7a06793
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  2 21:54:49 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan  2 21:54:49 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=0a627764

kde-apps/akonadi-mime: Move dev-libs/libxslt to BDEPEND

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

 kde-apps/akonadi-mime/akonadi-mime-23.08.49.9999.ebuild | 2 +-
 kde-apps/akonadi-mime/akonadi-mime-9999.ebuild          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-apps/akonadi-mime/akonadi-mime-23.08.49.9999.ebuild b/kde-apps/akonadi-mime/akonadi-mime-23.08.49.9999.ebuild
index c634469481..d27fa347e9 100644
--- a/kde-apps/akonadi-mime/akonadi-mime-23.08.49.9999.ebuild
+++ b/kde-apps/akonadi-mime/akonadi-mime-23.08.49.9999.ebuild
@@ -21,7 +21,6 @@ IUSE=""
 RESTRICT="test"
 
 DEPEND="
-	dev-libs/libxslt
 	>=dev-qt/qtdbus-${QTMIN}:5
 	>=dev-qt/qtgui-${QTMIN}:5
 	>=dev-qt/qtwidgets-${QTMIN}:5
@@ -36,3 +35,4 @@ DEPEND="
 	>=kde-frameworks/kxmlgui-${KFMIN}:5
 "
 RDEPEND="${DEPEND}"
+BDEPEND="dev-libs/libxslt"

diff --git a/kde-apps/akonadi-mime/akonadi-mime-9999.ebuild b/kde-apps/akonadi-mime/akonadi-mime-9999.ebuild
index 3f51a79784..b7d850b4eb 100644
--- a/kde-apps/akonadi-mime/akonadi-mime-9999.ebuild
+++ b/kde-apps/akonadi-mime/akonadi-mime-9999.ebuild
@@ -21,7 +21,6 @@ IUSE=""
 RESTRICT="test"
 
 DEPEND="
-	dev-libs/libxslt
 	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
 	>=kde-apps/akonadi-${PVCUT}:6
 	>=kde-apps/kmime-${PVCUT}:6
@@ -34,3 +33,4 @@ DEPEND="
 	>=kde-frameworks/kxmlgui-${KFMIN}:6
 "
 RDEPEND="${DEPEND}"
+BDEPEND="dev-libs/libxslt"


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

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

commit:     f675d050dc8dca32edebc755ac42670908bfbae7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 25 22:19:00 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 25 22:19:24 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=f675d050

kde-apps/akonadi-mime: refresh deps

* Needs qtbase[xml] (upstream commit 55a742ed1469d3a671601a971a502d2df6ff33de)

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

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

diff --git a/kde-apps/akonadi-mime/akonadi-mime-24.02.0.ebuild b/kde-apps/akonadi-mime/akonadi-mime-24.02.0.ebuild
index d0596ad078..33ac5cbb99 100644
--- a/kde-apps/akonadi-mime/akonadi-mime-24.02.0.ebuild
+++ b/kde-apps/akonadi-mime/akonadi-mime-24.02.0.ebuild
@@ -21,7 +21,7 @@ IUSE=""
 RESTRICT="test"
 
 DEPEND="
-	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
+	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml]
 	>=kde-apps/akonadi-${PVCUT}:6
 	>=kde-apps/kmime-${PVCUT}:6
 	>=kde-frameworks/kconfig-${KFMIN}:6

diff --git a/kde-apps/akonadi-mime/akonadi-mime-24.02.49.9999.ebuild b/kde-apps/akonadi-mime/akonadi-mime-24.02.49.9999.ebuild
index 3e6d953852..92ed5ca43f 100644
--- a/kde-apps/akonadi-mime/akonadi-mime-24.02.49.9999.ebuild
+++ b/kde-apps/akonadi-mime/akonadi-mime-24.02.49.9999.ebuild
@@ -21,7 +21,7 @@ IUSE=""
 RESTRICT="test"
 
 DEPEND="
-	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
+	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml]
 	>=kde-apps/akonadi-${PVCUT}:6
 	>=kde-apps/kmime-${PVCUT}:6
 	>=kde-frameworks/kconfig-${KFMIN}:6

diff --git a/kde-apps/akonadi-mime/akonadi-mime-9999.ebuild b/kde-apps/akonadi-mime/akonadi-mime-9999.ebuild
index 3e6d953852..92ed5ca43f 100644
--- a/kde-apps/akonadi-mime/akonadi-mime-9999.ebuild
+++ b/kde-apps/akonadi-mime/akonadi-mime-9999.ebuild
@@ -21,7 +21,7 @@ IUSE=""
 RESTRICT="test"
 
 DEPEND="
-	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
+	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml]
 	>=kde-apps/akonadi-${PVCUT}:6
 	>=kde-apps/kmime-${PVCUT}:6
 	>=kde-frameworks/kconfig-${KFMIN}:6


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

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

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

kde-apps/akonadi-mime: drop 24.08.1

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

 kde-apps/akonadi-mime/akonadi-mime-24.08.1.ebuild | 36 -----------------------
 1 file changed, 36 deletions(-)

diff --git a/kde-apps/akonadi-mime/akonadi-mime-24.08.1.ebuild b/kde-apps/akonadi-mime/akonadi-mime-24.08.1.ebuild
deleted file mode 100644
index 99db6b6905..0000000000
--- a/kde-apps/akonadi-mime/akonadi-mime-24.08.1.ebuild
+++ /dev/null
@@ -1,36 +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="true"
-PVCUT=$(ver_cut 1-3)
-KFMIN=6.5.0
-QTMIN=6.7.2
-inherit ecm gear.kde.org
-
-DESCRIPTION="Library for akonadi mime types"
-
-LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="6"
-KEYWORDS="~amd64 ~arm64"
-IUSE=""
-
-# some akonadi tests time out, that probably needs more work as it's ~700 tests
-RESTRICT="test"
-
-DEPEND="
-	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml]
-	>=kde-apps/akonadi-${PVCUT}:6
-	>=kde-apps/kmime-${PVCUT}:6
-	>=kde-frameworks/kconfig-${KFMIN}:6
-	>=kde-frameworks/kcoreaddons-${KFMIN}:6
-	>=kde-frameworks/ki18n-${KFMIN}:6
-	>=kde-frameworks/kio-${KFMIN}:6
-	>=kde-frameworks/kitemmodels-${KFMIN}:6
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-	>=kde-frameworks/kxmlgui-${KFMIN}:6
-"
-RDEPEND="${DEPEND}"
-BDEPEND="dev-libs/libxslt"


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

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

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-25 22:26 [gentoo-commits] proj/kde:master commit in: kde-apps/akonadi-mime/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-09-12 19:30 Andreas Sturmlechner
2024-01-02 22:18 Andreas Sturmlechner
2021-11-15 10:59 Andreas Sturmlechner
2020-02-22 19:43 Andreas Sturmlechner
2018-03-08 20:55 Andreas Sturmlechner
2016-06-29 22:31 Johannes Huber
2016-04-08 15:45 Michael Palimaka
2015-10-08 13:07 Michael Palimaka

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