hattya      15/07/10 12:03:09

  Modified:             ChangeLog
  Added:                mplus-outline-fonts-0_pre060.ebuild
  Removed:              mplus-outline-fonts-0_pre058.ebuild
                        mplus-outline-fonts-0_pre057.ebuild
  Log:
  new upstream release
  
  (Portage version: 2.2.20/cvs/Linux i686, signed Manifest commit with key 
EC917A6D)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog   29 Nov 2014 13:04:41 -0000      1.57
+++ ChangeLog   10 Jul 2015 12:03:09 -0000      1.58
@@ -1,6 +1,13 @@
 # ChangeLog for media-fonts/mplus-outline-fonts
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog,v 
1.57 2014/11/29 13:04:41 hattya Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog,v 
1.58 2015/07/10 12:03:09 hattya Exp $
+
+*mplus-outline-fonts-0_pre060 (10 Jul 2015)
+
+  10 Jul 2015; Akinori Hattori <hat...@gentoo.org>
+  +mplus-outline-fonts-0_pre060.ebuild, -mplus-outline-fonts-0_pre057.ebuild,
+  -mplus-outline-fonts-0_pre058.ebuild:
+  new upstream release
 
 *mplus-outline-fonts-0_pre059 (29 Nov 2014)
 



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

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

Index: mplus-outline-fonts-0_pre060.ebuild
===================================================================
# Copyright 1999-2015 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_pre060.ebuild,v
 1.1 2015/07/10 12:03:09 hattya Exp $

EAPI="5"

inherit font

MY_P="mplus-${PV/0_pre/TESTFLIGHT-}"

DESCRIPTION="M+ Japanese outline fonts"
HOMEPAGE="http://mplus-fonts.osdn.jp/ http://ossipedia.ipa.go.jp/ipafont/";
SRC_URI="mirror://sourceforge.jp/mplus-fonts/62344/${MY_P}.tar.xz"

LICENSE="mplus-fonts ipafont? ( IPAfont )"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~x86 ~ppc-macos ~x86-macos"
IUSE="ipafont"
RESTRICT="binchecks strip"

DEPEND="ipafont? (
                media-gfx/fontforge
                media-fonts/ja-ipafonts
        )"
RDEPEND=""
S="${WORKDIR}/${MY_P}"

FONT_SUFFIX="ttf"
FONT_S="${S}"
DOCS="README_J README_E"

IPAFONT_DIR="${EPREFIX}/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
        fi
}




Reply via email to