aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-11-29 15:47:27 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-11-29 16:08:54 +0100
commit1f0ed2859e219fe230521530bafd0ff0f8d26940 (patch)
tree91b4038779f5d4942a97dfa377e32f7069177fdd /dev-libs
parentapp-office/merkuro: drop 24.11.80 (diff)
downloadkde-1f0ed2859e219fe230521530bafd0ff0f8d26940.tar.gz
kde-1f0ed2859e219fe230521530bafd0ff0f8d26940.tar.bz2
kde-1f0ed2859e219fe230521530bafd0ff0f8d26940.zip
dev-libs/kopeninghours: drop 24.11.80
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/kopeninghours/Manifest1
-rw-r--r--dev-libs/kopeninghours/kopeninghours-24.11.80.ebuild63
2 files changed, 0 insertions, 64 deletions
diff --git a/dev-libs/kopeninghours/Manifest b/dev-libs/kopeninghours/Manifest
index 1dc5c43af8..2d842dc726 100644
--- a/dev-libs/kopeninghours/Manifest
+++ b/dev-libs/kopeninghours/Manifest
@@ -1,2 +1 @@
-DIST kopeninghours-24.11.80.tar.xz 74828 BLAKE2B 22a1b6a933e6189ed795e4d1f3fbf72f768917dd0d9b6edf6da6bef26f4575bbbc973addfe0b53bc66fe34d18fa718a5a5c3b2ec6ec76679c0d31561193c1664 SHA512 0d3e3b412b8bd05422b04d0a3fcfc98e6adbba842562ddfbe79a72ecc781143152f29db0acd3127345f375370b6834d4f5854125b867a0088c5a554b89d62215
DIST kopeninghours-24.11.90.tar.xz 74768 BLAKE2B 7a3ae1f5637ce75950d9dac2e95348a86685d19cdd79b9f43a850f1ba3365c8ad26325c112c7f39d0f8827bff9183616bfe9f8e4a427729570665db773318a1a SHA512 8a23c11b54b75c691b92d69faca9b2fc7d70c7f1c3dada9b701e849cbb3543dff2536c9d45c8bc30e21cc2a27f9959ff2d96e547c08fe676b6e2a72c4393b29a
diff --git a/dev-libs/kopeninghours/kopeninghours-24.11.80.ebuild b/dev-libs/kopeninghours/kopeninghours-24.11.80.ebuild
deleted file mode 100644
index 1084d8654d..0000000000
--- a/dev-libs/kopeninghours/kopeninghours-24.11.80.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2024 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.5.0
-QTMIN=6.7.2
-PYTHON_COMPAT=( python3_{10..12} )
-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"
-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
- sys-libs/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
-"
-
-PATCHES=( "${FILESDIR}"/${PN}-22.04.0-boostpython.patch )
-
-pkg_setup() {
- ecm_pkg_setup
- python_setup
-}
-
-src_configure() {
- local mycmakeargs=(
- -DBOOSTPYTHON_VERSION_MAJOR_MINOR=${EPYTHON}
- $(cmake_use_find_package python Boost)
- )
- ecm_src_configure
-}
-
-src_install() {
- ecm_src_install
- python_optimize
-}