From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 682381382C5 for ; Thu, 25 Jun 2020 08:08:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA2E7E08BB; Thu, 25 Jun 2020 08:08:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B1941E08B1 for ; Thu, 25 Jun 2020 08:08:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8E0F334F06B for ; Thu, 25 Jun 2020 08:08:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03BDD2B8 for ; Thu, 25 Jun 2020 08:08:21 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1593072460.43f175ac5f7f8d958ea383717576f0514b56ee43.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/guitarix/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/guitarix/guitarix-0.39.0.ebuild media-sound/guitarix/guitarix-0.40.0.ebuild media-sound/guitarix/guitarix-9999.ebuild X-VCS-Directories: media-sound/guitarix/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 43f175ac5f7f8d958ea383717576f0514b56ee43 X-VCS-Branch: master Date: Thu, 25 Jun 2020 08:08:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 210a54f5-bccf-4021-9f8a-4ae9deb75696 X-Archives-Hash: 00d1d13a7b5e3bbb17a2e1e5b015b75f commit: 43f175ac5f7f8d958ea383717576f0514b56ee43 Author: Joonas Niilola gentoo org> AuthorDate: Thu Jun 25 07:41:08 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Jun 25 08:07:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43f175ac media-sound/guitarix: use https:// for homepage Signed-off-by: Joonas Niilola gentoo.org> media-sound/guitarix/guitarix-0.39.0.ebuild | 3 ++- media-sound/guitarix/guitarix-0.40.0.ebuild | 3 ++- 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 9d500a3a0a3..68859634043 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 8b4b9f2d5da..d858a159e6f 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 5af7ae7be61..95daa28f6cf 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"