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-sound/guitarix/
Date: Tue, 03 May 2022 06:54:25
Message-Id: 1651560859.bdaec81bb722bd17a9f6caf4fbf5f4dd024e6c1d.fordfrog@gentoo
1 commit: bdaec81bb722bd17a9f6caf4fbf5f4dd024e6c1d
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 3 06:54:09 2022 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Tue May 3 06:54:19 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdaec81b
7
8 media-sound/guitarix: bump to 0.44.0, dropped python3_7 from all
9
10 Bug: https://bugs.gentoo.org/839399
11 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
12
13 media-sound/guitarix/Manifest | 1 +
14 media-sound/guitarix/guitarix-0.43.1.ebuild | 2 +-
15 .../guitarix/{guitarix-0.43.1.ebuild => guitarix-0.44.0.ebuild} | 4 ++--
16 media-sound/guitarix/guitarix-9999.ebuild | 4 ++--
17 4 files changed, 6 insertions(+), 5 deletions(-)
18
19 diff --git a/media-sound/guitarix/Manifest b/media-sound/guitarix/Manifest
20 index 06bc7470052d..1ffd14ca1ff4 100644
21 --- a/media-sound/guitarix/Manifest
22 +++ b/media-sound/guitarix/Manifest
23 @@ -1 +1,2 @@
24 DIST guitarix2-0.43.1.tar.xz 71742288 BLAKE2B bfa72a20f5fe1bdd08162e283f7074f6bcd6b4d6ccb1771f0351e60802ebf030f8f6627d2480ccd2e5972215847edd62bff38c338723fd0bf2504b9b2cee5101 SHA512 30e56d863308cea18bb4af6f71d3e8d852662b4252c998507a1c3de9a2d97fe1c4ecb525bd35ef8e176b5cb5138806553cba157c1aa6cb14e48fe0bbea8a7def
25 +DIST guitarix2-0.44.0.tar.xz 71732636 BLAKE2B 1abc470ec7adc3286ee3edefc7652e95ec20d73c104cd20d9521c85d68ff4e91b70465ff05b7acc2c10b1902c976c6c93f171325494126f75707d5e3ea9affb8 SHA512 30520600ef60379770f40901a19219a044d442c77d0808df72957eb5f7fba7e6aef7ec2217735683033697144c3c9850963e89941d31ebb6b7490507a3e35f75
26
27 diff --git a/media-sound/guitarix/guitarix-0.43.1.ebuild b/media-sound/guitarix/guitarix-0.43.1.ebuild
28 index 32de3d3a96e1..cd2c72ecf68d 100644
29 --- a/media-sound/guitarix/guitarix-0.43.1.ebuild
30 +++ b/media-sound/guitarix/guitarix-0.43.1.ebuild
31 @@ -3,7 +3,7 @@
32
33 EAPI=7
34
35 -PYTHON_COMPAT=( python3_{7..10} )
36 +PYTHON_COMPAT=( python3_{8..10} )
37 PYTHON_REQ_USE='threads(+)'
38
39 inherit python-any-r1 waf-utils xdg
40
41 diff --git a/media-sound/guitarix/guitarix-0.43.1.ebuild b/media-sound/guitarix/guitarix-0.44.0.ebuild
42 similarity index 97%
43 copy from media-sound/guitarix/guitarix-0.43.1.ebuild
44 copy to media-sound/guitarix/guitarix-0.44.0.ebuild
45 index 32de3d3a96e1..d85e289e2d53 100644
46 --- a/media-sound/guitarix/guitarix-0.43.1.ebuild
47 +++ b/media-sound/guitarix/guitarix-0.44.0.ebuild
48 @@ -3,7 +3,7 @@
49
50 EAPI=7
51
52 -PYTHON_COMPAT=( python3_{7..10} )
53 +PYTHON_COMPAT=( python3_{8..10} )
54 PYTHON_REQ_USE='threads(+)'
55
56 inherit python-any-r1 waf-utils xdg
57 @@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/guitarix/guitarix/${MY_P}.tar.xz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 -KEYWORDS="amd64"
62 +KEYWORDS="~amd64"
63 IUSE="bluetooth debug lv2 nls nsm +standalone zeroconf"
64 REQUIRED_USE="|| ( lv2 standalone )"
65
66
67 diff --git a/media-sound/guitarix/guitarix-9999.ebuild b/media-sound/guitarix/guitarix-9999.ebuild
68 index ac32a3ca36c9..7d35c3242486 100644
69 --- a/media-sound/guitarix/guitarix-9999.ebuild
70 +++ b/media-sound/guitarix/guitarix-9999.ebuild
71 @@ -1,9 +1,9 @@
72 -# Copyright 2019-2021 Gentoo Authors
73 +# Copyright 2019-2022 Gentoo Authors
74 # Distributed under the terms of the GNU General Public License v2
75
76 EAPI=7
77
78 -PYTHON_COMPAT=( python3_{7..10} )
79 +PYTHON_COMPAT=( python3_{8..10} )
80 PYTHON_REQ_USE='threads(+)'
81
82 inherit python-any-r1 waf-utils xdg git-r3