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 960491382C5 for ; Sun, 13 May 2018 19:20:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1BB50E0BEF; 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 DA618E0BEF 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 62820335CA5 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 06003297 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: <1526239116.205b7c856ccd3eccc9b35286604e6af9642a4b8e.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/frei0r-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/frei0r-plugins/frei0r-plugins-1.5.0.ebuild media-plugins/frei0r-plugins/frei0r-plugins-1.6.0.ebuild media-plugins/frei0r-plugins/frei0r-plugins-1.6.1.ebuild X-VCS-Directories: media-plugins/frei0r-plugins/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 205b7c856ccd3eccc9b35286604e6af9642a4b8e 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: 04130581-5fde-4c28-8eb1-fc936981f5a3 X-Archives-Hash: 6616416cde0da5d44024f6d05b0462ab commit: 205b7c856ccd3eccc9b35286604e6af9642a4b8e Author: Michael Mair-Keimberger gmail com> AuthorDate: Tue May 8 12:24:43 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun May 13 19:18:36 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=205b7c85 media-plugins/frei0r-plugins: use HTTPS media-plugins/frei0r-plugins/frei0r-plugins-1.5.0.ebuild | 6 +++--- media-plugins/frei0r-plugins/frei0r-plugins-1.6.0.ebuild | 6 +++--- media-plugins/frei0r-plugins/frei0r-plugins-1.6.1.ebuild | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/media-plugins/frei0r-plugins/frei0r-plugins-1.5.0.ebuild b/media-plugins/frei0r-plugins/frei0r-plugins-1.5.0.ebuild index f7e8e52e5c6..46c0dd3169a 100644 --- a/media-plugins/frei0r-plugins/frei0r-plugins-1.5.0.ebuild +++ b/media-plugins/frei0r-plugins/frei0r-plugins-1.5.0.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=6 @@ -6,8 +6,8 @@ EAPI=6 inherit cmake-utils multilib DESCRIPTION="A minimalistic plugin API for video effects" -HOMEPAGE="http://www.dyne.org/software/frei0r/" -SRC_URI="http://files.dyne.org/frei0r/releases/${P}.tar.gz" +HOMEPAGE="https://www.dyne.org/software/frei0r/" +SRC_URI="https://files.dyne.org/frei0r/releases/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/media-plugins/frei0r-plugins/frei0r-plugins-1.6.0.ebuild b/media-plugins/frei0r-plugins/frei0r-plugins-1.6.0.ebuild index 6c92b93da41..59c5f9f4674 100644 --- a/media-plugins/frei0r-plugins/frei0r-plugins-1.6.0.ebuild +++ b/media-plugins/frei0r-plugins/frei0r-plugins-1.6.0.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=6 @@ -6,8 +6,8 @@ EAPI=6 inherit cmake-utils multilib DESCRIPTION="A minimalistic plugin API for video effects" -HOMEPAGE="http://www.dyne.org/software/frei0r/" -SRC_URI="http://files.dyne.org/frei0r/releases/${P}.tar.gz" +HOMEPAGE="https://www.dyne.org/software/frei0r/" +SRC_URI="https://files.dyne.org/frei0r/releases/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/media-plugins/frei0r-plugins/frei0r-plugins-1.6.1.ebuild b/media-plugins/frei0r-plugins/frei0r-plugins-1.6.1.ebuild index f4647333ad4..4a5a6323355 100644 --- a/media-plugins/frei0r-plugins/frei0r-plugins-1.6.1.ebuild +++ b/media-plugins/frei0r-plugins/frei0r-plugins-1.6.1.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=6 @@ -6,8 +6,8 @@ EAPI=6 inherit cmake-utils multilib DESCRIPTION="A minimalistic plugin API for video effects" -HOMEPAGE="http://www.dyne.org/software/frei0r/" -SRC_URI="http://files.dyne.org/frei0r/releases/${P}.tar.gz" +HOMEPAGE="https://www.dyne.org/software/frei0r/" +SRC_URI="https://files.dyne.org/frei0r/releases/${P}.tar.gz" LICENSE="GPL-2" SLOT="0"