aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-10-10 21:18:37 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-10-10 21:18:37 +0200
commit7af8d5555fde4407cbe3ba7be38cb33940209584 (patch)
treeef5167ba8af95f27feb9bb524d7a41ca1b3d07dc /dev-libs
parentdev-libs/kopeninghours: drop 24.08.2 (diff)
downloadkde-7af8d5555fde4407cbe3ba7be38cb33940209584.tar.gz
kde-7af8d5555fde4407cbe3ba7be38cb33940209584.tar.bz2
kde-7af8d5555fde4407cbe3ba7be38cb33940209584.zip
dev-libs/kosmindoormap: drop 24.08.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/kosmindoormap/Manifest1
-rw-r--r--dev-libs/kosmindoormap/kosmindoormap-24.08.2.ebuild48
2 files changed, 0 insertions, 49 deletions
diff --git a/dev-libs/kosmindoormap/Manifest b/dev-libs/kosmindoormap/Manifest
deleted file mode 100644
index 4ca0c22827..0000000000
--- a/dev-libs/kosmindoormap/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kosmindoormap-24.08.2.tar.xz 691860 BLAKE2B c28e60fa7124d529d523fca52f6387f47a22ae7b187620bf94863ffbe93653d9b90f62aa13a12703a080b68035f981b099c2a2c51c2b18859eb0b05c3bf214b7 SHA512 955f9eafd93e7c1203799693f862e7d5f2c7b37261588cafe484c0538fd10e1966ed1a901592a8bc8c9422da2af0746b4b6cc49200b28b053042e36167e03c1d
diff --git a/dev-libs/kosmindoormap/kosmindoormap-24.08.2.ebuild b/dev-libs/kosmindoormap/kosmindoormap-24.08.2.ebuild
deleted file mode 100644
index 917524a82c..0000000000
--- a/dev-libs/kosmindoormap/kosmindoormap-24.08.2.ebuild
+++ /dev/null
@@ -1,48 +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.5.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="~amd64 ~arm64"
-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
-}