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 7CABB138335 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 A0C67E0A85; Thu, 8 Nov 2018 21:39:20 +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 7F643E0A85 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 8D7FC335CE4 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 8186F45E 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: <1541712898.79b206e150a4fa534e90df7ba8de26caa1d5f975.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/itinerary/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/itinerary/itinerary-9999.ebuild kde-misc/itinerary/metadata.xml X-VCS-Directories: kde-misc/itinerary/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 79b206e150a4fa534e90df7ba8de26caa1d5f975 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: 6ae57a4d-cd6d-4542-b122-bfc1a6a2ad0c X-Archives-Hash: 31123c477b19d64580dca5e9940f7daf commit: 79b206e150a4fa534e90df7ba8de26caa1d5f975 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Nov 8 21:31:14 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Nov 8 21:34:58 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=79b206e1 kde-misc/itinerary: New package Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/itinerary/itinerary-9999.ebuild | 35 ++++++++++++++++++++++++++++++++ kde-misc/itinerary/metadata.xml | 8 ++++++++ 2 files changed, 43 insertions(+) diff --git a/kde-misc/itinerary/itinerary-9999.ebuild b/kde-misc/itinerary/itinerary-9999.ebuild new file mode 100644 index 0000000000..ef31130ab1 --- /dev/null +++ b/kde-misc/itinerary/itinerary-9999.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_TEST="forceoptional" +inherit kde5 + +DESCRIPTION="Data Model and Extraction System for Travel Reservation information" +HOMEPAGE="https://www.kde.org/applications/office/kontact/" + +LICENSE="LGPL-2+" +KEYWORDS="" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kholidays) + $(add_frameworks_dep ki18n) + $(add_kdeapps_dep kcontacts) + $(add_kdeapps_dep kitinerary) + $(add_kdeapps_dep kpkpass) + $(add_qt_dep qtdeclarative) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtpositioning) + $(add_qt_dep qtwidgets) + sys-libs/zlib +" +RDEPEND="${DEPEND} + $(add_frameworks_dep kirigami) + $(add_frameworks_dep prison) + $(add_qt_dep qtquickcontrols2) + !kde-apps/itinerary +" diff --git a/kde-misc/itinerary/metadata.xml b/kde-misc/itinerary/metadata.xml new file mode 100644 index 0000000000..2fdbf33d96 --- /dev/null +++ b/kde-misc/itinerary/metadata.xml @@ -0,0 +1,8 @@ + + + + + kde@gentoo.org + Gentoo KDE Project + +