blob: 0adaa43ad455b0243161c9491efbf359f7816c0d (
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-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-fonts/ja-ipafonts/ja-ipafonts-0.0.20040715.ebuild,v 1.4 2004/10/27 03:23:21 tgall Exp $
inherit font
DESCRIPTION="Japanese TrueType fonts developed by IPA (Information-technology Promotion Agency, Japan)"
HOMEPAGE="http://www.grass-japan.org/FOSS4G/readme-grass-i18n-ipafonts.eucjp.htm"
SRC_URI="http://www.grass-japan.org/FOSS4G/ipafonts/grass5.0.3_i686-pc-linux-i18n-ipafull-gnu_bin.tar.gz"
LICENSE="grass-ipafonts"
RESTRICT="nomirror"
SLOT="0"
KEYWORDS="x86 ppc alpha ~ppc-macos ppc64"
IUSE=""
S="${WORKDIR}"
FONT_SUFFIX="ttf"
FONT_S="${S}/fonts"
DOCS="readme-grass-i18n-ipafonts.eucjp license-ipafonts.eucjp"
|