summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-07-24 13:30:11 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-07-24 15:27:35 +0200
commitd7bd4b762c21f45d284be2219cf9711823a6b275 (patch)
treec79b567cebc6c632243d8518570d3287f7f3fdd5 /dev-libs/kosmindoormap
parentdev-libs/kopeninghours: drop 22.12.3 (diff)
downloadgentoo-d7bd4b762c21f45d284be2219cf9711823a6b275.tar.gz
gentoo-d7bd4b762c21f45d284be2219cf9711823a6b275.tar.bz2
gentoo-d7bd4b762c21f45d284be2219cf9711823a6b275.zip
dev-libs/kosmindoormap: drop 22.12.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs/kosmindoormap')
-rw-r--r--dev-libs/kosmindoormap/Manifest1
-rw-r--r--dev-libs/kosmindoormap/kosmindoormap-22.12.3.ebuild47
2 files changed, 0 insertions, 48 deletions
diff --git a/dev-libs/kosmindoormap/Manifest b/dev-libs/kosmindoormap/Manifest
index 77135736077a..e0ca6a2c8b65 100644
--- a/dev-libs/kosmindoormap/Manifest
+++ b/dev-libs/kosmindoormap/Manifest
@@ -1,3 +1,2 @@
-DIST kosmindoormap-22.12.3.tar.xz 363564 BLAKE2B d21c51d96ef6d32c294bcd5c88992a4f562cddad9abb47f2694f7af76d7872f81084783ce5ac9bb01f558331c6968c02b1247a854ef5e29975bf04b7cc74199a SHA512 ac0632180ac527b2b2e8856af2ee060b86b80b531c08b47439c3293d18f356c69a60ce4bf8fdd64511937f934dc49c5211c8a55956976c82943032e24baf8069
DIST kosmindoormap-23.04.2.tar.xz 375472 BLAKE2B 5cfb5a5a5368d1e1b420faf30d73851495f425ecbc602e6d166875d0bfce4ce5fa2cd9026ce6bff249ddb48042943e0a15cc5acb886a332649ddab59e01191a5 SHA512 a5ce57ad4c1d92c31f47ff57d66fd70386901861e7b53bb80ed8a3827d124de6a045c3ead947c452e0a546a8b7bc27af614c471177ff80b9fa0cb3d56720efc7
DIST kosmindoormap-23.04.3.tar.xz 375680 BLAKE2B 306336b33c7b03e67531f11163c579dab5b68614f4fd582eb14858a7c80e601e848aaf933c846a144d07e59c215b59f3a0021429f675a76750903144e02829d1 SHA512 1ad5acc7143842005cc02c146e90090d57d8fbafbac6a4401ab94ec966c709f66f7f832169982a808ab21911b16e6f837137c2fd9cf284c540ce03e6647c3405
diff --git a/dev-libs/kosmindoormap/kosmindoormap-22.12.3.ebuild b/dev-libs/kosmindoormap/kosmindoormap-22.12.3.ebuild
deleted file mode 100644
index c16c17a57eac..000000000000
--- a/dev-libs/kosmindoormap/kosmindoormap-22.12.3.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2023 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.101.0
-QTMIN=5.15.5
-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="
- sys-devel/bison
- sys-devel/flex
-"
-
-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
-}