summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-07-03 20:13:28 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-07-04 13:51:28 +0200
commitdd6c488f15c9e7a0d3cafa1141a15def83d50c00 (patch)
treee6fbb3b197ba6f4dd72505a8c42806bff824d77d
parentkde-apps/libktnef: drop 24.05.1 (diff)
downloadgentoo-dd6c488f15c9e7a0d3cafa1141a15def83d50c00.tar.gz
gentoo-dd6c488f15c9e7a0d3cafa1141a15def83d50c00.tar.bz2
gentoo-dd6c488f15c9e7a0d3cafa1141a15def83d50c00.zip
kde-apps/mailcommon: drop 24.05.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-apps/mailcommon/Manifest1
-rw-r--r--kde-apps/mailcommon/mailcommon-24.05.1.ebuild57
2 files changed, 0 insertions, 58 deletions
diff --git a/kde-apps/mailcommon/Manifest b/kde-apps/mailcommon/Manifest
index 4efb29251b63..f6415efbb1a4 100644
--- a/kde-apps/mailcommon/Manifest
+++ b/kde-apps/mailcommon/Manifest
@@ -1,3 +1,2 @@
DIST mailcommon-23.08.5.tar.xz 763084 BLAKE2B cade987499bfcb1f5761a9f627517b14089b7a644c501c76076a16e35131f2c4fec17b8bc38340277527ae553bd2a85ddd3bb8df3d5719d6ad3bdda7bb9ce92d SHA512 d60539384fb54bfaf7ae527a7f2e9786e9eee91b27b96a2e8a59c97ec276080d6bededde3df22c828126a44f797e6372e2838b7561f0f8c819392831555fb181
-DIST mailcommon-24.05.1.tar.xz 772556 BLAKE2B e969fe9b188e3b85386d3704bdcfac2d5bd232b073b8ec2524aa40be8d6fd6916392019fb3a5bc8a701753da90f0576956ba65b4df2c2b830cb46a66ae64f8ec SHA512 fc3d9c1a4f9dce50bedaeb409561fefb0e428fccf375e32e76bfa6482276f48abbfab5173cd437da1cb1333a70c3e9412020eaf0bcf08f6212148f1b3a778d87
DIST mailcommon-24.05.2.tar.xz 773152 BLAKE2B b2ba2a64b8c314380e51f3c4cad9bb87e79861bc46d7eacd6025e96fdafa49bbd6cbf611c96daaa898f85d8187ab650baae8516ac523e41c43018746ada0ee43 SHA512 adf287b1ece2ed41d9a2498c72597ccb7798a5c051b71afd6b5ae252e0e67a75e3fa6526879acd0b65cf424a1052c2e0cf4c4ef5bd3bdd5200e3e8e342f20033
diff --git a/kde-apps/mailcommon/mailcommon-24.05.1.ebuild b/kde-apps/mailcommon/mailcommon-24.05.1.ebuild
deleted file mode 100644
index b7b308f8951b..000000000000
--- a/kde-apps/mailcommon/mailcommon-24.05.1.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
-
-ECM_DESIGNERPLUGIN="true"
-ECM_QTHELP="true"
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-3)
-KFMIN=6.3.0
-QTMIN=6.6.2
-inherit ecm gear.kde.org
-
-DESCRIPTION="Common mail library"
-
-LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="6"
-KEYWORDS="~amd64 ~arm64"
-IUSE=""
-
-RESTRICT="test"
-
-DEPEND="
- >=app-crypt/gpgme-1.23.1-r1:=[cxx,qt6]
- >=dev-libs/ktextaddons-1.5.4:6
- >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml]
- >=dev-qt/qtmultimedia-${QTMIN}:6
- >=kde-apps/akonadi-${PVCUT}:6
- >=kde-apps/akonadi-contacts-${PVCUT}:6
- >=kde-apps/akonadi-mime-${PVCUT}:6
- >=kde-apps/kmailtransport-${PVCUT}:6
- >=kde-apps/kmime-${PVCUT}:6
- >=kde-apps/kpimtextedit-${PVCUT}:6
- >=kde-apps/libkdepim-${PVCUT}:6
- >=kde-apps/mailimporter-${PVCUT}:6
- >=kde-apps/messagelib-${PVCUT}:6
- >=kde-apps/pimcommon-${PVCUT}:6
- >=kde-frameworks/karchive-${KFMIN}:6
- >=kde-frameworks/kcodecs-${KFMIN}:6
- >=kde-frameworks/kcompletion-${KFMIN}:6
- >=kde-frameworks/kconfig-${KFMIN}:6
- >=kde-frameworks/kcontacts-${KFMIN}:6
- >=kde-frameworks/kdbusaddons-${KFMIN}:6
- >=kde-frameworks/kguiaddons-${KFMIN}:6
- >=kde-frameworks/ki18n-${KFMIN}:6
- >=kde-frameworks/kiconthemes-${KFMIN}:6
- >=kde-frameworks/kio-${KFMIN}:6
- >=kde-frameworks/kitemmodels-${KFMIN}:6
- >=kde-frameworks/kitemviews-${KFMIN}:6
- >=kde-frameworks/ktextwidgets-${KFMIN}:6
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
- >=kde-frameworks/kwindowsystem-${KFMIN}:6
- >=kde-frameworks/kxmlgui-${KFMIN}:6
- >=kde-frameworks/syntax-highlighting-${KFMIN}:6
- >=media-libs/phonon-4.12.0[qt6]
-"
-RDEPEND="${DEPEND}"