summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-05-10 15:46:14 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-05-10 15:50:15 +0200
commit7c0ba34252a8cc2fd310159ee41516eaa4e882d9 (patch)
treeee57296bca0d449d2cc98013049e1624a160170a /kde-apps/pimcommon
parentkde-apps: Add KDE Applications 18.04.1 (diff)
downloadgentoo-7c0ba34252a8cc2fd310159ee41516eaa4e882d9.tar.gz
gentoo-7c0ba34252a8cc2fd310159ee41516eaa4e882d9.tar.bz2
gentoo-7c0ba34252a8cc2fd310159ee41516eaa4e882d9.zip
kde-apps: Drop KDE Applications 18.04.0
Package-Manager: Portage-2.3.36, 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.0.ebuild63
2 files changed, 0 insertions, 64 deletions
diff --git a/kde-apps/pimcommon/Manifest b/kde-apps/pimcommon/Manifest
index 8d69196f9b50..1327f1021a1e 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.0.tar.xz 294388 BLAKE2B da856103d50a2502d138a16d017b49fc98307949c2408ea8b6e2c80adb311dc9a137291a312ae53086ba984b2c07d491540744c86696f82e7179d92ee6861693 SHA512 cd9cd90cd057acdc675780e1ebb0ebe310b122f7d9e8cd32d48ba7e53d070d9ee2a3758f6159f82f10786f2b01962e92631d1d549578bb5630780271dbd3caf9
DIST pimcommon-18.04.1.tar.xz 295476 BLAKE2B 035688a22c3a093f081b942c945c9966e2c157fcb1203c10f5bbef4eb812ce28ba4f7a3228dfb0545d3e2a2d6c1a9fd1b6da0f3cfc25c0a71893ee9c9d394649 SHA512 26ec50fbdf7520f190ef7900b0d9181f8cdf1b5d0f35bbaa63ece9534e67aaebbd171b52d974d3d0f8c54ef8d28e15d343b6fc6b361269fce458e01c57a76278
diff --git a/kde-apps/pimcommon/pimcommon-18.04.0.ebuild b/kde-apps/pimcommon/pimcommon-18.04.0.ebuild
deleted file mode 100644
index 6295115f9d17..000000000000
--- a/kde-apps/pimcommon/pimcommon-18.04.0.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
-}