summaryrefslogtreecommitdiff
path: root/dev-libs
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-04-24 16:49:55 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-04-24 16:49:55 +0200
commit1c0daa49e3ffda9bfda2989d411222f6fda65de1 (patch)
tree88049d0bfa4f4e931e1149169f3359fd35938cb8 /dev-libs
parent74538969ef3a4712fab4f63704acbdb5f88310c8 (diff)
downloadkde-1c0daa49e3ffda9bfda2989d411222f6fda65de1.tar.gz
kde-1c0daa49e3ffda9bfda2989d411222f6fda65de1.tar.bz2
kde-1c0daa49e3ffda9bfda2989d411222f6fda65de1.zip
dev-libs/kosmindoormap: drop 21.04.0*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/kosmindoormap/Manifest1
-rw-r--r--dev-libs/kosmindoormap/kosmindoormap-21.04.0.ebuild46
2 files changed, 0 insertions, 47 deletions
diff --git a/dev-libs/kosmindoormap/Manifest b/dev-libs/kosmindoormap/Manifest
deleted file mode 100644
index 322240895d4..00000000000
--- a/dev-libs/kosmindoormap/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kosmindoormap-21.04.0.tar.xz 332056 BLAKE2B d433a262497c1331c4bfec603e0a8707bb47f10534928b2367729bf6aeeefbc9ec830b78432262cf314f8200984445ed669789272710fa3397eefcdc1319d1df SHA512 dda7c38cc586239fa2338e48371262b44823ac25bd5d95e0d1be787620899bcfb0b66cf28cdef6571b9169538057b2b3f2c6af56b0d7d20b86160661a595a624
diff --git a/dev-libs/kosmindoormap/kosmindoormap-21.04.0.ebuild b/dev-libs/kosmindoormap/kosmindoormap-21.04.0.ebuild
deleted file mode 100644
index 7a74e6aeefe..00000000000
--- a/dev-libs/kosmindoormap/kosmindoormap-21.04.0.ebuild
+++ /dev/null
@@ -1,46 +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.80.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=""
-IUSE=""
-
-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
-"
-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
- )
- ecm_src_configure
-}