summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-06-08 21:20:57 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-06-09 13:26:20 +0200
commit5a3f6b9ecdef16bd809af1721d2894cb66674fb0 (patch)
treecec03fd33a635b03ccbf5bbbea60ac94480f50b7 /dev-libs/kopeninghours
parentapp-office/kalendar: drop 22.04.1* (diff)
downloadgentoo-5a3f6b9ecdef16bd809af1721d2894cb66674fb0.tar.gz
gentoo-5a3f6b9ecdef16bd809af1721d2894cb66674fb0.tar.bz2
gentoo-5a3f6b9ecdef16bd809af1721d2894cb66674fb0.zip
dev-libs/kopeninghours: drop 22.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-22.04.1.ebuild65
2 files changed, 0 insertions, 66 deletions
diff --git a/dev-libs/kopeninghours/Manifest b/dev-libs/kopeninghours/Manifest
index 9b418c9b55ff..31f7cd5bada5 100644
--- a/dev-libs/kopeninghours/Manifest
+++ b/dev-libs/kopeninghours/Manifest
@@ -1,3 +1,2 @@
DIST kopeninghours-21.12.3.tar.xz 68916 BLAKE2B d80275c195231ca52e0042149d685224c9ffadd6d341ddce1af6f46df451442e924f282119c91ab004dcabb64b112de559bbbcddc2a91daee5cf9a76b84fb4bb SHA512 42bdbe8172ff5ff89469786f3d544db4a07bc0d1de9a54b8525dc8789d0f4328159ee815c07595463f190073433de567fb2d3496d261daa46aac70354b3da6ae
-DIST kopeninghours-22.04.1.tar.xz 69180 BLAKE2B 97ffbd30a0eb6a2d26aefef6c3bb2d0e81b8319e37eca827649a19d826cb47745b2bea19e881c9445b00d53f48025781865481fcce877ddd68add33690e751d0 SHA512 1dc82a84e85d6a9894235cc4f21a8dd376c1172c934f32355ce4ff93aff1af926d027275badc9f10ac77db251fb407bad8ee0b94d19278db23728d22d342456c
DIST kopeninghours-22.04.2.tar.xz 69172 BLAKE2B 7117c219aac659df2725cf2600cdafa4a676937303fe4bc8e151108759790a8123aa896f51ce3eb8f91477a5911d0d459791ff4b8cb73c45781223339a482ef3 SHA512 f27993e33922dd260c4a7b67cede7c0155ccb5f8b7d30a4fa9e1fe1fa4b80d3f0dd613edf06a0bade43a77bcfc1f8aa2173fbc7f2b4fa659948395b2c3554c3e
diff --git a/dev-libs/kopeninghours/kopeninghours-22.04.1.ebuild b/dev-libs/kopeninghours/kopeninghours-22.04.1.ebuild
deleted file mode 100644
index 2f0dacc76970..000000000000
--- a/dev-libs/kopeninghours/kopeninghours-22.04.1.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="true"
-ECM_TEST="true"
-KDE_GEAR="true"
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.92.0
-QTMIN=5.15.3
-PYTHON_COMPAT=( python3_{8..10} )
-inherit ecm 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
-}