summaryrefslogtreecommitdiff
path: root/kde-apps/kdenetwork-meta
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-12-22 19:05:01 +0000
committerV3n3RiX <venerix@koprulu.sector>2021-12-22 19:05:01 +0000
commitc03625f3ee7f871b3999925e959f6773ff5c8c3a (patch)
tree17d067c81bdc878d08efaa6362f23194860b4855 /kde-apps/kdenetwork-meta
parentcd4b2ccfaddeb0cdce9e433a4ff6baff6fb6337f (diff)
x11-base/xwayland : version bump
Diffstat (limited to 'kde-apps/kdenetwork-meta')
-rw-r--r--kde-apps/kdenetwork-meta/kdenetwork-meta-21.12.0-r10.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/kde-apps/kdenetwork-meta/kdenetwork-meta-21.12.0-r10.ebuild b/kde-apps/kdenetwork-meta/kdenetwork-meta-21.12.0-r10.ebuild
new file mode 100644
index 00000000..2e4d7b72
--- /dev/null
+++ b/kde-apps/kdenetwork-meta/kdenetwork-meta-21.12.0-r10.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 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/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} )
+"