diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-07-04 18:13:45 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-07-04 18:13:45 +0200 |
commit | fa398cd60992d7a21555c5823800d47ae9edf989 (patch) | |
tree | 880cef441b353d382fa031d3ccf5a7c5ae2fbbfb /dev-libs | |
parent | dev-libs/kopeninghours: drop 24.05.49.9999 (diff) | |
download | kde-fa398cd60992d7a21555c5823800d47ae9edf989.tar.gz kde-fa398cd60992d7a21555c5823800d47ae9edf989.tar.bz2 kde-fa398cd60992d7a21555c5823800d47ae9edf989.zip |
dev-libs/kosmindoormap: drop 24.05.49.9999
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/kosmindoormap/kosmindoormap-24.05.49.9999.ebuild | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/dev-libs/kosmindoormap/kosmindoormap-24.05.49.9999.ebuild b/dev-libs/kosmindoormap/kosmindoormap-24.05.49.9999.ebuild deleted file mode 100644 index fd8295155b..0000000000 --- a/dev-libs/kosmindoormap/kosmindoormap-24.05.49.9999.ebuild +++ /dev/null @@ -1,51 +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=6.3.0 -QTMIN=6.6.2 -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="6" -KEYWORDS="" -IUSE="+gui" - -# kservice is optional and only used to find and open josm -RDEPEND=" - dev-libs/protobuf:= - >=dev-qt/qtbase-${QTMIN}:6[gui?,network] - sys-libs/zlib - gui? ( - >=dev-libs/kopeninghours-${PVCUT}:6 - >=dev-libs/kpublictransport-${PVCUT}:6 - >=dev-qt/qtdeclarative-${QTMIN}:6 - >=kde-frameworks/kcoreaddons-${KFMIN}:6 - >=kde-frameworks/ki18n-${KFMIN}:6 - >=kde-frameworks/kservice-${KFMIN}:6 - ) -" -DEPEND="${RDEPEND} - test? ( >=dev-qt/qtbase-${QTMIN}:6[widgets] ) -" -BDEPEND=" - app-alternatives/lex - app-alternatives/yacc -" - -# Pending: https://invent.kde.org/libraries/kosmindoormap/-/merge_requests/40 -PATCHES=( "${FILESDIR}/${PN}-24.05.1-cmake.patch" ) - -src_configure() { - local mycmakeargs=( - -DBUILD_TOOLS_ONLY=$(usex !gui) - -DCMAKE_DISABLE_FIND_PACKAGE_OsmTools=ON # we have no use for it - ) - ecm_src_configure -} |