summaryrefslogtreecommitdiff
path: root/dev-libs
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-10-10 21:18:32 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-10-10 21:18:32 +0200
commit7265239b760cb458f142ecff8850df5a73c6164b (patch)
treee4e301d86e082b42ee8ff92736e4097006e71cc5 /dev-libs
parent2490fadfc7246d5bee81c6edcea430f83261b5a9 (diff)
downloadkde-7265239b760cb458f142ecff8850df5a73c6164b.tar.gz
kde-7265239b760cb458f142ecff8850df5a73c6164b.tar.bz2
kde-7265239b760cb458f142ecff8850df5a73c6164b.zip
dev-libs/kopeninghours: drop 24.08.2
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.08.2.ebuild63
2 files changed, 0 insertions, 64 deletions
diff --git a/dev-libs/kopeninghours/Manifest b/dev-libs/kopeninghours/Manifest
deleted file mode 100644
index 876516ca03d..00000000000
--- a/dev-libs/kopeninghours/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kopeninghours-24.08.2.tar.xz 74584 BLAKE2B d0f0a9e8941d54cd9bad4c998045861c2e065f8618e46575e5bc66423cb538b79c53e1d768a0905ffd5ca10e98511ff1b4779e06e01b934df400551bb23b3556 SHA512 97992f3b19aedc90b4eb68e8316064272d09360357c948663974609ca03f20791f3e6d40378fcc4caa812929dee8174549335714065871ca9c217001012e603d
diff --git a/dev-libs/kopeninghours/kopeninghours-24.08.2.ebuild b/dev-libs/kopeninghours/kopeninghours-24.08.2.ebuild
deleted file mode 100644
index 1084d8654d1..00000000000
--- a/dev-libs/kopeninghours/kopeninghours-24.08.2.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
-}