summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-03-04 11:08:41 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-03-04 22:27:37 +0100
commit13f2ab3ea1e89e91353b239b2a07ee47c309da5b (patch)
tree23b2688d26718373b622eba92b09f5ff3b735479 /kde-apps/kdenetwork-meta
parentkde-apps/kaccounts-providers: 20.12.3 version bump (diff)
downloadgentoo-13f2ab3ea1e89e91353b239b2a07ee47c309da5b.tar.gz
gentoo-13f2ab3ea1e89e91353b239b2a07ee47c309da5b.tar.bz2
gentoo-13f2ab3ea1e89e91353b239b2a07ee47c309da5b.zip
kde-apps/kdenetwork-meta: 20.12.3 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kdenetwork-meta')
-rw-r--r--kde-apps/kdenetwork-meta/kdenetwork-meta-20.12.3.ebuild30
1 files changed, 30 insertions, 0 deletions
diff --git a/kde-apps/kdenetwork-meta/kdenetwork-meta-20.12.3.ebuild b/kde-apps/kdenetwork-meta/kdenetwork-meta-20.12.3.ebuild
new file mode 100644
index 000000000000..6623f718ec7b
--- /dev/null
+++ b/kde-apps/kdenetwork-meta/kdenetwork-meta-20.12.3.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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 +webengine"
+
+RDEPEND="
+ >=kde-apps/kdenetwork-filesharing-${PV}:${SLOT}
+ >=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} )
+ webengine? ( >=kde-apps/plasma-telepathy-meta-${PV}:${SLOT} )
+"