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 89F3E138359 for ; Sun, 1 Nov 2020 23:12:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC5BBE087E; Sun, 1 Nov 2020 23:12:01 +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 A4830E087B for ; Sun, 1 Nov 2020 23:12:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 617E3340940 for ; Sun, 1 Nov 2020 23:12:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9943A434 for ; Sun, 1 Nov 2020 23:11:57 +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: <1604272278.cf146efb19d2427158bbeb51f969e8cd5f98f7dc.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-libs/kosmindoormap/ X-VCS-Repository: proj/kde X-VCS-Files: dev-libs/kosmindoormap/kosmindoormap-9999.ebuild dev-libs/kosmindoormap/metadata.xml X-VCS-Directories: dev-libs/kosmindoormap/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: cf146efb19d2427158bbeb51f969e8cd5f98f7dc X-VCS-Branch: master Date: Sun, 1 Nov 2020 23:11:57 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 92c3561d-534b-4dca-83a7-9d321988dd4d X-Archives-Hash: 3babcc18423332fa9ceac7e5b11f3cce commit: cf146efb19d2427158bbeb51f969e8cd5f98f7dc Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Nov 1 21:45:39 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Nov 1 23:11:18 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=cf146efb dev-libs/kosmindoormap: New package Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/kosmindoormap/kosmindoormap-9999.ebuild | 45 ++++++++++++++++++++++++ dev-libs/kosmindoormap/metadata.xml | 8 +++++ 2 files changed, 53 insertions(+) diff --git a/dev-libs/kosmindoormap/kosmindoormap-9999.ebuild b/dev-libs/kosmindoormap/kosmindoormap-9999.ebuild new file mode 100644 index 0000000000..b54bda7817 --- /dev/null +++ b/dev-libs/kosmindoormap/kosmindoormap-9999.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ECM_TEST="true" +PVCUT=$(ver_cut 1-3) +KFMIN=5.74.0 +QTMIN=5.15.1 +inherit ecm kde.org + +DESCRIPTION="Data Model and Extraction System for Travel Reservation information" +HOMEPAGE="https://invent.kde.org/libraries/kosmindoormap" + +LICENSE="LGPL-2+" +SLOT="5" +KEYWORDS="" +IUSE="" + +BDEPEND=" + sys-devel/bison + sys-devel/flex +" +COMMON_DEPEND=" + dev-libs/protobuf:= + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtnetwork-${QTMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + >=kde-misc/kpublictransport-${PVCUT}:5 + sys-libs/zlib +" +DEPEND="${COMMON_DEPEND} + test? ( >=dev-qt/qtwidgets-${QTMIN}:5 ) +" +RDEPEND="${COMMON_DEPEND} + >=dev-qt/qtquickcontrols2-${QTMIN}:5 +" + +src_configure() { + local mycmakeargs=( + -DCMAKE_DISABLE_FIND_PACKAGE_OsmTools=ON # we have no use for it + ) + ecm_src_configure +} diff --git a/dev-libs/kosmindoormap/metadata.xml b/dev-libs/kosmindoormap/metadata.xml new file mode 100644 index 0000000000..2fdbf33d96 --- /dev/null +++ b/dev-libs/kosmindoormap/metadata.xml @@ -0,0 +1,8 @@ + + + + + kde@gentoo.org + Gentoo KDE Project + +