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 2470A1382C5 for ; Sun, 20 May 2018 23:26:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C43DE0ACB; Sun, 20 May 2018 23:26:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 EB429E0ACB for ; Sun, 20 May 2018 23:26:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D59E5335CED for ; Sun, 20 May 2018 23:26:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 607772A6 for ; Sun, 20 May 2018 23:26:54 +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: <1526858694.78d4974a67ec796228ec74c7e3dbf0979b05f797.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libopenshot-audio/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libopenshot-audio/libopenshot-audio-0.1.2-r1.ebuild media-libs/libopenshot-audio/libopenshot-audio-0.1.4.ebuild X-VCS-Directories: media-libs/libopenshot-audio/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 78d4974a67ec796228ec74c7e3dbf0979b05f797 X-VCS-Branch: master Date: Sun, 20 May 2018 23:26:54 +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: 0479fddf-e472-4595-8eda-4360b21bfa48 X-Archives-Hash: 4eca7af31478678f97b0436df68021e2 commit: 78d4974a67ec796228ec74c7e3dbf0979b05f797 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun May 20 11:58:57 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun May 20 23:24:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78d4974a media-libs/libopenshot-audio: use HTTPS media-libs/libopenshot-audio/libopenshot-audio-0.1.2-r1.ebuild | 4 ++-- media-libs/libopenshot-audio/libopenshot-audio-0.1.4.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media-libs/libopenshot-audio/libopenshot-audio-0.1.2-r1.ebuild b/media-libs/libopenshot-audio/libopenshot-audio-0.1.2-r1.ebuild index 44fffc1b147..794938b206e 100644 --- a/media-libs/libopenshot-audio/libopenshot-audio-0.1.2-r1.ebuild +++ b/media-libs/libopenshot-audio/libopenshot-audio-0.1.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit cmake-utils DESCRIPTION="Audio library used by OpenShot" -HOMEPAGE="http://www.openshot.org/ https://launchpad.net/libopenshot" +HOMEPAGE="https://www.openshot.org/ https://launchpad.net/libopenshot" SRC_URI="https://github.com/OpenShot/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" diff --git a/media-libs/libopenshot-audio/libopenshot-audio-0.1.4.ebuild b/media-libs/libopenshot-audio/libopenshot-audio-0.1.4.ebuild index fc0d8bdf508..3f2605c65c7 100644 --- a/media-libs/libopenshot-audio/libopenshot-audio-0.1.4.ebuild +++ b/media-libs/libopenshot-audio/libopenshot-audio-0.1.4.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit cmake-utils DESCRIPTION="Audio library used by OpenShot" -HOMEPAGE="http://www.openshot.org/ https://launchpad.net/libopenshot" +HOMEPAGE="https://www.openshot.org/ https://launchpad.net/libopenshot" SRC_URI="https://github.com/OpenShot/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3"