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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EA932158020 for ; Fri, 9 Dec 2022 06:54:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC1A9E086E; Fri, 9 Dec 2022 06:54:09 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A6F76E086E for ; Fri, 9 Dec 2022 06:54:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 97B15340E06 for ; Fri, 9 Dec 2022 06:54:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE49D77C for ; Fri, 9 Dec 2022 06:54:06 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1670568838.9d878977f8b660910341814fa902aea621639927.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/aview/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/aview/aview-1.3.0_rc1-r3.ebuild X-VCS-Directories: media-gfx/aview/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 9d878977f8b660910341814fa902aea621639927 X-VCS-Branch: master Date: Fri, 9 Dec 2022 06:54:06 +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: 47210db5-0d5a-451b-b75c-46f5910b0723 X-Archives-Hash: a125a16254d2f7e5c914d555783415c2 commit: 9d878977f8b660910341814fa902aea621639927 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sat Nov 26 15:23:40 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Dec 9 06:53:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d878977 media-gfx/aview: use HTTPS, fix LICENSE Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Joonas Niilola gentoo.org> media-gfx/aview/aview-1.3.0_rc1-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/aview/aview-1.3.0_rc1-r3.ebuild b/media-gfx/aview/aview-1.3.0_rc1-r3.ebuild index 0f64724a6032..df9349646162 100644 --- a/media-gfx/aview/aview-1.3.0_rc1-r3.ebuild +++ b/media-gfx/aview/aview-1.3.0_rc1-r3.ebuild @@ -8,11 +8,11 @@ inherit autotools MY_P=${P/_/} DESCRIPTION="ASCII Image Viewer" -HOMEPAGE="http://aa-project.sourceforge.net/aview/" +HOMEPAGE="https://aa-project.sourceforge.net/aview/" SRC_URI="mirror://sourceforge/aa-project/${MY_P}.tar.gz" S="${WORKDIR}/${MY_P/rc*/}" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"