diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-01-07 12:20:46 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-01-07 14:51:10 +0100 |
commit | 49abc7fc19317623d4466f6950da599164b61a32 (patch) | |
tree | d4f6fbcbdc6660d3760d1aa2657c73c5fd34fc80 /dev-libs | |
parent | dev-libs/kopeninghours: drop 21.12.0* (diff) | |
download | gentoo-49abc7fc19317623d4466f6950da599164b61a32.tar.gz gentoo-49abc7fc19317623d4466f6950da599164b61a32.tar.bz2 gentoo-49abc7fc19317623d4466f6950da599164b61a32.zip |
dev-libs/kosmindoormap: drop 21.12.0*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/kosmindoormap/Manifest | 1 | ||||
-rw-r--r-- | dev-libs/kosmindoormap/kosmindoormap-21.12.0.ebuild | 48 |
2 files changed, 0 insertions, 49 deletions
diff --git a/dev-libs/kosmindoormap/Manifest b/dev-libs/kosmindoormap/Manifest index c4bf7d4ce56e..98caa1eb55b7 100644 --- a/dev-libs/kosmindoormap/Manifest +++ b/dev-libs/kosmindoormap/Manifest @@ -1,3 +1,2 @@ DIST kosmindoormap-21.08.3.tar.xz 342772 BLAKE2B e30c0645105627b304162187ac9c84e8ebef0bbf5db17b28c1239428ec982eed526a7f29f7e543d1c1fb660d90d641358c1d0e8b1c6d6c40c5b11e471b25be52 SHA512 3a2337b433c25c16f2e69ab1a42e9324e8e176eaf85094a08d95a542af479e65637544a8486d481a3fe811e5c90aee1bcf803d92f3225db7c53c75840247e642 -DIST kosmindoormap-21.12.0.tar.xz 351028 BLAKE2B 2e219b5f3f209532c0bd995d4227f4e4a0dc6a96794844d5f549cdd4325b2237b31d4257d9a3dc340ea40fff04307c66daada57f5ddd65b12e0ff2c59981c89b SHA512 6d74093b253ee33a809a5a2e62c0bad14ff86e0b1747c650b7403fd624bbd47d197e1369bc9c7007a747a0df21387391efeca6040da4b44f930fce2a6a229450 DIST kosmindoormap-21.12.1.tar.xz 351084 BLAKE2B be7445e3163d506a17502dc69d71f43df1a260c5f0afd1f5ce82d2cc40a5f7b9c7cd82db1a53b03bf53354292ae2dfa17038ca106ce5ca8bf3cd208f92d78484 SHA512 bea94bc11af528b1f82dcbf12a2c04ecb3c123634e3ccf02209e3e73dea60ae44d53e17a10c0f3a485fc94c1982bdf4bcbdea0760d4d16e748a8c2d75b12c8ca diff --git a/dev-libs/kosmindoormap/kosmindoormap-21.12.0.ebuild b/dev-libs/kosmindoormap/kosmindoormap-21.12.0.ebuild deleted file mode 100644 index aa0d227d8501..000000000000 --- a/dev-libs/kosmindoormap/kosmindoormap-21.12.0.ebuild +++ /dev/null @@ -1,48 +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" -PVCUT=$(ver_cut 1-3) -KFMIN=5.88.0 -QTMIN=5.15.2 -inherit ecm 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 -} |