aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-02-27 22:25:10 +0000
committerSam James <sam@gentoo.org>2024-02-27 22:25:10 +0000
commit67b70c597f38787c5051e5e15d1cec23dbef3fcc (patch)
tree3427116aaa95d1e7ebb665a1af44bab4aab1d732 /app-office
parentapp-editors/ghostwriter: drop 24.01.95 (diff)
downloadkde-67b70c597f38787c5051e5e15d1cec23dbef3fcc.tar.gz
kde-67b70c597f38787c5051e5e15d1cec23dbef3fcc.tar.bz2
kde-67b70c597f38787c5051e5e15d1cec23dbef3fcc.zip
app-office/merkuro: drop 24.01.95
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r--app-office/merkuro/Manifest1
-rw-r--r--app-office/merkuro/merkuro-24.01.95.ebuild57
2 files changed, 0 insertions, 58 deletions
diff --git a/app-office/merkuro/Manifest b/app-office/merkuro/Manifest
index f4701bc5c0..3e149ad14c 100644
--- a/app-office/merkuro/Manifest
+++ b/app-office/merkuro/Manifest
@@ -1,2 +1 @@
-DIST merkuro-24.01.95.tar.xz 729320 BLAKE2B eec2514a815a38adb374bce5a124065399e4e69f622d98fd0c85bf0445d6abd8fc89012495beaab1c23bcec90cce1d6482619c1c0a5ec90497a1ff3b72b76245 SHA512 efc6b9392e906d4ebbded68bedc0a8389b8463bd363957d9d761330e97ecb0a8f7805d1c9a44a418ef3e2ba64e0f364ec9d0add48a19b7dfcd95d993d9664b20
DIST merkuro-24.02.0.tar.xz 738168 BLAKE2B 397a1cb83d7b47a63831c5c70943852b2091f74ac6dcbbb452a92a04395e549a4093df4df5de0a9a00eebe9b1dbdc47ba0c66fd93eeac3eb6ae4edcc6942d89d SHA512 01ab90f4b53b486d71b0c61a853a2e65e77bf5d619769b20d5d8fba956bf4b81d5ab26247fc5c704948b0dd90251262c98bf380df233dd44aaea6dd1d775e3f1
diff --git a/app-office/merkuro/merkuro-24.01.95.ebuild b/app-office/merkuro/merkuro-24.01.95.ebuild
deleted file mode 100644
index 6398705c0a..0000000000
--- a/app-office/merkuro/merkuro-24.01.95.ebuild
+++ /dev/null
@@ -1,57 +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=5.249.0
-QTMIN=6.6.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"
-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: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/mailcommon-${PVCUT}:6
- >=kde-apps/mimetreeparser-${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/kwindowsystem-${KFMIN}:6
- >=kde-frameworks/kxmlgui-${KFMIN}:6
-"
-# 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
-"