diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-10-13 15:07:04 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-10-13 15:22:25 +0200 |
commit | c214933976f577be5277e569c1751e70afdeb116 (patch) | |
tree | 4215c01e13a91c074d249d823a973b0baad9219a /kde-apps/kmail-account-wizard | |
parent | kde-apps/kmail: drop 22.08.2 (diff) | |
download | kde-c214933976f577be5277e569c1751e70afdeb116.tar.gz kde-c214933976f577be5277e569c1751e70afdeb116.tar.bz2 kde-c214933976f577be5277e569c1751e70afdeb116.zip |
kde-apps/kmail-account-wizard: drop 22.08.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kmail-account-wizard')
-rw-r--r-- | kde-apps/kmail-account-wizard/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kmail-account-wizard/kmail-account-wizard-22.08.2.ebuild | 55 |
2 files changed, 0 insertions, 56 deletions
diff --git a/kde-apps/kmail-account-wizard/Manifest b/kde-apps/kmail-account-wizard/Manifest deleted file mode 100644 index 139faf0f75..0000000000 --- a/kde-apps/kmail-account-wizard/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST kmail-account-wizard-22.08.2.tar.xz 177596 BLAKE2B 76b8abd5845a26666b033cbc2d030123958053c6bee3e1720f1aa185cad5172a98b5759f03726b40497c10a5a3c1b86378d21d63b5456b3cffa7be72a3621aeb SHA512 2f4ae76dec1abede8771b2836929233837443089e52fe6a432e1c4131efa31721c2068274d47ae5bd524c7a295d1095f5bd9ae662a737d2dd4bda8988f1b0d95 diff --git a/kde-apps/kmail-account-wizard/kmail-account-wizard-22.08.2.ebuild b/kde-apps/kmail-account-wizard/kmail-account-wizard-22.08.2.ebuild deleted file mode 100644 index e66ddbb5d4..0000000000 --- a/kde-apps/kmail-account-wizard/kmail-account-wizard-22.08.2.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2022 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.96.0 -QTMIN=5.15.5 -VIRTUALX_REQUIRED="test" -inherit ecm gear.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=" - app-crypt/gpgme:=[cxx,qt5] - dev-libs/qtkeychain:=[qt5(+)] - >=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}" |