diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-12-03 09:04:14 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-12-03 11:27:58 +0100 |
commit | b8770d6224b4697d72f5bffe4152cb9a13bde708 (patch) | |
tree | e6d1dbac6653b10ac20311180674129ce87164bf /kde-apps/akonadi-import-wizard | |
parent | kde-apps/akonadi-contacts: drop 22.04.3 (diff) | |
download | gentoo-b8770d6224b4697d72f5bffe4152cb9a13bde708.tar.gz gentoo-b8770d6224b4697d72f5bffe4152cb9a13bde708.tar.bz2 gentoo-b8770d6224b4697d72f5bffe4152cb9a13bde708.zip |
kde-apps/akonadi-import-wizard: drop 22.04.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/akonadi-import-wizard')
-rw-r--r-- | kde-apps/akonadi-import-wizard/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/akonadi-import-wizard/akonadi-import-wizard-22.04.3.ebuild | 42 |
2 files changed, 0 insertions, 43 deletions
diff --git a/kde-apps/akonadi-import-wizard/Manifest b/kde-apps/akonadi-import-wizard/Manifest index d7d7fb15ca62..4d2ffffa0712 100644 --- a/kde-apps/akonadi-import-wizard/Manifest +++ b/kde-apps/akonadi-import-wizard/Manifest @@ -1,2 +1 @@ -DIST akonadi-import-wizard-22.04.3.tar.xz 512536 BLAKE2B 7c13a3cd13572ec8e7e96b758ee5d48b8911fc3a1c228029a9e48f5e2085fb6c9810ed31cba9f2eb02ff78a5dbb8f6d62b21cf92d5e8e7eb276fa850b64b4a6d SHA512 fd9d1b9a9f93ac479cb946db3f2d2e44f7e9b080161b9035b6d75d76a07bc752c4d5f744ce52b5b4cc0c0f093401af1f72a69e6bd4d2027d771129252aafddc4 DIST akonadi-import-wizard-22.08.3.tar.xz 512920 BLAKE2B d59ed00536b13ff0d1798ce7b6498c237f9b2d974e04db1ec0220c468cb6b920e85750f6a81fc42097b326fcff91c87e71c4d9f571d5a7445058a023b696310f SHA512 4656ef122cb7a07eb54de4553162ee07cb4fa3c7969b62760eeb36576509567a71929a80b2acf2de94781b7ddc2fc43aeebdbd7f5ebe65af1d95afe549881abe diff --git a/kde-apps/akonadi-import-wizard/akonadi-import-wizard-22.04.3.ebuild b/kde-apps/akonadi-import-wizard/akonadi-import-wizard-22.04.3.ebuild deleted file mode 100644 index d71be21fd449..000000000000 --- a/kde-apps/akonadi-import-wizard/akonadi-import-wizard-22.04.3.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_HANDBOOK="forceoptional" -PVCUT=$(ver_cut 1-3) -KFMIN=5.92.0 -QTMIN=5.15.4 -inherit ecm gear.kde.org - -DESCRIPTION="Assistant to import PIM data from other applications into Akonadi" -HOMEPAGE+=" https://userbase.kde.org/KMail/Import_Options" - -LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" -SLOT="5" -KEYWORDS="amd64 arm64 ~ppc64 x86" -IUSE="" - -DEPEND=" - dev-libs/qtkeychain:= - >=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/kmailtransport-${PVCUT}:5 - >=kde-apps/mailcommon-${PVCUT}:5 - >=kde-apps/mailimporter-${PVCUT}:5 - >=kde-apps/messagelib-${PVCUT}:5 - >=kde-apps/pimcommon-${PVCUT}:5 - >=kde-frameworks/kcompletion-${KFMIN}:5 - >=kde-frameworks/kconfig-${KFMIN}:5 - >=kde-frameworks/kcontacts-${KFMIN}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/kcrash-${KFMIN}:5 - >=kde-frameworks/kdbusaddons-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 - >=kde-frameworks/kxmlgui-${KFMIN}:5 -" -RDEPEND="${DEPEND}" |