From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 64FF5138CD3 for ; Wed, 6 May 2015 13:35:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6F1AE0833; Wed, 6 May 2015 13:35:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 30010E0837 for ; Wed, 6 May 2015 13:35:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0BE5F340C09 for ; Wed, 6 May 2015 13:35:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2DC0C9D5 for ; Wed, 6 May 2015 13:35:19 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1430919301.9d1815061510c714f3111a8f9bdd6d5d7361d019.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/akonadi-calendar/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/akonadi-calendar/akonadi-calendar-9999.ebuild kde-apps/akonadi-calendar/metadata.xml X-VCS-Directories: kde-apps/akonadi-calendar/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 9d1815061510c714f3111a8f9bdd6d5d7361d019 X-VCS-Branch: master Date: Wed, 6 May 2015 13:35:19 +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: f387c355-92d1-4153-909b-d7fa90e2b4c5 X-Archives-Hash: d701a92fd9242d4f0ea18e9e83002b29 commit: 9d1815061510c714f3111a8f9bdd6d5d7361d019 Author: Andreas Sturmlechner gmail com> AuthorDate: Sun Apr 26 20:34:15 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed May 6 13:35:01 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9d181506 [kde-apps/akonadi-calendar] Add another PIM lib Package-Manager: portage-2.2.18 .../akonadi-calendar/akonadi-calendar-9999.ebuild | 31 ++++++++++++++++++++++ kde-apps/akonadi-calendar/metadata.xml | 5 ++++ 2 files changed, 36 insertions(+) diff --git a/kde-apps/akonadi-calendar/akonadi-calendar-9999.ebuild b/kde-apps/akonadi-calendar/akonadi-calendar-9999.ebuild new file mode 100644 index 0000000..f68d979 --- /dev/null +++ b/kde-apps/akonadi-calendar/akonadi-calendar-9999.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="Library for akonadi calendar integration" +LICENSE="GPL-2+" +KEYWORDS="" +IUSE="" + +RDEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep kwallet) + $(add_kdeapps_dep kcalcore) + $(add_kdeapps_dep kcalutils) + $(add_kdeapps_dep kcontacts) + $(add_kdeapps_dep kdepimlibs) + $(add_kdeapps_dep kidentitymanagement) + $(add_kdeapps_dep kmailtransport) +" +DEPEND="${RDEPEND}" + +RESTRICT="test" diff --git a/kde-apps/akonadi-calendar/metadata.xml b/kde-apps/akonadi-calendar/metadata.xml new file mode 100644 index 0000000..a23f444 --- /dev/null +++ b/kde-apps/akonadi-calendar/metadata.xml @@ -0,0 +1,5 @@ + + + + kde +