blob: b1792e6d80c7eda75c76c359eeecfce794191afa (
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
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeutils-meta/kdeutils-meta-3.5.10.ebuild,v 1.2 2009/05/31 21:41:42 nixnut Exp $
EAPI="1"
inherit kde-functions
DESCRIPTION="kdeutils - merge this to pull in all kdeutils-derived packages"
HOMEPAGE="http://www.kde.org/"
LICENSE="GPL-2"
SLOT="3.5"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="crypt lirc"
RDEPEND="
>=kde-base/ark-${PV}:${SLOT}
>=kde-base/kcalc-${PV}:${SLOT}
>=kde-base/kcharselect-${PV}:${SLOT}
lirc? ( >=kde-base/kdelirc-${PV}:${SLOT} )
>=kde-base/kdf-${PV}:${SLOT}
>=kde-base/kedit-${PV}:${SLOT}
>=kde-base/kfloppy-${PV}:${SLOT}
crypt? ( >=kde-base/kgpg-${PV}:${SLOT} )
>=kde-base/khexedit-${PV}:${SLOT}
>=kde-base/kjots-${PV}:${SLOT}
>=kde-base/klaptopdaemon-${PV}:${SLOT}
>=kde-base/kmilo-${PV}:${SLOT}
>=kde-base/kregexpeditor-${PV}:${SLOT}
>=kde-base/ksim-${PV}:${SLOT}
>=kde-base/ktimer-${PV}:${SLOT}
>=kde-base/kwalletmanager-${PV}:${SLOT}
>=kde-base/superkaramba-${PV}:${SLOT}"
|