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