summaryrefslogtreecommitdiff
path: root/kde-apps/calendarsupport
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-08-02 22:51:20 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-08-02 22:51:20 +0100
commit1e9c38efad2f42ea208e40924d1e5936810ac7c0 (patch)
treedbcaa52c820c84eaba974e8a5bf4ba2b05a4bed2 /kde-apps/calendarsupport
parent1f6d51a43dbfcb87ef81da70c688d354560e846a (diff)
gentoo auto-resync : 02:08:2023 - 22:51:19
Diffstat (limited to 'kde-apps/calendarsupport')
-rw-r--r--kde-apps/calendarsupport/Manifest4
-rw-r--r--kde-apps/calendarsupport/calendarsupport-23.04.2.ebuild47
-rw-r--r--kde-apps/calendarsupport/calendarsupport-23.04.3.ebuild2
3 files changed, 2 insertions, 51 deletions
diff --git a/kde-apps/calendarsupport/Manifest b/kde-apps/calendarsupport/Manifest
index cb3861bfffa7..d3a197ac5a0a 100644
--- a/kde-apps/calendarsupport/Manifest
+++ b/kde-apps/calendarsupport/Manifest
@@ -1,5 +1,3 @@
-DIST calendarsupport-23.04.2.tar.xz 988180 BLAKE2B d9a293faae19ce40e31e60a36727d358823058f337b74385363ff1632adedfae97ba3add3f56216e849035ef3884c29ad3fe7a4f3ed4557ebfac23626c984932 SHA512 65bf0a3a99244fa050aac680725ef78da6d6cef4638661a85012e3bc03ddc6e199614eacfacd51a6d1a20cf7b3ce6da27bc6e64a617afa96f5a926362f40b0f2
DIST calendarsupport-23.04.3.tar.xz 988000 BLAKE2B f951650425bbefb873d679a13020348a8e65fbebf3e30d8f91ad4867c39a88805f63f7d7babc0ec47b8f50307a429149b2db5972e6579afb609c6224e854a9b2 SHA512 af8ef4dd7897ea5aa0fcc45f665ab8b89c0821cba0e5d7a597d15288962c62b314b2a5abf6438a57475769149121e40bfdac73a4b36ac9500173244a76305ef7
-EBUILD calendarsupport-23.04.2.ebuild 1264 BLAKE2B de400104d2da50ee3d908cd61f31a678ce9f0819317bb8aa25210ba178d3e66ad7d613edfe67365d6cc5a56a987061773653b98a0f9e83be0dca73c725f6b31b SHA512 783a1d145a606cf5371152fcab80b324e7f69df5ced9e280d9a4c6715a08bf50028fb8035e28f6094fd76a9943b19e459cedf9394db07326f8d44e5f850b4e61
-EBUILD calendarsupport-23.04.3.ebuild 1266 BLAKE2B e091896a40c9b3887591525ab18ae4a306d7c3f2d220ef7d67fec3a55842add46448719944fd532ef3cdf9d58c045f8aeba60371427ba860053bd728d6eede84 SHA512 9792ac5f6deb47454cb1653033696426fc64667394e374bf8ae020a1a50a3b41d5791fdd7c95f5b0ec0d5811a31b8a105d503e331e580e46be3e119fb1d6c842
+EBUILD calendarsupport-23.04.3.ebuild 1264 BLAKE2B de400104d2da50ee3d908cd61f31a678ce9f0819317bb8aa25210ba178d3e66ad7d613edfe67365d6cc5a56a987061773653b98a0f9e83be0dca73c725f6b31b SHA512 783a1d145a606cf5371152fcab80b324e7f69df5ced9e280d9a4c6715a08bf50028fb8035e28f6094fd76a9943b19e459cedf9394db07326f8d44e5f850b4e61
MISC metadata.xml 318 BLAKE2B 922a5e32e706b2976c5f359a14194d268d3f499398576c80ce5fad8c0fcea0fbf048de4480a80a6a1889c88b8b6c14147654a3ab4d5ffbcc258c2290da63f6d1 SHA512 614cb8dda7ad2088e5d6ef39b449bb4be0ac72cd0231c320188d76d1816dce6490c5114bb4798112c4b11d99d30a9e82ff8fcf08ffa8c049589682a5e38208f6
diff --git a/kde-apps/calendarsupport/calendarsupport-23.04.2.ebuild b/kde-apps/calendarsupport/calendarsupport-23.04.2.ebuild
deleted file mode 100644
index 324668ccc3ca..000000000000
--- a/kde-apps/calendarsupport/calendarsupport-23.04.2.ebuild
+++ /dev/null
@@ -1,47 +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="false"
-KFMIN=5.106.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.9
-inherit ecm gear.kde.org
-
-DESCRIPTION="Calendar support library"
-
-LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="5"
-KEYWORDS="amd64 arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
- dev-libs/libical
- >=dev-qt/designer-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtprintsupport-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-apps/akonadi-${PVCUT}:5
- >=kde-apps/akonadi-calendar-${PVCUT}:5
- >=kde-apps/akonadi-mime-${PVCUT}:5
- >=kde-apps/akonadi-notes-${PVCUT}:5
- >=kde-apps/kcalutils-${PVCUT}:5
- >=kde-apps/kidentitymanagement-${PVCUT}:5
- >=kde-apps/kmime-${PVCUT}:5
- >=kde-apps/libkdepim-${PVCUT}:5
- >=kde-apps/kpimtextedit-${PVCUT}:5
- >=kde-frameworks/kcalendarcore-${KFMIN}:5
- >=kde-frameworks/kcodecs-${KFMIN}:5
- >=kde-frameworks/kcompletion-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kguiaddons-${KFMIN}:5
- >=kde-frameworks/kholidays-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kjobwidgets-${KFMIN}:5
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-"
-RDEPEND="${DEPEND}"
diff --git a/kde-apps/calendarsupport/calendarsupport-23.04.3.ebuild b/kde-apps/calendarsupport/calendarsupport-23.04.3.ebuild
index 7aa72ca4841d..324668ccc3ca 100644
--- a/kde-apps/calendarsupport/calendarsupport-23.04.3.ebuild
+++ b/kde-apps/calendarsupport/calendarsupport-23.04.3.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Calendar support library"
LICENSE="GPL-2+ LGPL-2.1+"
SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 arm64 ~ppc64 ~x86"
IUSE=""
DEPEND="