diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-04 19:02:11 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-06 10:18:26 +0200 |
commit | 4cb8b31f7568d88baf96268a3065494fb2c5543b (patch) | |
tree | 4ed7b5abcc00805880bba8bd72583711e49818b9 /kde-apps/mailcommon | |
parent | kde-apps/libktnef: drop 20.12.2* (diff) | |
download | gentoo-4cb8b31f7568d88baf96268a3065494fb2c5543b.tar.gz gentoo-4cb8b31f7568d88baf96268a3065494fb2c5543b.tar.bz2 gentoo-4cb8b31f7568d88baf96268a3065494fb2c5543b.zip |
kde-apps/mailcommon: drop 20.12.2*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/mailcommon')
-rw-r--r-- | kde-apps/mailcommon/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/mailcommon/mailcommon-20.12.2.ebuild | 64 |
2 files changed, 0 insertions, 65 deletions
diff --git a/kde-apps/mailcommon/Manifest b/kde-apps/mailcommon/Manifest index cad39a8d5e11..6c093640e645 100644 --- a/kde-apps/mailcommon/Manifest +++ b/kde-apps/mailcommon/Manifest @@ -1,2 +1 @@ -DIST mailcommon-20.12.2.tar.xz 723900 BLAKE2B 010a1e65b53c45dc0f91b51efb337f8a2c0450186e87b2c017470d7887c74a32eda1a834b9ee8a8df54786d058861c3fe29c75a9cb54912565a963f49e84de21 SHA512 22d161ea3d7330b02b5b21ab71864e3be7b067fac5518317471c7b1342b2a5115d5a5cae273bd5783788de4fd61ff82a1ee41c802900978b7cb38b14b8e78743 DIST mailcommon-20.12.3.tar.xz 723876 BLAKE2B b2c2ea308d5861af066d0d00e46ca50981b2d572e89be48c50b953bbe6009ca1c107f25211d40c843060006a0651eeb443516cb3c2c4eacb17514cb617892d64 SHA512 348c8ed4db7e4db234adbb1eeadccb2cbc85e59d47fca607b834ead5b6f65a0c62b9c1396bd34ee4eae91cdb95b5fc52b9caedf3b23d5ffbd9efbafd6e56ed32 diff --git a/kde-apps/mailcommon/mailcommon-20.12.2.ebuild b/kde-apps/mailcommon/mailcommon-20.12.2.ebuild deleted file mode 100644 index 6f8422e1f752..000000000000 --- a/kde-apps/mailcommon/mailcommon-20.12.2.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2021 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.75.0 -QTMIN=5.15.2 -VIRTUALX_REQUIRED="test" -inherit ecm kde.org - -DESCRIPTION="Common mail library" - -LICENSE="GPL-2+ LGPL-2.1+" -SLOT="5" -KEYWORDS="amd64 arm64 ~ppc64 x86" -IUSE="" - -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/grantleetheme-${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/kguiaddons-${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.11.0 -" -RDEPEND="${DEPEND}" - -RESTRICT+=" test" |