From 9242b9a3244b819cab5b1bae4731f4c5466b4df1 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Sat, 6 Feb 2021 17:57:41 +0100 Subject: [PATCH] media-gfx/converseen: use HTTPS, fix LICENSE Closes: https://github.com/gentoo/gentoo/pull/19351 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger Signed-off-by: Conrad Kostecki --- media-gfx/converseen/converseen-0.9.6.2.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/media-gfx/converseen/converseen-0.9.6.2.ebuild b/media-gfx/converseen/converseen-0.9.6.2.ebuild index 803e1a01e2951..4432577b94d10 100644 --- a/media-gfx/converseen/converseen-0.9.6.2.ebuild +++ b/media-gfx/converseen/converseen-0.9.6.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,10 +6,11 @@ EAPI=6 inherit cmake-utils DESCRIPTION="Batch image converter and resizer based on ImageMagick" -HOMEPAGE="http://converseen.fasterland.net/" +HOMEPAGE="https://converseen.fasterland.net/ + https://github.com/Faster3ck/Converseen/" SRC_URI="https://github.com/Faster3ck/Converseen/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug"