diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-07-03 20:09:59 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-07-04 13:51:13 +0200 |
commit | 1286a6f68c10e6d6312c721c6cfbc1049d4ae578 (patch) | |
tree | 19ca89e08b15fb4cb57f1a5e15603ef7a6b1b5dc /kde-apps/kdenetwork-meta | |
parent | kde-apps/kaccounts-providers: drop 24.05.1-r1 (diff) | |
download | gentoo-1286a6f68c10e6d6312c721c6cfbc1049d4ae578.tar.gz gentoo-1286a6f68c10e6d6312c721c6cfbc1049d4ae578.tar.bz2 gentoo-1286a6f68c10e6d6312c721c6cfbc1049d4ae578.zip |
kde-apps/kdenetwork-meta: drop 24.05.1
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.05.1.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/kde-apps/kdenetwork-meta/kdenetwork-meta-24.05.1.ebuild b/kde-apps/kdenetwork-meta/kdenetwork-meta-24.05.1.ebuild deleted file mode 100644 index adb95dcf3454..000000000000 --- a/kde-apps/kdenetwork-meta/kdenetwork-meta-24.05.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# 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="0" -KEYWORDS="~amd64 ~arm64" -IUSE="+bittorrent dropbox samba +screencast +webengine" - -RDEPEND=" - >=kde-apps/kget-${PV}:* - >=kde-apps/krdc-${PV}:* - >=kde-misc/kdeconnect-${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-apps/kaccounts-integration-${PV}:* - >=kde-apps/kaccounts-providers-${PV}:* - >=kde-apps/signon-kwallet-extension-${PV}:* - >=kde-misc/kio-gdrive-${PV}:* - >=net-im/neochat-${PV} - ) -" |