diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2025-08-16 14:28:48 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2025-08-16 14:28:48 +0200 |
| commit | bfab955b0f854315aca3434010e31c2f3a381704 (patch) | |
| tree | 877561028fd09b2466c0c36792d6414d0db30c0d /dev-libs/kosmindoormap | |
| parent | 3890a2938d8625b09cf41f3066520a10b2269a3f (diff) | |
| download | kde-bfab955b0f854315aca3434010e31c2f3a381704.tar.gz kde-bfab955b0f854315aca3434010e31c2f3a381704.tar.bz2 kde-bfab955b0f854315aca3434010e31c2f3a381704.zip | |
dev-libs/kosmindoormap: drop 25.08.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-25.08.0.ebuild | 49 |
2 files changed, 0 insertions, 50 deletions
diff --git a/dev-libs/kosmindoormap/Manifest b/dev-libs/kosmindoormap/Manifest deleted file mode 100644 index d13d78d6987..00000000000 --- a/dev-libs/kosmindoormap/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST kosmindoormap-25.08.0.tar.xz 776260 BLAKE2B 6614268e324d39212976a1f9e5260c35f90d0316c1938bb35cfc7f5cf848babcca8e283fa1534c2b5a63b647af9a9eba37bd211b9231dcc24021b1348daaf2c7 SHA512 f1367119b833af4971b291e965343972e52ef6e5cab921203f2354b07c7ddc8fb6eacafec156a7ef902be28ecba5b4e8ee8213d7693fb95444d8d3842c500f90 diff --git a/dev-libs/kosmindoormap/kosmindoormap-25.08.0.ebuild b/dev-libs/kosmindoormap/kosmindoormap-25.08.0.ebuild deleted file mode 100644 index dbf2a16aea4..00000000000 --- a/dev-libs/kosmindoormap/kosmindoormap-25.08.0.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="true" -PVCUT=$(ver_cut 1-3) -KFMIN=6.16.0 -QTMIN=6.9.1 -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="6/$(ver_cut 1-2)" -KEYWORDS="~amd64 ~arm64" -IUSE="+gui" - -# kservice is optional and only used to find and open josm -RDEPEND=" - >=dev-libs/kirigami-addons-1.6.0:6 - dev-libs/protobuf:= - >=dev-qt/qtbase-${QTMIN}:6[gui?,network] - sys-libs/zlib - gui? ( - >=dev-libs/kopeninghours-${PVCUT}:6= - >=dev-libs/kpublictransport-${PVCUT}:6= - >=dev-qt/qtdeclarative-${QTMIN}:6 - >=kde-frameworks/kcoreaddons-${KFMIN}:6 - >=kde-frameworks/ki18n-${KFMIN}:6 - >=kde-frameworks/kservice-${KFMIN}:6 - ) -" -DEPEND="${RDEPEND} - test? ( >=dev-qt/qtbase-${QTMIN}:6[widgets] ) -" -BDEPEND=" - app-alternatives/lex - app-alternatives/yacc -" - -src_configure() { - local mycmakeargs=( - -DBUILD_TOOLS_ONLY=$(usex !gui) - -DCMAKE_DISABLE_FIND_PACKAGE_OsmTools=ON # we have no use for it - ) - ecm_src_configure -} |
