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