aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-05-11 18:20:18 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-05-11 18:20:18 +0200
commit7f9564a35c4a66a1bd2ebb3d9a227c638c84f4d7 (patch)
tree8fafc7d1273e54060c0d19b11374654cf50339f9 /dev-libs/kopeninghours
parentapp-office/kalendar: drop 23.04.1 (diff)
downloadkde-7f9564a35c4a66a1bd2ebb3d9a227c638c84f4d7.tar.gz
kde-7f9564a35c4a66a1bd2ebb3d9a227c638c84f4d7.tar.bz2
kde-7f9564a35c4a66a1bd2ebb3d9a227c638c84f4d7.zip
dev-libs/kopeninghours: drop 23.04.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs/kopeninghours')
-rw-r--r--dev-libs/kopeninghours/Manifest1
-rw-r--r--dev-libs/kopeninghours/kopeninghours-23.04.1.ebuild64
2 files changed, 0 insertions, 65 deletions
diff --git a/dev-libs/kopeninghours/Manifest b/dev-libs/kopeninghours/Manifest
deleted file mode 100644
index a6cc9d6e03..0000000000
--- a/dev-libs/kopeninghours/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kopeninghours-23.04.1.tar.xz 71740 BLAKE2B 828c40d09464673d3098cc01d582300a78baaf0fd223320e8c9609514278a2a1358d07e7dc7bb742826cf06a8e7d27ec1964a9d5cee363cc9b67d1dbb6eeaf14 SHA512 02cd56c313510a6fd44b7d3feeca9ef2a56004bc30cab555c5c388afb0176de52176e4bccdb718388ee05773132dd05e30b54cf770f7c4a7df4318782eddee67
diff --git a/dev-libs/kopeninghours/kopeninghours-23.04.1.ebuild b/dev-libs/kopeninghours/kopeninghours-23.04.1.ebuild
deleted file mode 100644
index bafa380603..0000000000
--- a/dev-libs/kopeninghours/kopeninghours-23.04.1.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2023 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=5.104.0
-QTMIN=5.15.5
-PYTHON_COMPAT=( python3_{9..11} )
-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="5"
-KEYWORDS="~amd64"
-IUSE="python"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-DEPEND="
- >=dev-libs/kpublictransport-${PVCUT}:5
- >=dev-qt/qtdeclarative-${QTMIN}:5
- >=kde-frameworks/kholidays-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- sys-libs/zlib
- python? (
- $(python_gen_cond_dep '
- >=dev-libs/boost-1.70:=[python,${PYTHON_USEDEP}]
- ')
- )
-"
-RDEPEND="${DEPEND}
- ${PYTHON_DEPS}
- >=dev-qt/qtquickcontrols2-${QTMIN}:5
-"
-BDEPEND="
- sys-devel/bison
- sys-devel/flex
-"
-
-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
-}