aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-08-05 13:56:31 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-08-05 16:55:17 +0200
commit1f7a4cb2291c35259d6c1fdc382d9945d90d0379 (patch)
treef70dd5762c5d0fc367b233fa96ea6a03cbfa8551 /dev-libs
parentapp-office/kalendar: drop 22.07.80 (diff)
downloadkde-1f7a4cb2291c35259d6c1fdc382d9945d90d0379.tar.gz
kde-1f7a4cb2291c35259d6c1fdc382d9945d90d0379.tar.bz2
kde-1f7a4cb2291c35259d6c1fdc382d9945d90d0379.zip
dev-libs/kopeninghours: drop 22.07.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-22.07.80.ebuild64
2 files changed, 0 insertions, 65 deletions
diff --git a/dev-libs/kopeninghours/Manifest b/dev-libs/kopeninghours/Manifest
index 1dd6d2cb42..d6345ece14 100644
--- a/dev-libs/kopeninghours/Manifest
+++ b/dev-libs/kopeninghours/Manifest
@@ -1,2 +1 @@
-DIST kopeninghours-22.07.80.tar.xz 70120 BLAKE2B f0c83f82f8084f51db0d2c1f6bdd26aebdad1ff161a343c017af4bdac02e95bbf1d9ad4bfdcdcf34060948ca8cc983c97f08279ba829cc3f3cafc87ca79b9072 SHA512 120c6a66858404ff3cbf7dc0b90acca38567381c9f20458daef76d2a30d34202331752ed182e728b7d6357292f07bbfcd541301bba99f611c518902b1d171dcc
DIST kopeninghours-22.07.90.tar.xz 70152 BLAKE2B bf3ebda796646ac0ab1c119978ab41ea6eef87d2a30e0c73e8abfb36a80a1b598a3352e3f3a7499d183817ce20dc4fe9cdae11a01ab79d2e98dfacb127080c95 SHA512 544ff7866830950f0641d03aeba4896fc9ad19ae042bc9bc54c979ecc869fa9a3bc50d7424e25e34b1c8833d73be1d48d285025a4e3322929efe02892ce29dac
diff --git a/dev-libs/kopeninghours/kopeninghours-22.07.80.ebuild b/dev-libs/kopeninghours/kopeninghours-22.07.80.ebuild
deleted file mode 100644
index 90195ba42d..0000000000
--- a/dev-libs/kopeninghours/kopeninghours-22.07.80.ebuild
+++ /dev/null
@@ -1,64 +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"
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.96.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
-}