dev-libs/kpublictransport: drop 25.04.2

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-07-27 16:34:15 +02:00
parent 140ec68fed
commit e196efb086
2 changed files with 0 additions and 40 deletions

View File

@@ -1,2 +1 @@
DIST kpublictransport-25.04.2.tar.xz 834704 BLAKE2B 2bcd2b984d8e61377ae61ef9449950986527c68ff7e444371060f547f5f290e7c983245f184e02b1a75c5a995021aa6e6ca849df9886fab6941cb9fb8bc74b39 SHA512 2bb4bb0be13a3d65bda50e0193a8d51d7b1d9ee6351e2232a9ca285b5f1a0180941d3e13c1b898ef6a75565419c149f1d78e18fef1d0fc7908fd17273141cf2a
DIST kpublictransport-25.04.3.tar.xz 834216 BLAKE2B c14d566a3900cf1c18cbfbe71487a8c08803582ad8809d404b7232a5110348e1c50606c30577c111ea4eef3056f61073f7dda896dd392a8197a742c7ac3eebf7 SHA512 0c1e1fd30da7feb63dae59af85026a6a90897178225455fd25eb4779d6e59a367b2b85e129db7b8ee276427bbce925a265047d46be9585756f9d0c4787345547

View File

@@ -1,39 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
ECM_QTHELP="true"
ECM_TEST="true"
KFMIN=6.13.0
QTMIN=6.7.2
inherit ecm gear.kde.org
DESCRIPTION="Library for accessing public transport timetables and other information"
HOMEPAGE="https://invent.kde.org/libraries/kpublictransport
https://www.volkerkrause.eu/2019/03/02/kpublictransport-introduction.html"
LICENSE="LGPL-2+"
SLOT="6"
KEYWORDS="~amd64 ~arm64"
IUSE="networkmanager"
RDEPEND="
dev-libs/protobuf:=
>=dev-qt/qtbase-${QTMIN}:6[gui,network,ssl]
>=dev-qt/qtdeclarative-${QTMIN}:6
>=kde-frameworks/ki18n-${KFMIN}:6
sys-libs/zlib
networkmanager? ( >=kde-frameworks/networkmanager-qt-${KFMIN}:6 )
"
DEPEND="${RDEPEND}
test? ( >=dev-qt/qtbase-${QTMIN}:6[widgets] )
"
src_configure() {
local mycmakeargs=(
-DCMAKE_DISABLE_FIND_PACKAGE_OsmTools=ON # we have no use for it
$(cmake_use_find_package networkmanager KF6NetworkManagerQt)
)
ecm_src_configure
}