Gentoo Archives: gentoo-commits

From: "Matsuu Takuto (matsuu)" <matsuu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-fonts/mplus-outline-fonts: ChangeLog mplus-outline-fonts-0_pre046.ebuild
Date: Sat, 28 Jan 2012 15:33:23
Message-Id: 20120128153310.DC9F92004B@flycatcher.gentoo.org
1 matsuu 12/01/28 15:33:10
2
3 Modified: ChangeLog
4 Added: mplus-outline-fonts-0_pre046.ebuild
5 Log:
6 Version bumped.
7
8 (Portage version: 2.1.10.44/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.36 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.36&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog?rev=1.36&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog?r1=1.35&r2=1.36
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog,v
20 retrieving revision 1.35
21 retrieving revision 1.36
22 diff -u -r1.35 -r1.36
23 --- ChangeLog 18 Dec 2011 03:32:47 -0000 1.35
24 +++ ChangeLog 28 Jan 2012 15:33:10 -0000 1.36
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-fonts/mplus-outline-fonts
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog,v 1.35 2011/12/18 03:32:47 naota Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog,v 1.36 2012/01/28 15:33:10 matsuu Exp $
31 +
32 +*mplus-outline-fonts-0_pre046 (28 Jan 2012)
33 +
34 + 28 Jan 2012; MATSUU Takuto <matsuu@g.o>
35 + +mplus-outline-fonts-0_pre046.ebuild:
36 + Version bumped.
37
38 *mplus-outline-fonts-0_pre043-r1 (18 Dec 2011)
39
40
41
42
43 1.1 media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre046.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre046.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_pre046.ebuild?rev=1.1&content-type=text/plain
47
48 Index: mplus-outline-fonts-0_pre046.ebuild
49 ===================================================================
50 # Copyright 1999-2012 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_pre046.ebuild,v 1.1 2012/01/28 15:33:10 matsuu Exp $
53
54 EAPI="3"
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 }