diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-02-06 17:39:09 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-02-06 17:42:05 +0100 |
commit | 64b98b15a33d18d664bcecc6d0d922e6746fe50f (patch) | |
tree | 4ec5cff8b28333484f7e2dbfc6461b5143cf5c18 /kde-apps/akonadi-import-wizard | |
parent | app-admin/ansible: cleanup (diff) | |
download | gentoo-64b98b15a33d18d664bcecc6d0d922e6746fe50f.tar.gz gentoo-64b98b15a33d18d664bcecc6d0d922e6746fe50f.tar.bz2 gentoo-64b98b15a33d18d664bcecc6d0d922e6746fe50f.zip |
kde-apps: Drop KDE Release Service 19.12.1
Package-Manager: Portage-2.3.87, Repoman-2.3.20
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-19.12.1.ebuild | 46 |
2 files changed, 0 insertions, 47 deletions
diff --git a/kde-apps/akonadi-import-wizard/Manifest b/kde-apps/akonadi-import-wizard/Manifest index cb6c8d64b724..7977921cb7fd 100644 --- a/kde-apps/akonadi-import-wizard/Manifest +++ b/kde-apps/akonadi-import-wizard/Manifest @@ -1,3 +1,2 @@ DIST akonadi-import-wizard-19.08.3.tar.xz 438896 BLAKE2B e49aac5ce6f282933e5c31637ef9230a62f176f1f321118986e1b8c39d37ce9b84fb420524fd7d8a9797cf8e17dd1d9305348a1526405257f397706a6b68fbe6 SHA512 8564a9a7d3aa87583bc486de9eb09d31fcc7e7351bdbed282a0dc17e4aa7caf41b8153341bc1e01c58154563f1b6d1e8b85bd46225219a3ea6e59daeec8b4c61 -DIST akonadi-import-wizard-19.12.1.tar.xz 439264 BLAKE2B 229caebcaeed42b050e59057408741437bcb10e59754c14d5afe5953bdfbde88643aadc6eefb6bea554d630dfc8b43414b53bfdeb6abb37e100cd65bf845e6a0 SHA512 19d29c38e13ccc05053b523f40c71c601433aad2c28e6a325f35a5ce91ee5f61c1482825637d1ba4ed96ebc8aa79f795270ecd588c4d82dbbcc79d98d8faab79 DIST akonadi-import-wizard-19.12.2.tar.xz 438524 BLAKE2B 23363f821c3fd830f2fae97e125aaaed42b56c5516df89fb79a407e2af161064d1c18448dd72921922f745b2e04f4a1eb1be7c7e265bf3064d088d31754004c6 SHA512 560c36999a808329dc537b44741aea659fd0e87cf9542567533a3adc01aad979af5b2784d61d3b2cc62a1607db9d288896d5c420df198ad130ae1a97548471ee diff --git a/kde-apps/akonadi-import-wizard/akonadi-import-wizard-19.12.1.ebuild b/kde-apps/akonadi-import-wizard/akonadi-import-wizard-19.12.1.ebuild deleted file mode 100644 index 1c5074e934bd..000000000000 --- a/kde-apps/akonadi-import-wizard/akonadi-import-wizard-19.12.1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2020 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 -" |