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 2F36E138334 for ; Tue, 30 Apr 2019 14:11:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4282CE0871; Tue, 30 Apr 2019 14:11:41 +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 11C22E0871 for ; Tue, 30 Apr 2019 14:11:40 +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 60AA4342EF1 for ; Tue, 30 Apr 2019 14:11:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49442549 for ; Tue, 30 Apr 2019 14:11:36 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1556633494.145837bdd3fdde45c5f513f6892ced9c4d51feb5.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/fltk/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/fltk/fltk-1.3.3-r3.ebuild x11-libs/fltk/fltk-1.3.4.ebuild x11-libs/fltk/fltk-1.3.5-r2.ebuild x11-libs/fltk/fltk-1.3.9999.ebuild x11-libs/fltk/fltk-1.4.9999.ebuild X-VCS-Directories: x11-libs/fltk/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 145837bdd3fdde45c5f513f6892ced9c4d51feb5 X-VCS-Branch: master Date: Tue, 30 Apr 2019 14:11:36 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c43dc3c2-c013-4a8b-bb79-3b83f8c34a35 X-Archives-Hash: 3472f5add7e9fa203828086897ce4693 commit: 145837bdd3fdde45c5f513f6892ced9c4d51feb5 Author: Jeroen Roovers gentoo org> AuthorDate: Tue Apr 30 14:11:20 2019 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Tue Apr 30 14:11:34 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=145837bd x11-libs/fltk: Use HTTPS Package-Manager: Portage-2.3.65, Repoman-2.3.12 Signed-off-by: Jeroen Roovers gentoo.org> x11-libs/fltk/fltk-1.3.3-r3.ebuild | 6 +++--- x11-libs/fltk/fltk-1.3.4.ebuild | 6 +++--- x11-libs/fltk/fltk-1.3.5-r2.ebuild | 4 ++-- x11-libs/fltk/fltk-1.3.9999.ebuild | 2 +- x11-libs/fltk/fltk-1.4.9999.ebuild | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/x11-libs/fltk/fltk-1.3.3-r3.ebuild b/x11-libs/fltk/fltk-1.3.3-r3.ebuild index 93aea9c564e..e0631dc59cc 100644 --- a/x11-libs/fltk/fltk-1.3.3-r3.ebuild +++ b/x11-libs/fltk/fltk-1.3.3-r3.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit autotools eutils fdo-mime flag-o-matic DESCRIPTION="C++ user interface toolkit for X and OpenGL" -HOMEPAGE="http://www.fltk.org/" -SRC_URI="http://fltk.org/pub/${PN}/${PV}/${P}-source.tar.gz" +HOMEPAGE="https://www.fltk.org/" +SRC_URI="https://www.fltk.org/pub/${PN}/${PV}/${P}-source.tar.gz" SLOT="1" LICENSE="FLTK LGPL-2" diff --git a/x11-libs/fltk/fltk-1.3.4.ebuild b/x11-libs/fltk/fltk-1.3.4.ebuild index d06a2da1ff6..19245b16e22 100644 --- a/x11-libs/fltk/fltk-1.3.4.ebuild +++ b/x11-libs/fltk/fltk-1.3.4.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit autotools fdo-mime flag-o-matic multilib-minimal DESCRIPTION="C++ user interface toolkit for X and OpenGL" -HOMEPAGE="http://www.fltk.org/" -SRC_URI="http://fltk.org/pub/${PN}/${PV}/${P}-source.tar.gz" +HOMEPAGE="https://www.fltk.org/" +SRC_URI="https://www.fltk.org/pub/${PN}/${PV}/${P}-source.tar.gz" SLOT="1" LICENSE="FLTK LGPL-2" diff --git a/x11-libs/fltk/fltk-1.3.5-r2.ebuild b/x11-libs/fltk/fltk-1.3.5-r2.ebuild index 298567464eb..5688e630c5e 100644 --- a/x11-libs/fltk/fltk-1.3.5-r2.ebuild +++ b/x11-libs/fltk/fltk-1.3.5-r2.ebuild @@ -5,8 +5,8 @@ EAPI=7 inherit autotools flag-o-matic xdg-utils multilib-minimal DESCRIPTION="C++ user interface toolkit for X and OpenGL" -HOMEPAGE="http://www.fltk.org/" -SRC_URI="http://fltk.org/pub/${PN}/${PV}/${P}-source.tar.gz" +HOMEPAGE="https://www.fltk.org/" +SRC_URI="https://www.fltk.org/pub/${PN}/${PV}/${P}-source.tar.gz" SLOT="1" LICENSE="FLTK LGPL-2" diff --git a/x11-libs/fltk/fltk-1.3.9999.ebuild b/x11-libs/fltk/fltk-1.3.9999.ebuild index a04dd6d8003..f5904db08e2 100644 --- a/x11-libs/fltk/fltk-1.3.9999.ebuild +++ b/x11-libs/fltk/fltk-1.3.9999.ebuild @@ -5,7 +5,7 @@ EAPI=7 inherit autotools flag-o-matic git-r3 xdg-utils multilib-minimal DESCRIPTION="C++ user interface toolkit for X and OpenGL" -HOMEPAGE="http://www.fltk.org/" +HOMEPAGE="https://www.fltk.org/" EGIT_REPO_URI="https://github.com/fltk/fltk" EGIT_OVERRIDE_BRANCH_FLTK_FLTK="branch-1.3" diff --git a/x11-libs/fltk/fltk-1.4.9999.ebuild b/x11-libs/fltk/fltk-1.4.9999.ebuild index de3f947155d..11e65454e79 100644 --- a/x11-libs/fltk/fltk-1.4.9999.ebuild +++ b/x11-libs/fltk/fltk-1.4.9999.ebuild @@ -5,7 +5,7 @@ EAPI=7 inherit autotools flag-o-matic git-r3 xdg-utils multilib-minimal DESCRIPTION="C++ user interface toolkit for X and OpenGL" -HOMEPAGE="http://www.fltk.org/" +HOMEPAGE="https://www.fltk.org/" EGIT_REPO_URI="https://github.com/fltk/fltk" SLOT="1"