diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-11-07 20:09:35 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-11-07 20:09:35 +0100 |
commit | dfae359d42c3caeae8731fefd0df115d4b4ae731 (patch) | |
tree | e5ce3949cacc0a630d7699e1d454fe63b9cc1c52 /dev-libs | |
parent | dev-libs/kopeninghours: drop 24.08.3 (diff) | |
download | kde-dfae359d42c3caeae8731fefd0df115d4b4ae731.tar.gz kde-dfae359d42c3caeae8731fefd0df115d4b4ae731.tar.bz2 kde-dfae359d42c3caeae8731fefd0df115d4b4ae731.zip |
dev-libs/kosmindoormap: drop 24.08.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/kosmindoormap/Manifest | 1 | ||||
-rw-r--r-- | dev-libs/kosmindoormap/kosmindoormap-24.08.3.ebuild | 48 |
2 files changed, 0 insertions, 49 deletions
diff --git a/dev-libs/kosmindoormap/Manifest b/dev-libs/kosmindoormap/Manifest deleted file mode 100644 index 7b0742adda..0000000000 --- a/dev-libs/kosmindoormap/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST kosmindoormap-24.08.3.tar.xz 692392 BLAKE2B 41879a7ef4dbde858d8e6f2e53b4b32efd94f4277ed8bf6c9d4343907364814acc00cc5bdf09840e429e7fd4cf2150d535dcb261ae7debcc0c941837b1607385 SHA512 cf63d91306d41d8fd9cc3c33eee91a6380a0d043a610b49b214dfb8de76531dacf03e2745d1783e4627b218e6bf55b370d1946b6e4276aea10906d790d63f881 diff --git a/dev-libs/kosmindoormap/kosmindoormap-24.08.3.ebuild b/dev-libs/kosmindoormap/kosmindoormap-24.08.3.ebuild deleted file mode 100644 index 917524a82c..0000000000 --- a/dev-libs/kosmindoormap/kosmindoormap-24.08.3.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="true" -PVCUT=$(ver_cut 1-3) -KFMIN=6.5.0 -QTMIN=6.7.2 -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="6" -KEYWORDS="~amd64 ~arm64" -IUSE="+gui" - -# kservice is optional and only used to find and open josm -RDEPEND=" - dev-libs/protobuf:= - >=dev-qt/qtbase-${QTMIN}:6[gui?,network] - sys-libs/zlib - gui? ( - >=dev-libs/kopeninghours-${PVCUT}:6 - >=dev-libs/kpublictransport-${PVCUT}:6 - >=dev-qt/qtdeclarative-${QTMIN}:6 - >=kde-frameworks/kcoreaddons-${KFMIN}:6 - >=kde-frameworks/ki18n-${KFMIN}:6 - >=kde-frameworks/kservice-${KFMIN}:6 - ) -" -DEPEND="${RDEPEND} - test? ( >=dev-qt/qtbase-${QTMIN}:6[widgets] ) -" -BDEPEND=" - app-alternatives/lex - app-alternatives/yacc -" - -src_configure() { - local mycmakeargs=( - -DBUILD_TOOLS_ONLY=$(usex !gui) - -DCMAKE_DISABLE_FIND_PACKAGE_OsmTools=ON # we have no use for it - ) - ecm_src_configure -} |