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 8974C1396D0 for ; Wed, 23 Aug 2017 12:07:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C22B71FC015; Wed, 23 Aug 2017 12:07:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 A187C1FC003 for ; Wed, 23 Aug 2017 12:07:50 +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 853E5341D04 for ; Wed, 23 Aug 2017 12:07:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05A0D7FBC for ; Wed, 23 Aug 2017 12:07:48 +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: <1503489639.cd086016174fdd14ed6dd8256a3e9157cc2ef8c0.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libebml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libebml/libebml-1.3.4.ebuild X-VCS-Directories: dev-libs/libebml/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: cd086016174fdd14ed6dd8256a3e9157cc2ef8c0 X-VCS-Branch: master Date: Wed, 23 Aug 2017 12:07:48 +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: bf0a360b-a2be-4ae6-b867-84e7121e27e4 X-Archives-Hash: 2cecb62e4cba39d518c20d339fcec1c1 commit: cd086016174fdd14ed6dd8256a3e9157cc2ef8c0 Author: Tim Harder gentoo org> AuthorDate: Wed Aug 23 12:00:39 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Wed Aug 23 12:00:39 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd086016 dev-libs/libebml: use https for HOMEPAGE and SRC_URI dev-libs/libebml/libebml-1.3.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libebml/libebml-1.3.4.ebuild b/dev-libs/libebml/libebml-1.3.4.ebuild index 7060f0adc81..53c1d59dcf9 100644 --- a/dev-libs/libebml/libebml-1.3.4.ebuild +++ b/dev-libs/libebml/libebml-1.3.4.ebuild @@ -6,8 +6,8 @@ EAPI=6 inherit autotools DESCRIPTION="Extensible binary format library (kinda like XML)" -HOMEPAGE="http://www.matroska.org/ https://github.com/Matroska-Org/libebml/" -SRC_URI="http://dl.matroska.org/downloads/${PN}/${P}.tar.bz2" +HOMEPAGE="https://www.matroska.org/ https://github.com/Matroska-Org/libebml/" +SRC_URI="https://dl.matroska.org/downloads/${PN}/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0/4" # subslot = soname major version