summaryrefslogtreecommitdiff
path: root/dev-libs/kopeninghours
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-01-06 15:17:01 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-01-06 15:17:01 +0100
commitb2479e67a2df1a7ff146e4a985f86d95f9c2f17e (patch)
treeb280fcf4bbe810609581646bece99160e0af8641 /dev-libs/kopeninghours
parent28645f5dd54618156fb222b198bb6f8fa2a0a285 (diff)
downloadkde-b2479e67a2df1a7ff146e4a985f86d95f9c2f17e.tar.gz
kde-b2479e67a2df1a7ff146e4a985f86d95f9c2f17e.tar.bz2
kde-b2479e67a2df1a7ff146e4a985f86d95f9c2f17e.zip
dev-libs/kopeninghours: drop 22.12.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-22.12.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 16df2f72a0d..00000000000
--- a/dev-libs/kopeninghours/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kopeninghours-22.12.1.tar.xz 71108 BLAKE2B a7cadeacb56e58ec5412df900ddc701f49105b0f88e1d6c1ee2a13922899375561e8a7f15ff809cca9fbc3a422843372b2b7653b73ae97406c6a78b3e7cd5940 SHA512 6c7769611bf5a745902f45d3af1d236205e21338c5be8936eb9d2e2ee1de67a7231c45b3c5568b63437d22eab32e91e7f36a2b63898baae984ae3f2712cca28d
diff --git a/dev-libs/kopeninghours/kopeninghours-22.12.1.ebuild b/dev-libs/kopeninghours/kopeninghours-22.12.1.ebuild
deleted file mode 100644
index 321f5afa984..00000000000
--- a/dev-libs/kopeninghours/kopeninghours-22.12.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.101.0
-QTMIN=5.15.5
-PYTHON_COMPAT=( python3_{8..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
-}