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 6533313888F for ; Thu, 22 Oct 2015 10:13:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F68421C028; Thu, 22 Oct 2015 10:13:27 +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 4E93B21C029 for ; Thu, 22 Oct 2015 10:13:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 997AF34097D for ; Thu, 22 Oct 2015 10:13:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4FF8015E9 for ; Thu, 22 Oct 2015 10:13:23 +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: <1445508791.c57db11ca1988ec66605dc65b3987fcb9cb3927f.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/incidenceeditor/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/incidenceeditor/incidenceeditor-9999.ebuild kde-apps/incidenceeditor/metadata.xml X-VCS-Directories: kde-apps/incidenceeditor/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: c57db11ca1988ec66605dc65b3987fcb9cb3927f X-VCS-Branch: master Date: Thu, 22 Oct 2015 10:13:23 +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: 586c8959-d250-4bec-a11a-2d35c2336730 X-Archives-Hash: 70559cc85bdec69993a337c9000f21c4 commit: c57db11ca1988ec66605dc65b3987fcb9cb3927f Author: Andreas Sturmlechner gmail com> AuthorDate: Sat Sep 26 19:23:48 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Oct 22 10:13:11 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c57db11c kde-apps/incidenceeditor: New package Split out of kdepim Package-Manager: portage-2.2.22 .../incidenceeditor/incidenceeditor-9999.ebuild | 63 ++++++++++++++++++++++ kde-apps/incidenceeditor/metadata.xml | 5 ++ 2 files changed, 68 insertions(+) diff --git a/kde-apps/incidenceeditor/incidenceeditor-9999.ebuild b/kde-apps/incidenceeditor/incidenceeditor-9999.ebuild new file mode 100644 index 0000000..4989c63 --- /dev/null +++ b/kde-apps/incidenceeditor/incidenceeditor-9999.ebuild @@ -0,0 +1,63 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MY_PN="${PN}-ng" +KDE_TEST="true" +KMNAME="kdepim" +inherit kde5 + +DESCRIPTION="Incidence editor for korganizer" +LICENSE="LGPL-2+" +KEYWORDS="" +IUSE="" + +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 kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kitemmodels) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep akonadi-calendar) + $(add_kdeapps_dep akonadi-contact) + $(add_kdeapps_dep akonadi-mime) + $(add_kdeapps_dep calendarsupport) + $(add_kdeapps_dep eventviews) + $(add_kdeapps_dep kcalcore) + $(add_kdeapps_dep kcalutils) + $(add_kdeapps_dep kcontacts) + $(add_kdeapps_dep kdgantt2) + $(add_kdeapps_dep kidentitymanagement) + $(add_kdeapps_dep kldap) + $(add_kdeapps_dep kmailtransport) + $(add_kdeapps_dep kmime) + $(add_kdeapps_dep libakonadi) + $(add_kdeapps_dep libkdepim) + $(add_kdeapps_dep libkdepimdbusinterfaces) + dev-qt/designer:5 + dev-qt/qtdbus:5 + dev-qt/qtgui:5 + dev-qt/qtwebkit:5 + dev-qt/qtwidgets:5 +" +DEPEND="${COMMON_DEPEND} + sys-devel/gettext +" +RDEPEND="${COMMON_DEPEND} + ! + + + kde +