commit: 6863404394197087266ede93edfbbd6d70855eac
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 2 22:34:51 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Jul 2 22:34:51 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68634043
media-fonts/encodings: Port to EAPI5
Package-Manager: Portage-2.3.6, Repoman-2.3.2
media-fonts/encodings/encodings-1.0.4-r1.ebuild | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/media-fonts/encodings/encodings-1.0.4-r1.ebuild
b/media-fonts/encodings/encodings-1.0.4-r1.ebuild
new file mode 100644
index 00000000000..6c2041d2b41
--- /dev/null
+++ b/media-fonts/encodings/encodings-1.0.4-r1.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+inherit xorg-2
+
+DESCRIPTION="X.Org font encodings"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+DEPEND="x11-apps/mkfontscale
+ >=media-fonts/font-util-1.1.1-r1"
+
+ECONF_SOURCE="${S}"