Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gpscorrelate/
Date: Mon, 06 Mar 2017 23:55:01
Message-Id: 1488844450.57218a6f9001099c2a5ecc65d1eb28562ef93d97.asturm@gentoo
1 commit: 57218a6f9001099c2a5ecc65d1eb28562ef93d97
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 6 23:26:12 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 6 23:54:10 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57218a6f
7
8 sci-geosciences/gpscorrelate: Bump to EAPI 6, fix HOMEPAGE
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 sci-geosciences/gpscorrelate/gpscorrelate-1.6.1.ebuild | 10 ++++------
13 sci-geosciences/gpscorrelate/metadata.xml | 8 ++++----
14 2 files changed, 8 insertions(+), 10 deletions(-)
15
16 diff --git a/sci-geosciences/gpscorrelate/gpscorrelate-1.6.1.ebuild b/sci-geosciences/gpscorrelate/gpscorrelate-1.6.1.ebuild
17 index 80a80a73a5d..f63d5e79bca 100644
18 --- a/sci-geosciences/gpscorrelate/gpscorrelate-1.6.1.ebuild
19 +++ b/sci-geosciences/gpscorrelate/gpscorrelate-1.6.1.ebuild
20 @@ -1,12 +1,12 @@
21 -# Copyright 1999-2012 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=4
26 +EAPI=6
27
28 inherit eutils toolchain-funcs
29
30 DESCRIPTION="Tool for adjusting EXIF tags of your photos with a recorded GPS trace"
31 -HOMEPAGE="http://freefoote.dview.net/linux_gpscorr.html"
32 +HOMEPAGE="https://github.com/freefoote/gpscorrelate"
33 SRC_URI="http://freefoote.dview.net/linux/${P}.tar.gz"
34
35 LICENSE="GPL-2"
36 @@ -24,9 +24,7 @@ DEPEND="${RDEPEND}
37 virtual/pkgconfig
38 "
39
40 -src_prepare() {
41 - epatch "${FILESDIR}/${PN}-1.6.1-makefile.patch"
42 -}
43 +PATCHES=( "${FILESDIR}/${PN}-1.6.1-makefile.patch" )
44
45 src_compile() {
46 tc-export CC CXX
47
48 diff --git a/sci-geosciences/gpscorrelate/metadata.xml b/sci-geosciences/gpscorrelate/metadata.xml
49 index d78f8098182..2761b1b9e5c 100644
50 --- a/sci-geosciences/gpscorrelate/metadata.xml
51 +++ b/sci-geosciences/gpscorrelate/metadata.xml
52 @@ -1,8 +1,8 @@
53 <?xml version="1.0" encoding="UTF-8"?>
54 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
55 <pkgmetadata>
56 - <maintainer type="project">
57 - <email>sci-geosciences@g.o</email>
58 - <name>Gentoo Geosciences Project</name>
59 - </maintainer>
60 + <maintainer type="project">
61 + <email>sci-geosciences@g.o</email>
62 + <name>Gentoo Geosciences Project</name>
63 + </maintainer>
64 </pkgmetadata>