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/peg-e/
Date: Sun, 22 Oct 2017 17:01:24
Message-Id: 1508691664.1bbaa8f9e1d8e9cae6cc2fa20c2823e4cd162b0c.monsieurp@gentoo
1 commit: 1bbaa8f9e1d8e9cae6cc2fa20c2823e4cd162b0c
2 Author: Francesco Turco <fturco <AT> fastmail <DOT> fm>
3 AuthorDate: Tue Oct 10 18:04:41 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=1bbaa8f9
7
8 games-board/peg-e: use HTTPS for links to gottcode.org.
9
10 Closes: https://github.com/gentoo/gentoo/pull/5906
11
12 games-board/peg-e/peg-e-1.1.2-r1.ebuild | 6 +++---
13 games-board/peg-e/peg-e-1.1.2.ebuild | 6 +++---
14 2 files changed, 6 insertions(+), 6 deletions(-)
15
16 diff --git a/games-board/peg-e/peg-e-1.1.2-r1.ebuild b/games-board/peg-e/peg-e-1.1.2-r1.ebuild
17 index e5f297c03dd..6b5527a9272 100644
18 --- a/games-board/peg-e/peg-e-1.1.2-r1.ebuild
19 +++ b/games-board/peg-e/peg-e-1.1.2-r1.ebuild
20 @@ -1,12 +1,12 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 inherit eutils gnome2-utils qmake-utils
27
28 DESCRIPTION="A peg solitaire game"
29 -HOMEPAGE="http://gottcode.org/peg-e/"
30 -SRC_URI="http://gottcode.org/peg-e/${P}-src.tar.bz2"
31 +HOMEPAGE="https://gottcode.org/peg-e/"
32 +SRC_URI="https://gottcode.org/peg-e/${P}-src.tar.bz2"
33
34 LICENSE="GPL-3"
35 SLOT="0"
36
37 diff --git a/games-board/peg-e/peg-e-1.1.2.ebuild b/games-board/peg-e/peg-e-1.1.2.ebuild
38 index 19984027d2f..4d5d3db11a4 100644
39 --- a/games-board/peg-e/peg-e-1.1.2.ebuild
40 +++ b/games-board/peg-e/peg-e-1.1.2.ebuild
41 @@ -1,12 +1,12 @@
42 -# Copyright 1999-2013 Gentoo Foundation
43 +# Copyright 1999-2017 Gentoo Foundation
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=5
47 inherit eutils gnome2-utils qt4-r2 games
48
49 DESCRIPTION="A peg solitaire game"
50 -HOMEPAGE="http://gottcode.org/peg-e/"
51 -SRC_URI="http://gottcode.org/peg-e/${P}-src.tar.bz2"
52 +HOMEPAGE="https://gottcode.org/peg-e/"
53 +SRC_URI="https://gottcode.org/peg-e/${P}-src.tar.bz2"
54
55 LICENSE="GPL-3"
56 SLOT="0"