diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2025-08-15 07:09:23 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2025-08-15 07:09:23 +0200 |
| commit | 3df42061c1d6517dfe73e92c2b1375aa609e1d6a (patch) | |
| tree | 1534e9032495aab2cf7215cf68917206b7a97f64 | |
| parent | eaa92a83184d70101e5d2461caad9a4368b79f77 (diff) | |
| download | kde-3df42061c1d6517dfe73e92c2b1375aa609e1d6a.tar.gz kde-3df42061c1d6517dfe73e92c2b1375aa609e1d6a.tar.bz2 kde-3df42061c1d6517dfe73e92c2b1375aa609e1d6a.zip | |
dev-libs/kosmindoormap: drop 25.07.90
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
| -rw-r--r-- | dev-libs/kosmindoormap/Manifest | 1 | ||||
| -rw-r--r-- | dev-libs/kosmindoormap/kosmindoormap-25.07.90.ebuild | 49 |
2 files changed, 0 insertions, 50 deletions
diff --git a/dev-libs/kosmindoormap/Manifest b/dev-libs/kosmindoormap/Manifest index b26fa3ae8f9..d13d78d6987 100644 --- a/dev-libs/kosmindoormap/Manifest +++ b/dev-libs/kosmindoormap/Manifest @@ -1,2 +1 @@ -DIST kosmindoormap-25.07.90.tar.xz 776024 BLAKE2B b048a014468993eaddd1de45ab95c2ec190371ca284d900a64b9c5919e36577cffdcbcd2fca29835d78742cab11b48b8377311c972409f483792f308fd3914c7 SHA512 0b10ce956c07ac0af50129378789bdae340282de352ffc72f07f32ecc62c09ebb0b05dc2dc858cd931407b280430041529025937018b688914de2fcb255a739f DIST kosmindoormap-25.08.0.tar.xz 776260 BLAKE2B 6614268e324d39212976a1f9e5260c35f90d0316c1938bb35cfc7f5cf848babcca8e283fa1534c2b5a63b647af9a9eba37bd211b9231dcc24021b1348daaf2c7 SHA512 f1367119b833af4971b291e965343972e52ef6e5cab921203f2354b07c7ddc8fb6eacafec156a7ef902be28ecba5b4e8ee8213d7693fb95444d8d3842c500f90 diff --git a/dev-libs/kosmindoormap/kosmindoormap-25.07.90.ebuild b/dev-libs/kosmindoormap/kosmindoormap-25.07.90.ebuild deleted file mode 100644 index dbf2a16aea4..00000000000 --- a/dev-libs/kosmindoormap/kosmindoormap-25.07.90.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 -} |
