diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-12-09 11:23:35 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-12-09 11:23:35 +0100 |
| commit | e789235a10ba4583c70dbf113d6be5a6f0c66e4b (patch) | |
| tree | 4f048061f677b008c95224148bc46721e2980026 /dev-libs | |
| parent | bdc2987067e36c373724129b3c6451c2c2fbac8e (diff) | |
| download | kde-e789235a10ba4583c70dbf113d6be5a6f0c66e4b.tar.gz kde-e789235a10ba4583c70dbf113d6be5a6f0c66e4b.tar.bz2 kde-e789235a10ba4583c70dbf113d6be5a6f0c66e4b.zip | |
dev-libs/kosmindoormap: drop 23.08.4
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-23.08.4.ebuild | 47 |
2 files changed, 0 insertions, 48 deletions
diff --git a/dev-libs/kosmindoormap/Manifest b/dev-libs/kosmindoormap/Manifest deleted file mode 100644 index 8217619d5b2..00000000000 --- a/dev-libs/kosmindoormap/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST kosmindoormap-23.08.4.tar.xz 380016 BLAKE2B d7e6d940ccdac8a17404dc40e5948fed1674d789ba2796e704c71d9b8cae4e79bcc385bd4a245a5b85301f51c37517bc19c17977556e6c4d83bc9f2cd03cc82d SHA512 ea27d24c1623c40b39a8681bc5b119187d463575b3e888aed0c0b2c0549b5997809ebc74e2e08427238586b9f2ee77350d34874862c6084c91245a6040dbfd2a diff --git a/dev-libs/kosmindoormap/kosmindoormap-23.08.4.ebuild b/dev-libs/kosmindoormap/kosmindoormap-23.08.4.ebuild deleted file mode 100644 index 7d84056f235..00000000000 --- a/dev-libs/kosmindoormap/kosmindoormap-23.08.4.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.106.0 -QTMIN=5.15.9 -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 -} |
