aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-12-12 16:51:54 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-12-12 16:55:02 +0100
commit6b079cfa1daa03a8a08d6cc9a0609e36d5c55ead (patch)
tree77d4957a6e6cdade48d5dea2d68e4cd5bee02c8a /kde-apps/akonadi-import-wizard
parentkde-apps/dolphin: Drop obsolete patch (diff)
downloadkde-6b079cfa1daa03a8a08d6cc9a0609e36d5c55ead.tar.gz
kde-6b079cfa1daa03a8a08d6cc9a0609e36d5c55ead.tar.bz2
kde-6b079cfa1daa03a8a08d6cc9a0609e36d5c55ead.zip
kde-apps: Drop KDE Release Service 19.11.90 (19.12 RC)
Package-Manager: Portage-2.3.79, Repoman-2.3.16 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-19.11.90.ebuild46
2 files changed, 0 insertions, 47 deletions
diff --git a/kde-apps/akonadi-import-wizard/Manifest b/kde-apps/akonadi-import-wizard/Manifest
index 65411f0143..f7e0c504c0 100644
--- a/kde-apps/akonadi-import-wizard/Manifest
+++ b/kde-apps/akonadi-import-wizard/Manifest
@@ -1,2 +1 @@
-DIST akonadi-import-wizard-19.11.90.tar.xz 439168 BLAKE2B 900d7c52e985a6b6b5a0c40f40a49e8fd5d76d7e95682136ad81296d5ebdac3c5e60edede27bab5bbde87c7d75da9bef40c61be4f80d06aba06a54f02509a45f SHA512 238c6dcc7444b736fee56de955b2b047c1c1cd487073ff69dad4ef66d0ac16f066ed0b0d7115807af528dd8867a2775675cebd70c3c0cd84c72269eb1d460411
DIST akonadi-import-wizard-19.12.0.tar.xz 439116 BLAKE2B 6d02e3d279b9d09b48ea15c74884ab85dfcc947e870358fc62f27f2f099d917a5ca4624fe111b920425e1fb76f3b3a22424847cc9c673a26404cb8a7a9324be1 SHA512 d6e2f75f23f139bbdd0d520756976af83193430de75e193d281b40754fb891ada62359a575233f5ef7210cdeba71bcc3be3a133a58e12a173894043d8c189736
diff --git a/kde-apps/akonadi-import-wizard/akonadi-import-wizard-19.11.90.ebuild b/kde-apps/akonadi-import-wizard/akonadi-import-wizard-19.11.90.ebuild
deleted file mode 100644
index 49bd357f72..0000000000
--- a/kde-apps/akonadi-import-wizard/akonadi-import-wizard-19.11.90.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="forceoptional"
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.63.0
-QTMIN=5.12.3
-inherit ecm 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 ~x86"
-IUSE=""
-
-DEPEND="
- >=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/kwallet-${KFMIN}:5
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
- >=kde-frameworks/kxmlgui-${KFMIN}:5
- >=kde-apps/akonadi-${PVCUT}:5
- >=kde-apps/kidentitymanagement-${PVCUT}:5
- >=kde-apps/kmailtransport-${PVCUT}:5
- >=kde-apps/libkdepim-${PVCUT}:5
- >=kde-apps/mailcommon-${PVCUT}:5
- >=kde-apps/mailimporter-${PVCUT}:5
- >=kde-apps/messagelib-${PVCUT}:5
- >=kde-apps/pimcommon-${PVCUT}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=dev-qt/qtxml-${QTMIN}:5
-"
-RDEPEND="${DEPEND}
- !kde-apps/kdepim-l10n
- !kde-apps/kmail:4
-"