diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-01-06 15:35:12 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-01-07 15:32:09 +0100 |
commit | 540cdec52d8fdf7a6a15cab41740a23989ed1528 (patch) | |
tree | 7664c282fdff0ec9b618de08f1e448145dbe1425 /kde-apps/kdenetwork-meta | |
parent | kde-apps/kaccounts-providers: drop 23.08.3-r1 (diff) | |
download | gentoo-540cdec52d8fdf7a6a15cab41740a23989ed1528.tar.gz gentoo-540cdec52d8fdf7a6a15cab41740a23989ed1528.tar.bz2 gentoo-540cdec52d8fdf7a6a15cab41740a23989ed1528.zip |
kde-apps/kdenetwork-meta: drop 23.08.3
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.08.3.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/kde-apps/kdenetwork-meta/kdenetwork-meta-23.08.3.ebuild b/kde-apps/kdenetwork-meta/kdenetwork-meta-23.08.3.ebuild deleted file mode 100644 index 6b945d81386b..000000000000 --- a/kde-apps/kdenetwork-meta/kdenetwork-meta-23.08.3.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# 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 +screencast +webengine" - -RDEPEND=" - >=kde-apps/kget-${PV}:${SLOT} - >=kde-apps/krdc-${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} ) - screencast? ( >=kde-apps/krfb-${PV}:${SLOT} ) - webengine? ( >=kde-misc/kio-gdrive-${PV}:${SLOT} ) -" |