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: mplus-outline-fonts-0_pre019.ebuild ChangeLog
Date: Thu, 04 Dec 2008 16:34:36
Message-Id: E1L8H9s-0006Sr-Ud@stork.gentoo.org
1 matsuu 08/12/04 16:34:32
2
3 Modified: ChangeLog
4 Added: mplus-outline-fonts-0_pre019.ebuild
5 Log:
6 Version bumped.
7 (Portage version: 2.1.6_rc2/cvs/Linux 2.6.27-gentoo-r2 x86_64)
8
9 Revision Changes Path
10 1.9 media-fonts/mplus-outline-fonts/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog?r1=1.8&r2=1.9
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- ChangeLog 9 Aug 2008 00:45:06 -0000 1.8
23 +++ ChangeLog 4 Dec 2008 16:34:32 -0000 1.9
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-fonts/mplus-outline-fonts
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog,v 1.8 2008/08/09 00:45:06 matsuu Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog,v 1.9 2008/12/04 16:34:32 matsuu Exp $
29 +
30 +*mplus-outline-fonts-0_pre019 (04 Dec 2008)
31 +
32 + 04 Dec 2008; MATSUU Takuto <matsuu@g.o>
33 + +mplus-outline-fonts-0_pre019.ebuild:
34 + Version bumped.
35
36 *mplus-outline-fonts-0_pre016 (09 Aug 2008)
37
38
39
40
41 1.1 media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre019.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre019.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre019.ebuild?rev=1.1&content-type=text/plain
45
46 Index: mplus-outline-fonts-0_pre019.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre019.ebuild,v 1.1 2008/12/04 16:34:32 matsuu Exp $
51
52 inherit font
53
54 MY_P="mplus-${PV/0_pre/TESTFLIGHT-}"
55 MY_IPAFONT="opfc-ModuleHP-1.1.1_withIPAFonts"
56
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 mirror://sourceforge.jp/opfc/13897/${MY_IPAFONT}.tar.gz"
61
62 LICENSE="mplus-fonts grass-ipafonts"
63 SLOT="0"
64 KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~x86"
65 IUSE=""
66
67 DEPEND="dev-lang/perl
68 media-gfx/fontforge"
69 RDEPEND=""
70
71 S="${WORKDIR}/${MY_P}"
72
73 FONT_SUFFIX="ttf"
74 FONT_S="${S}"
75
76 DOCS="README_J"
77
78 RESTRICT="strip binchecks"
79
80 src_unpack() {
81 unpack ${A}
82 cp -p "${WORKDIR}"/${MY_IPAFONT}/fonts/*.ttf "${S}"
83 }
84
85 src_compile() {
86 fontforge -script m++ipa.pe || die
87 rm -f ipa* || die
88 }