aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-02-01 21:14:49 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-02-01 22:19:15 +0100
commit1a5e2488bed3d3337d3d24221dd07a8097b323ca (patch)
tree0eb98735144eef19e86947b4cf6c74a830f34dfc /kde-apps/kdenetwork-meta
parentkde-apps/kaccounts-providers: 24.01.95 version bump (diff)
downloadkde-1a5e2488bed3d3337d3d24221dd07a8097b323ca.tar.gz
kde-1a5e2488bed3d3337d3d24221dd07a8097b323ca.tar.bz2
kde-1a5e2488bed3d3337d3d24221dd07a8097b323ca.zip
kde-apps/kdenetwork-meta: 24.01.95 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-24.01.95.ebuild31
1 files changed, 31 insertions, 0 deletions
diff --git a/kde-apps/kdenetwork-meta/kdenetwork-meta-24.01.95.ebuild b/kde-apps/kdenetwork-meta/kdenetwork-meta-24.01.95.ebuild
new file mode 100644
index 0000000000..1f0b1afcb9
--- /dev/null
+++ b/kde-apps/kdenetwork-meta/kdenetwork-meta-24.01.95.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2024 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 +screencast +webengine"
+
+RDEPEND="
+ >=kde-apps/kget-${PV}:*
+ >=kde-apps/krdc-${PV}:*
+ >=kde-misc/kdeconnect-${PV}:*
+ >=net-im/neochat-${PV}
+ >=net-im/tokodon-${PV}
+ >=net-irc/konversation-${PV}:*
+ >=net-misc/kio-zeroconf-${PV}:*
+ >=net-news/alligator-${PV}
+ bittorrent? (
+ >=net-libs/libktorrent-${PV}:*
+ >=net-p2p/ktorrent-${PV}:*
+ )
+ dropbox? ( >=kde-apps/dolphin-plugins-dropbox-${PV}:* )
+ samba? ( >=kde-apps/kdenetwork-filesharing-${PV}:* )
+ screencast? ( >=kde-apps/krfb-${PV}:* )
+ webengine? ( >=kde-misc/kio-gdrive-${PV}:* )
+"