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 B3F931396D2 for ; Thu, 31 Aug 2017 11:36:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE2281FC041; Thu, 31 Aug 2017 11:36:32 +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 999091FC041 for ; Thu, 31 Aug 2017 11:36:32 +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 62A1334105A for ; Thu, 31 Aug 2017 11:36:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA1A488F6 for ; Thu, 31 Aug 2017 11:36:29 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1504178541.acb57a48c00d5a4242f10c3e5271a3dbe5b1237d.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mediainfo/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/mediainfo/mediainfo-0.7.97.ebuild media-video/mediainfo/mediainfo-0.7.98.ebuild X-VCS-Directories: media-video/mediainfo/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: acb57a48c00d5a4242f10c3e5271a3dbe5b1237d X-VCS-Branch: master Date: Thu, 31 Aug 2017 11:36:29 +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: ccf9c090-a0df-4a74-8ead-e60c6c483e56 X-Archives-Hash: f2fdf7a3278cd136a88b90735237c961 commit: acb57a48c00d5a4242f10c3e5271a3dbe5b1237d Author: Tim Harder gentoo org> AuthorDate: Thu Aug 31 11:17:29 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Thu Aug 31 11:22:21 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acb57a48 media-video/mediainfo: use https for SRC_URI and HOMEPAGE media-video/mediainfo/mediainfo-0.7.97.ebuild | 4 ++-- media-video/mediainfo/mediainfo-0.7.98.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-video/mediainfo/mediainfo-0.7.97.ebuild b/media-video/mediainfo/mediainfo-0.7.97.ebuild index 72c26aa0cf2..962164535c1 100644 --- a/media-video/mediainfo/mediainfo-0.7.97.ebuild +++ b/media-video/mediainfo/mediainfo-0.7.97.ebuild @@ -7,8 +7,8 @@ WX_GTK_VER="3.0" inherit eutils autotools wxwidgets DESCRIPTION="MediaInfo supplies technical and tag information about media files" -HOMEPAGE="http://mediaarea.net/mediainfo/ https://github.com/MediaArea/MediaInfo" -SRC_URI="http://mediaarea.net/download/source/${PN}/${PV}/${P/-/_}.tar.xz" +HOMEPAGE="https://mediaarea.net/mediainfo/ https://github.com/MediaArea/MediaInfo" +SRC_URI="https://mediaarea.net/download/source/${PN}/${PV}/${P/-/_}.tar.xz" LICENSE="BSD-2" SLOT="0" diff --git a/media-video/mediainfo/mediainfo-0.7.98.ebuild b/media-video/mediainfo/mediainfo-0.7.98.ebuild index 09ae01b039f..44725129137 100644 --- a/media-video/mediainfo/mediainfo-0.7.98.ebuild +++ b/media-video/mediainfo/mediainfo-0.7.98.ebuild @@ -7,8 +7,8 @@ WX_GTK_VER="3.0" inherit eutils autotools wxwidgets DESCRIPTION="MediaInfo supplies technical and tag information about media files" -HOMEPAGE="http://mediaarea.net/mediainfo/ https://github.com/MediaArea/MediaInfo" -SRC_URI="http://mediaarea.net/download/source/${PN}/${PV}/${P/-/_}.tar.xz" +HOMEPAGE="https://mediaarea.net/mediainfo/ https://github.com/MediaArea/MediaInfo" +SRC_URI="https://mediaarea.net/download/source/${PN}/${PV}/${P/-/_}.tar.xz" LICENSE="BSD-2" SLOT="0"