summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-09-02 13:50:11 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-09-02 18:51:22 +0200
commit03f69104118208337fc191305eb7f196cf437e09 (patch)
tree24d383413692b7d7db970b8174807e1380374739 /dev-libs/kosmindoormap
parentdev-libs/kopeninghours: drop 21.08.0* (diff)
downloadgentoo-03f69104118208337fc191305eb7f196cf437e09.tar.gz
gentoo-03f69104118208337fc191305eb7f196cf437e09.tar.bz2
gentoo-03f69104118208337fc191305eb7f196cf437e09.zip
dev-libs/kosmindoormap: drop 21.08.0*
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-21.08.0.ebuild48
2 files changed, 0 insertions, 49 deletions
diff --git a/dev-libs/kosmindoormap/Manifest b/dev-libs/kosmindoormap/Manifest
index b162bf8cb615..287a2873211b 100644
--- a/dev-libs/kosmindoormap/Manifest
+++ b/dev-libs/kosmindoormap/Manifest
@@ -1,3 +1,2 @@
DIST kosmindoormap-21.04.3.tar.xz 337008 BLAKE2B d1bf349a5b4362fe3cca6a9003ccdf17eb9425e1e2525f3bda39c962658fb9265f7f9f5206c6caec7f26fbdd876f4c9b06ab5662fd2061d1059a51ab089ddcee SHA512 08dc32bd07cc6653f2f12dc3060b102d5c94505f6ff539cdbcd0ed1972a7bec774df55d74f2831b1e6c537167a15a241c0875c6abd73c626718908a3d9f21a2d
-DIST kosmindoormap-21.08.0.tar.xz 339076 BLAKE2B 006a9516e1bd4354bf510a0e9d1b8256f4a7cd2ec2f03dda3b2ef53632411bba2b5c57d739ac19048e1469949febef0d28e2701e3959315fc3022fd220640520 SHA512 7e8f0d1b6cbb46d1c5ce6c1ea70de194cc79bd00f5ef1ea6273eb19744af6c81721df697fb2b92780fe9ed8fbf1e5f01075f3bbd16d869cef11ab965741cc77a
DIST kosmindoormap-21.08.1.tar.xz 340568 BLAKE2B 3fe6bc99de994e8e0a07ec46b6fec7bb220f2b125a486503b701efb162364acd51180726e12f1ec16d1b567b04aa024478e9b5a93237030c1a271377942fa253 SHA512 478ba2e01e6a2093531e2c67e09ed08ba18175a025deaed3f13175abc97e68f0c7cd43921a80ebcb474c7dbb09fa31ce4ccfb317ddf2d5dbef9f43ec3d73bbdd
diff --git a/dev-libs/kosmindoormap/kosmindoormap-21.08.0.ebuild b/dev-libs/kosmindoormap/kosmindoormap-21.08.0.ebuild
deleted file mode 100644
index 646460d5abc1..000000000000
--- a/dev-libs/kosmindoormap/kosmindoormap-21.08.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="true"
-KDE_GEAR="true"
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.84.0
-QTMIN=5.15.2
-inherit ecm 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
-}