diff options
author | Johannes Huber <johu@gentoo.org> | 2018-05-20 13:02:22 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2018-05-20 13:02:22 +0200 |
commit | 9c60ae90bac504a1679b0f8a50ab5a0b02ee5a43 (patch) | |
tree | 148ad676b0d8f9a6fc094831229eb4fdbebd67c6 /media-fonts/alee-fonts | |
parent | media-fonts/alee-fonts: stable for ALLARCHES (bug #656072) (diff) | |
download | gentoo-9c60ae90bac504a1679b0f8a50ab5a0b02ee5a43.tar.gz gentoo-9c60ae90bac504a1679b0f8a50ab5a0b02ee5a43.tar.bz2 gentoo-9c60ae90bac504a1679b0f8a50ab5a0b02ee5a43.zip |
media-fonts/alee-fonts: Remove 13 (r0)
Uses deprecated EAPI 0 and overshadowed by 13-r1.
Package-Manager: Portage-2.3.38, Repoman-2.3.9
Diffstat (limited to 'media-fonts/alee-fonts')
-rw-r--r-- | media-fonts/alee-fonts/alee-fonts-13.ebuild | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/media-fonts/alee-fonts/alee-fonts-13.ebuild b/media-fonts/alee-fonts/alee-fonts-13.ebuild deleted file mode 100644 index 3a835a80adec..000000000000 --- a/media-fonts/alee-fonts/alee-fonts-13.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit font - -DESCRIPTION="A Lee's Hangul truetype fonts" -HOMEPAGE="https://screenshots.debian.net/package/ttf-alee" -SRC_URI="mirror://debian/pool/main/t/ttf-alee/ttf-alee_${PV}.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} |