summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-11-06 17:12:18 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2025-11-06 17:12:18 +0100
commit43296d5bdd6496a7184985502ffc3813db1b8b6e (patch)
treef35e5b2e5518ae5b9b2b9a88716f492db0af2fd5
parente2c4af6a7ec4ee440b5f3df1eb5a65e204f30a6b (diff)
downloadkde-43296d5bdd6496a7184985502ffc3813db1b8b6e.tar.gz
kde-43296d5bdd6496a7184985502ffc3813db1b8b6e.tar.bz2
kde-43296d5bdd6496a7184985502ffc3813db1b8b6e.zip
dev-libs/kosmindoormap: drop 25.08.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--dev-libs/kosmindoormap/Manifest1
-rw-r--r--dev-libs/kosmindoormap/kosmindoormap-25.08.3.ebuild49
2 files changed, 0 insertions, 50 deletions
diff --git a/dev-libs/kosmindoormap/Manifest b/dev-libs/kosmindoormap/Manifest
deleted file mode 100644
index 4aaf3ba3e80..00000000000
--- a/dev-libs/kosmindoormap/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kosmindoormap-25.08.3.tar.xz 777012 BLAKE2B 109a25c556173d835030fb65b9a092132b08b82f0369a517c4593fa4c9168ef9ca7c6636ef82bfa664d261fa01f6f439328139f6d384a8027dc8cf251538a10c SHA512 d6aabc5207ae822177c3095b32e056b12569e8cae96a59172568de42f1246ca30cfd9513844d8439e28f1d2d9b8d458e1642e59f95c72f649e2f6814f69389ca
diff --git a/dev-libs/kosmindoormap/kosmindoormap-25.08.3.ebuild b/dev-libs/kosmindoormap/kosmindoormap-25.08.3.ebuild
deleted file mode 100644
index fedef0df907..00000000000
--- a/dev-libs/kosmindoormap/kosmindoormap-25.08.3.ebuild
+++ /dev/null
@@ -1,49 +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.16.0
-QTMIN=6.9.1
-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/$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~arm64"
-IUSE="+gui"
-
-# kservice is optional and only used to find and open josm
-RDEPEND="
- >=dev-libs/kirigami-addons-1.6.0:6
- dev-libs/protobuf:=
- >=dev-qt/qtbase-${QTMIN}:6[gui?,network]
- virtual/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
-}