summaryrefslogtreecommitdiff
path: root/app-office
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-03-30 12:57:01 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-03-30 13:53:36 +0200
commit16dbe1186d0c68a2cfc55e4230dbc02d80658375 (patch)
tree41d968c71b2c54f7d9ad58997f5efa337e1e09f8 /app-office
parenteed195bc1f1ca64c2b96efe3e56e9384ad5e8435 (diff)
downloadkde-16dbe1186d0c68a2cfc55e4230dbc02d80658375.tar.gz
kde-16dbe1186d0c68a2cfc55e4230dbc02d80658375.tar.bz2
kde-16dbe1186d0c68a2cfc55e4230dbc02d80658375.zip
app-office/merkuro: drop 25.03.80
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r--app-office/merkuro/Manifest1
-rw-r--r--app-office/merkuro/merkuro-25.03.80.ebuild70
2 files changed, 0 insertions, 71 deletions
diff --git a/app-office/merkuro/Manifest b/app-office/merkuro/Manifest
index 69315497a98..4431f5af803 100644
--- a/app-office/merkuro/Manifest
+++ b/app-office/merkuro/Manifest
@@ -1,2 +1 @@
-DIST merkuro-25.03.80.tar.xz 815992 BLAKE2B a6810b6502b3eb157479cc0922df05460016490159a59182f09637b58253200f5dbf2aacc022329fd621a050f90674aae8572315dd03ddbf089ceb1eca98e198 SHA512 c273309024fec2c79861170b7fce25f30035c716477b20f070e763cf34c5ed17d098bdfaa8bc492deece78b0296113909f9404fcba85e8f9fcebf904e587100e
DIST merkuro-25.03.90.tar.xz 819040 BLAKE2B 1b9302dac6f1798d3e35da0955ff0124dc22542a521107a81964dd6c7f016b07e25f8af1c4cb265f7dcd2f65249c2b92ba266dd963408a345780763640486cdf SHA512 115dc25b4ca6f9f493aa4a6dd06657a384fac398a013cd5b243edecda3f6a8f097a34d11de832985a49c4a9692c787b4785ffee3ade4fc04d6e8547f53b80d99
diff --git a/app-office/merkuro/merkuro-25.03.80.ebuild b/app-office/merkuro/merkuro-25.03.80.ebuild
deleted file mode 100644
index 606ff832dcc..00000000000
--- a/app-office/merkuro/merkuro-25.03.80.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2025 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.9.0
-QTMIN=6.7.2
-inherit ecm gear.kde.org xdg
-
-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/qtlocation-${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/akonadi-search-${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/libkleo-${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/kcrash-${KFMIN}:6
- >=kde-frameworks/kdbusaddons-${KFMIN}:6
- >=kde-frameworks/kholidays-${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
-"