summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-07-12 21:22:23 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-07-12 21:37:49 +0200
commitff33ca8844ebe4fc95764f39302832d1cd0e59d2 (patch)
tree569b63320a69b39da25c61b11a73f2d093bcb157 /kde-apps/pimcommon
parentmedia-sound/pulseeffects: update 9999 version and add 4.1.3 as masked (diff)
downloadgentoo-ff33ca8844ebe4fc95764f39302832d1cd0e59d2.tar.gz
gentoo-ff33ca8844ebe4fc95764f39302832d1cd0e59d2.tar.bz2
gentoo-ff33ca8844ebe4fc95764f39302832d1cd0e59d2.zip
kde-apps: Drop KDE Applications 18.04.2
Package-Manager: Portage-2.3.42, Repoman-2.3.9
Diffstat (limited to 'kde-apps/pimcommon')
-rw-r--r--kde-apps/pimcommon/Manifest1
-rw-r--r--kde-apps/pimcommon/pimcommon-18.04.2.ebuild63
2 files changed, 0 insertions, 64 deletions
diff --git a/kde-apps/pimcommon/Manifest b/kde-apps/pimcommon/Manifest
index 49116424e4bf..ef5ba747f22c 100644
--- a/kde-apps/pimcommon/Manifest
+++ b/kde-apps/pimcommon/Manifest
@@ -1,3 +1,2 @@
DIST pimcommon-17.12.3.tar.xz 287564 BLAKE2B 862d6bea6398edffca88f78901f8c59ab8721b210cd9d4e7e73f16474c7c58357977981d65a808b2d02501927257e96990b79071056e86aad08d97d23491569d SHA512 79aa5f3b7d61de547a07ef659e1a7d0b2c456010cb7ad929218853d5f1057a97e5a0e2d1197cb50a1f5bb201b3702efa0e3e1c154d530c49ebe51578d2690df1
-DIST pimcommon-18.04.2.tar.xz 295500 BLAKE2B 82ed80b00e3f4c1a7ca342f961348127b60ec4f3b8562323652bd1091de8150ad4160523ffed091f5d9796c38ce8d2e64beb86fb2b619a19471ce1b588ce5943 SHA512 75db5a4792dc0043ab93080e7a8c5efb6069e1e5e65b96cf88bc319dcfe86996f7421547f9f81fb951b8e8707f8a736df5aaf7d3ce55b2f727a7548e3c4204d7
DIST pimcommon-18.04.3.tar.xz 295512 BLAKE2B ce4697b0e850b7375741e5af2a0abca7b2cd8ded341338ef6f1b358df66d724d0c8f01c45b5d13eb042bcfc3f396545ce68798d37a3009c2d00b51be901e2957 SHA512 c933184da3ce1626a28bc20b851c583e0fc21485855414b0e9c161cbc7eadf7ffe1916dfbbaf9e74fb48eafe152436ac73a5082c2ccbab219aa45497c45f4e14
diff --git a/kde-apps/pimcommon/pimcommon-18.04.2.ebuild b/kde-apps/pimcommon/pimcommon-18.04.2.ebuild
deleted file mode 100644
index 6295115f9d17..000000000000
--- a/kde-apps/pimcommon/pimcommon-18.04.2.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_DESIGNERPLUGIN="true"
-KDE_TEST="forceoptional"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Common PIM libraries"
-LICENSE="GPL-2+ LGPL-2.1+"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-COMMON_DEPEND="
- $(add_frameworks_dep karchive)
- $(add_frameworks_dep kcodecs)
- $(add_frameworks_dep kcompletion)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kitemmodels)
- $(add_frameworks_dep kjobwidgets)
- $(add_frameworks_dep knewstuff)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kxmlgui)
- $(add_kdeapps_dep akonadi)
- $(add_kdeapps_dep akonadi-contacts)
- $(add_kdeapps_dep kcontacts)
- $(add_kdeapps_dep kimap)
- $(add_kdeapps_dep kpimtextedit)
- $(add_kdeapps_dep libkdepim)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtprintsupport)
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtxml)
- dev-libs/grantlee:5
-"
-DEPEND="${COMMON_DEPEND}
- $(add_frameworks_dep kiconthemes)
- dev-libs/libxslt
- test? ( $(add_kdeapps_dep kmime) )
-"
-RDEPEND="${COMMON_DEPEND}
- !kde-apps/kdepim-common-libs:4
- !kde-apps/kdepim-l10n
-"
-
-src_test() {
- # bug 641730
- local myctestargs=(
- -E "(autocorrectiontest)"
- )
-
- kde5_src_test
-}