diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2009-03-11 15:14:22 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2009-03-11 15:14:22 +0000 |
commit | a48be79be78540711982a63bdc4c54fa2098b988 (patch) | |
tree | 5f7e1ca414e225677728f6fe8e54726040f6e8bf /media-fonts | |
parent | Marking wesnoth-1.4.7-r1 ppc and ppc64 for bug 255394 (diff) | |
download | gentoo-2-a48be79be78540711982a63bdc4c54fa2098b988.tar.gz gentoo-2-a48be79be78540711982a63bdc4c54fa2098b988.tar.bz2 gentoo-2-a48be79be78540711982a63bdc4c54fa2098b988.zip |
Version bumped.
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'media-fonts')
-rw-r--r-- | media-fonts/mplus-outline-fonts/ChangeLog | 8 | ||||
-rw-r--r-- | media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre021.ebuild | 41 |
2 files changed, 48 insertions, 1 deletions
diff --git a/media-fonts/mplus-outline-fonts/ChangeLog b/media-fonts/mplus-outline-fonts/ChangeLog index 34817cd86fe9..1039ef9d6256 100644 --- a/media-fonts/mplus-outline-fonts/ChangeLog +++ b/media-fonts/mplus-outline-fonts/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-fonts/mplus-outline-fonts # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog,v 1.10 2009/01/02 23:47:47 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog,v 1.11 2009/03/11 15:14:22 matsuu Exp $ + +*mplus-outline-fonts-0_pre021 (11 Mar 2009) + + 11 Mar 2009; MATSUU Takuto <matsuu@gentoo.org> + +mplus-outline-fonts-0_pre021.ebuild: + Version bumped. 02 Jan 2009; MATSUU Takuto <matsuu@gentoo.org> -mplus-outline-fonts-0_pre014.ebuild, diff --git a/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre021.ebuild b/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre021.ebuild new file mode 100644 index 000000000000..7f8f026db6a7 --- /dev/null +++ b/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre021.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre021.ebuild,v 1.1 2009/03/11 15:14:22 matsuu Exp $ + +inherit font + +MY_P="mplus-${PV/0_pre/TESTFLIGHT-}" +MY_IPAFONT="opfc-ModuleHP-1.1.1_withIPAFonts" + +DESCRIPTION="M+ Japanese outline fonts with IPA font" +HOMEPAGE="http://mplus-fonts.sourceforge.jp/ https://sourceforge.jp/projects/opfc/" +SRC_URI="mirror://sourceforge.jp/mplus-fonts/6650/${MY_P}.tar.gz + mirror://sourceforge.jp/opfc/13897/${MY_IPAFONT}.tar.gz" + +LICENSE="mplus-fonts grass-ipafonts" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~x86" +IUSE="" + +DEPEND="dev-lang/perl + media-gfx/fontforge" +RDEPEND="" + +S="${WORKDIR}/${MY_P}" + +FONT_SUFFIX="ttf" +FONT_S="${S}" + +DOCS="README_J" + +RESTRICT="strip binchecks" + +src_unpack() { + unpack ${A} + cp -p "${WORKDIR}"/${MY_IPAFONT}/fonts/*.ttf "${S}" +} + +src_compile() { + fontforge -script m++ipa.pe || die + rm -f ipa* || die +} |