commit: 590645d6aae125c431de820cbbe86dd4766152da Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Sun Jul 2 22:29:43 2017 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Sun Jul 2 22:29:43 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=590645d6
media-fonts/font-bh-100dpi: Bump to EAPI5 Package-Manager: Portage-2.3.6, Repoman-2.3.2 media-fonts/font-bh-100dpi/font-bh-100dpi-1.0.3-r1.ebuild | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/media-fonts/font-bh-100dpi/font-bh-100dpi-1.0.3-r1.ebuild b/media-fonts/font-bh-100dpi/font-bh-100dpi-1.0.3-r1.ebuild new file mode 100644 index 00000000000..dd8bbfa16b3 --- /dev/null +++ b/media-fonts/font-bh-100dpi/font-bh-100dpi-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"
