media-libs/lensfun: Upstream now on github
authorAlexey Shvetsov <alexxy@gentoo.org>
Sun, 6 Oct 2019 13:26:58 +0000 (16:26 +0300)
committerAlexey Shvetsov <alexxy@gentoo.org>
Sun, 6 Oct 2019 13:26:58 +0000 (16:26 +0300)
Also add python3.7

Closes: https://bugs.gentoo.org/688112
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
media-libs/lensfun/lensfun-0.3.2-r1.ebuild
media-libs/lensfun/metadata.xml

index 31a03baf4c39f281773bdc89019083ea937794bd..ffd96e4ab0cdcccc213436f90491135ec39fe2d9 100644 (file)
@@ -3,13 +3,13 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python3_{5,6} )
+PYTHON_COMPAT=( python3_{5,6,7} )
 
 inherit python-single-r1 cmake-utils
 
 DESCRIPTION="Library for rectifying and simulating photographic lens distortions"
-HOMEPAGE="http://lensfun.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+HOMEPAGE="https://lensfun.github.io"
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
 SLOT="0"
index 02bc5f156b73bd4a69fd342953e1e3fa3cff7304..89c819c3b1085f27f214f2c86ec4aebde86f9fc1 100644 (file)
@@ -9,6 +9,6 @@
 The project provides a database of photographic lenses and a library that allows advanced access to the database including functions to correct images based on intimate knowledge of lens characteristics and calibration data.
 </longdescription>
        <upstream>
-               <remote-id type="sourceforge">lensfun</remote-id>
+               <remote-id type="github">lensfun/lensfun</remote-id>
        </upstream>
 </pkgmetadata>