From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EBC6715817D for ; Thu, 13 Jun 2024 17:40:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B56EE2A9A; Thu, 13 Jun 2024 17:40:23 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1C826E2A9A for ; Thu, 13 Jun 2024 17:40:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4E465335D6B for ; Thu, 13 Jun 2024 17:40:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6D5B1CD5 for ; Thu, 13 Jun 2024 17:40:20 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1718300350.947806336707a219ed4f890e6e6d2e3ac2da0d4c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdenetwork-meta/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kdenetwork-meta/kdenetwork-meta-23.08.5.ebuild X-VCS-Directories: kde-apps/kdenetwork-meta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 947806336707a219ed4f890e6e6d2e3ac2da0d4c X-VCS-Branch: master Date: Thu, 13 Jun 2024 17:40:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b2708e23-9ad3-491e-aaad-7c5b3aa543bc X-Archives-Hash: 23f18572f47e90bc7b3306cd5965624e commit: 947806336707a219ed4f890e6e6d2e3ac2da0d4c Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jun 13 17:39:10 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jun 13 17:39:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94780633 kde-apps/kdenetwork-meta: drop 23.08.5 Signed-off-by: Andreas Sturmlechner gentoo.org> .../kdenetwork-meta/kdenetwork-meta-23.08.5.ebuild | 31 ---------------------- 1 file changed, 31 deletions(-) diff --git a/kde-apps/kdenetwork-meta/kdenetwork-meta-23.08.5.ebuild b/kde-apps/kdenetwork-meta/kdenetwork-meta-23.08.5.ebuild deleted file mode 100644 index 75fc1a7543bb..000000000000 --- a/kde-apps/kdenetwork-meta/kdenetwork-meta-23.08.5.ebuild +++ /dev/null @@ -1,31 +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 ~ppc64 x86" -IUSE="+bittorrent dropbox samba +screencast +webengine" - -RDEPEND=" - >=kde-apps/kget-${PV}:5 - >=kde-apps/krdc-${PV}:5 - >=kde-misc/kdeconnect-${PV}:5 - >=net-im/neochat-${PV} - >=net-im/tokodon-${PV} - >=net-irc/konversation-${PV}:5 - >=net-misc/kio-zeroconf-${PV}:5 - >=net-news/alligator-${PV} - bittorrent? ( - >=net-libs/libktorrent-${PV}:5 - >=net-p2p/ktorrent-${PV}:5 - ) - dropbox? ( >=kde-apps/dolphin-plugins-dropbox-${PV}:5 ) - samba? ( >=kde-apps/kdenetwork-filesharing-${PV}:5 ) - screencast? ( >=kde-apps/krfb-${PV}:5 ) - webengine? ( >=kde-misc/kio-gdrive-${PV}:5 ) -"