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 1BF4F1382C5 for ; Sun, 13 May 2018 19:20:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24C78E0BF8; Sun, 13 May 2018 19:20:21 +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 02E34E0BF8 for ; Sun, 13 May 2018 19:20:20 +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 C0B12335CA6 for ; Sun, 13 May 2018 19:20:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E59329E for ; Sun, 13 May 2018 19:20:16 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1526239120.7a6706224b428a26a68d551c33f3f10d669953cc.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mkvalidator/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/mkvalidator/mkvalidator-0.5.2.ebuild X-VCS-Directories: media-video/mkvalidator/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 7a6706224b428a26a68d551c33f3f10d669953cc X-VCS-Branch: master Date: Sun, 13 May 2018 19:20:16 +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: 5b5709a5-ccd3-4b54-beda-85903f409a37 X-Archives-Hash: 8fcb225572330abc8cff998311e31c99 commit: 7a6706224b428a26a68d551c33f3f10d669953cc Author: Michael Mair-Keimberger gmail com> AuthorDate: Tue May 8 12:27:19 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun May 13 19:18:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a670622 media-video/mkvalidator: use HTTPS media-video/mkvalidator/mkvalidator-0.5.2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-video/mkvalidator/mkvalidator-0.5.2.ebuild b/media-video/mkvalidator/mkvalidator-0.5.2.ebuild index 3e4f279a6c7..45d0756c305 100644 --- a/media-video/mkvalidator/mkvalidator-0.5.2.ebuild +++ b/media-video/mkvalidator/mkvalidator-0.5.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,8 +6,8 @@ EAPI=5 inherit toolchain-funcs DESCRIPTION="mkvalidator is a command line tool to verify Matroska files for spec conformance" -HOMEPAGE="http://www.matroska.org/downloads/mkvalidator.html" -SRC_URI="http://downloads.sourceforge.net/project/matroska/${PN}/${P}.tar.bz2" +HOMEPAGE="https://www.matroska.org/downloads/mkvalidator.html" +SRC_URI="https://downloads.sourceforge.net/project/matroska/${PN}/${P}.tar.bz2" LICENSE="BSD" SLOT="0"