diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-02 18:58:17 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-03 06:03:11 +0100 |
commit | 152f404d910f6d9cefa2547da4efa72d45074cd2 (patch) | |
tree | e7907d2cee3122c590e32971c9c41bcdcab42d5f /kde-apps/kcron | |
parent | profiles: Mask kde-apps/kcalcore, kde-apps/kcontacts for removal (diff) | |
download | gentoo-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/kcron')
-rw-r--r-- | kde-apps/kcron/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kcron/kcron-19.04.3.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/kde-apps/kcron/Manifest b/kde-apps/kcron/Manifest index 28f7f245dce3..41ebfd310909 100644 --- a/kde-apps/kcron/Manifest +++ b/kde-apps/kcron/Manifest @@ -1,2 +1 @@ -DIST kcron-19.04.3.tar.xz 887528 BLAKE2B a32292cd4523db162e657cce67bebb60b83bb59b51bc63f49bcfaa6f8628704789c3b62384def3b4e0556d076d297283d2c1d6b4d63bce1ba4573db875e97c65 SHA512 a1b2bfed752dba928c3e7190a4535b087c6947795cda3d40f84f11f99667ab645e11122345ea54077d523de53cf6e8387db7a3f813bdb712f0059d81fb6b9456 DIST kcron-19.08.3.tar.xz 888268 BLAKE2B add2a4ca160863816825852806246aaaebfba44a0541e3d8f3562f939d377bd4607f100e0ce9fc77a441b10298fcac2b852657f035168a24ccb79aeaa56c628d SHA512 44a08ec81d0cf075f17a192ba88aeb6be71c356aac27e3cc8f69ff21295d14dd78fb3ebb19d78f7f669631805259f8eed24705714722a410b8a01fb20793b90a diff --git a/kde-apps/kcron/kcron-19.04.3.ebuild b/kde-apps/kcron/kcron-19.04.3.ebuild deleted file mode 100644 index 57578d9267c7..000000000000 --- a/kde-apps/kcron/kcron-19.04.3.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KDE_HANDBOOK="forceoptional" -inherit kde5 - -DESCRIPTION="KDE Task Scheduler" -KEYWORDS="amd64 arm64 x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep kwidgetsaddons) - $(add_qt_dep qtgui) - $(add_qt_dep qtprintsupport) - $(add_qt_dep qtwidgets) -" -RDEPEND="${DEPEND} - virtual/cron -" |