summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-07-09 11:57:51 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-07-09 17:36:11 +0200
commitc07084a9e7acb956bd8354170062fcfad5b818ed (patch)
treee7a4fac45f876e6207a07bb684b437e7642c62ba
parentkde-apps/kmouth: 20.04.3 version bump (diff)
downloadgentoo-c07084a9e7acb956bd8354170062fcfad5b818ed.tar.gz
gentoo-c07084a9e7acb956bd8354170062fcfad5b818ed.tar.bz2
gentoo-c07084a9e7acb956bd8354170062fcfad5b818ed.zip
kde-apps/kdeadmin-meta: 20.04.3 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-apps/kdeadmin-meta/kdeadmin-meta-20.04.3.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/kde-apps/kdeadmin-meta/kdeadmin-meta-20.04.3.ebuild b/kde-apps/kdeadmin-meta/kdeadmin-meta-20.04.3.ebuild
new file mode 100644
index 000000000000..5269699a76dd
--- /dev/null
+++ b/kde-apps/kdeadmin-meta/kdeadmin-meta-20.04.3.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} )
+"