From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 75F04138334 for ; Sun, 10 Mar 2019 10:19:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE8BAE0B05; Sun, 10 Mar 2019 10:19:10 +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 86D13E0B04 for ; Sun, 10 Mar 2019 10:19:10 +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 3226F335CE7 for ; Sun, 10 Mar 2019 10:19:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4120D503 for ; Sun, 10 Mar 2019 10:19:06 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1552213132.a7605d0e88a656b81e958b7cb63b7d7f41df0623.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/alure/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/alure/alure-1.2-r1.ebuild X-VCS-Directories: media-libs/alure/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a7605d0e88a656b81e958b7cb63b7d7f41df0623 X-VCS-Branch: master Date: Sun, 10 Mar 2019 10:19:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7b8132d8-e7a5-4965-8f93-c2b044c27bff X-Archives-Hash: 795ee0d822e6e600fb8a2710e67bd145 commit: a7605d0e88a656b81e958b7cb63b7d7f41df0623 Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri Mar 8 18:12:14 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 10 10:18:52 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7605d0e media-libs/alure: use HTTPS Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11303 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/alure/alure-1.2-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-libs/alure/alure-1.2-r1.ebuild b/media-libs/alure/alure-1.2-r1.ebuild index 2aefcc7885f..68bcce5498a 100644 --- a/media-libs/alure/alure-1.2-r1.ebuild +++ b/media-libs/alure/alure-1.2-r1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit cmake-utils eutils DESCRIPTION="The OpenAL Utility Toolkit" -HOMEPAGE="http://kcat.strangesoft.net/alure.html" -SRC_URI="http://kcat.strangesoft.net/alure-releases/${P}.tar.bz2" +HOMEPAGE="https://kcat.strangesoft.net/alure.html" +SRC_URI="https://kcat.strangesoft.net/alure-releases/${P}.tar.bz2" LICENSE="MIT" SLOT="0"