Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmix/
Date: Sat, 05 May 2018 19:28:43
Message-Id: 1525548419.3ab522a141e055104fd1332685088426f22eddc5.bman@gentoo
1 commit: 3ab522a141e055104fd1332685088426f22eddc5
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Apr 30 09:01:36 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat May 5 19:26:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ab522a1
7
8 x11-plugins/wmix: use HTTPS
9
10 x11-plugins/wmix/wmix-3.2.ebuild | 6 +++---
11 x11-plugins/wmix/wmix-3.3.ebuild | 6 +++---
12 2 files changed, 6 insertions(+), 6 deletions(-)
13
14 diff --git a/x11-plugins/wmix/wmix-3.2.ebuild b/x11-plugins/wmix/wmix-3.2.ebuild
15 index e5428112def..84b87b79bfa 100644
16 --- a/x11-plugins/wmix/wmix-3.2.ebuild
17 +++ b/x11-plugins/wmix/wmix-3.2.ebuild
18 @@ -1,12 +1,12 @@
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=5
24 inherit eutils toolchain-funcs
25
26 DESCRIPTION="Dockapp mixer for OSS or ALSA"
27 -HOMEPAGE="http://www.dockapps.net/wmix"
28 -SRC_URI="http://www.dockapps.net/download/${P}.tar.gz"
29 +HOMEPAGE="https://www.dockapps.net/wmix"
30 +SRC_URI="https://www.dockapps.net/download/${P}.tar.gz"
31
32 LICENSE="GPL-2"
33 SLOT="0"
34
35 diff --git a/x11-plugins/wmix/wmix-3.3.ebuild b/x11-plugins/wmix/wmix-3.3.ebuild
36 index a5e13b90b37..a82978ca7e5 100644
37 --- a/x11-plugins/wmix/wmix-3.3.ebuild
38 +++ b/x11-plugins/wmix/wmix-3.3.ebuild
39 @@ -1,12 +1,12 @@
40 -# Copyright 1999-2017 Gentoo Foundation
41 +# Copyright 1999-2018 Gentoo Foundation
42 # Distributed under the terms of the GNU General Public License v2
43
44 EAPI=6
45 inherit toolchain-funcs
46
47 DESCRIPTION="Dockapp mixer for OSS or ALSA"
48 -HOMEPAGE="http://www.dockapps.net/wmix"
49 -SRC_URI="http://www.dockapps.net/download/${P}.tar.gz"
50 +HOMEPAGE="https://www.dockapps.net/wmix"
51 +SRC_URI="https://www.dockapps.net/download/${P}.tar.gz"
52
53 LICENSE="GPL-2"
54 SLOT="0"