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 222E91396D0 for ; Wed, 30 Aug 2017 11:38:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 797771FC08D; Wed, 30 Aug 2017 11:38:36 +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 593291FC08D for ; Wed, 30 Aug 2017 11:38:36 +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 833F9340DF9 for ; Wed, 30 Aug 2017 11:38:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 22DA387D1 for ; Wed, 30 Aug 2017 11:38:34 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1504093110.25ea733f4855ea001c45401db96bf0866e276bdc.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/fwupd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/fwupd/fwupd-0.9.5-r1.ebuild sys-apps/fwupd/fwupd-0.9.6.ebuild X-VCS-Directories: sys-apps/fwupd/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 25ea733f4855ea001c45401db96bf0866e276bdc X-VCS-Branch: master Date: Wed, 30 Aug 2017 11:38:34 +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: e794acba-26dd-4ccd-a867-8120c3934f3c X-Archives-Hash: 738c5f4697355e109e909d78aaf57e79 commit: 25ea733f4855ea001c45401db96bf0866e276bdc Author: charIes17 arcor de> AuthorDate: Wed Aug 30 08:11:40 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Aug 30 11:38:30 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25ea733f sys-apps/fwupd: HOMEPAGE to use https Package-Manager: Portage-2.3.6, Repoman-2.3.3 Closes: https://github.com/gentoo/gentoo/pull/5556 sys-apps/fwupd/fwupd-0.9.5-r1.ebuild | 2 +- sys-apps/fwupd/fwupd-0.9.6.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/fwupd/fwupd-0.9.5-r1.ebuild b/sys-apps/fwupd/fwupd-0.9.5-r1.ebuild index e6744ef9041..1f4146f8c86 100644 --- a/sys-apps/fwupd/fwupd-0.9.5-r1.ebuild +++ b/sys-apps/fwupd/fwupd-0.9.5-r1.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_4 python3_5 python3_6 ) inherit meson python-single-r1 xdg-utils DESCRIPTION="Aims to make updating firmware on Linux automatic, safe and reliable" -HOMEPAGE="http://www.fwupd.org" +HOMEPAGE="https://fwupd.org" SRC_URI="https://github.com/hughsie/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2+" diff --git a/sys-apps/fwupd/fwupd-0.9.6.ebuild b/sys-apps/fwupd/fwupd-0.9.6.ebuild index 56caf6635a2..19962f03252 100644 --- a/sys-apps/fwupd/fwupd-0.9.6.ebuild +++ b/sys-apps/fwupd/fwupd-0.9.6.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_4 python3_5 python3_6 ) inherit meson python-single-r1 xdg-utils DESCRIPTION="Aims to make updating firmware on Linux automatic, safe and reliable" -HOMEPAGE="http://www.fwupd.org" +HOMEPAGE="https://fwupd.org" SRC_URI="https://github.com/hughsie/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2+"