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 8BC26158042 for ; Sun, 6 Oct 2024 07:33:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A38EE29AF; Sun, 6 Oct 2024 07:33:18 +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 3C090E29AF for ; Sun, 6 Oct 2024 07:33:18 +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 53ED03430BA for ; Sun, 6 Oct 2024 07:33:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA19011DF for ; Sun, 6 Oct 2024 07:33:15 +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: <1728199986.ecbe3d648321fa68b1aaebbf966a2c38d173639c.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/fluidsynth-dssi/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/fluidsynth-dssi/fluidsynth-dssi-1.0.0-r1.ebuild X-VCS-Directories: media-libs/fluidsynth-dssi/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: ecbe3d648321fa68b1aaebbf966a2c38d173639c X-VCS-Branch: master Date: Sun, 6 Oct 2024 07:33:15 +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: 54be665b-f74c-40ab-b69f-16ccc72a5c46 X-Archives-Hash: 64eca5d36ddaae2f272e8e57727492d3 commit: ecbe3d648321fa68b1aaebbf966a2c38d173639c Author: Miroslav Šulc gentoo org> AuthorDate: Sun Oct 6 07:33:06 2024 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Sun Oct 6 07:33:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecbe3d64 media-libs/fluidsynth-dssi: dropped obsolete 1.0.0-r1 Bug: https://bugs.gentoo.org/940772 Signed-off-by: Miroslav Šulc gentoo.org> .../fluidsynth-dssi-1.0.0-r1.ebuild | 33 ---------------------- 1 file changed, 33 deletions(-) diff --git a/media-libs/fluidsynth-dssi/fluidsynth-dssi-1.0.0-r1.ebuild b/media-libs/fluidsynth-dssi/fluidsynth-dssi-1.0.0-r1.ebuild deleted file mode 100644 index cc1226f50d0c..000000000000 --- a/media-libs/fluidsynth-dssi/fluidsynth-dssi-1.0.0-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -DESCRIPTION="DSSI Soft Synth Interface" -HOMEPAGE="https://dssi.sourceforge.net/" -SRC_URI="https://downloads.sourceforge.net/dssi/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="" - -BDEPEND="virtual/pkgconfig" -DEPEND=" - media-libs/dssi - media-libs/liblo - media-sound/fluidsynth:= - x11-libs/gtk+:2 -" -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}/${PV}-fluidsynth2.patch" -) - -src_prepare() { - default - eautoreconf -}