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 D521F1382C5 for ; Thu, 11 Feb 2021 20:33:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25F48E0D61; Thu, 11 Feb 2021 20:33:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 108F0E0D61 for ; Thu, 11 Feb 2021 20:33:59 +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 41F7E34101E for ; Thu, 11 Feb 2021 20:33:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ECD464C0 for ; Thu, 11 Feb 2021 20:33:56 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1613075627.9242b9a3244b819cab5b1bae4731f4c5466b4df1.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/converseen/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/converseen/converseen-0.9.6.2.ebuild X-VCS-Directories: media-gfx/converseen/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 9242b9a3244b819cab5b1bae4731f4c5466b4df1 X-VCS-Branch: master Date: Thu, 11 Feb 2021 20:33:56 +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: 1f02e429-7656-4c2b-a5e1-86f8778a27f2 X-Archives-Hash: bfadfebb98c8ee01ae19d4091a076406 commit: 9242b9a3244b819cab5b1bae4731f4c5466b4df1 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Feb 6 16:57:41 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Thu Feb 11 20:33:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9242b9a3 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 gmail.com> Signed-off-by: Conrad Kostecki gentoo.org> 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 803e1a01e29..4432577b94d 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"