diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-11 15:05:47 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-11 18:00:58 +0200 |
commit | 1d81e46afc40cf8417295187622747d2a6c559b4 (patch) | |
tree | d970a4177c3ac0ba56dabfd94b0a39530bb7b8d3 /kde-apps/kdenetwork-meta | |
parent | kde-apps/kaccounts-providers: drop 23.04.0 (diff) | |
download | gentoo-1d81e46afc40cf8417295187622747d2a6c559b4.tar.gz gentoo-1d81e46afc40cf8417295187622747d2a6c559b4.tar.bz2 gentoo-1d81e46afc40cf8417295187622747d2a6c559b4.zip |
kde-apps/kdenetwork-meta: drop 23.04.0
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.0.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/kde-apps/kdenetwork-meta/kdenetwork-meta-23.04.0.ebuild b/kde-apps/kdenetwork-meta/kdenetwork-meta-23.04.0.ebuild deleted file mode 100644 index f0b4fa88fbb4..000000000000 --- a/kde-apps/kdenetwork-meta/kdenetwork-meta-23.04.0.ebuild +++ /dev/null @@ -1,32 +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 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} ) -" |