blob: 754097846040db6ecc4f0388ba274df6fdd6631f (
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="tdenetwork metapackage - merge this to pull in all tdenetwork-derived packages"
HOMEPAGE="http://www.trinitydesktop.org/"
LICENSE="GPL-2 LGPL-2"
SLOT="$TRINITY_VER"
KEYWORDS=
IUSE=""
RDEPEND="
>=trinity-base/dcoprss-${PV}:${SLOT}
>=trinity-base/kdict-${PV}:${SLOT}
>=trinity-base/tdednssd-${PV}:${SLOT}
>=trinity-base/kget-${PV}:${SLOT}
>=trinity-base/knewsticker-${PV}:${SLOT}
>=trinity-base/kopete-${PV}:${SLOT}
>=trinity-base/kpf-${PV}:${SLOT}
>=trinity-base/kppp-${PV}:${SLOT}
>=trinity-base/krdc-${PV}:${SLOT}
>=trinity-base/krfb-${PV}:${SLOT}
>=trinity-base/ksirc-${PV}:${SLOT}
>=trinity-base/ktalkd-${PV}:${SLOT}
>=trinity-base/kwifimanager-${PV}:${SLOT}
>=trinity-base/librss-${PV}:${SLOT}
>=trinity-base/lisa-${PV}:${SLOT}
>=trinity-base/tdenetwork-doc-${PV}:${SLOT}
>=trinity-base/tdenetwork-filesharing-${PV}:${SLOT}
>=trinity-base/tdenetwork-tdefile-plugins-${PV}:${SLOT}"
|