Gentoo Archives: gentoo-commits

From: "Akinori Hattori (hattya)" <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-fonts/mplus-outline-fonts: mplus-outline-fonts-0_pre055.ebuild ChangeLog
Date: Thu, 23 May 2013 14:15:29
Message-Id: 20130523141522.4E59F2171D@flycatcher.gentoo.org
1 hattya 13/05/23 14:15:22
2
3 Modified: ChangeLog
4 Added: mplus-outline-fonts-0_pre055.ebuild
5 Log:
6 new upstream release
7
8 (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key EC917A6D)
9
10 Revision Changes Path
11 1.38 media-fonts/mplus-outline-fonts/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog?rev=1.38&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog?rev=1.38&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog?r1=1.37&r2=1.38
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog,v
20 retrieving revision 1.37
21 retrieving revision 1.38
22 diff -u -r1.37 -r1.38
23 --- ChangeLog 8 Oct 2012 10:01:49 -0000 1.37
24 +++ ChangeLog 23 May 2013 14:15:22 -0000 1.38
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-fonts/mplus-outline-fonts
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog,v 1.37 2012/10/08 10:01:49 hattya Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog,v 1.38 2013/05/23 14:15:22 hattya Exp $
31 +
32 +*mplus-outline-fonts-0_pre055 (23 May 2013)
33 +
34 + 23 May 2013; Akinori Hattori <hattya@g.o>
35 + +mplus-outline-fonts-0_pre055.ebuild:
36 + new upstream release
37
38 *mplus-outline-fonts-0_pre052 (08 Oct 2012)
39
40
41
42
43 1.1 media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre055.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre055.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre055.ebuild?rev=1.1&content-type=text/plain
47
48 Index: mplus-outline-fonts-0_pre055.ebuild
49 ===================================================================
50 # Copyright 1999-2013 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre055.ebuild,v 1.1 2013/05/23 14:15:22 hattya Exp $
53
54 EAPI="4"
55 inherit font
56
57 MY_P="mplus-${PV/0_pre/TESTFLIGHT-}"
58 DESCRIPTION="M+ Japanese outline fonts"
59 HOMEPAGE="http://mplus-fonts.sourceforge.jp/ http://ossipedia.ipa.go.jp/ipafont/"
60 SRC_URI="mirror://sourceforge.jp/mplus-fonts/6650/${MY_P}.tar.xz"
61
62 LICENSE="mplus-fonts ipafont? ( IPAfont )"
63 SLOT="0"
64 KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~x86 ~ppc-macos ~x86-macos"
65 IUSE="ipafont"
66
67 DEPEND="ipafont? (
68 media-gfx/fontforge
69 >=media-fonts/ja-ipafonts-003.02
70 )"
71 RDEPEND=""
72
73 S="${WORKDIR}/${MY_P}"
74
75 FONT_SUFFIX="ttf"
76 FONT_S="${S}"
77
78 DOCS="README_J README_E"
79
80 RESTRICT="strip binchecks"
81
82 IPAFONT_DIR="${EPREFIX}/usr/share/fonts/ja-ipafonts"
83
84 src_prepare() {
85 if use ipafont ; then
86 cp -p "${IPAFONT_DIR}/ipag.ttf" "${S}" || die
87 fi
88 }
89
90 src_compile() {
91 if use ipafont ; then
92 fontforge -script m++ipa.pe || die
93 rm -f ipag.ttf || die
94 fi
95 }