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 AE958139694 for ; Sun, 30 Jul 2017 08:36:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F5C91FC15F; Sun, 30 Jul 2017 08:36:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 24C421FC15F for ; Sun, 30 Jul 2017 08:36:04 +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 61D58341AA3 for ; Sun, 30 Jul 2017 08:36:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB93474CB for ; Sun, 30 Jul 2017 08:36:00 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1501403749.1c674531b70ff4b01fc72c9bf2dec35b7a8b0457.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/hal-flash/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/hal-flash/hal-flash-0.3.3-r1.ebuild media-libs/hal-flash/hal-flash-0.3.3.ebuild X-VCS-Directories: media-libs/hal-flash/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1c674531b70ff4b01fc72c9bf2dec35b7a8b0457 X-VCS-Branch: master Date: Sun, 30 Jul 2017 08:36:00 +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: efc79c0a-b39d-4f66-8701-6c23b33570e8 X-Archives-Hash: 565c02d897381a2e09e07ecce975482d commit: 1c674531b70ff4b01fc72c9bf2dec35b7a8b0457 Author: David Hicks hicks id au> AuthorDate: Fri Jul 28 23:01:09 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jul 30 08:35:49 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c674531 media-libs/hal-flash: use HTTPS for GitHub and HOMEPAGE domain Package-Manager: Portage-2.3.6, Repoman-2.3.3 media-libs/hal-flash/hal-flash-0.3.3-r1.ebuild | 6 +++--- media-libs/hal-flash/hal-flash-0.3.3.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/media-libs/hal-flash/hal-flash-0.3.3-r1.ebuild b/media-libs/hal-flash/hal-flash-0.3.3-r1.ebuild index 6ed62917511..1bb31567410 100644 --- a/media-libs/hal-flash/hal-flash-0.3.3-r1.ebuild +++ b/media-libs/hal-flash/hal-flash-0.3.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,8 +6,8 @@ EAPI=6 inherit eutils multilib-minimal DESCRIPTION="libhal stub forwarding to UDisks for Adobe Flash to play DRM content" -HOMEPAGE="https://github.com/cshorler/hal-flash http://build.opensuse.org/package/show/devel:openSUSE:Factory/hal-flash" -SRC_URI="http://github.com/cshorler/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/cshorler/hal-flash https://build.opensuse.org/package/show/devel:openSUSE:Factory/hal-flash" +SRC_URI="https://github.com/cshorler/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/media-libs/hal-flash/hal-flash-0.3.3.ebuild b/media-libs/hal-flash/hal-flash-0.3.3.ebuild index c5b12cd08c0..abe863978f2 100644 --- a/media-libs/hal-flash/hal-flash-0.3.3.ebuild +++ b/media-libs/hal-flash/hal-flash-0.3.3.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit autotools eutils DESCRIPTION="A libhal stub library forwarding to UDisks for www-plugins/adobe-flash to play DRM content" -HOMEPAGE="https://github.com/cshorler/hal-flash http://build.opensuse.org/package/show/devel:openSUSE:Factory/hal-flash" -SRC_URI="http://github.com/cshorler/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/cshorler/hal-flash https://build.opensuse.org/package/show/devel:openSUSE:Factory/hal-flash" +SRC_URI="https://github.com/cshorler/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0"