summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-02-11 23:58:42 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-02-12 00:00:00 +0100
commita75694433ab6c9b8bf09be0f88379d2e5f957b43 (patch)
tree3ed8242f8308bcbda5f9e81751ceaeba30a62781 /kde-apps/kdepim-addons
parentnet-misc/youtube-dl: Old. (diff)
downloadgentoo-a75694433ab6c9b8bf09be0f88379d2e5f957b43.tar.gz
gentoo-a75694433ab6c9b8bf09be0f88379d2e5f957b43.tar.bz2
gentoo-a75694433ab6c9b8bf09be0f88379d2e5f957b43.zip
kde-apps: Drop KDE Applications 17.12.1
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'kde-apps/kdepim-addons')
-rw-r--r--kde-apps/kdepim-addons/Manifest1
-rw-r--r--kde-apps/kdepim-addons/kdepim-addons-17.12.1.ebuild85
2 files changed, 0 insertions, 86 deletions
diff --git a/kde-apps/kdepim-addons/Manifest b/kde-apps/kdepim-addons/Manifest
index 98fabd15c898..3775413f0eac 100644
--- a/kde-apps/kdepim-addons/Manifest
+++ b/kde-apps/kdepim-addons/Manifest
@@ -1,3 +1,2 @@
DIST kdepim-addons-17.08.3.tar.xz 1922800 BLAKE2B e447a79571e476d68e221d3d1971bfb3ab5437246339462697ac9b748072f0d6836c025197a6aa642086b233ae43f014bd75dbb16d0a207c7b6f928a8117d5ca SHA512 e9411aae9fe401bff73b8bb4c947d1bf8e405760c51479a12a407171dff27081195552204b353da2f555a8c8960f3860bb03f0fa73ba7762a7d36770e209a721
-DIST kdepim-addons-17.12.1.tar.xz 2038708 BLAKE2B a726200cd5329812e39f2d1b9dbdcd87d7eb63a75461003a85399f8f7fcc40b9489f7837bdf1cfcac0b256730002826fa037fb1338c34fda546242dca9681c8f SHA512 695da11ff7145de546141d121558fdc8b4c8f33f8f056a7fcfc8ef8c10f42145d6516d5c8e9eb000f36aeb479695b151e94a9563fd49df4dd4f8dd883f245b07
DIST kdepim-addons-17.12.2.tar.xz 2039160 BLAKE2B 1004ef17c46000e2b7385e4213efbd9afa85f8a739848aaf2ac828b5c09b25b38063d924b47581d201bbf7da990e44f81a16ee8a8b54421645a2dfa43e3dbc07 SHA512 3caceb92bc549d91d1201f711539317ccdfd7160669eed2a94b67df474b6cc760a31dad682d0ef0429926e4c7a43acf822d2b7b72535194567d6efe2a1037ee3
diff --git a/kde-apps/kdepim-addons/kdepim-addons-17.12.1.ebuild b/kde-apps/kdepim-addons/kdepim-addons-17.12.1.ebuild
deleted file mode 100644
index 5a11e4f931dd..000000000000
--- a/kde-apps/kdepim-addons/kdepim-addons-17.12.1.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_EXAMPLES="true"
-KDE_TEST="forceoptional-recursive"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Plugins for KDE Personal Information Management Suite"
-HOMEPAGE="https://www.kde.org/applications/office/kontact/"
-LICENSE="GPL-2+ LGPL-2.1+"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="importwizard"
-
-COMMON_DEPEND="
- $(add_frameworks_dep kcompletion)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep khtml)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kparts)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kxmlgui)
- $(add_frameworks_dep prison)
- $(add_frameworks_dep syntax-highlighting)
- $(add_kdeapps_dep akonadi)
- $(add_kdeapps_dep akonadi-contacts)
- $(add_kdeapps_dep akonadi-notes)
- $(add_kdeapps_dep calendarsupport)
- $(add_kdeapps_dep eventviews)
- $(add_kdeapps_dep grantleetheme)
- $(add_kdeapps_dep incidenceeditor)
- $(add_kdeapps_dep kcontacts)
- $(add_kdeapps_dep kdepim-apps-libs)
- $(add_kdeapps_dep kidentitymanagement)
- $(add_kdeapps_dep kimap)
- $(add_kdeapps_dep kmailtransport)
- $(add_kdeapps_dep kmime)
- $(add_kdeapps_dep libkdepim)
- $(add_kdeapps_dep libkleo)
- $(add_kdeapps_dep libksieve)
- $(add_kdeapps_dep libktnef)
- $(add_kdeapps_dep mailcommon)
- $(add_kdeapps_dep messagelib)
- $(add_kdeapps_dep pimcommon)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtxml)
- importwizard? ( $(add_kdeapps_dep akonadi-import-wizard) )
-"
-DEPEND="${COMMON_DEPEND}
- >=app-crypt/gpgme-1.7.1[cxx,qt5]
-"
-RDEPEND="${COMMON_DEPEND}
- !kde-apps/kaddressbook:4
- !kde-apps/kdepim-l10n
- !kde-apps/kmail:4
-"
-
-RESTRICT+=" test"
-
-src_configure() {
- local mycmakeargs=(
- -DKDEPIMADDONS_BUILD_EXAMPLES=$(usex examples)
- $(cmake-utils_use_find_package importwizard KPimImportWizard)
- )
-
- kde5_src_configure
-}
-
-pkg_postinst() {
- kde5_pkg_postinst
-
- if [[ ${KDE_BUILD_TYPE} = live ]] && ! has_version "kde-misc/kregexpeditor" ; then
- elog "${PN} Sieve editor plugin can make use of kde-misc/kregexpeditor if installed."
- fi
-}