# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 PYTHON_COMPAT=( python2_7 ) MY_PN="${PN}font" inherit font python-any-r1 DESCRIPTION="Free version of Russian standard (GOST) Type1 fonts" HOMEPAGE="https://bitbucket.org/fat_angel/opengostfont" SRC_URI="https://bitbucket.org/fat_angel/${MY_PN}/downloads/${MY_PN}-src-${PV}.tar.xz" LICENSE="OFL-1.1" SLOT="0" KEYWORDS="~amd64" FONT_SUFFIX="ttf" DEPEND="app-arch/xz-utils ${PYTHON_DEPS} media-gfx/fontforge dev-python/fonttools" DOCS="LICENSE" S="${WORKDIR}/${MY_PN}-src-${PV}" pkg_setup() { FONT_S="${S}/${MY_PN}-ttf-${PV}" python-any-r1_pkg_setup font_pkg_setup }