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: media-libs/alsa-oss/
Date: Fri, 02 Mar 2018 18:09:17
Message-Id: 1520014145.de577931e7c92d0ef190d3f65286d379a18954a4.mgorny@gentoo
1 commit: de577931e7c92d0ef190d3f65286d379a18954a4
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Feb 23 15:57:06 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 2 18:09:05 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de577931
7
8 media-sound/alsa-oss: use HTTPS
9
10 Closes: https://github.com/gentoo/gentoo/pull/7271
11
12 media-libs/alsa-oss/alsa-oss-1.0.28.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-libs/alsa-oss/alsa-oss-1.0.28.ebuild b/media-libs/alsa-oss/alsa-oss-1.0.28.ebuild
16 index a05db2aa51b..49417959c20 100644
17 --- a/media-libs/alsa-oss/alsa-oss-1.0.28.ebuild
18 +++ b/media-libs/alsa-oss/alsa-oss-1.0.28.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -9,7 +9,7 @@ MY_P="${P/_rc/rc}"
26 S="${WORKDIR}/${MY_P}"
27
28 DESCRIPTION="Advanced Linux Sound Architecture OSS compatibility layer"
29 -HOMEPAGE="http://www.alsa-project.org/"
30 +HOMEPAGE="https://alsa-project.org/"
31 SRC_URI="mirror://alsaproject/oss-lib/${MY_P}.tar.bz2"
32
33 LICENSE="GPL-2"