commit: 26f2fd143a3015390f5b426319f8573a30548ae5 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Mar 6 19:03:46 2021 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Mar 6 19:03:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26f2fd14
media-sound/bpmdetect: Use cmake.eclass/EAPI-7, drop vcs-snapshot Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> media-sound/bpmdetect/bpmdetect-0.7.0_pre20170810.ebuild | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/media-sound/bpmdetect/bpmdetect-0.7.0_pre20170810.ebuild b/media-sound/bpmdetect/bpmdetect-0.7.0_pre20170810.ebuild index 3f77ce8b363..a94e3a52f96 100644 --- a/media-sound/bpmdetect/bpmdetect-0.7.0_pre20170810.ebuild +++ b/media-sound/bpmdetect/bpmdetect-0.7.0_pre20170810.ebuild @@ -1,14 +1,15 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 COMMIT=b13aac15904c1f821b1739d00445f49432705387 -inherit cmake-utils vcs-snapshot +inherit cmake DESCRIPTION="Automatic BPM detection utility" HOMEPAGE="https://github.com/Tatsh/bpmdetect" SRC_URI="https://github.com/Tatsh/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-${COMMIT}" LICENSE="GPL-2" SLOT="0" @@ -26,7 +27,8 @@ RDEPEND=" media-libs/portaudio media-libs/taglib " -DEPEND="${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" virtual/pkgconfig "
