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 A15401396D9 for ; Sun, 22 Oct 2017 23:31:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E53E72BC006; Sun, 22 Oct 2017 23:31:33 +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 B5E632BC006 for ; Sun, 22 Oct 2017 23:31:32 +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 240BB33BEC0 for ; Sun, 22 Oct 2017 23:31:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC7F982A for ; Sun, 22 Oct 2017 23:31:29 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1508714859.214c4f429c16d49d650c47c152e9d9f6664e6538.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/wxGTK/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/wxGTK/wxGTK-2.8.12.1-r1.ebuild x11-libs/wxGTK/wxGTK-2.8.12.1-r2.ebuild x11-libs/wxGTK/wxGTK-3.0.2.0-r1.ebuild x11-libs/wxGTK/wxGTK-3.0.2.0-r2.ebuild x11-libs/wxGTK/wxGTK-3.0.2.0-r3.ebuild x11-libs/wxGTK/wxGTK-3.0.2.0-r300.ebuild x11-libs/wxGTK/wxGTK-3.0.2.0-r301.ebuild X-VCS-Directories: x11-libs/wxGTK/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 214c4f429c16d49d650c47c152e9d9f6664e6538 X-VCS-Branch: master Date: Sun, 22 Oct 2017 23:31:29 +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: 83089652-4f27-42bb-9877-8c04cffe66f0 X-Archives-Hash: aabf8f1da52d0de5f08bb2af195cf325 commit: 214c4f429c16d49d650c47c152e9d9f6664e6538 Author: charIes17 arcor de> AuthorDate: Sat Oct 7 15:11:18 2017 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sun Oct 22 23:27:39 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=214c4f42 x11-libs/wxGTK: HOMEPAGE to use https Closes: https://github.com/gentoo/gentoo/pull/5880 Package-Manager: Portage-2.3.10, Repoman-2.3.3 x11-libs/wxGTK/wxGTK-2.8.12.1-r1.ebuild | 2 +- x11-libs/wxGTK/wxGTK-2.8.12.1-r2.ebuild | 2 +- x11-libs/wxGTK/wxGTK-3.0.2.0-r1.ebuild | 2 +- x11-libs/wxGTK/wxGTK-3.0.2.0-r2.ebuild | 2 +- x11-libs/wxGTK/wxGTK-3.0.2.0-r3.ebuild | 2 +- x11-libs/wxGTK/wxGTK-3.0.2.0-r300.ebuild | 2 +- x11-libs/wxGTK/wxGTK-3.0.2.0-r301.ebuild | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/x11-libs/wxGTK/wxGTK-2.8.12.1-r1.ebuild b/x11-libs/wxGTK/wxGTK-2.8.12.1-r1.ebuild index c2906c3f8b1..87d2ddd9a44 100644 --- a/x11-libs/wxGTK/wxGTK-2.8.12.1-r1.ebuild +++ b/x11-libs/wxGTK/wxGTK-2.8.12.1-r1.ebuild @@ -6,7 +6,7 @@ EAPI="5" inherit eutils flag-o-matic multilib versionator DESCRIPTION="GTK+ version of wxWidgets, a cross-platform C++ GUI toolkit" -HOMEPAGE="http://wxwidgets.org/" +HOMEPAGE="https://wxwidgets.org/" BASE_PV="$(get_version_component_range 1-3)" BASE_P="${PN}-${BASE_PV}" diff --git a/x11-libs/wxGTK/wxGTK-2.8.12.1-r2.ebuild b/x11-libs/wxGTK/wxGTK-2.8.12.1-r2.ebuild index 3f56f877fe1..d54c19a1884 100644 --- a/x11-libs/wxGTK/wxGTK-2.8.12.1-r2.ebuild +++ b/x11-libs/wxGTK/wxGTK-2.8.12.1-r2.ebuild @@ -6,7 +6,7 @@ EAPI="5" inherit autotools eutils flag-o-matic versionator multilib-minimal DESCRIPTION="GTK+ version of wxWidgets, a cross-platform C++ GUI toolkit" -HOMEPAGE="http://wxwidgets.org/" +HOMEPAGE="https://wxwidgets.org/" BASE_PV="$(get_version_component_range 1-3)" BASE_P="${PN}-${BASE_PV}" diff --git a/x11-libs/wxGTK/wxGTK-3.0.2.0-r1.ebuild b/x11-libs/wxGTK/wxGTK-3.0.2.0-r1.ebuild index 21ee7e0f2d6..a1edca1d410 100644 --- a/x11-libs/wxGTK/wxGTK-3.0.2.0-r1.ebuild +++ b/x11-libs/wxGTK/wxGTK-3.0.2.0-r1.ebuild @@ -6,7 +6,7 @@ EAPI="5" inherit eutils flag-o-matic DESCRIPTION="GTK+ version of wxWidgets, a cross-platform C++ GUI toolkit" -HOMEPAGE="http://wxwidgets.org/" +HOMEPAGE="https://wxwidgets.org/" # we use the wxPython tarballs because they include the full wxGTK sources and # docs, and are released more frequently than wxGTK. diff --git a/x11-libs/wxGTK/wxGTK-3.0.2.0-r2.ebuild b/x11-libs/wxGTK/wxGTK-3.0.2.0-r2.ebuild index b77e2b3dd25..1bdc96a9e5a 100644 --- a/x11-libs/wxGTK/wxGTK-3.0.2.0-r2.ebuild +++ b/x11-libs/wxGTK/wxGTK-3.0.2.0-r2.ebuild @@ -6,7 +6,7 @@ EAPI="5" inherit eutils flag-o-matic multilib-minimal DESCRIPTION="GTK+ version of wxWidgets, a cross-platform C++ GUI toolkit" -HOMEPAGE="http://wxwidgets.org/" +HOMEPAGE="https://wxwidgets.org/" # we use the wxPython tarballs because they include the full wxGTK sources and # docs, and are released more frequently than wxGTK. diff --git a/x11-libs/wxGTK/wxGTK-3.0.2.0-r3.ebuild b/x11-libs/wxGTK/wxGTK-3.0.2.0-r3.ebuild index 9bb65a6e57f..61f86ac9715 100644 --- a/x11-libs/wxGTK/wxGTK-3.0.2.0-r3.ebuild +++ b/x11-libs/wxGTK/wxGTK-3.0.2.0-r3.ebuild @@ -6,7 +6,7 @@ EAPI="5" inherit autotools eutils multilib-minimal DESCRIPTION="GTK+ version of wxWidgets, a cross-platform C++ GUI toolkit" -HOMEPAGE="http://wxwidgets.org/" +HOMEPAGE="https://wxwidgets.org/" # we use the wxPython tarballs because they include the full wxGTK sources and # docs, and are released more frequently than wxGTK. diff --git a/x11-libs/wxGTK/wxGTK-3.0.2.0-r300.ebuild b/x11-libs/wxGTK/wxGTK-3.0.2.0-r300.ebuild index 0266dca9e66..923d5219166 100644 --- a/x11-libs/wxGTK/wxGTK-3.0.2.0-r300.ebuild +++ b/x11-libs/wxGTK/wxGTK-3.0.2.0-r300.ebuild @@ -6,7 +6,7 @@ EAPI="6" inherit multilib-minimal DESCRIPTION="GTK+ version of wxWidgets, a cross-platform C++ GUI toolkit" -HOMEPAGE="http://wxwidgets.org/" +HOMEPAGE="https://wxwidgets.org/" # we use the wxPython tarballs because they include the full wxGTK sources and # docs, and are released more frequently than wxGTK. diff --git a/x11-libs/wxGTK/wxGTK-3.0.2.0-r301.ebuild b/x11-libs/wxGTK/wxGTK-3.0.2.0-r301.ebuild index 61856901093..5f3a10b1561 100644 --- a/x11-libs/wxGTK/wxGTK-3.0.2.0-r301.ebuild +++ b/x11-libs/wxGTK/wxGTK-3.0.2.0-r301.ebuild @@ -6,7 +6,7 @@ EAPI="6" inherit autotools multilib-minimal DESCRIPTION="GTK+ version of wxWidgets, a cross-platform C++ GUI toolkit" -HOMEPAGE="http://wxwidgets.org/" +HOMEPAGE="https://wxwidgets.org/" # we use the wxPython tarballs because they include the full wxGTK sources and # docs, and are released more frequently than wxGTK.