diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-06-25 10:41:08 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-06-25 11:07:40 +0300 |
commit | 43f175ac5f7f8d958ea383717576f0514b56ee43 (patch) | |
tree | 66860c9cc64c759d8239c0ed7954c963413299ae /media-sound/guitarix | |
parent | media-sound/guitarix: Update live ebuild (diff) | |
download | gentoo-43f175ac5f7f8d958ea383717576f0514b56ee43.tar.gz gentoo-43f175ac5f7f8d958ea383717576f0514b56ee43.tar.bz2 gentoo-43f175ac5f7f8d958ea383717576f0514b56ee43.zip |
media-sound/guitarix: use https:// for homepage
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-sound/guitarix')
-rw-r--r-- | media-sound/guitarix/guitarix-0.39.0.ebuild | 3 | ||||
-rw-r--r-- | media-sound/guitarix/guitarix-0.40.0.ebuild | 3 | ||||
-rw-r--r-- | media-sound/guitarix/guitarix-9999.ebuild | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/guitarix/guitarix-0.39.0.ebuild b/media-sound/guitarix/guitarix-0.39.0.ebuild index 9d500a3a0a3a..688596340430 100644 --- a/media-sound/guitarix/guitarix-0.39.0.ebuild +++ b/media-sound/guitarix/guitarix-0.39.0.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 + PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE='threads(+)' @@ -10,7 +11,7 @@ inherit python-any-r1 waf-utils xdg MY_P="${PN}2-${PV}" DESCRIPTION="Virtual guitar amplifier for Linux" -HOMEPAGE="http://guitarix.org/" +HOMEPAGE="https://guitarix.org/" SRC_URI="mirror://sourceforge/guitarix/guitarix/${MY_P}.tar.xz" LICENSE="GPL-2" diff --git a/media-sound/guitarix/guitarix-0.40.0.ebuild b/media-sound/guitarix/guitarix-0.40.0.ebuild index 8b4b9f2d5dab..d858a159e6f9 100644 --- a/media-sound/guitarix/guitarix-0.40.0.ebuild +++ b/media-sound/guitarix/guitarix-0.40.0.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 + PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE='threads(+)' @@ -10,7 +11,7 @@ inherit python-any-r1 waf-utils xdg MY_P="${PN}2-${PV}" DESCRIPTION="Virtual guitar amplifier for Linux" -HOMEPAGE="http://guitarix.org/" +HOMEPAGE="https://guitarix.org/" SRC_URI="mirror://sourceforge/guitarix/guitarix/${MY_P}.tar.xz" LICENSE="GPL-2" diff --git a/media-sound/guitarix/guitarix-9999.ebuild b/media-sound/guitarix/guitarix-9999.ebuild index 5af7ae7be616..95daa28f6cff 100644 --- a/media-sound/guitarix/guitarix-9999.ebuild +++ b/media-sound/guitarix/guitarix-9999.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 + PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE='threads(+)' @@ -10,7 +11,7 @@ inherit python-any-r1 waf-utils xdg git-r3 MY_P="${PN}2-${PV}" DESCRIPTION="Virtual guitar amplifier for Linux" -HOMEPAGE="http://guitarix.org/" +HOMEPAGE="https://guitarix.org/" EGIT_REPO_URI="https://git.code.sf.net/p/guitarix/git" S="${WORKDIR}/${P}/trunk" |