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 71CD6139695 for ; Sun, 18 Jun 2017 12:08:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1E69234013; Sun, 18 Jun 2017 12:08:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 97BF5234013 for ; Sun, 18 Jun 2017 12:08:29 +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 9837F341A08 for ; Sun, 18 Jun 2017 12:08:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C03A7486 for ; Sun, 18 Jun 2017 12:08:27 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1497787694.121e40adf6d72fabc5ea8fd91e3805d6d17c67e3.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mlt/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/mlt/mlt-6.4.1-r1.ebuild media-libs/mlt/mlt-6.4.1-r2.ebuild X-VCS-Directories: media-libs/mlt/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 121e40adf6d72fabc5ea8fd91e3805d6d17c67e3 X-VCS-Branch: master Date: Sun, 18 Jun 2017 12:08:27 +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: 55642db8-26f7-4fb8-8317-4e8748b81492 X-Archives-Hash: 89f12708ba74bd86db5304abed09e186 commit: 121e40adf6d72fabc5ea8fd91e3805d6d17c67e3 Author: Michael Palimaka gentoo org> AuthorDate: Sun Jun 18 11:54:52 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Jun 18 12:08:14 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=121e40ad media-libs/mlt: use HTTPS Package-Manager: Portage-2.3.5, Repoman-2.3.2 media-libs/mlt/mlt-6.4.1-r1.ebuild | 4 ++-- media-libs/mlt/mlt-6.4.1-r2.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-libs/mlt/mlt-6.4.1-r1.ebuild b/media-libs/mlt/mlt-6.4.1-r1.ebuild index 209be60cfe4..14992551c14 100644 --- a/media-libs/mlt/mlt-6.4.1-r1.ebuild +++ b/media-libs/mlt/mlt-6.4.1-r1.ebuild @@ -7,7 +7,7 @@ USE_RUBY="ruby21" inherit eutils flag-o-matic multilib python-single-r1 ruby-single toolchain-funcs DESCRIPTION="Open source multimedia framework for television broadcasting" -HOMEPAGE="http://www.mltframework.org/" +HOMEPAGE="https://www.mltframework.org/" SRC_URI="https://github.com/mltframework/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" @@ -149,7 +149,7 @@ src_configure() { fi # TODO: add swig language bindings - # see also http://www.mltframework.org/twiki/bin/view/MLT/ExtremeMakeover + # see also https://www.mltframework.org/twiki/bin/view/MLT/ExtremeMakeover local swig_lang # TODO: java perl php tcl diff --git a/media-libs/mlt/mlt-6.4.1-r2.ebuild b/media-libs/mlt/mlt-6.4.1-r2.ebuild index 693c5e6e0d1..3e8b18a1f26 100644 --- a/media-libs/mlt/mlt-6.4.1-r2.ebuild +++ b/media-libs/mlt/mlt-6.4.1-r2.ebuild @@ -10,7 +10,7 @@ USE_RUBY="ruby22" inherit eutils flag-o-matic multilib python-single-r1 ruby-single toolchain-funcs DESCRIPTION="Open source multimedia framework for television broadcasting" -HOMEPAGE="http://www.mltframework.org/" +HOMEPAGE="https://www.mltframework.org/" SRC_URI="https://github.com/mltframework/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" @@ -154,7 +154,7 @@ src_configure() { fi # TODO: add swig language bindings - # see also http://www.mltframework.org/twiki/bin/view/MLT/ExtremeMakeover + # see also https://www.mltframework.org/twiki/bin/view/MLT/ExtremeMakeover local swig_lang # TODO: java perl php tcl