summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-02-02 11:02:07 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-02-02 12:02:07 +0100
commitb9ecddb72c56701342d8f73bf3a2046e8deb7cc5 (patch)
tree0ca1a4e55cc257a5945d4c8bf77b4c9a5a7719bf /dev-libs/kpublictransport
parentdev-libs/kosmindoormap: drop 22.12.1 (diff)
downloadgentoo-b9ecddb72c56701342d8f73bf3a2046e8deb7cc5.tar.gz
gentoo-b9ecddb72c56701342d8f73bf3a2046e8deb7cc5.tar.bz2
gentoo-b9ecddb72c56701342d8f73bf3a2046e8deb7cc5.zip
dev-libs/kpublictransport: drop 22.12.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs/kpublictransport')
-rw-r--r--dev-libs/kpublictransport/Manifest1
-rw-r--r--dev-libs/kpublictransport/kpublictransport-22.12.1.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/dev-libs/kpublictransport/Manifest b/dev-libs/kpublictransport/Manifest
index 7505f1fed2b1..6be8eae88199 100644
--- a/dev-libs/kpublictransport/Manifest
+++ b/dev-libs/kpublictransport/Manifest
@@ -1,3 +1,2 @@
DIST kpublictransport-22.08.3.tar.xz 489620 BLAKE2B 01aa9a92ba13a1060c08a5e2b6a1f2671c468c52587fded5f70dcda90977ecead2b3bcf8a333746400ac4b4a11061bbd56894bc335972f15fd29755f0ae23e15 SHA512 9b6c18395a0d8b9033a2b38d5912e3fcc649138a7ceb594d6d5d01534087bf01b6d4d51d2284f1212ae5574487c1c2acfd0d0b76deef0c181d64a56fed686b19
-DIST kpublictransport-22.12.1.tar.xz 491036 BLAKE2B 45ddc10b18fc61ce52d5555993d6639e1c77fe905a1b259ae6e837a1ca312e525e0b403afaa203791cb98bb2d97fb0ef9c2e090ef0d8a6036a3b7c244ca0b8d0 SHA512 ae3940fdc55cc7dca1f3e032c18ef43f8f7ca27b182dfa8a568a860aba9343636050f043f894fe011fa52e3bb919628b1ca1a491e5cc9f207877fa62269d9a8b
DIST kpublictransport-22.12.2.tar.xz 490996 BLAKE2B 28594e9c911746acd5df28a66978a056a17332e830a65a04d5cfd85d81e479a506019b2cc010fcd69f9bdfc7cf4a3b72392f93382f3f749cc8d9768b0f38cc50 SHA512 9859b627376559d690fd026b5e0802c055baf7df552bc4be9c8062d22975d9380bddbf4aadf7693a283bc016c5f4fc4001800a73aab78617b88362c1210d77d2
diff --git a/dev-libs/kpublictransport/kpublictransport-22.12.1.ebuild b/dev-libs/kpublictransport/kpublictransport-22.12.1.ebuild
deleted file mode 100644
index 7dab3c27ea1d..000000000000
--- a/dev-libs/kpublictransport/kpublictransport-22.12.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="true"
-ECM_TEST="true"
-KFMIN=5.101.0
-QTMIN=5.15.5
-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="5"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="
- dev-libs/protobuf:=
- >=dev-qt/qtdeclarative-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtnetwork-${QTMIN}:5[ssl]
- 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
-}