aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-11-08 13:40:04 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-11-08 13:40:04 +0100
commit9db2a5a3d75743df8d80b7ad89743ce16b6392c5 (patch)
tree6ef1de16424279f70a3964550fbc6cadbb5ba097 /kde-apps/kcalutils
parentkde-apps: Drop KDE Applications 18.08.3 (diff)
downloadkde-9db2a5a3d75743df8d80b7ad89743ce16b6392c5.tar.gz
kde-9db2a5a3d75743df8d80b7ad89743ce16b6392c5.tar.bz2
kde-9db2a5a3d75743df8d80b7ad89743ce16b6392c5.zip
kde-apps: Drop 18.08 stable branch
No more development. Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kcalutils')
-rw-r--r--kde-apps/kcalutils/kcalutils-18.08.49.9999.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/kde-apps/kcalutils/kcalutils-18.08.49.9999.ebuild b/kde-apps/kcalutils/kcalutils-18.08.49.9999.ebuild
deleted file mode 100644
index 1f4d954138..0000000000
--- a/kde-apps/kcalutils/kcalutils-18.08.49.9999.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_TEST="true"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Library providing utility functions for the handling of calendar data"
-LICENSE="GPL-2+ LGPL-2.1+"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="
- $(add_frameworks_dep kcodecs)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_kdeapps_dep kcalcore)
- $(add_kdeapps_dep kidentitymanagement)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
- dev-libs/grantlee:5
-"
-RDEPEND="${DEPEND}
- !kde-apps/kdepim-l10n
-"
-
-src_test() {
- # bug 653616
- local myctestargs=(
- -E "(kcalutils-testincidenceformatter)"
- )
-
- kde5_src_test
-}