commit: 9c20a3c6d1978a887e8fe90ae79cebd0653cd1b2 Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Wed May 23 20:25:34 2018 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Wed May 23 20:26:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c20a3c6
media-fonts/inconsolata-hellenic: Revision bump 1.19-r1 EAPI 6 Package-Manager: Portage-2.3.38, Repoman-2.3.9 .../inconsolata-hellenic-1.19-r1.ebuild | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/media-fonts/inconsolata-hellenic/inconsolata-hellenic-1.19-r1.ebuild b/media-fonts/inconsolata-hellenic/inconsolata-hellenic-1.19-r1.ebuild new file mode 100644 index 00000000000..5c0ab15d593 --- /dev/null +++ b/media-fonts/inconsolata-hellenic/inconsolata-hellenic-1.19-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit font + +DESCRIPTION="Hellenisation of the wonderful, monospace, open/free font Inconsolata" +HOMEPAGE="http://www.cosmix.org/software/" +SRC_URI="http://www.cosmix.org/software/files/InconsolataHellenic.zip -> ${P}.zip" + +LICENSE="OFL-1.1" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +IUSE="" + +DEPEND="app-arch/unzip" + +S=${WORKDIR} +FONT_S=${S} +FONT_SUFFIX="ttf"
