From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E7A06138334 for ; Sun, 8 Sep 2019 16:18:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 769F9E0992; Sun, 8 Sep 2019 16:18:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5BF60E0992 for ; Sun, 8 Sep 2019 16:18:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8BE0634AEC4 for ; Sun, 8 Sep 2019 16:18:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B48CB7FC for ; Sun, 8 Sep 2019 16:18:42 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1567959436.178297b60c68e2a368ed99269372bdf1b9c370b2.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/akonadi-calendar/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/akonadi-calendar/akonadi-calendar-19.08.1-r1.ebuild X-VCS-Directories: kde-apps/akonadi-calendar/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 178297b60c68e2a368ed99269372bdf1b9c370b2 X-VCS-Branch: master Date: Sun, 8 Sep 2019 16:18:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8d17d224-69bd-4cdf-876c-1a394bdaa047 X-Archives-Hash: b174c9fd190e6bd1762ae3ef064f1410 commit: 178297b60c68e2a368ed99269372bdf1b9c370b2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Sep 8 16:15:49 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Sep 8 16:17:16 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=178297b6 kde-apps/akonadi-calendar: Re-add missing DEPEND Closes: https://bugs.gentoo.org/693664 Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> .../akonadi-calendar-19.08.1-r1.ebuild | 44 ++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/kde-apps/akonadi-calendar/akonadi-calendar-19.08.1-r1.ebuild b/kde-apps/akonadi-calendar/akonadi-calendar-19.08.1-r1.ebuild new file mode 100644 index 00000000000..da83a34cc7d --- /dev/null +++ b/kde-apps/akonadi-calendar/akonadi-calendar-19.08.1-r1.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="Library for akonadi calendar integration" +LICENSE="GPL-2+ LGPL-2.1+" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcodecs) + $(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 kitemmodels) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep akonadi) + $(add_kdeapps_dep akonadi-contacts) + $(add_kdeapps_dep akonadi-mime) + $(add_kdeapps_dep kcalcore) + $(add_kdeapps_dep kcalutils) + $(add_kdeapps_dep kidentitymanagement) + $(add_kdeapps_dep kmailtransport) + $(add_kdeapps_dep kmime) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND} + !kde-apps/kdepim-l10n + !