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 91BB61382C5 for ; Sat, 5 May 2018 01:26:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C760CE0809; Sat, 5 May 2018 01:26:20 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 A370DE0809 for ; Sat, 5 May 2018 01:26:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 65ECD335C60 for ; Sat, 5 May 2018 01:26:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6583E1B3 for ; Sat, 5 May 2018 01:26:16 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1525483555.a1617994143b8881af46d50059ebe08ff7d19207.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/qqwing/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/qqwing/qqwing-1.3.3.ebuild dev-libs/qqwing/qqwing-1.3.4.ebuild X-VCS-Directories: dev-libs/qqwing/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: a1617994143b8881af46d50059ebe08ff7d19207 X-VCS-Branch: master Date: Sat, 5 May 2018 01:26:16 +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: 039eed78-351f-4cec-8228-06a9047ebb51 X-Archives-Hash: 66f2e3b53c135e547b513c4360037e1f commit: a1617994143b8881af46d50059ebe08ff7d19207 Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri Apr 27 13:21:33 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat May 5 01:25:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1617994 dev-libs/qqwing: use HTTPS dev-libs/qqwing/qqwing-1.3.3.ebuild | 4 ++-- dev-libs/qqwing/qqwing-1.3.4.ebuild | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-libs/qqwing/qqwing-1.3.3.ebuild b/dev-libs/qqwing/qqwing-1.3.3.ebuild index 79a5f9c19ec..f9527626400 100644 --- a/dev-libs/qqwing/qqwing-1.3.3.ebuild +++ b/dev-libs/qqwing/qqwing-1.3.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 inherit autotools eutils DESCRIPTION="Sudoku puzzle generator and solver" -HOMEPAGE="http://qqwing.com/" +HOMEPAGE="https://qqwing.com" SRC_URI="https://github.com/stephenostermiller/${PN}/archive/v${PV}.tar.gz -> ${PN}-${PV}.tar.gz" LICENSE="GPL-2+" diff --git a/dev-libs/qqwing/qqwing-1.3.4.ebuild b/dev-libs/qqwing/qqwing-1.3.4.ebuild index 8c6fe5281f9..42785476511 100644 --- a/dev-libs/qqwing/qqwing-1.3.4.ebuild +++ b/dev-libs/qqwing/qqwing-1.3.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,8 +6,8 @@ EAPI=5 inherit eutils DESCRIPTION="Sudoku puzzle generator and solver" -HOMEPAGE="http://qqwing.com/" -SRC_URI="http://qqwing.com/${P}.tar.gz" +HOMEPAGE="https://qqwing.com" +SRC_URI="https://qqwing.com/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0/2"