Gentoo Archives: gentoo-commits

From: Amy Liffey <amynka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gpx-viewer/
Date: Sat, 12 Aug 2017 09:31:24
Message-Id: 1502530245.57dff8f201f058d8437ae27fefa2c627fd1c5dc4.amynka@gentoo
1 commit: 57dff8f201f058d8437ae27fefa2c627fd1c5dc4
2 Author: Amy Liffey <amynka <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 12 09:29:59 2017 +0000
4 Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 12 09:30:45 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57dff8f2
7
8 sci-geosciences/gpx-viewer: fix homepage bug #621954. By jstein
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 sci-geosciences/gpx-viewer/gpx-viewer-0.4.0-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-geosciences/gpx-viewer/gpx-viewer-0.4.0-r1.ebuild b/sci-geosciences/gpx-viewer/gpx-viewer-0.4.0-r1.ebuild
16 index 9eb5b9d61f1..18278d6ae13 100644
17 --- a/sci-geosciences/gpx-viewer/gpx-viewer-0.4.0-r1.ebuild
18 +++ b/sci-geosciences/gpx-viewer/gpx-viewer-0.4.0-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -8,7 +8,7 @@ VALA_MIN_API_VERSION=0.16
26 inherit autotools-utils gnome2 vala
27
28 DESCRIPTION="Simple program to visualize a gpx file"
29 -HOMEPAGE="http://blog.sarine.nl/gpx-viewer/"
30 +HOMEPAGE="https://github.com/DaveDavenport/gpx-viewer"
31 SRC_URI="https://edge.launchpad.net/${PN}/trunk/0.4.0/+download/${P}.tar.gz"
32
33 LICENSE="GPL-2"