Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/simsu/
Date: Sun, 22 Oct 2017 17:01:23
Message-Id: 1508691664.be893f02179bd69116134fcaa04ded3ba821be65.monsieurp@gentoo
1 commit: be893f02179bd69116134fcaa04ded3ba821be65
2 Author: Francesco Turco <fturco <AT> fastmail <DOT> fm>
3 AuthorDate: Tue Oct 10 18:06:06 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 22 17:01:04 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be893f02
7
8 games-board/simsu: use HTTPS for links to gottcode.org.
9
10 games-board/simsu/simsu-1.2.3-r1.ebuild | 6 +++---
11 games-board/simsu/simsu-1.2.3.ebuild | 6 +++---
12 2 files changed, 6 insertions(+), 6 deletions(-)
13
14 diff --git a/games-board/simsu/simsu-1.2.3-r1.ebuild b/games-board/simsu/simsu-1.2.3-r1.ebuild
15 index ed7e202179e..b6fd926b812 100644
16 --- a/games-board/simsu/simsu-1.2.3-r1.ebuild
17 +++ b/games-board/simsu/simsu-1.2.3-r1.ebuild
18 @@ -1,4 +1,4 @@
19 -# Copyright 1999-2016 Gentoo Foundation
20 +# Copyright 1999-2017 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=6
24 @@ -6,8 +6,8 @@ EAPI=6
25 inherit eutils gnome2-utils qmake-utils
26
27 DESCRIPTION="A basic sudoku game"
28 -HOMEPAGE="http://gottcode.org/simsu/"
29 -SRC_URI="http://gottcode.org/${PN}/${P}-src.tar.bz2"
30 +HOMEPAGE="https://gottcode.org/simsu/"
31 +SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2"
32
33 LICENSE="GPL-3"
34 SLOT="0"
35
36 diff --git a/games-board/simsu/simsu-1.2.3.ebuild b/games-board/simsu/simsu-1.2.3.ebuild
37 index 70fbe569e7d..24b8b48f4e6 100644
38 --- a/games-board/simsu/simsu-1.2.3.ebuild
39 +++ b/games-board/simsu/simsu-1.2.3.ebuild
40 @@ -1,12 +1,12 @@
41 -# Copyright 1999-2013 Gentoo Foundation
42 +# Copyright 1999-2017 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=5
46 inherit eutils gnome2-utils qt4-r2 games
47
48 DESCRIPTION="A basic sudoku game"
49 -HOMEPAGE="http://gottcode.org/simsu/"
50 -SRC_URI="http://gottcode.org/${PN}/${P}-src.tar.bz2"
51 +HOMEPAGE="https://gottcode.org/simsu/"
52 +SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2"
53
54 LICENSE="GPL-3"
55 SLOT="0"