summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-05-15 17:38:10 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-05-15 17:42:48 +0200
commit274428ac53ce660ba01baa854af0d166d87b85b8 (patch)
tree5105172972e9e1285fb6cc0812dc298f542bcc2d /kde-apps/mailcommon
parentkde-frameworks/ktexteditor: 5.70.1 version bump (diff)
downloadgentoo-274428ac53ce660ba01baa854af0d166d87b85b8.tar.gz
gentoo-274428ac53ce660ba01baa854af0d166d87b85b8.tar.bz2
gentoo-274428ac53ce660ba01baa854af0d166d87b85b8.zip
kde-apps: Drop KDE Applications 20.04.0
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/mailcommon')
-rw-r--r--kde-apps/mailcommon/Manifest1
-rw-r--r--kde-apps/mailcommon/mailcommon-20.04.0.ebuild62
2 files changed, 0 insertions, 63 deletions
diff --git a/kde-apps/mailcommon/Manifest b/kde-apps/mailcommon/Manifest
index a1f0103c5f9d..84a48ad01b24 100644
--- a/kde-apps/mailcommon/Manifest
+++ b/kde-apps/mailcommon/Manifest
@@ -1,3 +1,2 @@
DIST mailcommon-19.12.3.tar.xz 700376 BLAKE2B 2ee65d731290740288fceb72b186ff132fc66b6a6022bb112960a35597e81172dd0c0edc030e851b85c6a0d9ba2cc9f6901b6356cd55f5332dd169a51c20d116 SHA512 3f7cea9ff5f7a649f58d0c1e8404f2d9df0557e54ccb2806eb556a5ebdd3c06e2f50fe06d1916faef836f2b9c192baa958991d733523b6cb85e8f428b9663161
-DIST mailcommon-20.04.0.tar.xz 707228 BLAKE2B 49f1e16337960b0d3678a62b2e9eb55e64415eb547041ca068a9939ec82b9bea19461b8c00524c725a76792a46d4321a0ba572adb4291143711793cc6f4a3508 SHA512 a371665d55e9a880451b53c6674e258cf58af4208c9c4d0d473ac4d607b430c0901ffb737f8fbf5637c16d61a6e2a6b83d3f91c5610c3d1d4082fe727700eade
DIST mailcommon-20.04.1.tar.xz 707400 BLAKE2B a23070cdca72ca4e02e162bab461db88b4baf6ed208c5da56efc3df8e7cce9bcf92507cd5896d89fc611454193e5a0be4c524deb009efcd1b851f1b8ea68663e SHA512 c1454e08c664eeada637cc26987319eab39c81307c6c6db77a57e398267de576a18a0a81b82d3ca25d6c17ef5e26f3cbbc5453c149906e8fa8ba555859751829
diff --git a/kde-apps/mailcommon/mailcommon-20.04.0.ebuild b/kde-apps/mailcommon/mailcommon-20.04.0.ebuild
deleted file mode 100644
index 69351db1d121..000000000000
--- a/kde-apps/mailcommon/mailcommon-20.04.0.ebuild
+++ /dev/null
@@ -1,62 +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.69.0
-QTMIN=5.12.3
-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 qtwidgets subslot operator when QT_MINIMAL >= 5.14.0
-BDEPEND="
- dev-libs/libxslt
-"
-DEPEND="
- >=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"