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 F1A0B158008 for ; Mon, 12 Jun 2023 06:48:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52834E0882; Mon, 12 Jun 2023 06:48:06 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3B4B9E0882 for ; Mon, 12 Jun 2023 06:48:06 +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 27B6834144A for ; Mon, 12 Jun 2023 06:48:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76195A66 for ; Mon, 12 Jun 2023 06:48:03 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1686552475.53f8cd133b836621315413cc8581e10fd7dfeb5b.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/mda-lv2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/mda-lv2/mda-lv2-1.2.10.ebuild X-VCS-Directories: media-plugins/mda-lv2/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 53f8cd133b836621315413cc8581e10fd7dfeb5b X-VCS-Branch: master Date: Mon, 12 Jun 2023 06:48:03 +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: 86db14d8-353d-4d3a-a040-1d4fee277ff8 X-Archives-Hash: 4b3b357b79f6afbb9e80786832918793 commit: 53f8cd133b836621315413cc8581e10fd7dfeb5b Author: Miroslav Šulc gentoo org> AuthorDate: Mon Jun 12 06:47:55 2023 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Mon Jun 12 06:47:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53f8cd13 media-plugins/mda-lv2: dropped obsolete 1.2.10 Bug: https://bugs.gentoo.org/908314 Signed-off-by: Miroslav Šulc gentoo.org> media-plugins/mda-lv2/mda-lv2-1.2.10.ebuild | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/media-plugins/mda-lv2/mda-lv2-1.2.10.ebuild b/media-plugins/mda-lv2/mda-lv2-1.2.10.ebuild deleted file mode 100644 index faf6618f6de4..000000000000 --- a/media-plugins/mda-lv2/mda-lv2-1.2.10.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson - -DESCRIPTION="LV2 port of the MDA plugins by Paul Kellett" -HOMEPAGE="https://drobilla.net/software/mda-lv2.html" -SRC_URI="https://download.drobilla.net/${P}.tar.xz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86" - -BDEPEND=" - virtual/pkgconfig -" -RDEPEND="media-libs/lv2"