diff options
Diffstat (limited to 'kde-apps/pim-data-exporter')
-rw-r--r-- | kde-apps/pim-data-exporter/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/pim-data-exporter/pim-data-exporter-16.12.0.ebuild | 52 |
2 files changed, 0 insertions, 53 deletions
diff --git a/kde-apps/pim-data-exporter/Manifest b/kde-apps/pim-data-exporter/Manifest index 9d02894b1696..dc5590379233 100644 --- a/kde-apps/pim-data-exporter/Manifest +++ b/kde-apps/pim-data-exporter/Manifest @@ -1,2 +1 @@ -DIST pim-data-exporter-16.12.0.tar.xz 103244 SHA256 a9a281a6df730839b039fe4bee50b5842505d0d5c60733720c892db2afce5674 SHA512 b67284f95f601216e7f5a24ddfb6999f6ff9a2faf64ac2dcf168cbc46bcaed3ae45715561da46e00d281f54fc0b841f310bfe956c7f0d03714b681d7560f5594 WHIRLPOOL ffdf0f370cc0acba7e3326152ea058d4b5bfa0a655274e8e9588eea3dfe0e161eaec1ca699001763ef2313ee19880eec5a9c9b4de34712c05369a947fc7419d1 DIST pim-data-exporter-16.12.1.tar.xz 103240 SHA256 96ca1f79ff87873e4d132115acb335f99e0f54a5a5ea9e85a1b70ff0a429a163 SHA512 af19fbbc7d68ce4c990ad77238f3449cdba8ca3ce14ec4d0e9e110c7a158b98f65d77c8d47452fb9470fbad9f08a18f731414e34f422b9834bb24bad9472eb30 WHIRLPOOL b769c2621d6d6c86425d7429cc43ed0244546a048c0a2262da85f5b14fcc99678de2f170b834bcf1d69d98c87db48f097ce2ca30a826971d9be1ea37f23d3e09 diff --git a/kde-apps/pim-data-exporter/pim-data-exporter-16.12.0.ebuild b/kde-apps/pim-data-exporter/pim-data-exporter-16.12.0.ebuild deleted file mode 100644 index e2b7646f77aa..000000000000 --- a/kde-apps/pim-data-exporter/pim-data-exporter-16.12.0.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -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 akonadi-contacts) - $(add_kdeapps_dep calendarsupport) - $(add_kdeapps_dep kalarmcal) - $(add_kdeapps_dep kcalcore) - $(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 messagelib) - $(add_kdeapps_dep pimcommon) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtxml) -" -RDEPEND="${DEPEND} - !kde-apps/kdepim:5 - !kde-apps/kmail:4 -" |