diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2009-10-11 02:31:27 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2009-10-11 02:31:27 +0000 |
commit | b9e92d87f86db8a85f4e4b84525d4b3c8d3b5423 (patch) | |
tree | 38fffd62a90fee0b1fe2ede1dfcd54721613e323 /media-fonts/kanjistrokeorders/kanjistrokeorders-2.014.ebuild | |
parent | Dont default BUILD_CFLAGS to CFLAGS #272479 by Markus Rathgeb. (diff) | |
download | gentoo-2-b9e92d87f86db8a85f4e4b84525d4b3c8d3b5423.tar.gz gentoo-2-b9e92d87f86db8a85f4e4b84525d4b3c8d3b5423.tar.bz2 gentoo-2-b9e92d87f86db8a85f4e4b84525d4b3c8d3b5423.zip |
Version bumped.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'media-fonts/kanjistrokeorders/kanjistrokeorders-2.014.ebuild')
-rw-r--r-- | media-fonts/kanjistrokeorders/kanjistrokeorders-2.014.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/media-fonts/kanjistrokeorders/kanjistrokeorders-2.014.ebuild b/media-fonts/kanjistrokeorders/kanjistrokeorders-2.014.ebuild new file mode 100644 index 000000000000..377ef2b5aa19 --- /dev/null +++ b/media-fonts/kanjistrokeorders/kanjistrokeorders-2.014.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/kanjistrokeorders/kanjistrokeorders-2.014.ebuild,v 1.1 2009/10/11 02:31:27 matsuu Exp $ + +inherit font + +MY_P="KanjiStrokeOrders_v${PV}" +DESCRIPTION="font to view stroke order diagrams for Kanji, Kana and etc" +HOMEPAGE="http://sites.google.com/site/nihilistorguk/" +SRC_URI="http://sites.google.com/site/nihilistorguk/Home/${MY_P}.zip" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +# Only installs fonts +RESTRICT="strip binchecks" + +S="${WORKDIR}" +FONT_S="${S}" + +FONT_SUFFIX="ttf" +DOCS="readme_en_v${PV}.txt" |