summaryrefslogtreecommitdiff
path: root/dev-libs/kosmindoormap
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-03-06 18:22:27 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2025-03-06 18:38:21 +0100
commitb3c445430b78f43402dccf5c5622ff670a1c5d74 (patch)
treef03df542df6d68585018a6b7b2144840636d5abe /dev-libs/kosmindoormap
parent520a5562ef8d2cf7186a4a2d3bc0c9ad3e04d545 (diff)
downloadkde-b3c445430b78f43402dccf5c5622ff670a1c5d74.tar.gz
kde-b3c445430b78f43402dccf5c5622ff670a1c5d74.tar.bz2
kde-b3c445430b78f43402dccf5c5622ff670a1c5d74.zip
dev-libs/kosmindoormap: drop 24.12.49.9999
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs/kosmindoormap')
-rw-r--r--dev-libs/kosmindoormap/kosmindoormap-24.12.49.9999.ebuild48
1 files changed, 0 insertions, 48 deletions
diff --git a/dev-libs/kosmindoormap/kosmindoormap-24.12.49.9999.ebuild b/dev-libs/kosmindoormap/kosmindoormap-24.12.49.9999.ebuild
deleted file mode 100644
index fe04d29b93e..00000000000
--- a/dev-libs/kosmindoormap/kosmindoormap-24.12.49.9999.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2025 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.7.0
-QTMIN=6.7.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
-"
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_TOOLS_ONLY=$(usex !gui)
- -DCMAKE_DISABLE_FIND_PACKAGE_OsmTools=ON # we have no use for it
- )
- ecm_src_configure
-}