From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1006672-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AFE2D1382C5 for <garchives@archives.gentoo.org>; Fri, 2 Mar 2018 18:09:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8FF5E0B1C; Fri, 2 Mar 2018 18:09:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 891C0E0B19 for <gentoo-commits@lists.gentoo.org>; Fri, 2 Mar 2018 18:09:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C7AA8335C43 for <gentoo-commits@lists.gentoo.org>; Fri, 2 Mar 2018 18:09:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 521CC235 for <gentoo-commits@lists.gentoo.org>; Fri, 2 Mar 2018 18:09:12 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org> Message-ID: <1520014144.e9764a2f1d9d13503f9db4a50edc0d6e2d3cdf7d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/alsa-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/alsa-tools/alsa-tools-1.1.0.ebuild media-sound/alsa-tools/alsa-tools-1.1.3.ebuild media-sound/alsa-tools/alsa-tools-1.1.5.ebuild X-VCS-Directories: media-sound/alsa-tools/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e9764a2f1d9d13503f9db4a50edc0d6e2d3cdf7d X-VCS-Branch: master Date: Fri, 2 Mar 2018 18:09:12 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 881832fe-639a-4671-95ba-99a363e511dd X-Archives-Hash: a75d1c2179a228c9f56f280fd20b8b3f commit: e9764a2f1d9d13503f9db4a50edc0d6e2d3cdf7d Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Fri Feb 23 15:54:39 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Mar 2 18:09:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9764a2f media-sound/alsa-tools: use HTTPS media-sound/alsa-tools/alsa-tools-1.1.0.ebuild | 4 ++-- media-sound/alsa-tools/alsa-tools-1.1.3.ebuild | 4 ++-- media-sound/alsa-tools/alsa-tools-1.1.5.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/media-sound/alsa-tools/alsa-tools-1.1.0.ebuild b/media-sound/alsa-tools/alsa-tools-1.1.0.ebuild index 3133ebb17a0..e2b9d265a6c 100644 --- a/media-sound/alsa-tools/alsa-tools-1.1.0.ebuild +++ b/media-sound/alsa-tools/alsa-tools-1.1.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit autotools eutils flag-o-matic DESCRIPTION="Advanced Linux Sound Architecture tools" -HOMEPAGE="http://www.alsa-project.org/" +HOMEPAGE="https://alsa-project.org/" SRC_URI="mirror://alsaproject/tools/${P}.tar.bz2" LICENSE="GPL-2" diff --git a/media-sound/alsa-tools/alsa-tools-1.1.3.ebuild b/media-sound/alsa-tools/alsa-tools-1.1.3.ebuild index 39e14548521..972e14d4b03 100644 --- a/media-sound/alsa-tools/alsa-tools-1.1.3.ebuild +++ b/media-sound/alsa-tools/alsa-tools-1.1.3.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit autotools eutils flag-o-matic DESCRIPTION="Advanced Linux Sound Architecture tools" -HOMEPAGE="http://www.alsa-project.org/" +HOMEPAGE="https://alsa-project.org/" SRC_URI="mirror://alsaproject/tools/${P}.tar.bz2" LICENSE="GPL-2" diff --git a/media-sound/alsa-tools/alsa-tools-1.1.5.ebuild b/media-sound/alsa-tools/alsa-tools-1.1.5.ebuild index 9e80bd43921..972e14d4b03 100644 --- a/media-sound/alsa-tools/alsa-tools-1.1.5.ebuild +++ b/media-sound/alsa-tools/alsa-tools-1.1.5.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit autotools eutils flag-o-matic DESCRIPTION="Advanced Linux Sound Architecture tools" -HOMEPAGE="http://www.alsa-project.org/" +HOMEPAGE="https://alsa-project.org/" SRC_URI="mirror://alsaproject/tools/${P}.tar.bz2" LICENSE="GPL-2"