diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-12-14 10:31:55 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-12-14 10:33:58 -0500 |
commit | ed7bb6ec868d553b042c01de075047d8d981beea (patch) | |
tree | 2d7a19c4b6594c94dcec992e38b4e2efadc8477d /app-text/bdf2psf | |
parent | net-analyzer/macchanger: drop old (diff) | |
download | gentoo-ed7bb6ec868d553b042c01de075047d8d981beea.tar.gz gentoo-ed7bb6ec868d553b042c01de075047d8d981beea.tar.bz2 gentoo-ed7bb6ec868d553b042c01de075047d8d981beea.zip |
app-text/bdf2psf: drop old
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'app-text/bdf2psf')
-rw-r--r-- | app-text/bdf2psf/Manifest | 1 | ||||
-rw-r--r-- | app-text/bdf2psf/bdf2psf-1.104.ebuild | 32 |
2 files changed, 0 insertions, 33 deletions
diff --git a/app-text/bdf2psf/Manifest b/app-text/bdf2psf/Manifest index 05976aafbfaa..60739ab8ad05 100644 --- a/app-text/bdf2psf/Manifest +++ b/app-text/bdf2psf/Manifest @@ -1,2 +1 @@ -DIST console-setup_1.104.tar.gz 3272857 BLAKE2B ae7a5929a059ddd2258884e5207198ae517da1284e264527878ad25bf883e48b399e53f2a987265623a5cffa3eefce8cce5fe8ad632576c46bba40689c17c586 SHA512 72b07a0ed955069777c1691b16753534630bcbdb5cd94f05ae95e8c27436c233598f01418fbf52a29b6ecf7d8217e6af841778d8e5d329569f2f585b538ba03e DIST console-setup_1.155.tar.xz 1641952 BLAKE2B fbe1e58915c2aac1148a1de31eca5bc9b7fc078c9840b5d51d8b1211e178315360e294d81040c464e2404774594606b3fecab6f7924b1fd4bec4c24b219e9197 SHA512 e00b0b48d91c9587c0659714f74de259bf3efd1caa553c4a06d9bc545335463808db2da16797ffca1dc59cae4f524619d3cf9a68db2ff5ad7b47cdd8aced37ac diff --git a/app-text/bdf2psf/bdf2psf-1.104.ebuild b/app-text/bdf2psf/bdf2psf-1.104.ebuild deleted file mode 100644 index 0afc4dcd9ef7..000000000000 --- a/app-text/bdf2psf/bdf2psf-1.104.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -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.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~ia64 ppc ppc64 ~s390 sparc x86" -IUSE="" - -DEPEND="" -RDEPEND="dev-lang/perl" - -S="${WORKDIR}/console-setup-${PV}" - -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 -} |