mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
media-fonts/alee-fonts: EAPI6, fix HOMEPAGE, fix SRC_URI.
Closes: https://github.com/gentoo/gentoo/pull/7340
This commit is contained in:
committed by
Patrice Clement
parent
a8b59d86ba
commit
90f2f10713
20
media-fonts/alee-fonts/alee-fonts-13-r1.ebuild
Normal file
20
media-fonts/alee-fonts/alee-fonts-13-r1.ebuild
Normal file
@@ -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}
|
||||
Reference in New Issue
Block a user