summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2019-10-06 16:26:58 +0300
committerAlexey Shvetsov <alexxy@gentoo.org>2019-10-06 16:26:58 +0300
commit23aaf824cb6e12d0ab237bb2df1e98bdf78c24a4 (patch)
tree1e0fba9cd87e7efed3875972be8c90978f119045 /media-libs/lensfun/lensfun-0.3.2-r1.ebuild
parentmedia-libs/libprojectm: 3.1.1_rc5 version bump (diff)
downloadgentoo-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/lensfun/lensfun-0.3.2-r1.ebuild')
-rw-r--r--media-libs/lensfun/lensfun-0.3.2-r1.ebuild6
1 files changed, 3 insertions, 3 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"