summaryrefslogtreecommitdiffstats
path: root/trinity-base/tdeedu-meta/tdeedu-meta-14.1.2.ebuild
blob: e8c8ef443a1dda3ad84ee765cf998b2dd22949db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Copyright 2022-2024 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2

EAPI="8"

DESCRIPTION="Metapackage Trinity Software Educations"
HOMEPAGE="https://trinitydesktop.org/"

LICENSE="metapackage"
SLOT="14"

if [[ ${PV} != *9999* ]] ; then
	KEYWORDS="~amd64 ~arm64 ~x86"
else
	PROPERTIES+=" live"
fi

RDEPEND="~trinity-base/blinken-${PV}
	~trinity-base/kalzium-${PV}
	~trinity-base/kanagram-${PV}
	~trinity-base/kbruch-${PV}
	~trinity-base/keduca-${PV}
	~trinity-base/kgeography-${PV}
	~trinity-base/khangman-${PV}
	~trinity-base/kig-${PV}
	~trinity-base/kiten-${PV}
	~trinity-base/klatin-${PV}
	~trinity-base/klettres-${PV}
	~trinity-base/kmplot-${PV}
	~trinity-base/kpercentage-${PV}
	~trinity-base/kstars-${PV}
	~trinity-base/ktouch-${PV}
	~trinity-base/kturtle-${PV}
	~trinity-base/kverbos-${PV}
	~trinity-base/kvoctrain-${PV}
	~trinity-base/kwordquiz-${PV}
"