public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-fonts/mplus-outline-fonts: ChangeLog mplus-outline-fonts-0_pre033.ebuild
@ 2010-10-02  9:17 Matsuu Takuto (matsuu)
  0 siblings, 0 replies; only message in thread
From: Matsuu Takuto (matsuu) @ 2010-10-02  9:17 UTC (permalink / raw
  To: gentoo-commits

matsuu      10/10/02 09:17:29

  Modified:             ChangeLog
  Added:                mplus-outline-fonts-0_pre033.ebuild
  Log:
  Version bumped.
  
  (Portage version: 2.1.9.10/cvs/Linux x86_64)

Revision  Changes    Path
1.28                 media-fonts/mplus-outline-fonts/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	20 Jul 2010 16:24:28 -0000	1.27
+++ ChangeLog	2 Oct 2010 09:17:29 -0000	1.28
@@ -1,6 +1,12 @@
 # ChangeLog for media-fonts/mplus-outline-fonts
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog,v 1.27 2010/07/20 16:24:28 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog,v 1.28 2010/10/02 09:17:29 matsuu Exp $
+
+*mplus-outline-fonts-0_pre033 (02 Oct 2010)
+
+  02 Oct 2010; MATSUU Takuto <matsuu@gentoo.org>
+  +mplus-outline-fonts-0_pre033.ebuild:
+  Version bumped.
 
   20 Jul 2010; Jeroen Roovers <jer@gentoo.org>
   mplus-outline-fonts-0_pre030-r1.ebuild:



1.1                  media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre033.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre033.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre033.ebuild?rev=1.1&content-type=text/plain

Index: mplus-outline-fonts-0_pre033.ebuild
===================================================================
# Copyright 1999-2010 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_pre033.ebuild,v 1.1 2010/10/02 09:17:29 matsuu Exp $

EAPI="2"
inherit font

MY_P="mplus-${PV/0_pre/TESTFLIGHT-}"
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"

LICENSE="mplus-fonts IPAfont"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~x86"
IUSE="ipafont"

DEPEND="ipafont? (
		media-gfx/fontforge
		>=media-fonts/ja-ipafonts-003.02
	)"
RDEPEND=""

S="${WORKDIR}/${MY_P}"

FONT_SUFFIX="ttf"
FONT_S="${S}"

DOCS="README_J README_E"

RESTRICT="strip binchecks"

IPAFONT_DIR="/usr/share/fonts/ja-ipafonts"

src_prepare() {
	if use ipafont ; then
		cp -p "${IPAFONT_DIR}/ipag.ttf" "${S}" || die
	fi
}

src_compile() {
	if use ipafont ; then
		fontforge -script m++ipa.pe || die
		rm -f ipag.ttf || die
	fi
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-10-02  9:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-02  9:17 [gentoo-commits] gentoo-x86 commit in media-fonts/mplus-outline-fonts: ChangeLog mplus-outline-fonts-0_pre033.ebuild Matsuu Takuto (matsuu)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox