summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-04-14 21:43:50 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-04-14 22:01:19 +0200
commit948ffaa36e8abc81406050813af52885aa2772f7 (patch)
tree145dc0ab9275a2649329e6a4435e6446020ee902 /kde-frameworks/kcalendarcore
parentkde-frameworks/karchive: drop 6.0.0 (diff)
downloadgentoo-948ffaa36e8abc81406050813af52885aa2772f7.tar.gz
gentoo-948ffaa36e8abc81406050813af52885aa2772f7.tar.bz2
gentoo-948ffaa36e8abc81406050813af52885aa2772f7.zip
kde-frameworks/kcalendarcore: drop 6.0.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kcalendarcore')
-rw-r--r--kde-frameworks/kcalendarcore/Manifest1
-rw-r--r--kde-frameworks/kcalendarcore/kcalendarcore-6.0.0.ebuild23
2 files changed, 0 insertions, 24 deletions
diff --git a/kde-frameworks/kcalendarcore/Manifest b/kde-frameworks/kcalendarcore/Manifest
index f7a3b243c4c7..33c26c1cd2c4 100644
--- a/kde-frameworks/kcalendarcore/Manifest
+++ b/kde-frameworks/kcalendarcore/Manifest
@@ -1,3 +1,2 @@
DIST kcalendarcore-5.115.0.tar.xz 268372 BLAKE2B f1be69ae1a9f09b1d67eda3922ceb0c6e8584e27ce62a3f8879aa8ddc5738bdd6bd1f7c0531c2887d467f5cedb87a74ebfef994262f295c007e6ecec5389ffb7 SHA512 20a47d83a8eedc62e307f8ff49e42d9c74cb4867c15b8ad52a1a20442c839d1a1484abb8c76e17cc0c189578a71f4f40e3cff5e591118904cf3c738b18a03e24
-DIST kcalendarcore-6.0.0.tar.xz 262104 BLAKE2B 41e84c83cde4fc9d1246768b3c422e014e4c9340de03dc4064ae421f72f3ca67aad493795eb1795f1dc7e3abcc6800dbf4a14b8ceffd1e0e56f5d55b678c2292 SHA512 30a0b2edbc46a11f76cfab65ddaf0ec5df96a4e7898d4cde5a24855b1b2aae37fd97dff688cfc81c516045d0c9253af6bf408a91bc3e6c4baba04fdb49b35f81
DIST kcalendarcore-6.1.0.tar.xz 261344 BLAKE2B cb3dd6f22e093d4b407569038f8337aa0f678a25500e10a1136f207bda22d3061fd23f7fdc92e2ec49a05c4ecf4c13c0c8f46644a37c070c7607f2db3b6052ed SHA512 f7390829497719d7a3be9fadb24807bbc510856bf5aefcf50bd44e90031b9889e5aeb275bc7787f0889a0404ebf3c00819116c1403b54188f739050011a35e85
diff --git a/kde-frameworks/kcalendarcore/kcalendarcore-6.0.0.ebuild b/kde-frameworks/kcalendarcore/kcalendarcore-6.0.0.ebuild
deleted file mode 100644
index 9805f5615ca7..000000000000
--- a/kde-frameworks/kcalendarcore/kcalendarcore-6.0.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-QTMIN=6.6.2
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Library for interfacing with calendars"
-
-LICENSE="GPL-2+ test? ( LGPL-3+ )"
-KEYWORDS="~amd64"
-IUSE=""
-
-RESTRICT="test" # multiple tests fail or hang indefinitely
-
-DEPEND="
- >=dev-libs/libical-3.0.5:=
- >=dev-qt/qtbase-${QTMIN}:6[gui]
-"
-RDEPEND="${DEPEND}"
-BDEPEND="app-alternatives/yacc"