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 993E615808B for ; Tue, 22 Feb 2022 08:06:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDF052BC003; Tue, 22 Feb 2022 08:06:36 +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 B044C2BC003 for ; Tue, 22 Feb 2022 08:06:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 71FE2342F89 for ; Tue, 22 Feb 2022 08:06:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C39B92A5 for ; Tue, 22 Feb 2022 08:06:33 +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: <1645517184.cf5ed821332698d0ec26f232d88f3301d562ce5f.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libkeyfinder/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libkeyfinder/Manifest media-libs/libkeyfinder/libkeyfinder-2.2.5.ebuild X-VCS-Directories: media-libs/libkeyfinder/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: cf5ed821332698d0ec26f232d88f3301d562ce5f X-VCS-Branch: master Date: Tue, 22 Feb 2022 08:06:33 +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: 9960b904-fb17-4cdf-939e-5d06a80fe606 X-Archives-Hash: e416724a71d895f19b5041fee321e92e commit: cf5ed821332698d0ec26f232d88f3301d562ce5f Author: Miroslav Šulc gentoo org> AuthorDate: Tue Feb 22 08:06:24 2022 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Tue Feb 22 08:06:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf5ed821 media-libs/libkeyfinder: removed obsolete 2.2.5 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Miroslav Šulc gentoo.org> media-libs/libkeyfinder/Manifest | 1 - media-libs/libkeyfinder/libkeyfinder-2.2.5.ebuild | 34 ----------------------- 2 files changed, 35 deletions(-) diff --git a/media-libs/libkeyfinder/Manifest b/media-libs/libkeyfinder/Manifest index 7220d2eb5578..7857618bbfd0 100644 --- a/media-libs/libkeyfinder/Manifest +++ b/media-libs/libkeyfinder/Manifest @@ -1,2 +1 @@ -DIST libkeyfinder-2.2.5.tar.gz 79220 BLAKE2B a0a9b6b0d392d8da7be479e30a733f64f0c0723a1890a969ff1cc0ffc56599778148f7fe081724e83f1b3cc2217bb52f46418ed328da7d34d9229aabf24cbaef SHA512 54463d1f1111dc474d3e43723fddd5579ea1a3842f99f43e50e85622a1d6ee6fe42b22c300ce5ba5807cf6b2d7067af741773af95974a42c5d863c53165893eb DIST libkeyfinder-2.2.6.tar.gz 79371 BLAKE2B dbc1b531098686169cf358a631ce2dfd8d053df93cbcc31b4fd1320ee01f84e60f0b4e290d57b31f0ba09b7d81430574b98dbc4a181953119a732f019c437f48 SHA512 c1b771cebfb925db521a344e28fd1d3bc6e6e921e45dcc81f90926e5b2020fea201a4bc05a65177d3559208a45746fd7784eb6f37352bb10ab7d7b820b40c0b6 diff --git a/media-libs/libkeyfinder/libkeyfinder-2.2.5.ebuild b/media-libs/libkeyfinder/libkeyfinder-2.2.5.ebuild deleted file mode 100644 index 43183be273ec..000000000000 --- a/media-libs/libkeyfinder/libkeyfinder-2.2.5.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 2019-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -DESCRIPTION="Musical key detection library for digital audio" -HOMEPAGE="https://github.com/mixxxdj/libkeyfinder" -SRC_URI="https://github.com/mixxxdj/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" -IUSE="" - -RDEPEND=" - sci-libs/fftw:3.0 -" -DEPEND="${RDEPEND}" - -src_prepare() { - sed -i -e "s/NAMES fftw /NAMES /" \ - cmake/FindFFTW3.cmake || die - cmake_src_prepare -} - -src_configure() { - local mycmakeargs=( - -DBUILD_TESTING=OFF - ) - - cmake_src_configure -}