diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-11 15:06:57 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-11 18:01:07 +0200 |
commit | b76667b00d41b782efa2e99e7231aca913c7e049 (patch) | |
tree | b89d89190c48c03ed0c4144dcfb02ca9329aed74 /dev-libs/kosmindoormap | |
parent | dev-libs/kopeninghours: drop 23.04.0 (diff) | |
download | gentoo-b76667b00d41b782efa2e99e7231aca913c7e049.tar.gz gentoo-b76667b00d41b782efa2e99e7231aca913c7e049.tar.bz2 gentoo-b76667b00d41b782efa2e99e7231aca913c7e049.zip |
dev-libs/kosmindoormap: drop 23.04.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs/kosmindoormap')
-rw-r--r-- | dev-libs/kosmindoormap/Manifest | 1 | ||||
-rw-r--r-- | dev-libs/kosmindoormap/kosmindoormap-23.04.0.ebuild | 47 |
2 files changed, 0 insertions, 48 deletions
diff --git a/dev-libs/kosmindoormap/Manifest b/dev-libs/kosmindoormap/Manifest index b46faddf9956..3ad125ad094a 100644 --- a/dev-libs/kosmindoormap/Manifest +++ b/dev-libs/kosmindoormap/Manifest @@ -1,3 +1,2 @@ DIST kosmindoormap-22.12.3.tar.xz 363564 BLAKE2B d21c51d96ef6d32c294bcd5c88992a4f562cddad9abb47f2694f7af76d7872f81084783ce5ac9bb01f558331c6968c02b1247a854ef5e29975bf04b7cc74199a SHA512 ac0632180ac527b2b2e8856af2ee060b86b80b531c08b47439c3293d18f356c69a60ce4bf8fdd64511937f934dc49c5211c8a55956976c82943032e24baf8069 -DIST kosmindoormap-23.04.0.tar.xz 374760 BLAKE2B ce43556b0acdd43be6017cb3f2898bee2f3b3265fc1961825ebd2c6ab16980cc516a263d5a544587f4782200c805081858e89de4465fcd849a4c55f5e92849ff SHA512 0033dc241e8ca6fdce1909aeb18771a03e5ac15f81ad736ce22791513163c22e54e4e9712c9c7213c4704e5723dbc9d7c9a1a9b2a7594eb3d4089b9ded9da0f8 DIST kosmindoormap-23.04.1.tar.xz 375484 BLAKE2B 6214bc37fa2a9466f89d9cdf65059fb3fb024b2a9ca64658ed9653ce1a9f1ecfe9e8e62d229cadc0ef4e59559f9108c360ab6ea80688f1da195c9b5152e11cab SHA512 ec258b58b1e3a6ab337d72de659f7272d496c0630de0fe6279c9439d5ede5ce45e564639cdb5a6c38886edfd19b1d5aba6199bf54528dc9c3475d6e1f20ea42f diff --git a/dev-libs/kosmindoormap/kosmindoormap-23.04.0.ebuild b/dev-libs/kosmindoormap/kosmindoormap-23.04.0.ebuild deleted file mode 100644 index f4c00c3cfbc2..000000000000 --- a/dev-libs/kosmindoormap/kosmindoormap-23.04.0.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="true" -PVCUT=$(ver_cut 1-3) -KFMIN=5.104.0 -QTMIN=5.15.5 -inherit ecm gear.kde.org - -DESCRIPTION="Data Model and Extraction System for Travel Reservation information" -HOMEPAGE="https://invent.kde.org/libraries/kosmindoormap" - -LICENSE="LGPL-2+" -SLOT="5" -KEYWORDS="~amd64" -IUSE="+openinghours" - -COMMON_DEPEND=" - >=dev-libs/kpublictransport-${PVCUT}:5 - dev-libs/protobuf:= - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtnetwork-${QTMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - sys-libs/zlib - openinghours? ( >=dev-libs/kopeninghours-${PVCUT}:5 ) -" -DEPEND="${COMMON_DEPEND} - test? ( >=dev-qt/qtwidgets-${QTMIN}:5 ) -" -RDEPEND="${COMMON_DEPEND} - >=dev-qt/qtquickcontrols2-${QTMIN}:5 -" -BDEPEND=" - sys-devel/bison - sys-devel/flex -" - -src_configure() { - local mycmakeargs=( - -DCMAKE_DISABLE_FIND_PACKAGE_OsmTools=ON # we have no use for it - $(cmake_use_find_package openinghours KOpeningHours) - ) - ecm_src_configure -} |