Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/qqwing/
Date: Sat, 05 May 2018 01:26:25
Message-Id: 1525483555.a1617994143b8881af46d50059ebe08ff7d19207.bman@gentoo
1 commit: a1617994143b8881af46d50059ebe08ff7d19207
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Apr 27 13:21:33 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat May 5 01:25:55 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1617994
7
8 dev-libs/qqwing: use HTTPS
9
10 dev-libs/qqwing/qqwing-1.3.3.ebuild | 4 ++--
11 dev-libs/qqwing/qqwing-1.3.4.ebuild | 6 +++---
12 2 files changed, 5 insertions(+), 5 deletions(-)
13
14 diff --git a/dev-libs/qqwing/qqwing-1.3.3.ebuild b/dev-libs/qqwing/qqwing-1.3.3.ebuild
15 index 79a5f9c19ec..f9527626400 100644
16 --- a/dev-libs/qqwing/qqwing-1.3.3.ebuild
17 +++ b/dev-libs/qqwing/qqwing-1.3.3.ebuild
18 @@ -1,4 +1,4 @@
19 -# Copyright 1999-2015 Gentoo Foundation
20 +# Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=5
24 @@ -6,7 +6,7 @@ EAPI=5
25 inherit autotools eutils
26
27 DESCRIPTION="Sudoku puzzle generator and solver"
28 -HOMEPAGE="http://qqwing.com/"
29 +HOMEPAGE="https://qqwing.com"
30 SRC_URI="https://github.com/stephenostermiller/${PN}/archive/v${PV}.tar.gz -> ${PN}-${PV}.tar.gz"
31
32 LICENSE="GPL-2+"
33
34 diff --git a/dev-libs/qqwing/qqwing-1.3.4.ebuild b/dev-libs/qqwing/qqwing-1.3.4.ebuild
35 index 8c6fe5281f9..42785476511 100644
36 --- a/dev-libs/qqwing/qqwing-1.3.4.ebuild
37 +++ b/dev-libs/qqwing/qqwing-1.3.4.ebuild
38 @@ -1,4 +1,4 @@
39 -# Copyright 1999-2016 Gentoo Foundation
40 +# Copyright 1999-2018 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=5
44 @@ -6,8 +6,8 @@ EAPI=5
45 inherit eutils
46
47 DESCRIPTION="Sudoku puzzle generator and solver"
48 -HOMEPAGE="http://qqwing.com/"
49 -SRC_URI="http://qqwing.com/${P}.tar.gz"
50 +HOMEPAGE="https://qqwing.com"
51 +SRC_URI="https://qqwing.com/${P}.tar.gz"
52
53 LICENSE="GPL-2+"
54 SLOT="0/2"