blob: 571bdaea976b7f27ac3c7aac7370dc1b61508f3b (
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
|
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-apps/kdeutils-meta/kdeutils-meta-4.14.3.ebuild,v 1.1 2015/06/04 18:44:38 kensington Exp $
EAPI=5
inherit kde4-meta-pkg
DESCRIPTION="kdeutils - merge this to pull in all kdeutils-derived packages"
HOMEPAGE="http://www.kde.org/applications/utilities http://utils.kde.org"
KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="cups floppy lirc"
RDEPEND="
$(add_kdeapps_dep ark)
$(add_kdeapps_dep filelight)
$(add_kdeapps_dep kcalc)
$(add_kdeapps_dep kcharselect)
$(add_kdeapps_dep kdf)
$(add_kdeapps_dep kgpg)
$(add_kdeapps_dep ktimer)
$(add_kdeapps_dep kwalletmanager)
$(add_kdeapps_dep superkaramba)
$(add_kdeapps_dep sweeper)
cups? ( $(add_kdeapps_dep print-manager) )
floppy? ( $(add_kdeapps_dep kfloppy) )
lirc? ( $(add_kdeapps_dep kremotecontrol) )
"
|