diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-12-01 19:39:52 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-12-01 20:20:32 +0100 |
commit | beb6ed08d4fbd0d732510a629faf8faeefb49f01 (patch) | |
tree | 8f7bb6fd6e020f566dfed6ca4ac76c56b1b22b78 /kde-apps/pim-data-exporter | |
parent | kde-plasma: Drop KDE Plasma 5.13.5 (diff) | |
download | gentoo-beb6ed08d4fbd0d732510a629faf8faeefb49f01.tar.gz gentoo-beb6ed08d4fbd0d732510a629faf8faeefb49f01.tar.bz2 gentoo-beb6ed08d4fbd0d732510a629faf8faeefb49f01.zip |
kde-apps: Drop KDE Applications 18.04.3
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
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-18.04.3.ebuild | 45 |
2 files changed, 0 insertions, 46 deletions
diff --git a/kde-apps/pim-data-exporter/Manifest b/kde-apps/pim-data-exporter/Manifest index 81b9f4307dc8..d9744a11a47a 100644 --- a/kde-apps/pim-data-exporter/Manifest +++ b/kde-apps/pim-data-exporter/Manifest @@ -1,2 +1 @@ -DIST pim-data-exporter-18.04.3.tar.xz 270248 BLAKE2B 27d8545408ba37ff7790e84d02455785b77b0eb865e5b236fc15eacd81e3df99d37f2c84e40d6cbc5ac9296d0b95a290744e5dc9c2e5103ea9deaa987421cb35 SHA512 29550eca64b6026c900b30303fed29a06b31a7c773f7f387c899afbcd7b735a07efe95cf7366ccbb6ba6b4884d1c1491193ff2f817a032f27002bc8234b82301 DIST pim-data-exporter-18.08.3.tar.xz 269628 BLAKE2B b3bf6077d2757613215f3a38b24804d32fc987af57740a7aa73b770ef62823d54240c74b2ef1cf0366012304be115f135605434f5167eca8ebd2e41959de433a SHA512 8047408cd37ad4ea25dc42a6d4cf86d71855b68ec611140f40fc3d149894b54c8a4d4317a45b391dab9a265a3249c1ca1b1ac6521f63a26db0d1c0a2a5a8cc09 diff --git a/kde-apps/pim-data-exporter/pim-data-exporter-18.04.3.ebuild b/kde-apps/pim-data-exporter/pim-data-exporter-18.04.3.ebuild deleted file mode 100644 index 7e889dd2851a..000000000000 --- a/kde-apps/pim-data-exporter/pim-data-exporter-18.04.3.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 -" |