diff options
Diffstat (limited to 'app-text/bdf2psf')
-rw-r--r-- | app-text/bdf2psf/bdf2psf-1.155-r1.ebuild (renamed from app-text/bdf2psf/bdf2psf-1.155.ebuild) | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/app-text/bdf2psf/bdf2psf-1.155.ebuild b/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 |