summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-09-03 13:59:55 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-09-03 14:23:30 +0200
commitf31faa58d373429b8b32280cb99956910c601ada (patch)
tree0498db6c53feab764afbb98fe5f75fee884683b8 /kde-apps
parentkde-apps/libktnef: drop 20.08.0* (diff)
downloadgentoo-f31faa58d373429b8b32280cb99956910c601ada.tar.gz
gentoo-f31faa58d373429b8b32280cb99956910c601ada.tar.bz2
gentoo-f31faa58d373429b8b32280cb99956910c601ada.zip
kde-apps/mailcommon: drop 20.08.0*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps')
-rw-r--r--kde-apps/mailcommon/Manifest1
-rw-r--r--kde-apps/mailcommon/mailcommon-20.08.0.ebuild63
2 files changed, 0 insertions, 64 deletions
diff --git a/kde-apps/mailcommon/Manifest b/kde-apps/mailcommon/Manifest
index 8dd04feda60e..8f600354e884 100644
--- a/kde-apps/mailcommon/Manifest
+++ b/kde-apps/mailcommon/Manifest
@@ -1,3 +1,2 @@
DIST mailcommon-20.04.3.tar.xz 707292 BLAKE2B 318c1f0384f6308ced4bed1b1534d73160341a3e9a96f0c8cc4eb5aaf7c20a579e7ee3dabe61eae73946f06faccce90668244ff114ca2b4da6e62f793a6f56e2 SHA512 1de1f3d60ad3010029e95847a2eb9fb4b2df19c550e4378e12cf0a48fb44fc3ae11f834139b0f9fe55b887c1006d71d83168ad3e801694549df010d4048b11c0
-DIST mailcommon-20.08.0.tar.xz 708336 BLAKE2B 1dfd0f936c3afd41382db821f5b8972ca9bb9d240bf25ba98f469d173931ab3b0bd48ed95909674d4014b42f78240ef8ea1c73d410657048ff3c8d43c2d17dc5 SHA512 f8aecc91805227124c3c3ea8e9222f635efd2bab8df880505ee91f7f6ac3b820359ade8e7024cf5a5de2dad554d44caea448c631a721d87986a8af3e86298f8a
DIST mailcommon-20.08.1.tar.xz 708876 BLAKE2B d3b44107d21d91ed9a2ae74aadaf325aba24fef017f0d370e1694f1d52d3a61736a7aff8291956b6a5d65128a0a25a638c68a5458e64baf526e7f8a945e4d8e9 SHA512 1705b6a9f045d4d27c6d01ea36d259f8ec78d92f20cb8d0db103aab4c4cd82e6a422fabc13f68213a22da1bca08e3aea1b0190e6fff24ad1ffab98967d02eb48
diff --git a/kde-apps/mailcommon/mailcommon-20.08.0.ebuild b/kde-apps/mailcommon/mailcommon-20.08.0.ebuild
deleted file mode 100644
index 75d31e9a0636..000000000000
--- a/kde-apps/mailcommon/mailcommon-20.08.0.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_DESIGNERPLUGIN="true"
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.72.0
-QTMIN=5.14.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Common mail library"
-
-LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE=""
-
-# drop qtcore subslot operator when QT_MINIMAL >= 5.15.0
-BDEPEND="
- dev-libs/libxslt
-"
-DEPEND="
- >=dev-qt/qtcore-${QTMIN}:5=
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtmultimedia-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=dev-qt/qtxml-${QTMIN}:5
- >=kde-apps/akonadi-${PVCUT}:5
- >=kde-apps/akonadi-contacts-${PVCUT}:5
- >=kde-apps/akonadi-mime-${PVCUT}:5
- >=kde-apps/kmailtransport-${PVCUT}:5
- >=kde-apps/kmime-${PVCUT}:5
- >=kde-apps/kpimtextedit-${PVCUT}:5
- >=kde-apps/libkdepim-${PVCUT}:5
- >=kde-apps/mailimporter-${PVCUT}:5
- >=kde-apps/messagelib-${PVCUT}:5
- >=kde-apps/pimcommon-${PVCUT}:5
- >=kde-frameworks/karchive-${KFMIN}:5
- >=kde-frameworks/kcodecs-${KFMIN}:5
- >=kde-frameworks/kcompletion-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kconfigwidgets-${KFMIN}:5
- >=kde-frameworks/kcontacts-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kiconthemes-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kitemmodels-${KFMIN}:5
- >=kde-frameworks/kitemviews-${KFMIN}:5
- >=kde-frameworks/ktextwidgets-${KFMIN}:5
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
- >=kde-frameworks/kwindowsystem-${KFMIN}:5
- >=kde-frameworks/kxmlgui-${KFMIN}:5
- >=kde-frameworks/syntax-highlighting-${KFMIN}:5
- >=media-libs/phonon-4.10.90
-"
-RDEPEND="${DEPEND}"
-
-RESTRICT+=" test"