blob: 6f272104858ad81e0e324e0b15d2b14ac967ce8b (
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="tdeartwork meta package - merge this to pull in all tdeartwork-derived packages"
HOMEPAGE="http://www.trinitydesktop.org/"
LICENSE="GPL-2 LGPL-2"
SLOT="$TRINITY_VER"
KEYWORDS=
IUSE=""
RDEPEND="
>=trinity-base/tdeartwork-emoticons-${PV}:${SLOT}
>=trinity-base/tdeartwork-icon-themes-${PV}:${SLOT}
>=trinity-base/tdeartwork-icewm-themes-${PV}:${SLOT}
>=trinity-base/tdeartwork-tdescreensaver-${PV}:${SLOT}
>=trinity-base/tdeartwork-twin-styles-${PV}:${SLOT}
>=trinity-base/tdeartwork-kworldclock-${PV}:${SLOT}
>=trinity-base/tdeartwork-sounds-${PV}:${SLOT}
>=trinity-base/tdeartwork-styles-${PV}:${SLOT}
>=trinity-base/tdeartwork-wallpapers-${PV}:${SLOT}"
|