summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-10-12 13:36:02 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-10-12 15:22:28 +0200
commit420ffcda0a256f34a16cbce9bf41cc403041f380 (patch)
tree3fdb09522f7429a9e7522be4a2b7749463f50732
parentdev-libs/kopeninghours: drop 23.08.1 (diff)
downloadgentoo-420ffcda0a256f34a16cbce9bf41cc403041f380.tar.gz
gentoo-420ffcda0a256f34a16cbce9bf41cc403041f380.tar.bz2
gentoo-420ffcda0a256f34a16cbce9bf41cc403041f380.zip
dev-libs/kosmindoormap: drop 23.08.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--dev-libs/kosmindoormap/Manifest1
-rw-r--r--dev-libs/kosmindoormap/kosmindoormap-23.08.1.ebuild47
2 files changed, 0 insertions, 48 deletions
diff --git a/dev-libs/kosmindoormap/Manifest b/dev-libs/kosmindoormap/Manifest
index 0bd594618346..3f32d8cef182 100644
--- a/dev-libs/kosmindoormap/Manifest
+++ b/dev-libs/kosmindoormap/Manifest
@@ -1,3 +1,2 @@
DIST kosmindoormap-23.04.3.tar.xz 375680 BLAKE2B 306336b33c7b03e67531f11163c579dab5b68614f4fd582eb14858a7c80e601e848aaf933c846a144d07e59c215b59f3a0021429f675a76750903144e02829d1 SHA512 1ad5acc7143842005cc02c146e90090d57d8fbafbac6a4401ab94ec966c709f66f7f832169982a808ab21911b16e6f837137c2fd9cf284c540ce03e6647c3405
-DIST kosmindoormap-23.08.1.tar.xz 379200 BLAKE2B 87b93ad8e586907b826c08ed2fc3f1e0b4a0e8836527f490f145b9f174f031b0ba02f67dee8a076054e5a66165e267811fea670286fe4baa0d7502677999ecc1 SHA512 f655d5946aa1cc7046d797e7517b2e02f62f4f6559e02fb85e13f3cc46b81e7983c3992f5779ce68303081e54b532c1af7d6358c46e40dc98b239768a8cb840c
DIST kosmindoormap-23.08.2.tar.xz 380052 BLAKE2B 33fa94635a83acf28f519d0c404dc0ab404d71cffef5348f36deafbe5131625807e319677fa2d6b49cb1952abfffb305e2bf69410f91bb1305de9b0036cba52c SHA512 0ba75b3f7ad66849880be0952789e75dab51e9c7378f6716f035352afd8f49c7582a199c814e185b742e465354904f0562d67cb1f0eed4001f8dfb5289e20e2c
diff --git a/dev-libs/kosmindoormap/kosmindoormap-23.08.1.ebuild b/dev-libs/kosmindoormap/kosmindoormap-23.08.1.ebuild
deleted file mode 100644
index 7d84056f235e..000000000000
--- a/dev-libs/kosmindoormap/kosmindoormap-23.08.1.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.106.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="
- 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
-}