summaryrefslogtreecommitdiff
blob: ec4fa76d2db34cc1c8a8df2714ddfe14593289cf (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
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="kdenetwork - merge this to pull in all kdenetwork-derived packages"
HOMEPAGE="https://kde.org/"

LICENSE="metapackage"
SLOT="5"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
IUSE="+bittorrent dropbox samba +webengine"

RDEPEND="
	>=kde-apps/kget-${PV}:${SLOT}
	>=kde-apps/kopete-${PV}:${SLOT}
	>=kde-apps/krdc-${PV}:${SLOT}
	>=kde-apps/krfb-${PV}:${SLOT}
	>=kde-apps/zeroconf-ioslave-${PV}:${SLOT}
	>=kde-misc/kdeconnect-${PV}:${SLOT}
	>=kde-misc/kio-gdrive-${PV}:${SLOT}
	>=net-irc/konversation-${PV}:${SLOT}
	bittorrent? (
		>=net-libs/libktorrent-${PV}:${SLOT}
		>=net-p2p/ktorrent-${PV}:${SLOT}
	)
	dropbox? ( >=kde-apps/dolphin-plugins-dropbox-${PV}:${SLOT} )
	samba? ( >=kde-apps/kdenetwork-filesharing-${PV}:${SLOT} )
	webengine? ( >=kde-apps/plasma-telepathy-meta-${PV}:${SLOT} )
"