diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-08-07 02:14:53 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-08-07 09:05:39 +0200 |
commit | 3602846ce635b5c837d9671239f29290a7288188 (patch) | |
tree | fcb1e827ec5bb8d44fffda35edca86ad7012702f /kde-apps/mbox-importer | |
parent | media-gfx/exiv2: Fix build with clang (diff) | |
download | gentoo-3602846ce635b5c837d9671239f29290a7288188.tar.gz gentoo-3602846ce635b5c837d9671239f29290a7288188.tar.bz2 gentoo-3602846ce635b5c837d9671239f29290a7288188.zip |
kde-apps: Drop KDE Applications 17.12.3
Package-Manager: Portage-2.3.44, Repoman-2.3.10
Diffstat (limited to 'kde-apps/mbox-importer')
-rw-r--r-- | kde-apps/mbox-importer/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/mbox-importer/mbox-importer-17.12.3.ebuild | 32 |
2 files changed, 0 insertions, 33 deletions
diff --git a/kde-apps/mbox-importer/Manifest b/kde-apps/mbox-importer/Manifest index 95ca288cd932..5079e56181f2 100644 --- a/kde-apps/mbox-importer/Manifest +++ b/kde-apps/mbox-importer/Manifest @@ -1,2 +1 @@ -DIST mbox-importer-17.12.3.tar.xz 32868 BLAKE2B 12d8d215e019a65e4f81239cda524cde0ea16dea78ccdde7fc5c7cef12234b2771ad140e29ba9d96b277188dc43f2faebb98f7ebffe9aa12b92ef5d69f777d0a SHA512 018aaa5f533dd70c1e11b164e9ea948dd04b31d6747cd879ee082fe0544b32a5d5223e9708d489c96b1b95f662d549a207c336555a6e16c28cd57345d8d50bcb DIST mbox-importer-18.04.3.tar.xz 33656 BLAKE2B 94febc2a7a72db0a5fb9956247e3debf312b0787765f0712c2ac5f364b85cbce05c970343b5fad2b3fff96b69c2e5ef98068a4565f39a065f482e2a91a371988 SHA512 afe51f226326a9b94e81dd65d6cd0fd9ac6e5dd2a50cc6a8ae2b856bec371c8739b375ebf150fb778a76f1d62f175dc80fa9260655d0a9d964fbbf874d9da241 diff --git a/kde-apps/mbox-importer/mbox-importer-17.12.3.ebuild b/kde-apps/mbox-importer/mbox-importer-17.12.3.ebuild deleted file mode 100644 index 476a85c1e0ba..000000000000 --- a/kde-apps/mbox-importer/mbox-importer-17.12.3.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_HANDBOOK="forceoptional" # FIXME: Check back for doc in release -inherit kde5 - -DESCRIPTION="Import mbox email archives from various sources into Akonadi" -LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kcrash) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kservice) - $(add_frameworks_dep kwidgetsaddons) - $(add_kdeapps_dep akonadi) - $(add_kdeapps_dep kidentitymanagement) - $(add_kdeapps_dep mailcommon) - $(add_kdeapps_dep mailimporter) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) -" -RDEPEND="${DEPEND} - !kde-apps/kdepim-l10n - !kde-apps/kmail:4 -" |