commit:     965af5c24f57badff99bab3e0ceb879f0a4ca2d5
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 26 20:09:17 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Feb 26 20:09:22 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=965af5c2

dev-libs/kpublictransport: drop 24.01.95

Just get rid of it, not important enough to fix RC2.

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../kpublictransport-24.01.95.ebuild               | 40 ----------------------
 1 file changed, 40 deletions(-)

diff --git a/dev-libs/kpublictransport/kpublictransport-24.01.95.ebuild 
b/dev-libs/kpublictransport/kpublictransport-24.01.95.ebuild
deleted file mode 100644
index 826e75957c..0000000000
--- a/dev-libs/kpublictransport/kpublictransport-24.01.95.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="true"
-ECM_TEST="true"
-KFMIN=5.113.0
-QTMIN=5.15.9
-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"
-IUSE="networkmanager"
-
-RDEPEND="
-       dev-libs/protobuf:=
-       >=dev-qt/qtdeclarative-${QTMIN}:5
-       >=dev-qt/qtgui-${QTMIN}:5
-       >=dev-qt/qtnetwork-${QTMIN}:5[ssl]
-       >=kde-frameworks/ki18n-${KFMIN}:5
-       sys-libs/zlib
-       networkmanager? ( >=kde-frameworks/networkmanager-qt-${KFMIN}:5 )
-"
-DEPEND="${RDEPEND}
-       test? ( >=dev-qt/qtwidgets-${QTMIN}:5 )
-"
-
-src_configure() {
-       local mycmakeargs=(
-               -DCMAKE_DISABLE_FIND_PACKAGE_OsmTools=ON # we have no use for it
-               $(cmake_use_find_package networkmanager KF5NetworkManagerQt)
-       )
-       ecm_src_configure
-}

Reply via email to