diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-11-04 13:39:16 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-11-04 14:23:28 +0100 |
commit | 0dba39303b8da0cee371baa3a13a97458b7e0c81 (patch) | |
tree | 6a251cc675bd6b7820af72488653c561ffcdc532 /dev-libs/kpublictransport | |
parent | dev-libs/kosmindoormap: drop 21.08.2* (diff) | |
download | gentoo-0dba39303b8da0cee371baa3a13a97458b7e0c81.tar.gz gentoo-0dba39303b8da0cee371baa3a13a97458b7e0c81.tar.bz2 gentoo-0dba39303b8da0cee371baa3a13a97458b7e0c81.zip |
dev-libs/kpublictransport: drop 21.08.2*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs/kpublictransport')
-rw-r--r-- | dev-libs/kpublictransport/Manifest | 1 | ||||
-rw-r--r-- | dev-libs/kpublictransport/kpublictransport-21.08.2.ebuild | 37 |
2 files changed, 0 insertions, 38 deletions
diff --git a/dev-libs/kpublictransport/Manifest b/dev-libs/kpublictransport/Manifest index 88bed983ffa1..2289bd647d59 100644 --- a/dev-libs/kpublictransport/Manifest +++ b/dev-libs/kpublictransport/Manifest @@ -1,3 +1,2 @@ DIST kpublictransport-21.04.3.tar.xz 392532 BLAKE2B 203580f29862dfca34406b250907bc1bc320524212cfef7830aa6f545c012c4bb94976f77c404c1e488655c54e1c724b10d8b38c0a15271b81a4707af25d943a SHA512 a952f11719dfc7223ca2a94ec59ac158f95a4034ed8c37918ab5b03cb06d5d0ad6270912e4823fcd535c745baec406e2b0f29360591d32ddd3b7591ad71c8688 -DIST kpublictransport-21.08.2.tar.xz 409884 BLAKE2B 3aedd60e7c810681fbe56f4e316239385cb4632a1d7c4f92511fbec6b06b64e43c9c0b99976b9f43e28c485f6a82a1527fda101087c34e8229361260ea8bc679 SHA512 89acda53903691bb5824e1cdd6d06de788d9532db035ab36df1d5ada75373d5ffbca0a00a2dcc07bb8099492b1ade4df4d28266c68b8efbc905093a4f89b171f DIST kpublictransport-21.08.3.tar.xz 411364 BLAKE2B 46d4681e98037d84d5813c62f13d76831922f9b2a3c04a51885292d702fa569f276dbd00056ee79cfecfebc4597d1ddde3c497b2d72e585ec5c14006253944e5 SHA512 bcd422855de8f224f7a30f09cd95345bd8637d3fb7a32ba0a7efe5c4bd350aed02cd6d8f186b4bfb467d50ce4ae927f360ccb5d188dadfbfa4e498ca4665df72 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 98ceaa976b4d..000000000000 --- 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 -} |