commit: 29a49a3670749c87c1470463b548d7e4e8593865 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Jul 18 08:44:08 2020 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Jul 18 08:48:21 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=29a49a36
kde-apps/kdeadmin-meta: 20.07.80 version bump Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-apps/kdeadmin-meta/kdeadmin-meta-20.07.80.ebuild | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/kde-apps/kdeadmin-meta/kdeadmin-meta-20.07.80.ebuild b/kde-apps/kdeadmin-meta/kdeadmin-meta-20.07.80.ebuild new file mode 100644 index 0000000000..5269699a76 --- /dev/null +++ b/kde-apps/kdeadmin-meta/kdeadmin-meta-20.07.80.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="KDE administration tools - merge this to pull in all kdeadmin-derived packages" +HOMEPAGE="https://kde.org/" + +LICENSE="metapackage" +SLOT="5" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +IUSE="+cron" + +RDEPEND=" + >=kde-apps/ksystemlog-${PV}:${SLOT} + cron? ( >=kde-apps/kcron-${PV}:${SLOT} ) +"
