diff --git a/dev-libs/kopeninghours/Manifest b/dev-libs/kopeninghours/Manifest index f4daaace578c7..65b619970991c 100644 --- a/dev-libs/kopeninghours/Manifest +++ b/dev-libs/kopeninghours/Manifest @@ -1,2 +1 @@ -DIST kopeninghours-26.04.1.tar.xz 76624 BLAKE2B fc5108e6ad76fff1798b9c838213e2829b591822e612285169e98d2b392daaf2edeef0cd519d97b7348562b453c780aa60c84417ad08abd9bfc179158d547248 SHA512 004340d909232ab7fc2228339da3e063036f818662a695bdfff3c7f1306a56a3a943ce5e7f75d177e264f5d78c5c3fee7c50192244e08ef4f4ac521b5e08c281 DIST kopeninghours-26.04.3.tar.xz 76648 BLAKE2B bd9dc8c061045912da4986cbe411aae1f9b91f5e8ceafafc3142356ea7fba4467c2d8b4045ac3ffd475f5cc4558b737ea2eded201eccff860b9000dd955b06c5 SHA512 136b3f3ada39110d65880454774caafb715cf40682acaa5185cd993049c129fd0be917efe22a38d28d07f640e7d1ad5c57652f4202f0dad409479f8debdeaaef diff --git a/dev-libs/kopeninghours/kopeninghours-26.04.1.ebuild b/dev-libs/kopeninghours/kopeninghours-26.04.1.ebuild deleted file mode 100644 index 29747ab8443fe..0000000000000 --- a/dev-libs/kopeninghours/kopeninghours-26.04.1.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_QTHELP="true" -ECM_TEST="true" -PVCUT=$(ver_cut 1-3) -KFMIN=6.22.0 -QTMIN=6.10.1 -PYTHON_COMPAT=( python3_{11..14} ) -inherit ecm gear.kde.org python-single-r1 - -DESCRIPTION="Library for parsing and evaluating OSM opening hours expressions" -HOMEPAGE="https://api.kde.org/kopeninghours/html/index.html -https://invent.kde.org/libraries/kopeninghours" - -LICENSE="LGPL-2+" -SLOT="6/$(ver_cut 1-2)" -KEYWORDS="~amd64 ~arm64" -IUSE="python" - -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" - -DEPEND=" - >=dev-libs/kpublictransport-${PVCUT}:6= - >=dev-qt/qtdeclarative-${QTMIN}:6 - >=kde-frameworks/kholidays-${KFMIN}:6 - >=kde-frameworks/ki18n-${KFMIN}:6 - virtual/zlib:= - python? ( - $(python_gen_cond_dep ' - >=dev-libs/boost-1.70:=[python,${PYTHON_USEDEP}] - ') - ) -" -RDEPEND="${DEPEND} - ${PYTHON_DEPS} -" -BDEPEND=" - app-alternatives/lex - app-alternatives/yacc -" - -src_configure() { - local mycmakeargs=( - -DPython_LIBRARY=$(python_get_library_path) - -DPython_INCLUDE_DIR=$(python_get_includedir) - $(cmake_use_find_package python Boost) - ) - ecm_src_configure -} - -src_install() { - ecm_src_install - use python && python_optimize -}