blob: 8e121012a5953a039db7b36c76d0b764aaf45235 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-fonts/umeplus-fonts/umeplus-fonts-20090604.ebuild,v 1.3 2013/01/16 20:29:38 ulm Exp $
inherit font
DESCRIPTION="UmePlus fonts are modified Ume and M+ fonts for Japanese"
HOMEPAGE="http://www.geocities.jp/ep3797/modified_fonts_01.html"
SRC_URI="http://www.geocities.jp/ep3797/snapshot/modified_fonts/${P}.tar.bz2"
LICENSE="mplus-fonts public-domain"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
# Only installs fonts
RESTRICT="strip binchecks"
FONT_S="${S}"
FONT_SUFFIX="ttf"
DOCS="ChangeLog README"
|