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 5BAE81382C5 for ; Tue, 20 Mar 2018 11:27:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A272E09CE; Tue, 20 Mar 2018 11:27:18 +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 1F176E09CE for ; Tue, 20 Mar 2018 11:27:18 +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 2029C335C49 for ; Tue, 20 Mar 2018 11:27:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D66B224C for ; Tue, 20 Mar 2018 11:27:15 +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: <1521545227.9e27eec8d321cd63cd08f919a77f9f554931f8b6.kensington@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: app-emulation/q4wine/ X-VCS-Repository: proj/qt X-VCS-Files: app-emulation/q4wine/q4wine-9999.ebuild X-VCS-Directories: app-emulation/q4wine/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 9e27eec8d321cd63cd08f919a77f9f554931f8b6 X-VCS-Branch: master Date: Tue, 20 Mar 2018 11:27:15 +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: dd2d2bf0-4b9e-4189-92f4-03c6a05004e8 X-Archives-Hash: e55377e5fbfa6d9e275178e11e8e918f commit: 9e27eec8d321cd63cd08f919a77f9f554931f8b6 Author: Michael Palimaka gentoo org> AuthorDate: Tue Mar 20 11:27:02 2018 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Tue Mar 20 11:27:07 2018 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=9e27eec8 app-emulation/q4wine: use HTTPS Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-emulation/q4wine/q4wine-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/q4wine/q4wine-9999.ebuild b/app-emulation/q4wine/q4wine-9999.ebuild index 689118dc..86ce27c3 100644 --- a/app-emulation/q4wine/q4wine-9999.ebuild +++ b/app-emulation/q4wine/q4wine-9999.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 git-r3 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/" EGIT_REPO_URI="https://github.com/brezerk/q4wine.git" LICENSE="GPL-3"