diff options
author | 2022-04-22 19:45:05 +0100 | |
---|---|---|
committer | 2022-04-22 20:07:18 +0100 | |
commit | 3a4da55e37d881e6f004a08787836eae44a6ba69 (patch) | |
tree | 91c34cd8956636985f7515da10fdc377a68f9dac /kde-apps | |
parent | kde-apps/kmail: drop 21.08.3* (diff) | |
download | gentoo-3a4da55e37d881e6f004a08787836eae44a6ba69.tar.gz gentoo-3a4da55e37d881e6f004a08787836eae44a6ba69.tar.bz2 gentoo-3a4da55e37d881e6f004a08787836eae44a6ba69.zip |
kde-apps/kmail-account-wizard: drop 21.08.3*
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'kde-apps')
-rw-r--r-- | kde-apps/kmail-account-wizard/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kmail-account-wizard/kmail-account-wizard-21.08.3.ebuild | 54 |
2 files changed, 0 insertions, 55 deletions
diff --git a/kde-apps/kmail-account-wizard/Manifest b/kde-apps/kmail-account-wizard/Manifest index 89dad39cf4e2..a67195fff976 100644 --- a/kde-apps/kmail-account-wizard/Manifest +++ b/kde-apps/kmail-account-wizard/Manifest @@ -1,3 +1,2 @@ -DIST kmail-account-wizard-21.08.3.tar.xz 165948 BLAKE2B e4f91ced1630c21480576ecc825ba0c572538b04e2ee80e1e8bdeee38852c306bb03d3fb82add2754d866e36b5ca0a9e221b2343fab41336e73c09d5aa4e8c0a SHA512 6070d8689f5c521662d74d1f9632ef50bc63f9387fd8e7b38acd73fa678d30d18122012fa8e6d8b57e3eef978b6f1339d00d9ada36e9b179db52278df77cc5cf DIST kmail-account-wizard-21.12.3.tar.xz 168856 BLAKE2B bd584733574203e5987fdb077fd987e4d8143fb273a98dc36a9dc07d7cef0e23eedaeabc8466e69f834a8e311a431ac7e1a6e2bd8e27c7428a4e53c3b0e49878 SHA512 2054c283f39c364f68c8d10d18f2c1d749f59ada6dc6956a0240b901f741ea7dd68b3c8c84cc3fbe8683458e3b2d86c5cdee3e4bfcf9d9f06694e39ba5e751c5 DIST kmail-account-wizard-22.04.0.tar.xz 171580 BLAKE2B 7354aef99e266c3f280804e9977968e18bdf1ccaf01ea7788209d02ff132016fbbc65ffeb4421ce9d3d9122a9afc73e49fbd97c226a979411f4475f7f32e88ed SHA512 014ee4ba00ed0a9ee76c17d0bb04490f75ea807f73cd8452591fb635d2747708b157eb48eb6a7af90a842a5636db9652c4d6b97c95db6d089535016cb97a3eb8 diff --git a/kde-apps/kmail-account-wizard/kmail-account-wizard-21.08.3.ebuild b/kde-apps/kmail-account-wizard/kmail-account-wizard-21.08.3.ebuild deleted file mode 100644 index 48258907ceaf..000000000000 --- a/kde-apps/kmail-account-wizard/kmail-account-wizard-21.08.3.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_HANDBOOK="forceoptional" # FIXME: Check back for doc in release -ECM_TEST="forceoptional" -PVCUT=$(ver_cut 1-3) -KFMIN=5.84.0 -QTMIN=5.15.2 -VIRTUALX_REQUIRED="test" -inherit ecm kde.org - -DESCRIPTION="Assistant for KMail accounts configuration" -HOMEPAGE+=" https://userbase.kde.org/KMail/Account_Wizard" - -LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" -SLOT="5" -KEYWORDS="amd64 arm64 ~ppc64 x86" -IUSE="" - -DEPEND=" - dev-libs/qtkeychain:= - >=dev-qt/qtdbus-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - >=dev-qt/qtxml-${QTMIN}:5 - >=kde-apps/akonadi-${PVCUT}:5 - >=kde-apps/kidentitymanagement-${PVCUT}:5 - >=kde-apps/kldap-${PVCUT}:5 - >=kde-apps/kmailtransport-${PVCUT}:5 - >=kde-apps/libkdepim-${PVCUT}:5 - >=kde-apps/libkleo-${PVCUT}:5 - >=kde-apps/pimcommon-${PVCUT}:5 - >=kde-frameworks/kcmutils-${KFMIN}:5 - >=kde-frameworks/kcodecs-${KFMIN}:5 - >=kde-frameworks/kconfig-${KFMIN}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/kcrash-${KFMIN}:5 - >=kde-frameworks/kdbusaddons-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - >=kde-frameworks/kio-${KFMIN}:5 - >=kde-frameworks/kitemviews-${KFMIN}:5 - >=kde-frameworks/knewstuff-${KFMIN}:5 - >=kde-frameworks/knotifications-${KFMIN}:5 - >=kde-frameworks/knotifyconfig-${KFMIN}:5 - >=kde-frameworks/kross-${KFMIN}:5 - >=kde-frameworks/kservice-${KFMIN}:5 - >=kde-frameworks/ktexteditor-${KFMIN}:5 - >=kde-frameworks/kwallet-${KFMIN}:5 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 - >=kde-frameworks/kxmlgui-${KFMIN}:5 -" -RDEPEND="${DEPEND}" |