blob: ec35cdfb866e05075f9c94203d168ba84155da54 (
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
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeutils-meta/kdeutils-meta-4.1.3.ebuild,v 1.1 2008/11/09 11:53:10 scarabeus Exp $
EAPI="2"
inherit kde4-functions
DESCRIPTION="kdeutils - merge this to pull in all kdeutils-derived packages"
HOMEPAGE="http://www.kde.org/"
LICENSE="GPL-2"
SLOT="4.1"
KEYWORDS="~amd64 ~x86"
IUSE="floppy"
RDEPEND="
>=kde-base/ark-${PV}:${SLOT}
>=kde-base/kcalc-${PV}:${SLOT}
>=kde-base/kcharselect-${PV}:${SLOT}
>=kde-base/kdessh-${PV}:${SLOT}
>=kde-base/kdf-${PV}:${SLOT}
floppy? ( >=kde-base/kfloppy-${PV}:${SLOT} )
>=kde-base/kgpg-${PV}:${SLOT}
>=kde-base/kjots-${PV}:${SLOT}
>=kde-base/ktimer-${PV}:${SLOT}
>=kde-base/kwallet-${PV}:${SLOT}
>=kde-base/superkaramba-${PV}:${SLOT}
>=kde-base/sweeper-${PV}:${SLOT}
>=kde-base/okteta-${PV}:${SLOT}
"
|