blob: 361940f34c3b1655ea639bff0a1460f79faad2a1 (
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
38
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeedu-meta/kdeedu-meta-4.3.5.ebuild,v 1.4 2010/06/21 15:53:28 scarabeus Exp $
EAPI="2"
inherit kde4-functions
DESCRIPTION="KDE educational apps - merge this to pull in all kdeedu-derived packages"
HOMEPAGE="http://www.kde.org/"
LICENSE="GPL-2"
SLOT="4.3"
KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
IUSE="aqua kdeprefix"
RDEPEND="
$(add_kdebase_dep blinken)
$(add_kdebase_dep kalgebra)
$(add_kdebase_dep kalzium)
$(add_kdebase_dep kanagram)
$(add_kdebase_dep kbruch)
$(add_kdebase_dep kgeography)
$(add_kdebase_dep khangman)
$(add_kdebase_dep kig)
$(add_kdebase_dep kiten)
$(add_kdebase_dep klettres)
$(add_kdebase_dep kmplot)
$(add_kdebase_dep kstars)
$(add_kdebase_dep ktouch)
$(add_kdebase_dep kturtle)
$(add_kdebase_dep kvtml-data)
$(add_kdebase_dep kwordquiz)
$(add_kdebase_dep libkdeedu)
$(add_kdebase_dep marble)
$(add_kdebase_dep parley)
$(add_kdebase_dep step)
$(block_other_slots)
"
|