summaryrefslogtreecommitdiff
path: root/kde-apps/calendarsupport
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-12-22 14:08:05 +0000
committerV3n3RiX <venerix@koprulu.sector>2021-12-22 14:08:05 +0000
commit93a93e9a3b53c1a73142a305ea1f8136846942ee (patch)
treeb9791a06ab3284e27b568412c59316c66240c682 /kde-apps/calendarsupport
parent2771f79232c273bc2a57d23bf335dd81ccf6af28 (diff)
gentoo resync : 22.12.2021
Diffstat (limited to 'kde-apps/calendarsupport')
-rw-r--r--kde-apps/calendarsupport/Manifest2
-rw-r--r--kde-apps/calendarsupport/calendarsupport-21.12.0.ebuild48
2 files changed, 50 insertions, 0 deletions
diff --git a/kde-apps/calendarsupport/Manifest b/kde-apps/calendarsupport/Manifest
index 51e076a57f82..2d44d227e5f3 100644
--- a/kde-apps/calendarsupport/Manifest
+++ b/kde-apps/calendarsupport/Manifest
@@ -1,3 +1,5 @@
DIST calendarsupport-21.08.3.tar.xz 764564 BLAKE2B d8d81150b053ad39048e8b265088c4f0bec68816cf8306f775a55b681a263b8cd05b1d6908c4ce64a322e81f7c920d103d6932fc8528293910a3bdb834c65f1a SHA512 96b1bebe72c514b0888311e66a587994d3e7409e6cac23bf812bc4307927fabf75bcf9330474edf52ba15a4d913f8227c58a5abb1f6f821092c5349984965a21
+DIST calendarsupport-21.12.0.tar.xz 765520 BLAKE2B afee6fdc3cdb79e42918e762e4a5255c13fd21c6413cff74d9b3c7271745c3f3404e3bb83715a525bc81629a7463f2ba0105845047f8842a816a5b0a98d25a81 SHA512 059c34a5e94d3f8fec6e95a1583f2888464ffb2ee23ea6551057247ad1974e59002fc70d6a0ac464c40a63a2672bf598882d0f58c63f84af8aa0516c69a3e4ac
EBUILD calendarsupport-21.08.3.ebuild 1261 BLAKE2B 36a4ebb946228b9c87e0f9706b5f454727dec19a8beab0c2a464e4d8720cc62aa70c64452d8b9e15e50ec2496f5bcd4ad5db1793c00aeffe6f1d650fb1241e21 SHA512 9e8672731c4b9374792f941ac37a8ba039a1f8d46c0dca9f75783de44042677d4d31a7f39f8ee97145c832125f7eb7bd5dbd47f0d70b0f7e9c96a6550006585f
+EBUILD calendarsupport-21.12.0.ebuild 1282 BLAKE2B dae30b132355bd5d2ab0f109ca4cc0877359aa0b3472fcb861cc0abe293d1f7f327ea076f94a105a2a996bc767a87fb2c7e9ddd7692b8cb652443bf2a6206da2 SHA512 1253d94735f9c76020a1793e0a91e8fa22d0e3d540b3a521ea5c620f47a245f95e5b603ddcf9d601dae977013aa4afeca3c7d9826667622e1170315210e7ce8a
MISC metadata.xml 318 BLAKE2B 922a5e32e706b2976c5f359a14194d268d3f499398576c80ce5fad8c0fcea0fbf048de4480a80a6a1889c88b8b6c14147654a3ab4d5ffbcc258c2290da63f6d1 SHA512 614cb8dda7ad2088e5d6ef39b449bb4be0ac72cd0231c320188d76d1816dce6490c5114bb4798112c4b11d99d30a9e82ff8fcf08ffa8c049589682a5e38208f6
diff --git a/kde-apps/calendarsupport/calendarsupport-21.12.0.ebuild b/kde-apps/calendarsupport/calendarsupport-21.12.0.ebuild
new file mode 100644
index 000000000000..7937c59b9259
--- /dev/null
+++ b/kde-apps/calendarsupport/calendarsupport-21.12.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="true"
+ECM_TEST="false"
+KFMIN=5.88.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm 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/pimcommon-${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}"