diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-11 09:03:22 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-11 17:59:02 +0200 |
commit | bab98c457c9adedb28f41b9301b6594cea288e51 (patch) | |
tree | 35e9f6f8331e5463ada15f8d818a3f7a0d32af54 /kde-apps/kdenetwork-meta | |
parent | kde-apps/kaccounts-providers: 23.04.1 version bump (diff) | |
download | gentoo-bab98c457c9adedb28f41b9301b6594cea288e51.tar.gz gentoo-bab98c457c9adedb28f41b9301b6594cea288e51.tar.bz2 gentoo-bab98c457c9adedb28f41b9301b6594cea288e51.zip |
kde-apps/kdenetwork-meta: 23.04.1 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-23.04.1.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/kde-apps/kdenetwork-meta/kdenetwork-meta-23.04.1.ebuild b/kde-apps/kdenetwork-meta/kdenetwork-meta-23.04.1.ebuild new file mode 100644 index 000000000000..f0b4fa88fbb4 --- /dev/null +++ b/kde-apps/kdenetwork-meta/kdenetwork-meta-23.04.1.ebuild @@ -0,0 +1,32 @@ +# 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} + 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} ) +" |