| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeutils-meta/kdeutils-meta-4.8.2-r1.ebuild,v 1.1 2012/04/07 15:42:56 dilfridge Exp $
|
| 4 |
|
| 5 |
EAPI=4
|
| 6 |
inherit kde4-meta-pkg
|
| 7 |
|
| 8 |
DESCRIPTION="kdeutils - merge this to pull in all kdeutils-derived packages"
|
| 9 |
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
| 10 |
IUSE="cups floppy"
|
| 11 |
|
| 12 |
RDEPEND="
|
| 13 |
$(add_kdebase_dep ark)
|
| 14 |
$(add_kdebase_dep filelight)
|
| 15 |
$(add_kdebase_dep kcalc)
|
| 16 |
$(add_kdebase_dep kcharselect)
|
| 17 |
$(add_kdebase_dep kdf)
|
| 18 |
$(add_kdebase_dep kgpg)
|
| 19 |
$(add_kdebase_dep kremotecontrol)
|
| 20 |
$(add_kdebase_dep ktimer)
|
| 21 |
$(add_kdebase_dep kwallet)
|
| 22 |
$(add_kdebase_dep superkaramba)
|
| 23 |
$(add_kdebase_dep sweeper)
|
| 24 |
cups? ( $(add_kdebase_dep printer-applet) )
|
| 25 |
floppy? ( $(add_kdebase_dep kfloppy) )
|
| 26 |
"
|