blob: f9efc599cc75148562f65d4cf48f1b3505198010 (
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
|
# Copyright 1999-2017 Gentoo Foundation
# Copyright 2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
inherit trinity-functions-2
set-trinityver
DESCRIPTION="tdenetwork metapackage - merge this to pull in all tdenetwork-derived packages"
HOMEPAGE="https://trinitydesktop.org/"
LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="{$TRINITY_VER}"
RDEPEND="
~trinity-base/dcoprss-${PV}
~trinity-base/kdict-${PV}
~trinity-base/tdednssd-${PV}
~trinity-base/kget-${PV}
~trinity-base/knewsticker-${PV}
~trinity-base/kopete-${PV}
~trinity-base/kpf-${PV}
~trinity-base/kppp-${PV}
~trinity-base/krdc-${PV}
~trinity-base/krfb-${PV}
~trinity-base/ksirc-${PV}
~trinity-base/ktalkd-${PV}
~trinity-base/kwifimanager-${PV}
~trinity-base/librss-${PV}
~trinity-base/lisa-${PV}
~trinity-base/tdenetwork-doc-${PV}
~trinity-base/tdenetwork-filesharing-${PV}
~trinity-base/tdenetwork-tdefile-plugins-${PV}"
|