diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-07-29 21:44:17 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-07-29 21:48:07 +0200 |
commit | bd3e47614086bfae1a31cccf9b551c8b13e81007 (patch) | |
tree | 05382812e84482f22bf71ca7ec073abd41cf6f19 /dev-libs/kosmindoormap | |
parent | dev-libs/kosmindoormap: Add IUSE="+openinghours" (diff) | |
download | gentoo-bd3e47614086bfae1a31cccf9b551c8b13e81007.tar.gz gentoo-bd3e47614086bfae1a31cccf9b551c8b13e81007.tar.bz2 gentoo-bd3e47614086bfae1a31cccf9b551c8b13e81007.zip |
dev-libs/kosmindoormap: Drop 21.04.3 (r0)
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs/kosmindoormap')
-rw-r--r-- | dev-libs/kosmindoormap/kosmindoormap-21.04.3.ebuild | 46 |
1 files changed, 0 insertions, 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 a16f08aee91b..000000000000 --- 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 -} |