summaryrefslogtreecommitdiff
path: root/kde-apps/kdenetwork-meta/kdenetwork-meta-23.04.3.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-07-06 16:14:21 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-07-06 16:14:21 +0100
commit5c92379e3a6732ff2855a56c60576983ae42e288 (patch)
treecfc3b84baaef518de09d10b5305a3f4abbc16dd7 /kde-apps/kdenetwork-meta/kdenetwork-meta-23.04.3.ebuild
parent8e3281f71945b4cccca5a44f2f467f3bff4ac45c (diff)
gentoo auto-resync : 06:07:2023 - 16:14:21
Diffstat (limited to 'kde-apps/kdenetwork-meta/kdenetwork-meta-23.04.3.ebuild')
-rw-r--r--kde-apps/kdenetwork-meta/kdenetwork-meta-23.04.3.ebuild33
1 files changed, 33 insertions, 0 deletions
diff --git a/kde-apps/kdenetwork-meta/kdenetwork-meta-23.04.3.ebuild b/kde-apps/kdenetwork-meta/kdenetwork-meta-23.04.3.ebuild
new file mode 100644
index 000000000000..2ee0af218abf
--- /dev/null
+++ b/kde-apps/kdenetwork-meta/kdenetwork-meta-23.04.3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 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://apps.kde.org/"
+
+LICENSE="metapackage"
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE="+bittorrent dropbox samba telepathy +webengine"
+
+RDEPEND="
+ >=kde-apps/kget-${PV}:${SLOT}
+ >=kde-apps/kopete-${PV}:${SLOT}
+ >=kde-apps/krdc-${PV}:${SLOT}
+ >=kde-apps/krfb-${PV}:${SLOT}
+ >=kde-misc/kdeconnect-${PV}:${SLOT}
+ >=net-im/neochat-${PV}
+ >=net-im/tokodon-${PV}
+ >=net-irc/konversation-${PV}:${SLOT}
+ >=net-misc/kio-zeroconf-${PV}:${SLOT}
+ >=net-news/alligator-${PV}
+ 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} )
+ telepathy? ( kde-apps/plasma-telepathy-meta:${SLOT} )
+ webengine? ( >=kde-misc/kio-gdrive-${PV}:${SLOT} )
+"