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/zh-kcfonts: ChangeLog zh-kcfonts-1.05-r3.ebuild
Date: Thu, 01 Jan 2009 02:06:44
Message-Id: E1LICxN-0000eA-PJ@stork.gentoo.org
1 matsuu 09/01/01 02:06:41
2
3 Modified: ChangeLog
4 Added: zh-kcfonts-1.05-r3.ebuild
5 Log:
6 Fixed parallel make issue, bug #247719. Clean up.
7 (Portage version: 2.1.6.4/cvs/Linux 2.6.28-gentoo x86_64)
8
9 Revision Changes Path
10 1.22 media-fonts/zh-kcfonts/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/zh-kcfonts/ChangeLog?rev=1.22&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/zh-kcfonts/ChangeLog?rev=1.22&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/zh-kcfonts/ChangeLog?r1=1.21&r2=1.22
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-fonts/zh-kcfonts/ChangeLog,v
19 retrieving revision 1.21
20 retrieving revision 1.22
21 diff -u -r1.21 -r1.22
22 --- ChangeLog 22 Jul 2007 07:11:28 -0000 1.21
23 +++ ChangeLog 1 Jan 2009 02:06:41 -0000 1.22
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-fonts/zh-kcfonts
26 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/zh-kcfonts/ChangeLog,v 1.21 2007/07/22 07:11:28 dirtyepic Exp $
28 +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/zh-kcfonts/ChangeLog,v 1.22 2009/01/01 02:06:41 matsuu Exp $
30 +
31 +*zh-kcfonts-1.05-r3 (01 Jan 2009)
32 +
33 + 01 Jan 2009; MATSUU Takuto <matsuu@g.o>
34 + +files/kcfonts-1.05-parallel-make.patch, +zh-kcfonts-1.05-r3.ebuild:
35 + Fixed parallel make issue, bug #247719. Clean up.
36
37 22 Jul 2007; Ryan Hill <dirtyepic@g.o> -zh-kcfonts-1.05-r1.ebuild,
38 zh-kcfonts-1.05-r2.ebuild:
39
40
41
42 1.1 media-fonts/zh-kcfonts/zh-kcfonts-1.05-r3.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/zh-kcfonts/zh-kcfonts-1.05-r3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/zh-kcfonts/zh-kcfonts-1.05-r3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: zh-kcfonts-1.05-r3.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-fonts/zh-kcfonts/zh-kcfonts-1.05-r3.ebuild,v 1.1 2009/01/01 02:06:41 matsuu Exp $
52
53 S="${WORKDIR}"
54 inherit eutils font toolchain-funcs
55
56 MY_P="kcfonts-${PV}"
57 DESCRIPTION="Kuo Chauo Chinese Fonts collection in BIG5 encoding"
58 SRC_URI="ftp://freebsd.sinica.edu.tw/pub/distfiles/${MY_P}.tar.gz
59 ftp://wm28.csie.ncu.edu.tw/pub/distfiles/${MY_P}.tar.gz
60 mirror://gentoo/${MY_P}-freebsd-aa_ad.patch.gz"
61 HOMEPAGE="http://freebsd.sinica.edu.tw/"
62 # no real homepage exists, but this was written by Taiwanese FreeBSD devs
63
64 LICENSE="freedist"
65 SLOT="0"
66 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
67 IUSE=""
68
69 # Only installs fonts
70 RESTRICT="strip binchecks"
71
72 FONT_SUFFIX="pcf.gz"
73 DOCS="00README Xdefaults.*"
74
75 src_unpack() {
76 unpack ${A}
77 cd "${S}"
78
79 epatch "${WORKDIR}/${MY_P}-freebsd-aa_ad.patch"
80 epatch "${FILESDIR}/${MY_P}-code-fixups.patch"
81 epatch "${FILESDIR}/${MY_P}-parallel-make.patch"
82 }
83
84 src_compile() {
85 emake CC="$(tc-getCC)" || die
86 }