summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-03-07 14:55:16 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-03-07 14:55:16 +0100
commit19b750baa590ed28f2bedae13ac33568abc85c0f (patch)
tree6a9b7c5dafc366614606637b19a58155c7e9a55d /kde-apps/pim-data-exporter
parentkde-apps/kpat: Restore KEYWORDS (diff)
downloadgentoo-19b750baa590ed28f2bedae13ac33568abc85c0f.tar.gz
gentoo-19b750baa590ed28f2bedae13ac33568abc85c0f.tar.bz2
gentoo-19b750baa590ed28f2bedae13ac33568abc85c0f.zip
kde-apps: Drop KDE Applications 18.12.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.51, 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.12.2.ebuild54
2 files changed, 0 insertions, 55 deletions
diff --git a/kde-apps/pim-data-exporter/Manifest b/kde-apps/pim-data-exporter/Manifest
index cb6ab5554cdb..f3cb039636d1 100644
--- a/kde-apps/pim-data-exporter/Manifest
+++ b/kde-apps/pim-data-exporter/Manifest
@@ -1,3 +1,2 @@
DIST pim-data-exporter-18.08.3.tar.xz 269628 BLAKE2B b3bf6077d2757613215f3a38b24804d32fc987af57740a7aa73b770ef62823d54240c74b2ef1cf0366012304be115f135605434f5167eca8ebd2e41959de433a SHA512 8047408cd37ad4ea25dc42a6d4cf86d71855b68ec611140f40fc3d149894b54c8a4d4317a45b391dab9a265a3249c1ca1b1ac6521f63a26db0d1c0a2a5a8cc09
-DIST pim-data-exporter-18.12.2.tar.xz 270940 BLAKE2B 440f1191b00f0c55757a2c6338f78a0159ed1a275d25024159998e34a5ed16c4055cd53b62176cd07a04badcef54115a2336eb83dbe0afb9d4c60d71e5bb183c SHA512 3146b7bfcca059cb94918a14a2684cae927b52212692e9fc842fa7a42d4ef6939e25428bfd653974472fcdb23ecfbb2ef5cdfe4458987ac9030d8c8c73576ab9
DIST pim-data-exporter-18.12.3.tar.xz 270928 BLAKE2B c121e181eef64990c2730f95cecabde1e1b9770768d3560bdeb247fa4c479c04c7bc44fc229adfa6d7c22ad5c3c07e069b18dce7b27158426497e2acd6ab97ea SHA512 64ca3bf76d0c76167fb90fb6cd000c52f67888854faa15ac3406ab8baa98a175e8201536bd5480b2d2918c955ea9233ce46beed476dd4fe382700769a12529ea
diff --git a/kde-apps/pim-data-exporter/pim-data-exporter-18.12.2.ebuild b/kde-apps/pim-data-exporter/pim-data-exporter-18.12.2.ebuild
deleted file mode 100644
index 46175ce2f000..000000000000
--- a/kde-apps/pim-data-exporter/pim-data-exporter-18.12.2.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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
-"
-
-src_test() {
- # selectiontypetreewidgettest is broken, bug #665690
- local myctestargs=(
- -E "(selectiontypetreewidgettest)"
- )
-
- kde5_src_test
-}