| 1 | # Copyright 1999-2010 Gentoo Foundation |
1 | # Copyright 1999-2011 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/media-fonts/umeplus-fonts/umeplus-fonts-20100106.ebuild,v 1.1 2010/01/23 07:58:12 matsuu Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/media-fonts/umeplus-fonts/umeplus-fonts-20100106.ebuild,v 1.2 2011/06/14 18:04:00 grobian Exp $ |
| 4 | |
4 | |
| 5 | inherit font |
5 | inherit font |
| 6 | |
6 | |
| 7 | DESCRIPTION="UmePlus fonts are modified Ume and M+ fonts for Japanese" |
7 | DESCRIPTION="UmePlus fonts are modified Ume and M+ fonts for Japanese" |
| 8 | HOMEPAGE="http://www.geocities.jp/ep3797/modified_fonts_01.html" |
8 | HOMEPAGE="http://www.geocities.jp/ep3797/modified_fonts_01.html" |
| 9 | SRC_URI="http://www.geocities.jp/ep3797/snapshot/modified_fonts/${P}.tar.bz2" |
9 | SRC_URI="http://www.geocities.jp/ep3797/snapshot/modified_fonts/${P}.tar.bz2" |
| 10 | |
10 | |
| 11 | LICENSE="as-is mplus-fonts" |
11 | LICENSE="as-is mplus-fonts" |
| 12 | SLOT="0" |
12 | SLOT="0" |
| 13 | KEYWORDS="~amd64 ~x86" |
13 | KEYWORDS="~amd64 ~x86 ~ppc-macos ~x86-macos" |
| 14 | IUSE="" |
14 | IUSE="" |
| 15 | |
15 | |
| 16 | # Only installs fonts |
16 | # Only installs fonts |
| 17 | RESTRICT="strip binchecks" |
17 | RESTRICT="strip binchecks" |
| 18 | |
18 | |