blob: abf1ab9cc21bf1898f484a784fef86e22701e6c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin-meta/kdeadmin-meta-4.5.1.ebuild,v 1.1 2010/09/05 23:38:23 tampakrap Exp $
EAPI="3"
inherit kde4-functions
DESCRIPTION="KDE administration tools - merge this to pull in all kdeadmin-derived packages"
HOMEPAGE="http://www.kde.org/"
LICENSE="GPL-2"
SLOT="4.5"
KEYWORDS=""
IUSE="aqua cups kdeprefix"
RDEPEND="
$(add_kdebase_dep kcron)
$(add_kdebase_dep knetworkconf)
$(add_kdebase_dep ksystemlog)
$(add_kdebase_dep kuser)
cups? ( $(add_kdebase_dep system-config-printer-kde) )
$(block_other_slots)
"
|