summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-libs/kosmindoormap/Manifest1
-rw-r--r--dev-libs/kosmindoormap/kosmindoormap-24.01.90.ebuild47
2 files changed, 0 insertions, 48 deletions
diff --git a/dev-libs/kosmindoormap/Manifest b/dev-libs/kosmindoormap/Manifest
index c1fc9c67d96..00ad63f4202 100644
--- a/dev-libs/kosmindoormap/Manifest
+++ b/dev-libs/kosmindoormap/Manifest
@@ -1,2 +1 @@
-DIST kosmindoormap-24.01.90.tar.xz 625660 BLAKE2B bb9c6512294ca4c07164e80911a402dffe8db16a70da31798ba1c037b45c0a6b50b07476057555f19729ffc7c4ed4131b810ba4f926b7d3b9c8e76d82b300fd6 SHA512 f778d1f5b672dda2e869cd0b39ece891210b673602d0c1f417424094014a4706461603ecfc833b6fbc353e757aa0447559f01472d6f7730f1a91a36e4c32cbfd
DIST kosmindoormap-24.01.95.tar.xz 632268 BLAKE2B 00ae52ea1dcb78774df710ecead9855f611497fc3303c30a542219cea669485fb89313438ee8497721cc076c688b82e8dec7b38ce2264670ac3fcd3efcee072e SHA512 d8183b393850a1a177e5b5d69b80a013256a337905a5481a143d27819ce8ae336fc3e694df65230ff01dbd5f48c72f009c982a558af536b7f24466a2dd1812f1
diff --git a/dev-libs/kosmindoormap/kosmindoormap-24.01.90.ebuild b/dev-libs/kosmindoormap/kosmindoormap-24.01.90.ebuild
deleted file mode 100644
index 1e11a6fedee..00000000000
--- a/dev-libs/kosmindoormap/kosmindoormap-24.01.90.ebuild
+++ /dev/null
@@ -1,47 +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=5.113.0
-QTMIN=5.15.9
-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="5"
-KEYWORDS="~amd64"
-IUSE="+openinghours"
-
-COMMON_DEPEND="
- >=dev-libs/kpublictransport-${PVCUT}:5
- dev-libs/protobuf:=
- >=dev-qt/qtdeclarative-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtnetwork-${QTMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- sys-libs/zlib
- openinghours? ( >=dev-libs/kopeninghours-${PVCUT}:5 )
-"
-DEPEND="${COMMON_DEPEND}
- test? ( >=dev-qt/qtwidgets-${QTMIN}:5 )
-"
-RDEPEND="${COMMON_DEPEND}
- >=dev-qt/qtquickcontrols2-${QTMIN}:5
-"
-BDEPEND="
- app-alternatives/lex
- app-alternatives/yacc
-"
-
-src_configure() {
- local mycmakeargs=(
- -DCMAKE_DISABLE_FIND_PACKAGE_OsmTools=ON # we have no use for it
- $(cmake_use_find_package openinghours KOpeningHours)
- )
- ecm_src_configure
-}