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 879A6158020 for ; Sun, 20 Nov 2022 23:56:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6DFE4E097B; Sun, 20 Nov 2022 23:56:08 +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 53A39E097A for ; Sun, 20 Nov 2022 23:56:08 +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 7070E340988 for ; Sun, 20 Nov 2022 23:56:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C865D762 for ; Sun, 20 Nov 2022 23:56:04 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1668988557.8a3ad37b11ea556a57e72c63ed45edb879fa5977.soap@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 app-text/bdf2psf/bdf2psf-1.155.ebuild X-VCS-Directories: app-text/bdf2psf/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 8a3ad37b11ea556a57e72c63ed45edb879fa5977 X-VCS-Branch: master Date: Sun, 20 Nov 2022 23:56:04 +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: 6e6b0a0b-7017-4ed6-b8c0-ab4d6962397f X-Archives-Hash: a5feea89cfd763b2a8158b6fb99d033c commit: 8a3ad37b11ea556a57e72c63ed45edb879fa5977 Author: David Seifert gentoo org> AuthorDate: Sun Nov 20 23:55:57 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Nov 20 23:55:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a3ad37b app-text/bdf2psf: update EAPI 6 -> 8 Signed-off-by: David Seifert gentoo.org> .../bdf2psf/{bdf2psf-1.155.ebuild => bdf2psf-1.155-r1.ebuild} | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/app-text/bdf2psf/bdf2psf-1.155.ebuild b/app-text/bdf2psf/bdf2psf-1.155-r1.ebuild similarity index 92% rename from app-text/bdf2psf/bdf2psf-1.155.ebuild rename to app-text/bdf2psf/bdf2psf-1.155-r1.ebuild index ecd93be01bea..9d0afcf96b91 100644 --- a/app-text/bdf2psf/bdf2psf-1.155.ebuild +++ b/app-text/bdf2psf/bdf2psf-1.155-r1.ebuild @@ -1,22 +1,19 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DESCRIPTION="Converter to generate console fonts from BDF source fonts" HOMEPAGE="http://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" SLOT="0" KEYWORDS="~alpha amd64 arm ~ia64 ppc ppc64 ~riscv ~s390 sparc x86" -IUSE="" -DEPEND="" RDEPEND="dev-lang/perl" -S="${WORKDIR}/console-setup-${PV}" - src_compile() { : } @@ -24,7 +21,7 @@ src_compile() { src_install() { dobin Fonts/bdf2psf - insinto usr/share/bdf2psf + insinto /usr/share/bdf2psf doins -r Fonts/*.equivalents Fonts/*.set Fonts/fontsets doman man/bdf2psf.1