summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-10-09 18:42:21 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-10-09 18:42:21 +0200
commit6f966a188c359769d6ffb85a81fdf10ae94b4d71 (patch)
treedb1a62bcc62c6cd800cfd57bbf7708f21aa94d52
parent0a7ea289889973dd9257d69f696c29b7c052fcdc (diff)
downloadkde-6f966a188c359769d6ffb85a81fdf10ae94b4d71.tar.gz
kde-6f966a188c359769d6ffb85a81fdf10ae94b4d71.tar.bz2
kde-6f966a188c359769d6ffb85a81fdf10ae94b4d71.zip
dev-libs/kosmindoormap: drop 25.08.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--dev-libs/kosmindoormap/Manifest1
-rw-r--r--dev-libs/kosmindoormap/kosmindoormap-25.08.2.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 1a64c4aec48..00000000000
--- a/dev-libs/kosmindoormap/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kosmindoormap-25.08.2.tar.xz 777172 BLAKE2B 6a8cf443c0c925e3d1fbd6d7dd0aaff3e1038e193fd1d856e2bd1178185b453dc8a5832ca04d048e61ca9ebf87a8dcd35f076910512c9ffb56aa02a5bf4dc21b SHA512 601f39fb959f5f9cb6097fcb2679cb7d32a26cce4090c3990f78f647d9e4ea595b6fdeaab1cdcba94636de81c72acf54cfddfe48ecd21157827013056100bc69
diff --git a/dev-libs/kosmindoormap/kosmindoormap-25.08.2.ebuild b/dev-libs/kosmindoormap/kosmindoormap-25.08.2.ebuild
deleted file mode 100644
index dbf2a16aea4..00000000000
--- a/dev-libs/kosmindoormap/kosmindoormap-25.08.2.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]
- 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
-}