Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/audacious/
Date: Thu, 08 Feb 2018 19:15:58
Message-Id: 1518117334.33b7ddbcbd0094c478562a708a829388162c515b.asturm@gentoo
1 commit: 33b7ddbcbd0094c478562a708a829388162c515b
2 Author: Francesco Turco <fturco <AT> fastmail <DOT> fm>
3 AuthorDate: Fri Feb 2 13:34:38 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 8 19:15:34 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33b7ddbc
7
8 media-sound/audacious: use HTTPS instead of HTTP
9
10 Closes: https://github.com/gentoo/gentoo/pull/7021
11
12 media-sound/audacious/audacious-3.9.ebuild | 8 ++++----
13 media-sound/audacious/audacious-9999.ebuild | 8 ++++----
14 2 files changed, 8 insertions(+), 8 deletions(-)
15
16 diff --git a/media-sound/audacious/audacious-3.9.ebuild b/media-sound/audacious/audacious-3.9.ebuild
17 index d2b1efbb448..dea37f7b001 100644
18 --- a/media-sound/audacious/audacious-3.9.ebuild
19 +++ b/media-sound/audacious/audacious-3.9.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -9,15 +9,15 @@ MY_P="${P/_/-}"
27 S="${WORKDIR}/${MY_P}"
28
29 DESCRIPTION="Audacious Player - Your music, your way, no exceptions"
30 -HOMEPAGE="http://audacious-media-player.org/"
31 +HOMEPAGE="https://audacious-media-player.org/"
32
33 if [[ ${PV} == *9999 ]]; then
34 inherit autotools git-r3
35 EGIT_REPO_URI="https://github.com/audacious-media-player/audacious.git"
36 else
37 SRC_URI="
38 - !gtk3? ( http://distfiles.audacious-media-player.org/${MY_P}.tar.bz2 )
39 - gtk3? ( http://distfiles.audacious-media-player.org/${MY_P}-gtk3.tar.bz2 )"
40 + !gtk3? ( https://distfiles.audacious-media-player.org/${MY_P}.tar.bz2 )
41 + gtk3? ( https://distfiles.audacious-media-player.org/${MY_P}-gtk3.tar.bz2 )"
42 KEYWORDS="~amd64 ~x86"
43 fi
44
45
46 diff --git a/media-sound/audacious/audacious-9999.ebuild b/media-sound/audacious/audacious-9999.ebuild
47 index d2b1efbb448..dea37f7b001 100644
48 --- a/media-sound/audacious/audacious-9999.ebuild
49 +++ b/media-sound/audacious/audacious-9999.ebuild
50 @@ -1,4 +1,4 @@
51 -# Copyright 1999-2017 Gentoo Foundation
52 +# Copyright 1999-2018 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54
55 EAPI=6
56 @@ -9,15 +9,15 @@ MY_P="${P/_/-}"
57 S="${WORKDIR}/${MY_P}"
58
59 DESCRIPTION="Audacious Player - Your music, your way, no exceptions"
60 -HOMEPAGE="http://audacious-media-player.org/"
61 +HOMEPAGE="https://audacious-media-player.org/"
62
63 if [[ ${PV} == *9999 ]]; then
64 inherit autotools git-r3
65 EGIT_REPO_URI="https://github.com/audacious-media-player/audacious.git"
66 else
67 SRC_URI="
68 - !gtk3? ( http://distfiles.audacious-media-player.org/${MY_P}.tar.bz2 )
69 - gtk3? ( http://distfiles.audacious-media-player.org/${MY_P}-gtk3.tar.bz2 )"
70 + !gtk3? ( https://distfiles.audacious-media-player.org/${MY_P}.tar.bz2 )
71 + gtk3? ( https://distfiles.audacious-media-player.org/${MY_P}-gtk3.tar.bz2 )"
72 KEYWORDS="~amd64 ~x86"
73 fi