summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-01-10 09:47:19 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-01-10 16:50:01 +0100
commitbf8512d598d6e4979f9c12a7c6e5e82e476c5b4d (patch)
tree185af112be74928dd5649cd7e3aaf5a9a6a004a5 /kde-apps/kmail-account-wizard
parentkde-apps: Add KDE Applications 18.12.1 (diff)
downloadgentoo-bf8512d598d6e4979f9c12a7c6e5e82e476c5b4d.tar.gz
gentoo-bf8512d598d6e4979f9c12a7c6e5e82e476c5b4d.tar.bz2
gentoo-bf8512d598d6e4979f9c12a7c6e5e82e476c5b4d.zip
kde-apps: Drop KDE Applications 18.12.0
Package-Manager: Portage-2.3.54, 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/Manifest1
-rw-r--r--kde-apps/kmail-account-wizard/kmail-account-wizard-18.12.0.ebuild52
2 files changed, 0 insertions, 53 deletions
diff --git a/kde-apps/kmail-account-wizard/Manifest b/kde-apps/kmail-account-wizard/Manifest
index dcf5fd30388f..a0316c8cc55d 100644
--- a/kde-apps/kmail-account-wizard/Manifest
+++ b/kde-apps/kmail-account-wizard/Manifest
@@ -1,3 +1,2 @@
DIST kmail-account-wizard-18.08.3.tar.xz 156088 BLAKE2B 166fd701d409d07295a3423d126732029e5905ad5267695e0caa2025da1ffb0232f8cfc871134dcb80a8f48e256208f38011d3576e742ef45bd740a252aee594 SHA512 87200c12fd0bf5c24eca6609f97406553ba8dc60273705fd24474cb31e42dc4dbeccd4ddf43ae37cabc2e06e776f908fdc969c4f625b764ae69f827d0b5c477b
-DIST kmail-account-wizard-18.12.0.tar.xz 155964 BLAKE2B 845d656f600fd96f41fb5ce7d9d5f01f0ef959be0c6fa25ac3e9cb4201d43b33b11edd7a5736f42b7afaf10cb3da456c0ddd11fed57779d81055db8bfa76d1d4 SHA512 123be532fd47f1f912949eb7165db73d9613d9101f3a6c7f970e082c2ca5c3c2b20831428599f5804a07a17c2d52b7adc41b41485545ca4a17039c9f320b8752
DIST kmail-account-wizard-18.12.1.tar.xz 155856 BLAKE2B 8882dbb3f40dc32dacf47743ff995691c01a2f5cefcde8d70b007e26e348c9c88186532a0a90b35640e291084a869fd6518f1fb8004521e00b4d898d25d1eb58 SHA512 d75e1aae49154a046bee58691dc10b90030c22593353a21e4d6e5589192a5c3c2454b49144497dafda998ab62513005fbe1d5275ae3d791dcba21f3012332517
diff --git a/kde-apps/kmail-account-wizard/kmail-account-wizard-18.12.0.ebuild b/kde-apps/kmail-account-wizard/kmail-account-wizard-18.12.0.ebuild
deleted file mode 100644
index 08cc9666e24d..000000000000
--- a/kde-apps/kmail-account-wizard/kmail-account-wizard-18.12.0.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
-"