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 037351382C5 for ; Thu, 5 Apr 2018 09:34:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0CCABE0D19; Thu, 5 Apr 2018 09:34:34 +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 DA1B5E0D19 for ; Thu, 5 Apr 2018 09:34:33 +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 A1756335C07 for ; Thu, 5 Apr 2018 09:34:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BBCDD264 for ; Thu, 5 Apr 2018 09:34:30 +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: <1522920859.d7c7648e71edce6c8c461d87ad666b7f57ae1609.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kitinerary/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kitinerary/kitinerary-9999.ebuild kde-apps/kitinerary/metadata.xml X-VCS-Directories: kde-apps/kitinerary/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d7c7648e71edce6c8c461d87ad666b7f57ae1609 X-VCS-Branch: master Date: Thu, 5 Apr 2018 09:34:30 +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: fc99c3d2-3aca-4302-8af5-7d885aacdafc X-Archives-Hash: cac113198e56c647af9623c446e9e32a commit: d7c7648e71edce6c8c461d87ad666b7f57ae1609 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Apr 5 09:10:32 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Apr 5 09:34:19 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d7c7648e kde-apps/kitinerary: New package Package-Manager: Portage-2.3.28, Repoman-2.3.9 kde-apps/kitinerary/kitinerary-9999.ebuild | 35 ++++++++++++++++++++++++++++++ kde-apps/kitinerary/metadata.xml | 8 +++++++ 2 files changed, 43 insertions(+) diff --git a/kde-apps/kitinerary/kitinerary-9999.ebuild b/kde-apps/kitinerary/kitinerary-9999.ebuild new file mode 100644 index 0000000000..7e4f9f2d1b --- /dev/null +++ b/kde-apps/kitinerary/kitinerary-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.1+" +KEYWORDS="" +IUSE="pdf" + +DEPEND=" + $(add_frameworks_dep karchive) + $(add_frameworks_dep ki18n) + $(add_kdeapps_dep kcalcore) + $(add_kdeapps_dep kmime) + $(add_kdeapps_dep kpkpass) + $(add_qt_dep qtdeclarative) + $(add_qt_dep qtgui) + pdf? ( app-text/poppler[qt5] ) +" +RDEPEND="${DEPEND} + ! + + + + kde@gentoo.org + Gentoo KDE Project + +