diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-11-08 13:41:03 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-11-08 13:41:03 +0100 |
commit | e7b73bae15157f49fc1f212c6f102c4af053cac1 (patch) | |
tree | 4466c435fccb9220e587de7f0d31457d146e007e /kde-apps/kmail-account-wizard | |
parent | kde-apps: Add KDE Applications 18.08.3 (diff) | |
download | gentoo-e7b73bae15157f49fc1f212c6f102c4af053cac1.tar.gz gentoo-e7b73bae15157f49fc1f212c6f102c4af053cac1.tar.bz2 gentoo-e7b73bae15157f49fc1f212c6f102c4af053cac1.zip |
kde-apps: Drop KDE Applications 18.08.2
Package-Manager: Portage-2.3.51, Repoman-2.3.12
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-18.08.2.ebuild | 52 |
2 files changed, 0 insertions, 53 deletions
diff --git a/kde-apps/kmail-account-wizard/Manifest b/kde-apps/kmail-account-wizard/Manifest index 85b9c65679ed..cfaf100fd07c 100644 --- a/kde-apps/kmail-account-wizard/Manifest +++ b/kde-apps/kmail-account-wizard/Manifest @@ -1,3 +1,2 @@ DIST kmail-account-wizard-18.04.3.tar.xz 154896 BLAKE2B a35c47a78da31a280d3f2bb668cd777b1c30d0633ebcbd846381b4927c2a5433dc9bf7b3a5b36402d89b8ceafbbc1888b5dc7ffec11b6325f9713881aec76a70 SHA512 93e05feb39d8e31635ec7bb367ed8bda5fd5ac6ef2912763a080884e4a6dd03183f90e3768f80d97dd03cb25e3f98a2db567efc8b516b8597d52070b4e404745 -DIST kmail-account-wizard-18.08.2.tar.xz 156140 BLAKE2B 978f2f40e50e07bee94dece905979b51e07689395ada81dc6c7dcb3cb9af04beb65c7d0c62915dc5f7f607b12c0ac2091813acf8fa014516fbdac5277bfa92f7 SHA512 33da9c80255db77cef301e2423724b76a58869bdd0c483892fa5d995a0ca8abd134d6fe6c235f2e4eab43b0132d7dad93578eee6f2c43addbd99767dd5cf5b95 DIST kmail-account-wizard-18.08.3.tar.xz 156088 BLAKE2B 166fd701d409d07295a3423d126732029e5905ad5267695e0caa2025da1ffb0232f8cfc871134dcb80a8f48e256208f38011d3576e742ef45bd740a252aee594 SHA512 87200c12fd0bf5c24eca6609f97406553ba8dc60273705fd24474cb31e42dc4dbeccd4ddf43ae37cabc2e06e776f908fdc969c4f625b764ae69f827d0b5c477b diff --git a/kde-apps/kmail-account-wizard/kmail-account-wizard-18.08.2.ebuild b/kde-apps/kmail-account-wizard/kmail-account-wizard-18.08.2.ebuild deleted file mode 100644 index 08cc9666e24d..000000000000 --- a/kde-apps/kmail-account-wizard/kmail-account-wizard-18.08.2.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_HANDBOOK="forceoptional" # FIXME: Check back for doc in release -KDE_TEST="forceoptional" -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="Assistant for KMail accounts configuration" -HOMEPAGE+=" https://userbase.kde.org/Kmail/Account_Wizard" -LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kcodecs) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kcrash) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kio) - $(add_frameworks_dep kitemviews) - $(add_frameworks_dep knewstuff) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep knotifyconfig) - $(add_frameworks_dep kross) - $(add_frameworks_dep kservice) - $(add_frameworks_dep ktexteditor) - $(add_frameworks_dep kwallet) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kxmlgui) - $(add_kdeapps_dep akonadi) - $(add_kdeapps_dep kidentitymanagement) - $(add_kdeapps_dep kldap) - $(add_kdeapps_dep kmailtransport) - $(add_kdeapps_dep libkdepim) - $(add_kdeapps_dep libkleo) - $(add_kdeapps_dep pimcommon) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtxml) -" -RDEPEND="${DEPEND} - !kde-apps/kdepim-common-libs:4 - !kde-apps/kdepim-l10n - !kde-apps/kdepim-runtime:4 -" |