summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-08-02 21:13:54 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-08-02 21:33:07 +0200
commitcc260f6ce413e44f140b62e48233069d765642b7 (patch)
treeadb767935cf42e5d5c948cbfa5c8d4b7040b0111 /kde-frameworks/kholidays
parentkde-frameworks/kguiaddons: drop 5.106.0 (diff)
downloadgentoo-cc260f6ce413e44f140b62e48233069d765642b7.tar.gz
gentoo-cc260f6ce413e44f140b62e48233069d765642b7.tar.bz2
gentoo-cc260f6ce413e44f140b62e48233069d765642b7.zip
kde-frameworks/kholidays: drop 5.106.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kholidays')
-rw-r--r--kde-frameworks/kholidays/Manifest1
-rw-r--r--kde-frameworks/kholidays/kholidays-5.106.0.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/kde-frameworks/kholidays/Manifest b/kde-frameworks/kholidays/Manifest
index c355cd6d8063..69bbc3883dd2 100644
--- a/kde-frameworks/kholidays/Manifest
+++ b/kde-frameworks/kholidays/Manifest
@@ -1,2 +1 @@
-DIST kholidays-5.106.0.tar.xz 254908 BLAKE2B 198b02c6ecaddd0c499b3cfc4c283c5920e2dabc71e3df8390eb366a5f5b9732bf78dcbf7274705cb7089f007b8eece0c8443063b7ae6f17c7ab5a9d2dab8a62 SHA512 69694ce79aac6c949bdc8968fecce862afc2fec5e57bcc80d0d8046ad30a2e4374ac275d2c94a2737715544d1f4fbfb1317342b7e45075ef8d659e4379fb24e0
DIST kholidays-5.108.0.tar.xz 255052 BLAKE2B 5c92990f122e8c864c1d622c633342f58191f729ebbf4608f844444349f3a71d113211d53513430fedd5f8c18dcf88100529eace22619266a3b22a92638c512e SHA512 bbf5cb7b2205d57205d241d33f35c4f6c3b8c73c89c84ecb81b5be5473968eebb577182e8a0a73e5c8a41b1276a2ab2abd965e66dd3a5ee39ecc792d30d7368f
diff --git a/kde-frameworks/kholidays/kholidays-5.106.0.ebuild b/kde-frameworks/kholidays/kholidays-5.106.0.ebuild
deleted file mode 100644
index bd9cfce03494..000000000000
--- a/kde-frameworks/kholidays/kholidays-5.106.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-ECM_TEST="true"
-QTMIN=5.15.5
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Library to determine holidays and other special events for a geographical region"
-
-LICENSE="LGPL-2.1+"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-IUSE=""
-
-DEPEND=">=dev-qt/qtdeclarative-${QTMIN}:5"
-RDEPEND="${DEPEND}"
-BDEPEND=">=dev-qt/linguist-tools-${QTMIN}:5"
-
-src_test() {
- # bug 624214
- mkdir -p "${HOME}/.local/share/kf5/libkholidays" || die
- cp -r "${S}/holidays/plan2" "${HOME}/.local/share/kf5/libkholidays/" || die
- ecm_src_test
-}