mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-libs/kosmindoormap: drop 25.04.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST kosmindoormap-25.04.2.tar.xz 736444 BLAKE2B da4f34c98e5f39dea6f1da8304e9be847537703c27b045063e46728a6a4a1102b2bc8105c97055c8dc4cdef2c41fc3b81c95f5cb60f0bc579d289a64e5c2338f SHA512 e07e4026c7deb14acfa0ef00b26e9506877b1688000f866e324daf89c1c9bab50b03accd86a8081c7b6e6c4018020dbef2702bd5dd7966838589ccedcef64516
|
||||
DIST kosmindoormap-25.04.3.tar.xz 736724 BLAKE2B 0c7c49c5a887f76dd53d64ea30ca7902d74ea12ace69d555fdee9c64f6cdac142184c89990b092def29e27fdd159172393489150af1baa75680641b2aabdaed2 SHA512 46e47ae412dabcd9468c2d88d5769b7d3a09340da211e686a286bad81941f4f782838fdb8c6fe4090b5b9b4c36969ee13cbdd7f4682cc73f8519c6216f7d6c30
|
||||
|
||||
@@ -1,48 +0,0 @@
|
||||
# Copyright 1999-2025 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.13.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
|
||||
}
|
||||
Reference in New Issue
Block a user