commit: 90f2f107130a1be647e27e99fa05baa72230263f Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Fri Mar 2 21:24:36 2018 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sat Mar 10 22:55:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90f2f107
media-fonts/alee-fonts: EAPI6, fix HOMEPAGE, fix SRC_URI. Closes: https://github.com/gentoo/gentoo/pull/7340 media-fonts/alee-fonts/alee-fonts-13-r1.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/media-fonts/alee-fonts/alee-fonts-13-r1.ebuild b/media-fonts/alee-fonts/alee-fonts-13-r1.ebuild new file mode 100644 index 00000000000..2d414e5daea --- /dev/null +++ b/media-fonts/alee-fonts/alee-fonts-13-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit font + +DESCRIPTION="A Lee's Hangul truetype fonts" +HOMEPAGE="https://screenshots.debian.net/package/ttf-alee" +SRC_URI="http://turul.canonical.com/pool/main/t/ttf-alee/ttf-alee_13.tar.gz" + +LICENSE="Artistic" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="" + +FONT_SUFFIX="ttf" +FONT_S="${WORKDIR}/ttf-alee-${PV}" + +S=${FONT_S}
