commit: 23aaf824cb6e12d0ab237bb2df1e98bdf78c24a4 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org> AuthorDate: Sun Oct 6 13:26:58 2019 +0000 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org> CommitDate: Sun Oct 6 13:26:58 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23aaf824
media-libs/lensfun: Upstream now on github 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 <AT> gentoo.org> media-libs/lensfun/lensfun-0.3.2-r1.ebuild | 6 +++--- media-libs/lensfun/metadata.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-libs/lensfun/lensfun-0.3.2-r1.ebuild b/media-libs/lensfun/lensfun-0.3.2-r1.ebuild index 31a03baf4c3..ffd96e4ab0c 100644 --- a/media-libs/lensfun/lensfun-0.3.2-r1.ebuild +++ b/media-libs/lensfun/lensfun-0.3.2-r1.ebuild @@ -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" diff --git a/media-libs/lensfun/metadata.xml b/media-libs/lensfun/metadata.xml index 02bc5f156b7..89c819c3b10 100644 --- a/media-libs/lensfun/metadata.xml +++ b/media-libs/lensfun/metadata.xml @@ -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>
