blob: 4233037747fd910f581a2f6b5f6aa22e8b041475 (
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
33
34
35
36
|
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
inherit trinity-functions
set-trinityver
DESCRIPTION="kdeutils metapackage - merge this to pull in all kdeutils-derived packages"
HOMEPAGE="http://www.trinitydesktop.org/"
LICENSE="GPL-2 LGPL-2"
SLOT="$TRINITY_VER"
IUSE=""
KEYWORDS="x86 amd64"
RDEPEND="
>=trinity-base/ark-${PV}:${SLOT}
>=trinity-base/kdeutils-doc-${PV}:${SLOT}
>=trinity-base/kcalc-${PV}:${SLOT}
>=trinity-base/kcharselect-${PV}:${SLOT}
>=trinity-base/kdelirc-${PV}:${SLOT}
>=trinity-base/kdf-${PV}:${SLOT}
>=trinity-base/kedit-${PV}:${SLOT}
>=trinity-base/kfloppy-${PV}:${SLOT}
>=trinity-base/kgpg-${PV}:${SLOT}
>=trinity-base/khexedit-${PV}:${SLOT}
>=trinity-base/kjots-${PV}:${SLOT}
>=trinity-base/klaptopdaemon-${PV}:${SLOT}
>=trinity-base/kmilo-${PV}:${SLOT}
>=trinity-base/kregexpeditor-${PV}:${SLOT}
>=trinity-base/ksim-${PV}:${SLOT}
>=trinity-base/ktimer-${PV}:${SLOT}
>=trinity-base/kwallet-${PV}:${SLOT}
>=trinity-base/superkaramba-${PV}:${SLOT}"
|