summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-12-02 18:58:17 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-12-03 06:03:11 +0100
commit152f404d910f6d9cefa2547da4efa72d45074cd2 (patch)
treee7907d2cee3122c590e32971c9c41bcdcab42d5f /kde-apps/kcalutils
parentprofiles: Mask kde-apps/kcalcore, kde-apps/kcontacts for removal (diff)
downloadgentoo-152f404d910f6d9cefa2547da4efa72d45074cd2.tar.gz
gentoo-152f404d910f6d9cefa2547da4efa72d45074cd2.tar.bz2
gentoo-152f404d910f6d9cefa2547da4efa72d45074cd2.zip
kde-apps: Drop KDE Applications 19.04.3
Package-Manager: Portage-2.3.80, Repoman-2.3.19 RepoMan-Options: --force Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kcalutils')
-rw-r--r--kde-apps/kcalutils/Manifest1
-rw-r--r--kde-apps/kcalutils/kcalutils-19.04.3.ebuild39
2 files changed, 0 insertions, 40 deletions
diff --git a/kde-apps/kcalutils/Manifest b/kde-apps/kcalutils/Manifest
index d27234269301..f54b061fdc3e 100644
--- a/kde-apps/kcalutils/Manifest
+++ b/kde-apps/kcalutils/Manifest
@@ -1,2 +1 @@
-DIST kcalutils-19.04.3.tar.xz 327592 BLAKE2B 33d64039126c48588ef831a037e43926a279cb314f31f4402f697f46015cac74269cd81c7a59f12e4a017842eea22a33225824a7ff1389f9df97fbbf83d95776 SHA512 5e6397d6f7e9e5e9599df5195b4cdd32d88c7f899b212c95c21cd733444f5e3d1120f293344d4eaba32ee5f1047328f88ec6c915af089dec605129ea899c2432
DIST kcalutils-19.08.3.tar.xz 323380 BLAKE2B 15781ced84c9eeb2ea043a7c39346b5c05248145c63ac2df1c7f94c913e243c027b70ecee104536164e3ceb256c6fb1f0e0b332e743457effb43147b191f48af SHA512 0ff96dfb9cb4a08d982d6c27a2351c703e30f040055ee4c662df7465c4a1656eff369db0bba39e4fec55777a1671c997e6095d7159b36ffa597564c2024d7d84
diff --git a/kde-apps/kcalutils/kcalutils-19.04.3.ebuild b/kde-apps/kcalutils/kcalutils-19.04.3.ebuild
deleted file mode 100644
index 372d76db4d43..000000000000
--- a/kde-apps/kcalutils/kcalutils-19.04.3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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="amd64 arm64 x86"
-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
-}