summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-libs/kpublictransport/Manifest1
-rw-r--r--dev-libs/kpublictransport/kpublictransport-21.08.2.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/dev-libs/kpublictransport/Manifest b/dev-libs/kpublictransport/Manifest
deleted file mode 100644
index 4c120ae5f3b..00000000000
--- a/dev-libs/kpublictransport/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kpublictransport-21.08.2.tar.xz 409884 BLAKE2B 3aedd60e7c810681fbe56f4e316239385cb4632a1d7c4f92511fbec6b06b64e43c9c0b99976b9f43e28c485f6a82a1527fda101087c34e8229361260ea8bc679 SHA512 89acda53903691bb5824e1cdd6d06de788d9532db035ab36df1d5ada75373d5ffbca0a00a2dcc07bb8099492b1ade4df4d28266c68b8efbc905093a4f89b171f
diff --git a/dev-libs/kpublictransport/kpublictransport-21.08.2.ebuild b/dev-libs/kpublictransport/kpublictransport-21.08.2.ebuild
deleted file mode 100644
index 98ceaa976b4..00000000000
--- a/dev-libs/kpublictransport/kpublictransport-21.08.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-KDE_GEAR="true"
-KFMIN=5.84.0
-QTMIN=5.15.2
-inherit ecm 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="5"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="
- dev-libs/protobuf:=
- >=dev-qt/qtdeclarative-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtnetwork-${QTMIN}:5
- sys-libs/zlib
-"
-DEPEND="${RDEPEND}
- test? ( >=dev-qt/qtwidgets-${QTMIN}:5 )
-"
-
-src_configure() {
- local mycmakeargs=(
- -DCMAKE_DISABLE_FIND_PACKAGE_OsmTools=ON # we have no use for it
- )
- ecm_src_configure
-}