summaryrefslogtreecommitdiff
path: root/dev-libs
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-03-21 16:08:50 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-03-21 16:25:53 +0100
commitc6be4d7d6885415c6cc6839c8f1a3f119b0a79a3 (patch)
tree1434ff4164cacc2cf59d5d74eda85ba5c2acf70a /dev-libs
parent689f8282d92bead81c681caa9f737738d94bc504 (diff)
downloadkde-c6be4d7d6885415c6cc6839c8f1a3f119b0a79a3.tar.gz
kde-c6be4d7d6885415c6cc6839c8f1a3f119b0a79a3.tar.bz2
kde-c6be4d7d6885415c6cc6839c8f1a3f119b0a79a3.zip
dev-libs/kosmindoormap: drop 24.02.1
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.02.1.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 8c6785f5cbd..00000000000
--- a/dev-libs/kosmindoormap/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kosmindoormap-24.02.1.tar.xz 634452 BLAKE2B 4ee7b5da52acf8572604950521fa3bd36da542672b47f3cd07266a394d6745ca7da3994c96663fd529ac9667648f3a9615a2741a8304b26bb97d589dadad4556 SHA512 b81a080f0f9203d50e56356529db4257157bd3604310643965b9e02323d07632cb21b7bf90e6093b5c718e16b7c09c7e95712a91314063aae0bdf99f76704a14
diff --git a/dev-libs/kosmindoormap/kosmindoormap-24.02.1.ebuild b/dev-libs/kosmindoormap/kosmindoormap-24.02.1.ebuild
deleted file mode 100644
index 48e9a9cd47c..00000000000
--- a/dev-libs/kosmindoormap/kosmindoormap-24.02.1.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.0.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="~amd64"
-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
-}