aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-08-24 16:21:16 +0100
committerSam James <sam@gentoo.org>2024-08-24 16:21:16 +0100
commite323800abac0e841a7a125823bda018508557c42 (patch)
treefc814bdac1a69b031b2cbe5259dd663b80cfb2a0
parentnet-p2p/ktorrent: drop 24.08.0 (diff)
downloadkde-e323800abac0e841a7a125823bda018508557c42.tar.gz
kde-e323800abac0e841a7a125823bda018508557c42.tar.bz2
kde-e323800abac0e841a7a125823bda018508557c42.zip
app-office/merkuro: drop 24.08.0
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--app-office/merkuro/Manifest1
-rw-r--r--app-office/merkuro/merkuro-24.08.0.ebuild65
2 files changed, 0 insertions, 66 deletions
diff --git a/app-office/merkuro/Manifest b/app-office/merkuro/Manifest
deleted file mode 100644
index 112f20ec00..0000000000
--- a/app-office/merkuro/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST merkuro-24.08.0.tar.xz 765740 BLAKE2B b42adebf79695bd8fcf757af1e1ca275063e3a9e2edc0d749e2845783dc1c99304493b9fd7072c67f51ecf0d3d19cf9b8d755be342438146ace54fb697532cf6 SHA512 79da364ce5d1cba4cbe85d5e91d235af05a18951f9dac5c97002702d0817b9bde3766c426e3c6720b95d6590f6419476d06aff50526656c219376de1f2372348
diff --git a/app-office/merkuro/merkuro-24.08.0.ebuild b/app-office/merkuro/merkuro-24.08.0.ebuild
deleted file mode 100644
index d8627dde33..0000000000
--- a/app-office/merkuro/merkuro-24.08.0.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_CATEGORY="pim"
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-3)
-KFMIN=6.5.0
-QTMIN=6.7.2
-inherit ecm gear.kde.org
-
-DESCRIPTION="Calendar application using Akonadi"
-HOMEPAGE="https://apps.kde.org/merkuro.calendar/"
-
-LICENSE="|| ( GPL-2 GPL-3 ) CC0-1.0"
-SLOT="6"
-KEYWORDS="~amd64 ~arm64"
-IUSE=""
-
-# All of the tests involve interacting with akonadi right now (as of 22.04)
-RESTRICT="test"
-
-DEPEND="
- app-crypt/gpgme:=[cxx]
- >=dev-libs/kirigami-addons-1.4.0:6
- >=dev-qt/qtbase-${QTMIN}:6[dbus,gui]
- >=dev-qt/qtdeclarative-${QTMIN}:6
- >=dev-qt/qtsvg-${QTMIN}:6
- >=kde-apps/akonadi-${PVCUT}:6
- >=kde-apps/akonadi-contacts-${PVCUT}:6
- >=kde-apps/akonadi-mime-${PVCUT}:6
- >=kde-apps/kcalutils-${PVCUT}:6
- >=kde-apps/kidentitymanagement-${PVCUT}:6
- >=kde-apps/kmailtransport-${PVCUT}:6
- >=kde-apps/kmbox-${PVCUT}:6
- >=kde-apps/kmime-${PVCUT}:6
- >=kde-apps/libkdepim-${PVCUT}:6
- >=kde-apps/mailcommon-${PVCUT}:6
- >=kde-apps/messagelib-${PVCUT}:6
- >=kde-apps/mimetreeparser-${PVCUT}:6
- >=kde-apps/pimcommon-${PVCUT}:6
- >=kde-frameworks/kcalendarcore-${KFMIN}:6
- >=kde-frameworks/kconfigwidgets-${KFMIN}:6
- >=kde-frameworks/kcontacts-${KFMIN}:6
- >=kde-frameworks/kcoreaddons-${KFMIN}:6
- >=kde-frameworks/kdbusaddons-${KFMIN}:6
- >=kde-frameworks/ki18n-${KFMIN}:6
- >=kde-frameworks/kiconthemes-${KFMIN}:6
- >=kde-frameworks/kio-${KFMIN}:6
- >=kde-frameworks/kirigami-${KFMIN}:6
- >=kde-frameworks/kitemmodels-${KFMIN}:6
- >=kde-frameworks/knotifications-${KFMIN}:6
- >=kde-frameworks/kwindowsystem-${KFMIN}:6
- >=kde-frameworks/kxmlgui-${KFMIN}:6
-"
-# Qt5Compat.GraphicalEffects usage in multiple QML files
-# qtlocation is needed at runtime only or fails to start
-RDEPEND="${DEPEND}
- >=dev-qt/qt5compat-${QTMIN}:6[qml]
- >=dev-qt/qtlocation-${QTMIN}:6
- >=dev-qt/qtwebengine-${QTMIN}:6
- >=kde-apps/kdepim-runtime-${PVCUT}:6
- >=kde-frameworks/qqc2-desktop-style-${KFMIN}:6
-"