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 59649138334 for ; Thu, 8 Nov 2018 21:39:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49505E0A83; Thu, 8 Nov 2018 21:39:20 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 211B3E0A83 for ; Thu, 8 Nov 2018 21:39:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 649ED335CDA for ; Thu, 8 Nov 2018 21:39:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5ABF6434 for ; Thu, 8 Nov 2018 21:39:16 +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: <1541712471.d5083e4af5e5310f73aec8dfcdd47e3eb6f5cf13.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/akonadiclient/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/akonadiclient/akonadiclient-9999.ebuild kde-misc/akonadiclient/metadata.xml X-VCS-Directories: kde-misc/akonadiclient/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d5083e4af5e5310f73aec8dfcdd47e3eb6f5cf13 X-VCS-Branch: master Date: Thu, 8 Nov 2018 21:39:16 +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-Archives-Salt: 98637fbb-5b53-4d0e-a92c-ac90f21e9b23 X-Archives-Hash: f1e12878455eef222c0faa460fa3b814 commit: d5083e4af5e5310f73aec8dfcdd47e3eb6f5cf13 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Nov 8 21:27:51 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Nov 8 21:27:51 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d5083e4a kde-misc/akonadiclient: New package Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/akonadiclient/akonadiclient-9999.ebuild | 31 ++++++++++++++++++++++++ kde-misc/akonadiclient/metadata.xml | 8 ++++++ 2 files changed, 39 insertions(+) diff --git a/kde-misc/akonadiclient/akonadiclient-9999.ebuild b/kde-misc/akonadiclient/akonadiclient-9999.ebuild new file mode 100644 index 0000000000..5950a97601 --- /dev/null +++ b/kde-misc/akonadiclient/akonadiclient-9999.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +KDE_TEST="forceoptional" +QT_MINIMAL="5.11.1" +inherit kde5 + +DESCRIPTION="Commandline interface for accessing Akonadi" +HOMEPAGE="https://cgit.kde.org/akonadi-phabricator-resource.git" +LICENSE="GPL-2" + +KEYWORDS="" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_kdeapps_dep akonadi 'xml') + $(add_kdeapps_dep kcontacts) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" + +src_prepare() { + cmake-utils_src_prepare + punt_bogus_dep KF5 KIO # we don't need it with >=Qt-5.10 +} diff --git a/kde-misc/akonadiclient/metadata.xml b/kde-misc/akonadiclient/metadata.xml new file mode 100644 index 0000000000..2fdbf33d96 --- /dev/null +++ b/kde-misc/akonadiclient/metadata.xml @@ -0,0 +1,8 @@ + + + + + kde@gentoo.org + Gentoo KDE Project + +