mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-text/bdf2psf: drop 1.155-r1
Signed-off-by: Filip Kobierski <fkobi@pm.me> Closes: https://github.com/gentoo/gentoo/pull/38467 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
committed by
Joonas Niilola
parent
a21a705315
commit
b8d5e81829
@@ -1,3 +1,2 @@
|
||||
DIST console-setup_1.155.tar.xz 1641952 BLAKE2B fbe1e58915c2aac1148a1de31eca5bc9b7fc078c9840b5d51d8b1211e178315360e294d81040c464e2404774594606b3fecab6f7924b1fd4bec4c24b219e9197 SHA512 e00b0b48d91c9587c0659714f74de259bf3efd1caa553c4a06d9bc545335463808db2da16797ffca1dc59cae4f524619d3cf9a68db2ff5ad7b47cdd8aced37ac
|
||||
DIST console-setup_1.227.tar.xz 3886728 BLAKE2B f01ddeb3a6c51edc9f88cdb6778b5dceff16d110bc534f67e7b14d8cc7c241be41b6ad4776aed44f10b7ea3917560fcc3912cfa04273d98b0e81f901fda17702 SHA512 c79d6cc3acb477e1a8947b93777bc385039ed32799e90655d6f8e45c7f7a6036695dfe0d17e8f6e7a82db89099882df232e0937b7baf7b4deeb6a91d76dcfc86
|
||||
DIST console-setup_1.230.tar.xz 3884256 BLAKE2B e5ef21dd7c7106ca0c7141de3fd2e56952afc731f61d2c6df75afc773c468f512eace5c6db7656e6eb24f9fc84652e0c09978f2123211e282979f7cdc51bd192 SHA512 5c756f5d8101aa844efc11ad071efb69658234c349036b259c6fe1d6fda331aede333358269c483efad6613b81dff7da8e9224ef5224fce40e6a745331b56a7d
|
||||
|
||||
@@ -1,29 +0,0 @@
|
||||
# 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="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+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha amd64 arm ~loong ppc ppc64 ~riscv ~s390 sparc x86"
|
||||
|
||||
RDEPEND="dev-lang/perl"
|
||||
|
||||
src_compile() {
|
||||
:
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin Fonts/bdf2psf
|
||||
|
||||
insinto /usr/share/bdf2psf
|
||||
doins -r Fonts/*.equivalents Fonts/*.set Fonts/fontsets
|
||||
|
||||
doman man/bdf2psf.1
|
||||
dodoc debian/README.fontsets
|
||||
}
|
||||
Reference in New Issue
Block a user