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 67E1715817D for ; Sat, 22 Jun 2024 18:54:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 002242BC0AF; Sat, 22 Jun 2024 18:54:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 D5C122BC0AF for ; Sat, 22 Jun 2024 18:54:41 +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 F321A340836 for ; Sat, 22 Jun 2024 18:54:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7512C1D5A for ; Sat, 22 Jun 2024 18:54:37 +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: <1719082257.cbc52380952e2f9054516d2a98e8908fc9b84ddc.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/bdf2psf/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/bdf2psf/bdf2psf-1.155-r1.ebuild X-VCS-Directories: app-text/bdf2psf/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: cbc52380952e2f9054516d2a98e8908fc9b84ddc X-VCS-Branch: master Date: Sat, 22 Jun 2024 18:54:37 +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: 72895832-4e9a-443b-bcb1-f64d34b02991 X-Archives-Hash: 75d01be519137c885d4ce8277b7524ca commit: cbc52380952e2f9054516d2a98e8908fc9b84ddc Author: Michael Mair-Keimberger levelnine at> AuthorDate: Wed Jun 19 16:09:15 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Jun 22 18:50:57 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbc52380 app-text/bdf2psf: fix LICENSE, use HTTPS Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/37218 Signed-off-by: Conrad Kostecki gentoo.org> app-text/bdf2psf/bdf2psf-1.155-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-text/bdf2psf/bdf2psf-1.155-r1.ebuild b/app-text/bdf2psf/bdf2psf-1.155-r1.ebuild index 2f726453904e..66975678e365 100644 --- a/app-text/bdf2psf/bdf2psf-1.155-r1.ebuild +++ b/app-text/bdf2psf/bdf2psf-1.155-r1.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DESCRIPTION="Converter to generate console fonts from BDF source fonts" -HOMEPAGE="http://packages.debian.org/sid/bdf2psf" +HOMEPAGE="https://packages.debian.org/sid/bdf2psf" SRC_URI="mirror://debian/pool/main/c/console-setup/console-setup_${PV}.tar.xz" S="${WORKDIR}/console-setup-${PV}" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~alpha amd64 arm ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"