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 5675F1382C5 for ; Thu, 8 Feb 2018 19:15:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 411A2E0B29; Thu, 8 Feb 2018 19:15:57 +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 F2FCBE0B29 for ; Thu, 8 Feb 2018 19:15:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 39F69335C53 for ; Thu, 8 Feb 2018 19:15:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED6271E5 for ; Thu, 8 Feb 2018 19:15:52 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1518117334.33b7ddbcbd0094c478562a708a829388162c515b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/audacious/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/audacious/audacious-3.9.ebuild media-sound/audacious/audacious-9999.ebuild X-VCS-Directories: media-sound/audacious/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 33b7ddbcbd0094c478562a708a829388162c515b X-VCS-Branch: master Date: Thu, 8 Feb 2018 19:15:52 +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-Archives-Salt: b938479b-092d-4c96-bfa7-d7146873f473 X-Archives-Hash: ba98031f177969e29796f84daa145f0c commit: 33b7ddbcbd0094c478562a708a829388162c515b Author: Francesco Turco fastmail fm> AuthorDate: Fri Feb 2 13:34:38 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Feb 8 19:15:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33b7ddbc media-sound/audacious: use HTTPS instead of HTTP Closes: https://github.com/gentoo/gentoo/pull/7021 media-sound/audacious/audacious-3.9.ebuild | 8 ++++---- media-sound/audacious/audacious-9999.ebuild | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/media-sound/audacious/audacious-3.9.ebuild b/media-sound/audacious/audacious-3.9.ebuild index d2b1efbb448..dea37f7b001 100644 --- a/media-sound/audacious/audacious-3.9.ebuild +++ b/media-sound/audacious/audacious-3.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,15 +9,15 @@ MY_P="${P/_/-}" S="${WORKDIR}/${MY_P}" DESCRIPTION="Audacious Player - Your music, your way, no exceptions" -HOMEPAGE="http://audacious-media-player.org/" +HOMEPAGE="https://audacious-media-player.org/" if [[ ${PV} == *9999 ]]; then inherit autotools git-r3 EGIT_REPO_URI="https://github.com/audacious-media-player/audacious.git" else SRC_URI=" - !gtk3? ( http://distfiles.audacious-media-player.org/${MY_P}.tar.bz2 ) - gtk3? ( http://distfiles.audacious-media-player.org/${MY_P}-gtk3.tar.bz2 )" + !gtk3? ( https://distfiles.audacious-media-player.org/${MY_P}.tar.bz2 ) + gtk3? ( https://distfiles.audacious-media-player.org/${MY_P}-gtk3.tar.bz2 )" KEYWORDS="~amd64 ~x86" fi diff --git a/media-sound/audacious/audacious-9999.ebuild b/media-sound/audacious/audacious-9999.ebuild index d2b1efbb448..dea37f7b001 100644 --- a/media-sound/audacious/audacious-9999.ebuild +++ b/media-sound/audacious/audacious-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,15 +9,15 @@ MY_P="${P/_/-}" S="${WORKDIR}/${MY_P}" DESCRIPTION="Audacious Player - Your music, your way, no exceptions" -HOMEPAGE="http://audacious-media-player.org/" +HOMEPAGE="https://audacious-media-player.org/" if [[ ${PV} == *9999 ]]; then inherit autotools git-r3 EGIT_REPO_URI="https://github.com/audacious-media-player/audacious.git" else SRC_URI=" - !gtk3? ( http://distfiles.audacious-media-player.org/${MY_P}.tar.bz2 ) - gtk3? ( http://distfiles.audacious-media-player.org/${MY_P}-gtk3.tar.bz2 )" + !gtk3? ( https://distfiles.audacious-media-player.org/${MY_P}.tar.bz2 ) + gtk3? ( https://distfiles.audacious-media-player.org/${MY_P}-gtk3.tar.bz2 )" KEYWORDS="~amd64 ~x86" fi