summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-09-15 21:39:39 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-09-15 22:07:49 +0200
commit98fa32f933cacfc6d56251fd64a9bc47e4640586 (patch)
tree6be7b84700209263242e7b4bdf7b8971681a755e /kde-apps/akonadi-import-wizard
parentkde-apps/akonadi-contacts: drop 23.08.0 (diff)
downloadgentoo-98fa32f933cacfc6d56251fd64a9bc47e4640586.tar.gz
gentoo-98fa32f933cacfc6d56251fd64a9bc47e4640586.tar.bz2
gentoo-98fa32f933cacfc6d56251fd64a9bc47e4640586.zip
kde-apps/akonadi-import-wizard: drop 23.08.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/akonadi-import-wizard')
-rw-r--r--kde-apps/akonadi-import-wizard/Manifest1
-rw-r--r--kde-apps/akonadi-import-wizard/akonadi-import-wizard-23.08.0.ebuild43
2 files changed, 0 insertions, 44 deletions
diff --git a/kde-apps/akonadi-import-wizard/Manifest b/kde-apps/akonadi-import-wizard/Manifest
index 24d2847c257a..e18eb70d8a5f 100644
--- a/kde-apps/akonadi-import-wizard/Manifest
+++ b/kde-apps/akonadi-import-wizard/Manifest
@@ -1,3 +1,2 @@
DIST akonadi-import-wizard-23.04.3.tar.xz 514944 BLAKE2B d3f83bae15aa4fe8240960e0bf3ea74bd1c30356830c100b30e62c14126346757b8e5437bf4dce7bfc6142191a080c7a0679d7bcdcb4791f2c90baa065c6647d SHA512 d3f4f4cd6c761c1aa0684942755449088e69ff1e9b651b4bba7374b5d52bc5c3659044e3e0a65cdbf08667ca006d31e170b29d56b763dfa9bd045531e90e9f64
-DIST akonadi-import-wizard-23.08.0.tar.xz 515080 BLAKE2B 022954d3d726713fc79efc1cedc6efcb2e60a5f996c26fd57904d6a2791efdd801d933b067da83e963cf05dafdba157d4938bad9720c51d9c6344db884f9c59e SHA512 663f20f6f16cffb4aa09cbcc30591e7290ee2cb6a54afd8f342b7360821e3ccea538c23b6c0e6dc355a0f24376a5ad9ae79e66bd2491dba4d1712a8a0ed6f73d
DIST akonadi-import-wizard-23.08.1.tar.xz 515100 BLAKE2B e9064cba6c0ffb833ad9e03ddf8a0b56bd1cbd3f0823c9fbfd4d3fae36ffade529e9f0dd2c636c60d6fe950c16acad52bbcf2d8461bf65b416ee0d9c8a7c005e SHA512 ec4e7881086a1626e8c6855dda47843512d0ebfee60ab89d9373480865fd2162b1be6d41c9c9669a70b875902c0a4f80e5b07a5a992776e7a8bb171787a963cf
diff --git a/kde-apps/akonadi-import-wizard/akonadi-import-wizard-23.08.0.ebuild b/kde-apps/akonadi-import-wizard/akonadi-import-wizard-23.08.0.ebuild
deleted file mode 100644
index 0cdc16a220df..000000000000
--- a/kde-apps/akonadi-import-wizard/akonadi-import-wizard-23.08.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2023 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.106.0
-QTMIN=5.15.9
-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:=[qt5(+)]
- >=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/karchive-${KFMIN}: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}"