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_pre033.ebuild
Date: Sat, 02 Oct 2010 09:17:39
Message-Id: 20101002091729.6B4DD20051@flycatcher.gentoo.org
1 matsuu 10/10/02 09:17:29
2
3 Modified: ChangeLog
4 Added: mplus-outline-fonts-0_pre033.ebuild
5 Log:
6 Version bumped.
7
8 (Portage version: 2.1.9.10/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.28 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.28&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog?rev=1.28&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog?r1=1.27&r2=1.28
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog,v
20 retrieving revision 1.27
21 retrieving revision 1.28
22 diff -u -r1.27 -r1.28
23 --- ChangeLog 20 Jul 2010 16:24:28 -0000 1.27
24 +++ ChangeLog 2 Oct 2010 09:17:29 -0000 1.28
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-fonts/mplus-outline-fonts
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog,v 1.27 2010/07/20 16:24:28 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog,v 1.28 2010/10/02 09:17:29 matsuu Exp $
30 +
31 +*mplus-outline-fonts-0_pre033 (02 Oct 2010)
32 +
33 + 02 Oct 2010; MATSUU Takuto <matsuu@g.o>
34 + +mplus-outline-fonts-0_pre033.ebuild:
35 + Version bumped.
36
37 20 Jul 2010; Jeroen Roovers <jer@g.o>
38 mplus-outline-fonts-0_pre030-r1.ebuild:
39
40
41
42 1.1 media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre033.ebuild
43
44 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
45 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
46
47 Index: mplus-outline-fonts-0_pre033.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $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 $
52
53 EAPI="2"
54 inherit font
55
56 MY_P="mplus-${PV/0_pre/TESTFLIGHT-}"
57 DESCRIPTION="M+ Japanese outline fonts with IPA font"
58 HOMEPAGE="http://mplus-fonts.sourceforge.jp/ https://sourceforge.jp/projects/opfc/"
59 SRC_URI="mirror://sourceforge.jp/mplus-fonts/6650/${MY_P}.tar.gz"
60
61 LICENSE="mplus-fonts IPAfont"
62 SLOT="0"
63 KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~x86"
64 IUSE="ipafont"
65
66 DEPEND="ipafont? (
67 media-gfx/fontforge
68 >=media-fonts/ja-ipafonts-003.02
69 )"
70 RDEPEND=""
71
72 S="${WORKDIR}/${MY_P}"
73
74 FONT_SUFFIX="ttf"
75 FONT_S="${S}"
76
77 DOCS="README_J README_E"
78
79 RESTRICT="strip binchecks"
80
81 IPAFONT_DIR="/usr/share/fonts/ja-ipafonts"
82
83 src_prepare() {
84 if use ipafont ; then
85 cp -p "${IPAFONT_DIR}/ipag.ttf" "${S}" || die
86 fi
87 }
88
89 src_compile() {
90 if use ipafont ; then
91 fontforge -script m++ipa.pe || die
92 rm -f ipag.ttf || die
93 fi
94 }