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/wqy-microhei: metadata.xml ChangeLog wqy-microhei-0.2.0_beta.ebuild
Date: Thu, 02 Jul 2009 16:48:50
Message-Id: E1MMPSq-00069R-Nt@stork.gentoo.org
1 matsuu 09/07/02 16:48:48
2
3 Added: metadata.xml ChangeLog
4 wqy-microhei-0.2.0_beta.ebuild
5 Log:
6 Initial import.
7 (Portage version: 2.1.6.13/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 media-fonts/wqy-microhei/metadata.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/wqy-microhei/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/wqy-microhei/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>fonts</herd>
21 <herd>cjk</herd>
22 </pkgmetadata>
23
24
25
26 1.1 media-fonts/wqy-microhei/ChangeLog
27
28 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/wqy-microhei/ChangeLog?rev=1.1&view=markup
29 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/wqy-microhei/ChangeLog?rev=1.1&content-type=text/plain
30
31 Index: ChangeLog
32 ===================================================================
33 # ChangeLog for media-fonts/wqy-microhei
34 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
35 # $Header: /var/cvsroot/gentoo-x86/media-fonts/wqy-microhei/ChangeLog,v 1.1 2009/07/02 16:48:48 matsuu Exp $
36
37 *wqy-microhei-0.2.0_beta (02 Jul 2009)
38
39 02 Jul 2009; MATSUU Takuto <matsuu@g.o>
40 +wqy-microhei-0.2.0_beta.ebuild, +metadata.xml:
41 Initial import.
42
43
44
45
46 1.1 media-fonts/wqy-microhei/wqy-microhei-0.2.0_beta.ebuild
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/wqy-microhei/wqy-microhei-0.2.0_beta.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/wqy-microhei/wqy-microhei-0.2.0_beta.ebuild?rev=1.1&content-type=text/plain
50
51 Index: wqy-microhei-0.2.0_beta.ebuild
52 ===================================================================
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/media-fonts/wqy-microhei/wqy-microhei-0.2.0_beta.ebuild,v 1.1 2009/07/02 16:48:48 matsuu Exp $
56
57 inherit font
58
59 MY_P="${P/_/-}"
60 DESCRIPTION="A droid derived Sans-Serif style CJK font"
61 HOMEPAGE="http://wqy.sourceforge.net/en/"
62 SRC_URI="mirror://sourceforge/wqy/${MY_P}.tar.gz"
63
64 LICENSE="Apache-2.0 GPL-3"
65 SLOT="0"
66 KEYWORDS="~amd64 ~x86"
67 IUSE=""
68
69 # Only installs fonts
70 RESTRICT="strip binchecks"
71
72 S="${WORKDIR}/${PN}"
73 FONT_S="${S}"
74
75 FONT_SUFFIX="ttc"
76 DOCS="AUTHORS.txt ChangeLog.txt README.txt"