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 B41511396DA for ; Sun, 19 Nov 2017 17:46:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C49D6E0E8B; Sun, 19 Nov 2017 17:46:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 9BCD2E0E8B for ; Sun, 19 Nov 2017 17:46:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7290A34071C for ; Sun, 19 Nov 2017 17:46:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0924BA070 for ; Sun, 19 Nov 2017 17:45:59 +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: <1511111633.fd5a83685f6ee670fc4a78539542a8a4e40a1bfa.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mediastreamer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/mediastreamer/mediastreamer-2.9.0-r2.ebuild X-VCS-Directories: media-libs/mediastreamer/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: fd5a83685f6ee670fc4a78539542a8a4e40a1bfa X-VCS-Branch: master Date: Sun, 19 Nov 2017 17:45:59 +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-Archives-Salt: 1b26d0f6-2818-4e7c-9bdd-d28c2482a67e X-Archives-Hash: fa86ec8c7d4df2c6594ceae6b0d22906 commit: fd5a83685f6ee670fc4a78539542a8a4e40a1bfa Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Nov 19 17:07:31 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Nov 19 17:13:53 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd5a8368 media-libs/mediastreamer: Switch to https Package-Manager: Portage-2.3.14, Repoman-2.3.6 media-libs/mediastreamer/mediastreamer-2.9.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/mediastreamer/mediastreamer-2.9.0-r2.ebuild b/media-libs/mediastreamer/mediastreamer-2.9.0-r2.ebuild index b249b139c05..467f88e4563 100644 --- a/media-libs/mediastreamer/mediastreamer-2.9.0-r2.ebuild +++ b/media-libs/mediastreamer/mediastreamer-2.9.0-r2.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit autotools eutils DESCRIPTION="Mediastreaming library for telephony application" -HOMEPAGE="http://www.linphone.org/" +HOMEPAGE="https://www.linphone.org/" SRC_URI="mirror://nongnu/linphone/${PN}/${P}.tar.gz" LICENSE="GPL-2"