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 56E871581FB for ; Thu, 4 Jul 2024 12:06:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68279E2A8B; Thu, 4 Jul 2024 12:06:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1E274E2A86 for ; Thu, 4 Jul 2024 12:06:45 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A99E233BE00 for ; Thu, 4 Jul 2024 12:06:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 085141DD6 for ; Thu, 4 Jul 2024 12:06:41 +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: <1720093894.020d328b54017b9c05d052e1581da788a2c4a31e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdeutils-meta/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kdeutils-meta/kdeutils-meta-24.05.1.ebuild X-VCS-Directories: kde-apps/kdeutils-meta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 020d328b54017b9c05d052e1581da788a2c4a31e X-VCS-Branch: master Date: Thu, 4 Jul 2024 12:06:41 +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: 9b3708fc-3710-499b-b8a1-d5b558370d39 X-Archives-Hash: adc7751837adc56a9e4f4aa986ab2b7d commit: 020d328b54017b9c05d052e1581da788a2c4a31e Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jul 3 18:14:54 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jul 4 11:51:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=020d328b kde-apps/kdeutils-meta: drop 24.05.1 Signed-off-by: Andreas Sturmlechner gentoo.org> .../kdeutils-meta/kdeutils-meta-24.05.1.ebuild | 51 ---------------------- 1 file changed, 51 deletions(-) diff --git a/kde-apps/kdeutils-meta/kdeutils-meta-24.05.1.ebuild b/kde-apps/kdeutils-meta/kdeutils-meta-24.05.1.ebuild deleted file mode 100644 index f92c09f9d52b..000000000000 --- a/kde-apps/kdeutils-meta/kdeutils-meta-24.05.1.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="kdeutils - merge this to pull in all kdeutils-derived packages" -HOMEPAGE="https://apps.kde.org/categories/utilities/" - -LICENSE="metapackage" -SLOT="0" -KEYWORDS="~amd64 ~arm64" -IUSE="7zip gpg lrz plasma rar +webengine" - -RDEPEND=" - >=app-cdr/dolphin-plugins-mountiso-${PV}:* - >=app-cdr/isoimagewriter-${PV}:* - >=app-crypt/keysmith-${PV} - >=kde-apps/ark-${PV}:* - >=kde-apps/filelight-${PV}:* - >=kde-apps/kate-${PV}:* - >=kde-apps/kbackup-${PV}:* - >=kde-apps/kcalc-${PV}:* - >=kde-apps/kcharselect-${PV}:* - >=kde-apps/kdebugsettings-${PV}:* - >=kde-apps/kdf-${PV}:* - >=kde-apps/kteatime-${PV}:* - >=kde-apps/ktimer-${PV}:* - >=kde-apps/kwalletmanager-${PV}:* - >=kde-apps/sweeper-${PV}:* - >=kde-apps/yakuake-${PV}:* - >=kde-misc/kweather-${PV}:* - >=kde-misc/markdownpart-${PV}:* - >=sys-block/partitionmanager-${PV}:* - >=sys-libs/kpmcore-${PV}:* - gpg? ( >=kde-apps/kgpg-${PV}:* ) - plasma? ( >=kde-misc/kclock-${PV} ) - webengine? ( - >=app-editors/ghostwriter-${PV} - >=kde-apps/kimagemapeditor-${PV}:* - ) -" -# Optional runtime deps: kde-apps/ark -RDEPEND="${RDEPEND} - 7zip? ( app-arch/p7zip ) - lrz? ( app-arch/lrzip ) - rar? ( || ( - app-arch/rar - app-arch/unrar - app-arch/unar - ) ) -"