Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/guitarix/
Date: Thu, 25 Jun 2020 08:08:28
Message-Id: 1593072460.43f175ac5f7f8d958ea383717576f0514b56ee43.juippis@gentoo
1 commit: 43f175ac5f7f8d958ea383717576f0514b56ee43
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 25 07:41:08 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 25 08:07:40 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43f175ac
7
8 media-sound/guitarix: use https:// for homepage
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 media-sound/guitarix/guitarix-0.39.0.ebuild | 3 ++-
13 media-sound/guitarix/guitarix-0.40.0.ebuild | 3 ++-
14 media-sound/guitarix/guitarix-9999.ebuild | 3 ++-
15 3 files changed, 6 insertions(+), 3 deletions(-)
16
17 diff --git a/media-sound/guitarix/guitarix-0.39.0.ebuild b/media-sound/guitarix/guitarix-0.39.0.ebuild
18 index 9d500a3a0a3..68859634043 100644
19 --- a/media-sound/guitarix/guitarix-0.39.0.ebuild
20 +++ b/media-sound/guitarix/guitarix-0.39.0.ebuild
21 @@ -2,6 +2,7 @@
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 +
26 PYTHON_COMPAT=( python3_{6,7,8} )
27 PYTHON_REQ_USE='threads(+)'
28
29 @@ -10,7 +11,7 @@ inherit python-any-r1 waf-utils xdg
30 MY_P="${PN}2-${PV}"
31
32 DESCRIPTION="Virtual guitar amplifier for Linux"
33 -HOMEPAGE="http://guitarix.org/"
34 +HOMEPAGE="https://guitarix.org/"
35 SRC_URI="mirror://sourceforge/guitarix/guitarix/${MY_P}.tar.xz"
36
37 LICENSE="GPL-2"
38
39 diff --git a/media-sound/guitarix/guitarix-0.40.0.ebuild b/media-sound/guitarix/guitarix-0.40.0.ebuild
40 index 8b4b9f2d5da..d858a159e6f 100644
41 --- a/media-sound/guitarix/guitarix-0.40.0.ebuild
42 +++ b/media-sound/guitarix/guitarix-0.40.0.ebuild
43 @@ -2,6 +2,7 @@
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=6
47 +
48 PYTHON_COMPAT=( python3_{6,7,8} )
49 PYTHON_REQ_USE='threads(+)'
50
51 @@ -10,7 +11,7 @@ inherit python-any-r1 waf-utils xdg
52 MY_P="${PN}2-${PV}"
53
54 DESCRIPTION="Virtual guitar amplifier for Linux"
55 -HOMEPAGE="http://guitarix.org/"
56 +HOMEPAGE="https://guitarix.org/"
57 SRC_URI="mirror://sourceforge/guitarix/guitarix/${MY_P}.tar.xz"
58
59 LICENSE="GPL-2"
60
61 diff --git a/media-sound/guitarix/guitarix-9999.ebuild b/media-sound/guitarix/guitarix-9999.ebuild
62 index 5af7ae7be61..95daa28f6cf 100644
63 --- a/media-sound/guitarix/guitarix-9999.ebuild
64 +++ b/media-sound/guitarix/guitarix-9999.ebuild
65 @@ -2,6 +2,7 @@
66 # Distributed under the terms of the GNU General Public License v2
67
68 EAPI=6
69 +
70 PYTHON_COMPAT=( python3_{6,7,8} )
71 PYTHON_REQ_USE='threads(+)'
72
73 @@ -10,7 +11,7 @@ inherit python-any-r1 waf-utils xdg git-r3
74 MY_P="${PN}2-${PV}"
75
76 DESCRIPTION="Virtual guitar amplifier for Linux"
77 -HOMEPAGE="http://guitarix.org/"
78 +HOMEPAGE="https://guitarix.org/"
79 EGIT_REPO_URI="https://git.code.sf.net/p/guitarix/git"
80 S="${WORKDIR}/${P}/trunk"