Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-fonts/mplus-outline-fonts: mplus-outline-fonts-0_pre043.ebuild ChangeLog
Date: Sat, 03 Dec 2011 16:19:45
Message-Id: 20111203135321.8AA1020061@flycatcher.gentoo.org
1 grobian 11/12/03 13:53:21
2
3 Modified: mplus-outline-fonts-0_pre043.ebuild ChangeLog
4 Log:
5 Fix USE=ipafont for Prefix, bump to EAPI=3, by MATSUI Tetsushi in bug #393001
6
7 (Portage version: 2.2.01.19824-prefix/cvs/Darwin i386)
8
9 Revision Changes Path
10 1.2 media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre043.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre043.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre043.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre043.ebuild?r1=1.1&r2=1.2
15
16 Index: mplus-outline-fonts-0_pre043.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre043.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- mplus-outline-fonts-0_pre043.ebuild 30 Sep 2011 15:17:38 -0000 1.1
23 +++ mplus-outline-fonts-0_pre043.ebuild 3 Dec 2011 13:53:21 -0000 1.2
24 @@ -1,8 +1,8 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre043.ebuild,v 1.1 2011/09/30 15:17:38 matsuu Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre043.ebuild,v 1.2 2011/12/03 13:53:21 grobian Exp $
29
30 -EAPI="2"
31 +EAPI="3"
32 inherit font
33
34 MY_P="mplus-${PV/0_pre/TESTFLIGHT-}"
35 @@ -30,7 +30,7 @@
36
37 RESTRICT="strip binchecks"
38
39 -IPAFONT_DIR="/usr/share/fonts/ja-ipafonts"
40 +IPAFONT_DIR="${EPREFIX}/usr/share/fonts/ja-ipafonts"
41
42 src_prepare() {
43 if use ipafont ; then
44
45
46
47 1.34 media-fonts/mplus-outline-fonts/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog?rev=1.34&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog?rev=1.34&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog?r1=1.33&r2=1.34
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog,v
56 retrieving revision 1.33
57 retrieving revision 1.34
58 diff -u -r1.33 -r1.34
59 --- ChangeLog 30 Sep 2011 15:17:38 -0000 1.33
60 +++ ChangeLog 3 Dec 2011 13:53:21 -0000 1.34
61 @@ -1,6 +1,10 @@
62 # ChangeLog for media-fonts/mplus-outline-fonts
63 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog,v 1.33 2011/09/30 15:17:38 matsuu Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog,v 1.34 2011/12/03 13:53:21 grobian Exp $
66 +
67 + 03 Dec 2011; Fabian Groffen <grobian@g.o>
68 + mplus-outline-fonts-0_pre043.ebuild:
69 + Fix USE=ipafont for Prefix, bump to EAPI=3, by MATSUI Tetsushi in bug #393001
70
71 *mplus-outline-fonts-0_pre043 (30 Sep 2011)