summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-12-12 18:25:02 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-12-12 18:28:13 +0100
commit0a04dbe4bdce4ba9c45b21310d7a26c95b2530ac (patch)
tree0e4a9ab3a24db08d0f6c7b61b0d5821e99bd4497 /kde-apps/kdeedu-meta
parentecm.eclass: cmake-utils_use_find_package -> cmake_use_find_package (diff)
downloadgentoo-0a04dbe4bdce4ba9c45b21310d7a26c95b2530ac.tar.gz
gentoo-0a04dbe4bdce4ba9c45b21310d7a26c95b2530ac.tar.bz2
gentoo-0a04dbe4bdce4ba9c45b21310d7a26c95b2530ac.zip
kde-apps: Add KDE Release Service 19.12.0
Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kdeedu-meta')
-rw-r--r--kde-apps/kdeedu-meta/kdeedu-meta-19.12.0.ebuild42
1 files changed, 42 insertions, 0 deletions
diff --git a/kde-apps/kdeedu-meta/kdeedu-meta-19.12.0.ebuild b/kde-apps/kdeedu-meta/kdeedu-meta-19.12.0.ebuild
new file mode 100644
index 000000000000..24a6d7958cea
--- /dev/null
+++ b/kde-apps/kdeedu-meta/kdeedu-meta-19.12.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="KDE educational apps - merge this to pull in all kdeedu-derived packages"
+HOMEPAGE="https://edu.kde.org"
+
+LICENSE="metapackage"
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="+webengine +webkit"
+
+RDEPEND="
+ >=kde-apps/analitza-${PV}:${SLOT}
+ >=kde-apps/artikulate-${PV}:${SLOT}
+ >=kde-apps/blinken-${PV}:${SLOT}
+ >=kde-apps/cantor-${PV}:${SLOT}
+ >=kde-apps/kalzium-${PV}:${SLOT}
+ >=kde-apps/kanagram-${PV}:${SLOT}
+ >=kde-apps/kbruch-${PV}:${SLOT}
+ >=kde-apps/kdeedu-data-${PV}:${SLOT}
+ >=kde-apps/kgeography-${PV}:${SLOT}
+ >=kde-apps/khangman-${PV}:${SLOT}
+ >=kde-apps/kig-${PV}:${SLOT}
+ >=kde-apps/kiten-${PV}:${SLOT}
+ >=kde-apps/klettres-${PV}:${SLOT}
+ >=kde-apps/kmplot-${PV}:${SLOT}
+ >=kde-apps/kqtquickcharts-${PV}:${SLOT}
+ >=kde-apps/ktouch-${PV}:${SLOT}
+ >=kde-apps/kturtle-${PV}:${SLOT}
+ >=kde-apps/kwordquiz-${PV}:${SLOT}
+ >=kde-apps/libkeduvocdocument-${PV}:${SLOT}
+ >=kde-apps/marble-${PV}:${SLOT}
+ >=kde-apps/minuet-${PV}:${SLOT}
+ >=kde-apps/step-${PV}:${SLOT}
+ webengine? (
+ >=kde-apps/kalgebra-${PV}:${SLOT}
+ >=kde-apps/parley-${PV}:${SLOT}
+ )
+ webkit? ( >=kde-apps/rocs-${PV}:${SLOT} )
+"