diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-02 22:24:36 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-03-10 23:55:31 +0100 |
commit | 90f2f107130a1be647e27e99fa05baa72230263f (patch) | |
tree | 7a246472ef1d752063fe44f28fd25778075b1424 /media-fonts | |
parent | app-vim/multvals: use HTTPS (diff) | |
download | gentoo-90f2f107130a1be647e27e99fa05baa72230263f.tar.gz gentoo-90f2f107130a1be647e27e99fa05baa72230263f.tar.bz2 gentoo-90f2f107130a1be647e27e99fa05baa72230263f.zip |
media-fonts/alee-fonts: EAPI6, fix HOMEPAGE, fix SRC_URI.
Closes: https://github.com/gentoo/gentoo/pull/7340
Diffstat (limited to 'media-fonts')
-rw-r--r-- | media-fonts/alee-fonts/alee-fonts-13-r1.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
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 000000000000..2d414e5daea1 --- /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} |