blob: 662646f927b26e8f6533e3ea2ea8ead54d763bd3 (
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-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
inherit trinity-functions
set-trinityver
DESCRIPTION="kdeartwork meta package - merge this to pull in all kdeartwork-derived packages"
HOMEPAGE="http://www.trinitydesktop.org/"
LICENSE="GPL-2 LGPL-2"
KEYWORDS="x86 amd64"
SLOT="$TRINITY_VER"
IUSE=""
RDEPEND="
>=trinity-base/kdeartwork-emoticons-${PV}:${SLOT}
>=trinity-base/kdeartwork-icon-themes-${PV}:${SLOT}
>=trinity-base/kdeartwork-icewm-themes-${PV}:${SLOT}
>=trinity-base/kdeartwork-kscreensaver-${PV}:${SLOT}
>=trinity-base/kdeartwork-kwin-styles-${PV}:${SLOT}
>=trinity-base/kdeartwork-kworldclock-${PV}:${SLOT}
>=trinity-base/kdeartwork-sounds-${PV}:${SLOT}
>=trinity-base/kdeartwork-styles-${PV}:${SLOT}
>=trinity-base/kdeartwork-wallpapers-${PV}:${SLOT}"
|