public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/zanshin/
Date: Sun, 31 Dec 2017 22:09:35 +0000 (UTC)	[thread overview]
Message-ID: <1514758166.dc5dae24c3fe8abe756d14a586dad2cf7c110477.asturm@gentoo> (raw)

commit:     dc5dae24c3fe8abe756d14a586dad2cf7c110477
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 31 22:03:48 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Dec 31 22:09:26 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc5dae24

kde-misc/zanshin: Add 0.4.1_p20171231 snapshot

Fixes build with >=kde-apps/kcalcore-17.12.0

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 kde-misc/zanshin/Manifest                       |  1 +
 kde-misc/zanshin/zanshin-0.4.1_p20171231.ebuild | 63 +++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

diff --git a/kde-misc/zanshin/Manifest b/kde-misc/zanshin/Manifest
index 67c50a278ae..ac219537c36 100644
--- a/kde-misc/zanshin/Manifest
+++ b/kde-misc/zanshin/Manifest
@@ -1 +1,2 @@
 DIST zanshin-0.4.1_p20170701.tar.xz 358700 BLAKE2B cda820dab0234568f94aa1511fbb542eca921a3bd78b4f3f85e5e14147c8326041163b76448982703a3e043e2f9f7d099f41208b6d09d6cf492e2c8d73e8079c SHA512 f4725e72e3444f16df18058abeb3edd3056a95eee47b6321171043e9445886caacc18ba7f7aa8b346e41c099e36c0ce068cf709dd03c2ed78f35bab30b2a56fa
+DIST zanshin-0.4.1_p20171231.tar.gz 490747 BLAKE2B 3c90f7213b5f588cea1c11754a5b49e1fa38172be62eb10025c803a554a7e5084daf0196ac3f3319abcedd1b2474dc12f4445e9a4b72ae7ffffa27f9682ce791 SHA512 ec5e2af0c4169de67838eee74cd8acc43265b0b7a368b9c5998cf96112d1294e35e31c57c9e52f7ec1c7f39a660d1d8665b70fe4b471bdea3e0ac14bad906603

diff --git a/kde-misc/zanshin/zanshin-0.4.1_p20171231.ebuild b/kde-misc/zanshin/zanshin-0.4.1_p20171231.ebuild
new file mode 100644
index 00000000000..70204ef4d2c
--- /dev/null
+++ b/kde-misc/zanshin/zanshin-0.4.1_p20171231.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+COMMIT=6239128a6c6693e71def64e9782f31bdd9621d19
+KDE_APPS_MINIMAL="17.12.0"
+KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
+inherit kde5 vcs-snapshot
+
+DESCRIPTION="Getting things done application by KDE"
+HOMEPAGE="https://zanshin.kde.org/"
+SRC_URI="https://github.com/KDE/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="|| ( GPL-2 GPL-3 )"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+# FIXME: bundles libkdepim
+COMMON_DEPEND="
+	$(add_frameworks_dep kcodecs)
+	$(add_frameworks_dep kcompletion)
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kconfigwidgets)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kdelibs4support)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kio)
+	$(add_frameworks_dep kitemmodels)
+	$(add_frameworks_dep kitemviews)
+	$(add_frameworks_dep kjobwidgets)
+	$(add_frameworks_dep kparts)
+	$(add_frameworks_dep krunner)
+	$(add_frameworks_dep kwallet)
+	$(add_frameworks_dep kwidgetsaddons)
+	$(add_frameworks_dep kwindowsystem)
+	$(add_frameworks_dep kxmlgui)
+	$(add_kdeapps_dep akonadi)
+	$(add_kdeapps_dep akonadi-calendar)
+	$(add_kdeapps_dep akonadi-contacts)
+	$(add_kdeapps_dep akonadi-notes)
+	$(add_kdeapps_dep akonadi-search)
+	$(add_kdeapps_dep kcalcore)
+	$(add_kdeapps_dep kcontacts)
+	$(add_kdeapps_dep kidentitymanagement)
+	$(add_kdeapps_dep kldap)
+	$(add_kdeapps_dep kmime)
+	$(add_kdeapps_dep kontactinterface)
+	$(add_qt_dep qtdbus)
+	$(add_qt_dep qtdeclarative)
+	$(add_qt_dep qtgui)
+	$(add_qt_dep qtnetwork)
+	$(add_qt_dep qtwidgets)
+"
+DEPEND="${COMMON_DEPEND}
+	dev-libs/boost
+	test? ( $(add_kdeapps_dep akonadi 'tools') )
+"
+RDEPEND="${COMMON_DEPEND}
+	!kde-misc/zanshin:4
+	$(add_kdeapps_dep kdepim-runtime)
+"


             reply	other threads:[~2017-12-31 22:09 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-31 22:09 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-09 16:49 [gentoo-commits] repo/gentoo:master commit in: kde-misc/zanshin/ Andreas Sturmlechner
2024-12-21 21:27 Andreas Sturmlechner
2024-10-01 18:23 Andreas Sturmlechner
2024-05-20 11:39 Andreas Sturmlechner
2024-01-06 12:35 Arthur Zamarin
2023-02-07 10:37 Andreas Sturmlechner
2023-01-15 13:04 Andreas Sturmlechner
2022-03-16 14:36 Andreas Sturmlechner
2021-12-07 19:54 Georgy Yakovlev
2021-11-26  4:23 Sam James
2020-10-26 13:56 Andreas Sturmlechner
2020-07-15 17:08 Andreas Sturmlechner
2020-01-14 19:16 Andreas Sturmlechner
2020-01-14 19:16 Andreas Sturmlechner
2019-12-02 19:21 Andreas Sturmlechner
2019-07-28  2:08 Andreas Sturmlechner
2019-07-28  2:08 Andreas Sturmlechner
2018-04-05 23:38 Andreas Sturmlechner
2018-04-05 23:19 Thomas Deutschmann
2018-04-05 21:16 Aaron Bauman
2018-01-03 18:05 Andreas Sturmlechner
2018-01-03 18:05 Andreas Sturmlechner
2017-08-17 14:43 Michael Palimaka
2017-07-02 19:51 Andreas Sturmlechner
2017-07-02 19:51 Andreas Sturmlechner
2016-12-23 10:11 Johannes Huber
2016-12-21 12:32 Michael Palimaka
2016-12-21 12:32 Michael Palimaka
2016-12-16 19:10 Johannes Huber
2016-06-01 12:52 Johannes Huber
2016-06-01 12:52 Johannes Huber
2016-01-22 13:18 Michael Palimaka
2016-01-01 16:23 Michael Palimaka
2015-09-08  0:29 Manuel Rüger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1514758166.dc5dae24c3fe8abe756d14a586dad2cf7c110477.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox