diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-03-07 00:26:12 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-03-07 00:54:10 +0100 |
commit | 57218a6f9001099c2a5ecc65d1eb28562ef93d97 (patch) | |
tree | cadeb99536cfe3436e697dff878c0c75444cd057 /sci-geosciences | |
parent | sci-geosciences/gebabbel: Bump to EAPI 6 (diff) | |
download | gentoo-57218a6f9001099c2a5ecc65d1eb28562ef93d97.tar.gz gentoo-57218a6f9001099c2a5ecc65d1eb28562ef93d97.tar.bz2 gentoo-57218a6f9001099c2a5ecc65d1eb28562ef93d97.zip |
sci-geosciences/gpscorrelate: Bump to EAPI 6, fix HOMEPAGE
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/gpscorrelate/gpscorrelate-1.6.1.ebuild | 10 | ||||
-rw-r--r-- | sci-geosciences/gpscorrelate/metadata.xml | 8 |
2 files changed, 8 insertions, 10 deletions
diff --git a/sci-geosciences/gpscorrelate/gpscorrelate-1.6.1.ebuild b/sci-geosciences/gpscorrelate/gpscorrelate-1.6.1.ebuild index 80a80a73a5dd..f63d5e79bcab 100644 --- a/sci-geosciences/gpscorrelate/gpscorrelate-1.6.1.ebuild +++ b/sci-geosciences/gpscorrelate/gpscorrelate-1.6.1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=4 +EAPI=6 inherit eutils toolchain-funcs DESCRIPTION="Tool for adjusting EXIF tags of your photos with a recorded GPS trace" -HOMEPAGE="http://freefoote.dview.net/linux_gpscorr.html" +HOMEPAGE="https://github.com/freefoote/gpscorrelate" SRC_URI="http://freefoote.dview.net/linux/${P}.tar.gz" LICENSE="GPL-2" @@ -24,9 +24,7 @@ DEPEND="${RDEPEND} virtual/pkgconfig " -src_prepare() { - epatch "${FILESDIR}/${PN}-1.6.1-makefile.patch" -} +PATCHES=( "${FILESDIR}/${PN}-1.6.1-makefile.patch" ) src_compile() { tc-export CC CXX diff --git a/sci-geosciences/gpscorrelate/metadata.xml b/sci-geosciences/gpscorrelate/metadata.xml index d78f80981828..2761b1b9e5c0 100644 --- a/sci-geosciences/gpscorrelate/metadata.xml +++ b/sci-geosciences/gpscorrelate/metadata.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>sci-geosciences@gentoo.org</email> - <name>Gentoo Geosciences Project</name> - </maintainer> + <maintainer type="project"> + <email>sci-geosciences@gentoo.org</email> + <name>Gentoo Geosciences Project</name> + </maintainer> </pkgmetadata> |