Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/violetland/
Date: Sat, 10 Feb 2018 10:43:15
Message-Id: 1518259369.4d6be61a34ceff28adb4d18c896120557494deff.chewi@gentoo
1 commit: 4d6be61a34ceff28adb4d18c896120557494deff
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Feb 9 17:24:16 2018 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 10 10:42:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d6be61a
7
8 games-action/violetland: fix HOMEPAGE
9
10 Closes: https://github.com/gentoo/gentoo/pull/7140
11
12 games-action/violetland/violetland-0.4.3-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/games-action/violetland/violetland-0.4.3-r1.ebuild b/games-action/violetland/violetland-0.4.3-r1.ebuild
16 index 5067bd2caca..d277b84a643 100644
17 --- a/games-action/violetland/violetland-0.4.3-r1.ebuild
18 +++ b/games-action/violetland/violetland-0.4.3-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -6,7 +6,7 @@ EAPI=6
26 inherit eutils cmake-utils
27
28 DESCRIPTION="Help a girl named Violet in the struggle with hordes of monsters"
29 -HOMEPAGE="https://code.google.com/p/violetland/"
30 +HOMEPAGE="https://violetland.github.io/"
31 SRC_URI="https://github.com/ooxi/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
32
33 LICENSE="GPL-3 CC-BY-SA-3.0"