Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/gtkevemon/
Date: Sun, 30 Jul 2017 08:36:07
Message-Id: 1501403750.81f382d8145f42f9cb86df7177d86e9e1b8db91e.mgorny@gentoo
1 commit: 81f382d8145f42f9cb86df7177d86e9e1b8db91e
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Fri Jul 28 23:09:28 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 08:35:50 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81f382d8
7
8 games-util/gtkevemon: use HTTPS for GitHub, replace defunct HOMEPAGE
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 games-util/gtkevemon/gtkevemon-1.10.ebuild | 6 +++---
13 games-util/gtkevemon/gtkevemon-9999.ebuild | 4 ++--
14 2 files changed, 5 insertions(+), 5 deletions(-)
15
16 diff --git a/games-util/gtkevemon/gtkevemon-1.10.ebuild b/games-util/gtkevemon/gtkevemon-1.10.ebuild
17 index 5937f26186b..c753cae2122 100644
18 --- a/games-util/gtkevemon/gtkevemon-1.10.ebuild
19 +++ b/games-util/gtkevemon/gtkevemon-1.10.ebuild
20 @@ -1,4 +1,4 @@
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 @@ -6,8 +6,8 @@ EAPI=6
27 inherit flag-o-matic
28
29 DESCRIPTION="A standalone skill monitoring application for EVE Online"
30 -HOMEPAGE="http://gtkevemon.battleclinic.com"
31 -SRC_URI="http://github.com/gtkevemon/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
32 +HOMEPAGE="https://github.com/gtkevemon/gtkevemon"
33 +SRC_URI="https://github.com/gtkevemon/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
34
35 LICENSE="GPL-3"
36 SLOT="0"
37
38 diff --git a/games-util/gtkevemon/gtkevemon-9999.ebuild b/games-util/gtkevemon/gtkevemon-9999.ebuild
39 index 4817789a28b..3a8c5bb264d 100644
40 --- a/games-util/gtkevemon/gtkevemon-9999.ebuild
41 +++ b/games-util/gtkevemon/gtkevemon-9999.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2016 Gentoo Foundation
44 +# Copyright 1999-2017 Gentoo Foundation
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=6
48 @@ -6,7 +6,7 @@ EAPI=6
49 inherit flag-o-matic git-r3
50
51 DESCRIPTION="A standalone skill monitoring application for EVE Online"
52 -HOMEPAGE="http://gtkevemon.battleclinic.com"
53 +HOMEPAGE="https://github.com/gtkevemon/gtkevemon"
54 EGIT_REPO_URI="https://github.com/${PN}/${PN}"
55
56 LICENSE="GPL-3"