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 22080158083 for ; Mon, 2 Sep 2024 13:22:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4307AE2A90; Mon, 2 Sep 2024 13:22:55 +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 22D5AE2A91 for ; Mon, 2 Sep 2024 13:22:55 +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 E38ED343153 for ; Mon, 2 Sep 2024 13:22:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B81F1F38 for ; Mon, 2 Sep 2024 13:22:51 +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: <1725283320.7610e4a068b6e5475715f8bbb78c4597a7280877.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdeaccessibility-meta/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kdeaccessibility-meta/kdeaccessibility-meta-23.08.5.ebuild X-VCS-Directories: kde-apps/kdeaccessibility-meta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7610e4a068b6e5475715f8bbb78c4597a7280877 X-VCS-Branch: master Date: Mon, 2 Sep 2024 13:22:51 +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: 3bb03ab5-4a8a-456a-a54e-3b511e6a8882 X-Archives-Hash: d3dfc1bc68613e4488f6e1f22bae02ba commit: 7610e4a068b6e5475715f8bbb78c4597a7280877 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Sep 1 21:59:12 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Sep 2 13:22:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7610e4a0 kde-apps/kdeaccessibility-meta: drop 23.08.5 Signed-off-by: Andreas Sturmlechner gentoo.org> .../kdeaccessibility-meta-23.08.5.ebuild | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/kde-apps/kdeaccessibility-meta/kdeaccessibility-meta-23.08.5.ebuild b/kde-apps/kdeaccessibility-meta/kdeaccessibility-meta-23.08.5.ebuild deleted file mode 100644 index d449d6c3701c..000000000000 --- a/kde-apps/kdeaccessibility-meta/kdeaccessibility-meta-23.08.5.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="kdeaccessibility - merge this to pull in all kdeaccessiblity-derived packages" -HOMEPAGE="https://apps.kde.org/" - -LICENSE="metapackage" -SLOT="0" -KEYWORDS="amd64 arm64 ~riscv x86" -IUSE="" - -RDEPEND=" - >=app-accessibility/kontrast-${PV}:5 - >=kde-apps/kmag-${PV}:5 - >=kde-apps/kmousetool-${PV}:5 - >=kde-apps/kmouth-${PV}:5 -"