diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-02-15 12:48:16 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-02-15 13:33:20 +0100 |
| commit | 06629b7b146984df50ea8626276191ee3d7bae7c (patch) | |
| tree | a8f06f7b38c5e8c52754604729ec459cfc1fb157 /dev-libs | |
| parent | 8d6450211c629e3c9400f55a53f99ef885d461db (diff) | |
| download | kde-06629b7b146984df50ea8626276191ee3d7bae7c.tar.gz kde-06629b7b146984df50ea8626276191ee3d7bae7c.tar.bz2 kde-06629b7b146984df50ea8626276191ee3d7bae7c.zip | |
dev-libs/kosmindoormap: drop 23.08.49.9999
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs')
| -rw-r--r-- | dev-libs/kosmindoormap/kosmindoormap-23.08.49.9999.ebuild | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/dev-libs/kosmindoormap/kosmindoormap-23.08.49.9999.ebuild b/dev-libs/kosmindoormap/kosmindoormap-23.08.49.9999.ebuild deleted file mode 100644 index 98a7a17d772..00000000000 --- a/dev-libs/kosmindoormap/kosmindoormap-23.08.49.9999.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="true" -PVCUT=$(ver_cut 1-3) -KFMIN=5.106.0 -QTMIN=5.15.9 -inherit ecm gear.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="+openinghours" - -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 - openinghours? ( >=dev-libs/kopeninghours-${PVCUT}:5 ) -" -DEPEND="${COMMON_DEPEND} - test? ( >=dev-qt/qtwidgets-${QTMIN}:5 ) -" -RDEPEND="${COMMON_DEPEND} - >=dev-qt/qtquickcontrols2-${QTMIN}:5 -" -BDEPEND=" - app-alternatives/lex - app-alternatives/yacc -" - -src_configure() { - local mycmakeargs=( - -DCMAKE_DISABLE_FIND_PACKAGE_OsmTools=ON # we have no use for it - $(cmake_use_find_package openinghours KOpeningHours) - ) - ecm_src_configure -} |
