blob: 9d2958aaca1901a76c7369086fcfb5c65704fae1 (
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-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-fonts/umeplus-fonts/umeplus-fonts-20100106.ebuild,v 1.1 2010/01/23 07:58:12 matsuu 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="as-is mplus-fonts"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
# Only installs fonts
RESTRICT="strip binchecks"
FONT_S="${S}"
FONT_SUFFIX="ttf"
DOCS="ChangeLog README"
|