Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libkeyfinder/
Date: Fri, 08 Jan 2021 10:22:51
Message-Id: 1610101349.88a5106098348a55dc22fd8df633b3fcf20f369c.fordfrog@gentoo
1 commit: 88a5106098348a55dc22fd8df633b3fcf20f369c
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 8 10:22:29 2021 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 8 10:22:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88a51060
7
8 media-libs/libkeyfinder: fixed homepage and src_uri
9
10 thanks jospezial for reporting
11
12 Closes: https://bugs.gentoo.org/764398
13 Package-Manager: Portage-3.0.12, Repoman-3.0.2
14 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
15
16 media-libs/libkeyfinder/libkeyfinder-2.2.3.ebuild | 6 +++---
17 1 file changed, 3 insertions(+), 3 deletions(-)
18
19 diff --git a/media-libs/libkeyfinder/libkeyfinder-2.2.3.ebuild b/media-libs/libkeyfinder/libkeyfinder-2.2.3.ebuild
20 index 9a3be69a665..a6032b4b6ff 100644
21 --- a/media-libs/libkeyfinder/libkeyfinder-2.2.3.ebuild
22 +++ b/media-libs/libkeyfinder/libkeyfinder-2.2.3.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 2019-2020 Gentoo Authors
25 +# Copyright 2019-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29 @@ -6,8 +6,8 @@ EAPI=7
30 inherit cmake
31
32 DESCRIPTION="Musical key detection library for digital audio"
33 -HOMEPAGE="https://github.com/mixxxdj/libKeyFinder"
34 -SRC_URI="https://github.com/mixxxdj/libKeyFinder/archive/v${PV}.tar.gz -> ${P}.tar.gz"
35 +HOMEPAGE="https://github.com/mixxxdj/libkeyfinder"
36 +SRC_URI="https://github.com/mixxxdj/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
37
38 LICENSE="GPL-3+"
39 SLOT="0"