summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-10-11 14:18:18 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-10-11 14:19:52 +0200
commita626108a406ebb30f298d6b5f6561b57cf6cbb13 (patch)
tree99445178be0890fd38ebabbd974a69505ed928ed /kde-apps/pim-data-exporter
parentkde5-functions: Raise default ~arch kde-apps to KF-5.50 (diff)
downloadgentoo-a626108a406ebb30f298d6b5f6561b57cf6cbb13.tar.gz
gentoo-a626108a406ebb30f298d6b5f6561b57cf6cbb13.tar.bz2
gentoo-a626108a406ebb30f298d6b5f6561b57cf6cbb13.zip
kde-apps: Drop KDE Applications 18.08.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11
Diffstat (limited to 'kde-apps/pim-data-exporter')
-rw-r--r--kde-apps/pim-data-exporter/Manifest1
-rw-r--r--kde-apps/pim-data-exporter/pim-data-exporter-18.08.1.ebuild45
2 files changed, 0 insertions, 46 deletions
diff --git a/kde-apps/pim-data-exporter/Manifest b/kde-apps/pim-data-exporter/Manifest
index 96c0fc47fc7a..90bd2c7406f4 100644
--- a/kde-apps/pim-data-exporter/Manifest
+++ b/kde-apps/pim-data-exporter/Manifest
@@ -1,3 +1,2 @@
DIST pim-data-exporter-18.04.3.tar.xz 270248 BLAKE2B 27d8545408ba37ff7790e84d02455785b77b0eb865e5b236fc15eacd81e3df99d37f2c84e40d6cbc5ac9296d0b95a290744e5dc9c2e5103ea9deaa987421cb35 SHA512 29550eca64b6026c900b30303fed29a06b31a7c773f7f387c899afbcd7b735a07efe95cf7366ccbb6ba6b4884d1c1491193ff2f817a032f27002bc8234b82301
-DIST pim-data-exporter-18.08.1.tar.xz 269264 BLAKE2B 10b532d6103ed748897ade0ecd47d415aaff17e2a3125b247df767c1f260e4960669affc8bd4e9ba2401e3f956c6d37e95ad538c17a1146ae8e239e390a34dac SHA512 29fc2d609e9d8fb510f90970a99567ed6084b6409cd2463b1131efc931033d2910e613f98486c4df26cd5a7e17ecfb2df08a35a8e5cfc83b0d97d1ad4ae7719b
DIST pim-data-exporter-18.08.2.tar.xz 269564 BLAKE2B 8a00acc5b5062da769a1577f71f5803eee70f1869b0b82599f8bc25f605ba6e7362e68fa1dab57472a2fd4886e937fe5d526776f0b80dbff1ce75854d110e5eb SHA512 17cd649639402cadedb2450ae0f303ff815508802b009fe50f57b715237eed99b1ad67c6372823f0f197840eba0df249efb2c22c9ef8d9befcfbe59a1cf9b946
diff --git a/kde-apps/pim-data-exporter/pim-data-exporter-18.08.1.ebuild b/kde-apps/pim-data-exporter/pim-data-exporter-18.08.1.ebuild
deleted file mode 100644
index d6967027d499..000000000000
--- a/kde-apps/pim-data-exporter/pim-data-exporter-18.08.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-KDE_TEST="forceoptional"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Assistant to backup and archive PIM data and configuration"
-HOMEPAGE+=" https://userbase.kde.org/Kmail/Backup_Options"
-LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
- $(add_frameworks_dep karchive)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(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 knotifications)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kxmlgui)
- $(add_kdeapps_dep akonadi)
- $(add_kdeapps_dep kcontacts)
- $(add_kdeapps_dep kidentitymanagement)
- $(add_kdeapps_dep kmailtransport)
- $(add_kdeapps_dep kmime)
- $(add_kdeapps_dep kpimtextedit)
- $(add_kdeapps_dep libkdepim)
- $(add_kdeapps_dep mailcommon)
- $(add_kdeapps_dep pimcommon)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
-"
-RDEPEND="${DEPEND}
- !kde-apps/kdepim-l10n
- !kde-apps/kmail:4
-"