* [gentoo-commits] proj/kde:master commit in: kde-apps/akonadi-notes/
@ 2015-10-08 13:07 Michael Palimaka
0 siblings, 0 replies; 6+ messages in thread
From: Michael Palimaka @ 2015-10-08 13:07 UTC (permalink / raw
To: gentoo-commits
commit: 5fa82b5d189664faaf12c353a53247ffe02d96a3
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Tue Oct 6 09:36:50 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=5fa82b5d
kde-apps/akonadi-notes: New package
Split out of kdepimlibs
Package-Manager: portage-2.2.22
kde-apps/akonadi-notes/akonadi-notes-9999.ebuild | 41 ++++++++++++++++++++++++
kde-apps/akonadi-notes/metadata.xml | 5 +++
2 files changed, 46 insertions(+)
diff --git a/kde-apps/akonadi-notes/akonadi-notes-9999.ebuild b/kde-apps/akonadi-notes/akonadi-notes-9999.ebuild
new file mode 100644
index 0000000..e8a7411
--- /dev/null
+++ b/kde-apps/akonadi-notes/akonadi-notes-9999.ebuild
@@ -0,0 +1,41 @@
+# 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 notes integration"
+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 ki18n)
+ $(add_kdeapps_dep kmime)
+ dev-qt/qtgui:5
+ dev-qt/qtxml:5
+"
+DEPEND="${COMMON_DEPEND}
+ $(add_kdeapps_dep libakonadi)
+ 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-notes/metadata.xml b/kde-apps/akonadi-notes/metadata.xml
new file mode 100644
index 0000000..a23f444
--- /dev/null
+++ b/kde-apps/akonadi-notes/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] 6+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/akonadi-notes/
@ 2016-04-08 15:45 Michael Palimaka
0 siblings, 0 replies; 6+ messages in thread
From: Michael Palimaka @ 2016-04-08 15:45 UTC (permalink / raw
To: gentoo-commits
commit: e805791d1c307178468f6acea3d7d03bccef4737
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Thu Apr 7 20:50:00 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Apr 7 20:51:53 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e805791d
kde-apps/akonadi-notes: Fix release version dir
Package-Manager: portage-2.2.27
kde-apps/akonadi-notes/akonadi-notes-16.03.90.ebuild | 2 ++
kde-apps/akonadi-notes/akonadi-notes-16.04.49.9999.ebuild | 2 ++
kde-apps/akonadi-notes/akonadi-notes-9999.ebuild | 2 ++
3 files changed, 6 insertions(+)
diff --git a/kde-apps/akonadi-notes/akonadi-notes-16.03.90.ebuild b/kde-apps/akonadi-notes/akonadi-notes-16.03.90.ebuild
index 9f26219..0fba08a 100644
--- a/kde-apps/akonadi-notes/akonadi-notes-16.03.90.ebuild
+++ b/kde-apps/akonadi-notes/akonadi-notes-16.03.90.ebuild
@@ -34,4 +34,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-notes/akonadi-notes-16.04.49.9999.ebuild b/kde-apps/akonadi-notes/akonadi-notes-16.04.49.9999.ebuild
index 357368e..d31d0df 100644
--- a/kde-apps/akonadi-notes/akonadi-notes-16.04.49.9999.ebuild
+++ b/kde-apps/akonadi-notes/akonadi-notes-16.04.49.9999.ebuild
@@ -34,4 +34,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-notes/akonadi-notes-9999.ebuild b/kde-apps/akonadi-notes/akonadi-notes-9999.ebuild
index 357368e..d31d0df 100644
--- a/kde-apps/akonadi-notes/akonadi-notes-9999.ebuild
+++ b/kde-apps/akonadi-notes/akonadi-notes-9999.ebuild
@@ -34,4 +34,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] 6+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/akonadi-notes/
@ 2016-06-29 22:31 Johannes Huber
0 siblings, 0 replies; 6+ messages in thread
From: Johannes Huber @ 2016-06-29 22:31 UTC (permalink / raw
To: gentoo-commits
commit: bcfc6b5220be3d0a6bb0f4087314401141be404b
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 29 22:10:36 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=bcfc6b52
kde-apps/akonadi-notes: Splitted upstream
Package-Manager: portage-2.3.0
kde-apps/akonadi-notes/akonadi-notes-9999.ebuild | 7 -------
1 file changed, 7 deletions(-)
diff --git a/kde-apps/akonadi-notes/akonadi-notes-9999.ebuild b/kde-apps/akonadi-notes/akonadi-notes-9999.ebuild
index e750887..5f0ddba 100644
--- a/kde-apps/akonadi-notes/akonadi-notes-9999.ebuild
+++ b/kde-apps/akonadi-notes/akonadi-notes-9999.ebuild
@@ -5,7 +5,6 @@
EAPI=6
KDE_TEST="true"
-KMNAME="kdepimlibs"
QT_MINIMAL="5.6.0"
inherit kde5
@@ -31,9 +30,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] 6+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/akonadi-notes/
@ 2019-07-16 11:09 Andreas Sturmlechner
0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2019-07-16 11:09 UTC (permalink / raw
To: gentoo-commits
commit: afb2a5a41e0a36ac0dbe96547f935934bd04a3ce
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 16 10:24:21 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jul 16 10:24:21 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=afb2a5a4
kde-apps/akonadi-notes: Drop unused DEPEND
Upstream commit bbaa8676daef93d01331ce187d3fbdf7ba8344ea
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/akonadi-notes/akonadi-notes-19.08.49.9999.ebuild | 10 ++--------
kde-apps/akonadi-notes/akonadi-notes-9999.ebuild | 10 ++--------
2 files changed, 4 insertions(+), 16 deletions(-)
diff --git a/kde-apps/akonadi-notes/akonadi-notes-19.08.49.9999.ebuild b/kde-apps/akonadi-notes/akonadi-notes-19.08.49.9999.ebuild
index e8162fc5ea..78047e113e 100644
--- a/kde-apps/akonadi-notes/akonadi-notes-19.08.49.9999.ebuild
+++ b/kde-apps/akonadi-notes/akonadi-notes-19.08.49.9999.ebuild
@@ -11,18 +11,12 @@ KEYWORDS=""
LICENSE="GPL-2+"
IUSE=""
-# some akonadi tests time out, that probably needs more work as it's ~700 tests
-RESTRICT+=" test"
-
-COMMON_DEPEND="
+DEPEND="
$(add_frameworks_dep ki18n)
$(add_kdeapps_dep kmime)
$(add_qt_dep qtgui)
$(add_qt_dep qtxml)
"
-DEPEND="${COMMON_DEPEND}
- $(add_kdeapps_dep akonadi)
-"
-RDEPEND="${COMMON_DEPEND}
+RDEPEND="${DEPEND}
!kde-apps/kdepim-l10n
"
diff --git a/kde-apps/akonadi-notes/akonadi-notes-9999.ebuild b/kde-apps/akonadi-notes/akonadi-notes-9999.ebuild
index e8162fc5ea..78047e113e 100644
--- a/kde-apps/akonadi-notes/akonadi-notes-9999.ebuild
+++ b/kde-apps/akonadi-notes/akonadi-notes-9999.ebuild
@@ -11,18 +11,12 @@ KEYWORDS=""
LICENSE="GPL-2+"
IUSE=""
-# some akonadi tests time out, that probably needs more work as it's ~700 tests
-RESTRICT+=" test"
-
-COMMON_DEPEND="
+DEPEND="
$(add_frameworks_dep ki18n)
$(add_kdeapps_dep kmime)
$(add_qt_dep qtgui)
$(add_qt_dep qtxml)
"
-DEPEND="${COMMON_DEPEND}
- $(add_kdeapps_dep akonadi)
-"
-RDEPEND="${COMMON_DEPEND}
+RDEPEND="${DEPEND}
!kde-apps/kdepim-l10n
"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/akonadi-notes/
@ 2021-11-15 10:59 Andreas Sturmlechner
0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2021-11-15 10:59 UTC (permalink / raw
To: gentoo-commits
commit: d9a389bef2c551c2229e151287cf4af94a93d396
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 15 10:33:20 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Nov 15 10:33:20 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d9a389be
kde-apps/akonadi-notes: Set ECM_QTHELP=true
Upstream commit f7270628ca1f4972ab91c30a31336c32a33af4d4
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/akonadi-notes/akonadi-notes-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/kde-apps/akonadi-notes/akonadi-notes-9999.ebuild b/kde-apps/akonadi-notes/akonadi-notes-9999.ebuild
index 1ca2f92fe1..62291d7208 100644
--- a/kde-apps/akonadi-notes/akonadi-notes-9999.ebuild
+++ b/kde-apps/akonadi-notes/akonadi-notes-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] 6+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/akonadi-notes/
@ 2024-09-12 19:30 Andreas Sturmlechner
0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2024-09-12 19:30 UTC (permalink / raw
To: gentoo-commits
commit: b53e8d68c02ec209a5ad74a841b25a735c602854
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 12 19:04:24 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Sep 12 19:04:24 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b53e8d68
kde-apps/akonadi-notes: drop 24.08.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../akonadi-notes/akonadi-notes-24.08.1.ebuild | 25 ----------------------
1 file changed, 25 deletions(-)
diff --git a/kde-apps/akonadi-notes/akonadi-notes-24.08.1.ebuild b/kde-apps/akonadi-notes/akonadi-notes-24.08.1.ebuild
deleted file mode 100644
index 5ae0f6db0c..0000000000
--- a/kde-apps/akonadi-notes/akonadi-notes-24.08.1.ebuild
+++ /dev/null
@@ -1,25 +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 notes integration"
-
-LICENSE="GPL-2+"
-SLOT="6"
-KEYWORDS="~amd64 ~arm64"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtbase-${QTMIN}:6[gui,xml]
- >=kde-apps/kmime-${PVCUT}:6
- >=kde-frameworks/ki18n-${KFMIN}:6
-"
-RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-09-12 19:30 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-29 22:31 [gentoo-commits] proj/kde:master commit in: kde-apps/akonadi-notes/ Johannes Huber
-- strict thread matches above, loose matches on Subject: below --
2024-09-12 19:30 Andreas Sturmlechner
2021-11-15 10:59 Andreas Sturmlechner
2019-07-16 11:09 Andreas Sturmlechner
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