From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6BA34138334 for ; Sun, 6 Oct 2019 13:27:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B2AAE0828; Sun, 6 Oct 2019 13:27:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 70B50E0828 for ; Sun, 6 Oct 2019 13:27:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9E7ED34B72D for ; Sun, 6 Oct 2019 13:27:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0AB6D7C6 for ; Sun, 6 Oct 2019 13:27:16 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1570368418.23aaf824cb6e12d0ab237bb2df1e98bdf78c24a4.alexxy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/lensfun/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/lensfun/lensfun-0.3.2-r1.ebuild media-libs/lensfun/metadata.xml X-VCS-Directories: media-libs/lensfun/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 23aaf824cb6e12d0ab237bb2df1e98bdf78c24a4 X-VCS-Branch: master Date: Sun, 6 Oct 2019 13:27:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8045adcc-c23d-42fa-ac05-e489a43be5f4 X-Archives-Hash: b4f7ae77e3012c30ce381e92c4371fde commit: 23aaf824cb6e12d0ab237bb2df1e98bdf78c24a4 Author: Alexey Shvetsov gentoo org> AuthorDate: Sun Oct 6 13:26:58 2019 +0000 Commit: Alexey Shvetsov gentoo 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 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. - lensfun + lensfun/lensfun