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 58EA6139000 for ; Thu, 29 Jul 2021 19:48:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B721EE08C8; Thu, 29 Jul 2021 19:48:31 +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 9F78EE08C8 for ; Thu, 29 Jul 2021 19:48:31 +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 435B034308F for ; Thu, 29 Jul 2021 19:48:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF3487AF for ; Thu, 29 Jul 2021 19:48:28 +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: <1627588087.bd3e47614086bfae1a31cccf9b551c8b13e81007.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/kosmindoormap/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/kosmindoormap/kosmindoormap-21.04.3.ebuild X-VCS-Directories: dev-libs/kosmindoormap/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: bd3e47614086bfae1a31cccf9b551c8b13e81007 X-VCS-Branch: master Date: Thu, 29 Jul 2021 19:48:28 +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: f9512258-98b2-4110-a1dd-9652998d66a4 X-Archives-Hash: 7a2d557a010f04b995233f6eb34a81f3 commit: bd3e47614086bfae1a31cccf9b551c8b13e81007 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jul 29 19:44:17 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jul 29 19:48:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd3e4761 dev-libs/kosmindoormap: Drop 21.04.3 (r0) Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> .../kosmindoormap/kosmindoormap-21.04.3.ebuild | 46 ---------------------- 1 file changed, 46 deletions(-) diff --git a/dev-libs/kosmindoormap/kosmindoormap-21.04.3.ebuild b/dev-libs/kosmindoormap/kosmindoormap-21.04.3.ebuild deleted file mode 100644 index a16f08aee91..00000000000 --- a/dev-libs/kosmindoormap/kosmindoormap-21.04.3.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ECM_TEST="true" -KDE_GEAR="true" -PVCUT=$(ver_cut 1-3) -KFMIN=5.80.0 -QTMIN=5.15.2 -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="~amd64" -IUSE="" - -COMMON_DEPEND=" - >=dev-libs/kpublictransport-${PVCUT}:5 - dev-libs/protobuf:= - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtnetwork-${QTMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - sys-libs/zlib -" -DEPEND="${COMMON_DEPEND} - test? ( >=dev-qt/qtwidgets-${QTMIN}:5 ) -" -RDEPEND="${COMMON_DEPEND} - >=dev-qt/qtquickcontrols2-${QTMIN}:5 -" -BDEPEND=" - sys-devel/bison - sys-devel/flex -" - -src_configure() { - local mycmakeargs=( - -DCMAKE_DISABLE_FIND_PACKAGE_OsmTools=ON # we have no use for it - ) - ecm_src_configure -}