diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2019-10-06 16:26:58 +0300 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2019-10-06 16:26:58 +0300 |
commit | 23aaf824cb6e12d0ab237bb2df1e98bdf78c24a4 (patch) | |
tree | 1e0fba9cd87e7efed3875972be8c90978f119045 /media-libs | |
parent | media-libs/libprojectm: 3.1.1_rc5 version bump (diff) | |
download | gentoo-23aaf824cb6e12d0ab237bb2df1e98bdf78c24a4.tar.gz gentoo-23aaf824cb6e12d0ab237bb2df1e98bdf78c24a4.tar.bz2 gentoo-23aaf824cb6e12d0ab237bb2df1e98bdf78c24a4.zip |
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@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/lensfun/lensfun-0.3.2-r1.ebuild | 6 | ||||
-rw-r--r-- | 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 31a03baf4c39..ffd96e4ab0cd 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 02bc5f156b73..89c819c3b108 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> |