Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyalsa/
Date: Fri, 02 Mar 2018 18:09:15
Message-Id: 1520014143.e584d535c25790128a9e661255b679b3c40f5823.mgorny@gentoo
1 commit: e584d535c25790128a9e661255b679b3c40f5823
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Feb 23 15:49:56 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 2 18:09:03 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e584d535
7
8 dev-python/pyalsa: use HTTPS
9
10 dev-python/pyalsa/pyalsa-1.0.29.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/dev-python/pyalsa/pyalsa-1.0.29.ebuild b/dev-python/pyalsa/pyalsa-1.0.29.ebuild
14 index 4ab9d25891a..c0c0d92f726 100644
15 --- a/dev-python/pyalsa/pyalsa-1.0.29.ebuild
16 +++ b/dev-python/pyalsa/pyalsa-1.0.29.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2016 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 pypy ) # Still py2 only it appears
24 inherit distutils-r1 flag-o-matic
25
26 DESCRIPTION="Python bindings for ALSA library"
27 -HOMEPAGE="http://alsa-project.org/"
28 +HOMEPAGE="https://alsa-project.org/"
29 SRC_URI="mirror://alsaproject/pyalsa/${P}.tar.bz2"
30
31 LICENSE="GPL-2"