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 E35471382C5 for ; Tue, 20 Mar 2018 11:27:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5279E09CA; Tue, 20 Mar 2018 11:27:01 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 BF5E1E09CA for ; Tue, 20 Mar 2018 11:27:01 +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 9F35C335C2C for ; Tue, 20 Mar 2018 11:27:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90986260 for ; Tue, 20 Mar 2018 11:26:58 +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: <1521545210.32a109c2679d40688d3cf9a05754347f06ff9d84.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/q4wine/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/q4wine/q4wine-1.3.5.ebuild app-emulation/q4wine/q4wine-1.3.6-r1.ebuild X-VCS-Directories: app-emulation/q4wine/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 32a109c2679d40688d3cf9a05754347f06ff9d84 X-VCS-Branch: master Date: Tue, 20 Mar 2018 11:26:58 +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: ad2460a8-4007-4f99-9210-7c42bd8ef921 X-Archives-Hash: 7b8942e501f306122d25fbd80e1ed4bd commit: 32a109c2679d40688d3cf9a05754347f06ff9d84 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Mar 17 16:31:15 2018 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Tue Mar 20 11:26:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32a109c2 app-emulation/q4wine: use HTTPS Closes: https://github.com/gentoo/gentoo/pull/7489 app-emulation/q4wine/q4wine-1.3.5.ebuild | 4 ++-- app-emulation/q4wine/q4wine-1.3.6-r1.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-emulation/q4wine/q4wine-1.3.5.ebuild b/app-emulation/q4wine/q4wine-1.3.5.ebuild index 1f87c14eb0e..576ca02429f 100644 --- a/app-emulation/q4wine/q4wine-1.3.5.ebuild +++ b/app-emulation/q4wine/q4wine-1.3.5.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 @@ -10,7 +10,7 @@ inherit cmake-utils gnome2-utils xdg-utils MY_P=${PN}-${PV/_p/-r} DESCRIPTION="Qt GUI configuration tool for Wine" -HOMEPAGE="http://q4wine.brezblock.org.ua/" +HOMEPAGE="https://q4wine.brezblock.org.ua/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" LICENSE="GPL-3" diff --git a/app-emulation/q4wine/q4wine-1.3.6-r1.ebuild b/app-emulation/q4wine/q4wine-1.3.6-r1.ebuild index 7eaab269048..f0518b1614a 100644 --- a/app-emulation/q4wine/q4wine-1.3.6-r1.ebuild +++ b/app-emulation/q4wine/q4wine-1.3.6-r1.ebuild @@ -10,7 +10,7 @@ inherit cmake-utils gnome2-utils xdg-utils MY_P=${PN}-${PV/_p/-r} DESCRIPTION="Qt GUI configuration tool for Wine" -HOMEPAGE="http://q4wine.brezblock.org.ua/" +HOMEPAGE="https://q4wine.brezblock.org.ua/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" LICENSE="GPL-3"