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 5F5D715802F for ; Sat, 1 Apr 2023 19:39:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB12EE0826; Sat, 1 Apr 2023 19:39:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 D4662E0826 for ; Sat, 1 Apr 2023 19:39:45 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ED2DC340CCB for ; Sat, 1 Apr 2023 19:39:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E66B5A1B for ; Sat, 1 Apr 2023 19:39:41 +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: <1680376573.5b8b7c9a3686b268f8defdcca2c7186fa335a75f.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/bb/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/bb/bb-1.3.0_rc1-r6.ebuild X-VCS-Directories: app-misc/bb/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 5b8b7c9a3686b268f8defdcca2c7186fa335a75f X-VCS-Branch: master Date: Sat, 1 Apr 2023 19:39:41 +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: 3b010f40-02fb-4367-bddf-d746d95fa443 X-Archives-Hash: 5558fd45191ca93fd600bddc66af7095 commit: 5b8b7c9a3686b268f8defdcca2c7186fa335a75f Author: Michael Mair-Keimberger levelnine at> AuthorDate: Mon Mar 20 21:51:08 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Apr 1 19:16:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b8b7c9a app-misc/bb: use HTTPS, fix LICENSE Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> app-misc/bb/bb-1.3.0_rc1-r6.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-misc/bb/bb-1.3.0_rc1-r6.ebuild b/app-misc/bb/bb-1.3.0_rc1-r6.ebuild index 2a3d4e24f6b5..527c89ff5ddf 100644 --- a/app-misc/bb/bb-1.3.0_rc1-r6.ebuild +++ b/app-misc/bb/bb-1.3.0_rc1-r6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,10 +8,10 @@ inherit autotools MY_P="${PN}-$(ver_cut 1-2)$(ver_cut 4-5)" DESCRIPTION="Lightweight ASCII art demo using media-libs/aalib" -HOMEPAGE="http://aa-project.sourceforge.net/" +HOMEPAGE="https://aa-project.sourceforge.net/" SRC_URI="mirror://sourceforge/aa-project/${MY_P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" IUSE="mikmod"