diff options
author | 2023-08-02 21:01:19 +0200 | |
---|---|---|
committer | 2023-08-02 21:32:34 +0200 | |
commit | a4d5290f1b38b82fe238f61ddf2255ea5e9c9c31 (patch) | |
tree | 1055d81e5156d58c25b288c8592505b31e255e4d | |
parent | kde-apps/kaccounts-providers: drop 23.04.2 (diff) | |
download | gentoo-a4d5290f1b38b82fe238f61ddf2255ea5e9c9c31.tar.gz gentoo-a4d5290f1b38b82fe238f61ddf2255ea5e9c9c31.tar.bz2 gentoo-a4d5290f1b38b82fe238f61ddf2255ea5e9c9c31.zip |
kde-apps/kdenetwork-meta: drop 23.04.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r-- | kde-apps/kdenetwork-meta/kdenetwork-meta-23.04.2.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/kde-apps/kdenetwork-meta/kdenetwork-meta-23.04.2.ebuild b/kde-apps/kdenetwork-meta/kdenetwork-meta-23.04.2.ebuild deleted file mode 100644 index 01b1af6c6d42..000000000000 --- a/kde-apps/kdenetwork-meta/kdenetwork-meta-23.04.2.ebuild +++ /dev/null @@ -1,33 +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} - >=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} ) - telepathy? ( kde-apps/plasma-telepathy-meta:${SLOT} ) - webengine? ( >=kde-misc/kio-gdrive-${PV}:${SLOT} ) -" |