commit: 1cdfd8cd5cfac081f98748010122a95d3d8967c7 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Sun Jul 2 22:32:25 2017 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Sun Jul 2 22:32:25 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cdfd8cd
media-fonts/font-bh-75dpi: Port to EAPI5 Package-Manager: Portage-2.3.6, Repoman-2.3.2 media-fonts/font-bh-75dpi/font-bh-75dpi-1.0.3-r1.ebuild | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/media-fonts/font-bh-75dpi/font-bh-75dpi-1.0.3-r1.ebuild b/media-fonts/font-bh-75dpi/font-bh-75dpi-1.0.3-r1.ebuild new file mode 100644 index 00000000000..dd8bbfa16b3 --- /dev/null +++ b/media-fonts/font-bh-75dpi/font-bh-75dpi-1.0.3-r1.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +inherit xorg-2 + +DESCRIPTION="X.Org Bigelow & Holmes bitmap fonts" + +LICENSE="public-domain" # bitmap font, not copyrightable +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +DEPEND="x11-apps/bdftopcf"
