summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-09-08 14:16:33 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-09-08 14:43:23 +0200
commit86081cacd829311a7e0c4a5cbcde7229604092a9 (patch)
tree7391d971edf8113b46b9baaa2f0657a8751b1235
parentdev-libs/kopeninghours: drop 22.08.0 (diff)
downloadgentoo-86081cacd829311a7e0c4a5cbcde7229604092a9.tar.gz
gentoo-86081cacd829311a7e0c4a5cbcde7229604092a9.tar.bz2
gentoo-86081cacd829311a7e0c4a5cbcde7229604092a9.zip
dev-libs/kosmindoormap: drop 22.08.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--dev-libs/kosmindoormap/Manifest1
-rw-r--r--dev-libs/kosmindoormap/kosmindoormap-22.08.0.ebuild47
2 files changed, 0 insertions, 48 deletions
diff --git a/dev-libs/kosmindoormap/Manifest b/dev-libs/kosmindoormap/Manifest
index 95c76ead1793..5d0721aaed00 100644
--- a/dev-libs/kosmindoormap/Manifest
+++ b/dev-libs/kosmindoormap/Manifest
@@ -1,3 +1,2 @@
DIST kosmindoormap-22.04.3.tar.xz 351256 BLAKE2B c18ff31d5cd2b5e2d92bed51b6e6e7addf3319381ee3a200b372a6659aa4ac80d01d63898e2d29705374a23608d16463ab2f4daa77179fefa78038f34058e59b SHA512 f272b250142a4ae6275b0234ff3ebbadb1eebe2302d28286de47c230363bfd7f153574fad4a7f2ada3507db80552dce1f0fc49ae9db5427d144ce0bbc3052b5f
-DIST kosmindoormap-22.08.0.tar.xz 356152 BLAKE2B d90100fd3d8aa9fe8643ee91c0a71b9f3c50bcf8309ca0378ec13de2f5ab6b81213a0f9f85978a3eb5f5bce534306f738825c5e3db3c9d93d8436b1ca68069c8 SHA512 cb0e9f315275079d93f46debcde384aa6d96bf8a3aaadc774233b3ff7471b00cb0ad3b3b462bd55aa2424752612f629ca64061cc2492673aecf2fa469305101e
DIST kosmindoormap-22.08.1.tar.xz 356208 BLAKE2B fbeb34072d618b4a3c6508447ee200630747b321b84f43b41727a0d86a26d2c2ae61132aff199cff66105643d30998374e470b0e5fb9f2d677f82ddd614c570f SHA512 d8874f87baa37cb3f0e604198f4f9c91a177099930c0389e5c60cf0925eb7b4fe95ccefa3bb34df7e8e2bc1c26759aaea6fab46b96f48ab2352a8d08e46311b1
diff --git a/dev-libs/kosmindoormap/kosmindoormap-22.08.0.ebuild b/dev-libs/kosmindoormap/kosmindoormap-22.08.0.ebuild
deleted file mode 100644
index 8580f3dd2f41..000000000000
--- a/dev-libs/kosmindoormap/kosmindoormap-22.08.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2022 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.96.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
-}