diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2009-01-01 04:15:17 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2009-01-01 04:15:17 +0000 |
commit | 31c4eaf792fefed99ac96c6324f8a674dcf19231 (patch) | |
tree | 02c6bc1de44af98ffada61c0b69d302dcc9833d3 /media-fonts/wqy-zenhei | |
parent | Removed old versions. (diff) | |
download | gentoo-2-31c4eaf792fefed99ac96c6324f8a674dcf19231.tar.gz gentoo-2-31c4eaf792fefed99ac96c6324f8a674dcf19231.tar.bz2 gentoo-2-31c4eaf792fefed99ac96c6324f8a674dcf19231.zip |
Version bumped. Fixed HOMEPAGE.
(Portage version: 2.1.6.4/cvs/Linux 2.6.28-gentoo x86_64)
Diffstat (limited to 'media-fonts/wqy-zenhei')
-rw-r--r-- | media-fonts/wqy-zenhei/ChangeLog | 10 | ||||
-rw-r--r-- | media-fonts/wqy-zenhei/wqy-zenhei-0.8.34_p20081027.ebuild | 43 |
2 files changed, 51 insertions, 2 deletions
diff --git a/media-fonts/wqy-zenhei/ChangeLog b/media-fonts/wqy-zenhei/ChangeLog index 55f9da63ab9d..82d63183d8b5 100644 --- a/media-fonts/wqy-zenhei/ChangeLog +++ b/media-fonts/wqy-zenhei/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-fonts/wqy-zenhei -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/wqy-zenhei/ChangeLog,v 1.3 2008/09/25 10:29:29 aballier Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/wqy-zenhei/ChangeLog,v 1.4 2009/01/01 04:15:17 matsuu Exp $ + +*wqy-zenhei-0.8.34_p20081027 (01 Jan 2009) + + 01 Jan 2009; MATSUU Takuto <matsuu@gentoo.org> + +wqy-zenhei-0.8.34_p20081027.ebuild: + Version bumped. Fixed HOMEPAGE. 25 Sep 2008; Alexis Ballier <aballier@gentoo.org> wqy-zenhei-0.6.26.ebuild: diff --git a/media-fonts/wqy-zenhei/wqy-zenhei-0.8.34_p20081027.ebuild b/media-fonts/wqy-zenhei/wqy-zenhei-0.8.34_p20081027.ebuild new file mode 100644 index 000000000000..4f6d8d270c91 --- /dev/null +++ b/media-fonts/wqy-zenhei/wqy-zenhei-0.8.34_p20081027.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/wqy-zenhei/wqy-zenhei-0.8.34_p20081027.ebuild,v 1.1 2009/01/01 04:15:17 matsuu Exp $ + +inherit font + +MY_P="${P/_p/-cvs}" +DESCRIPTION="WenQuanYi Hei-Ti Style (sans-serif) Chinese outline font" +HOMEPAGE="http://wenq.org/enindex.cgi" +SRC_URI="mirror://sourceforge/wqy/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~x86-fbsd" +IUSE="" + +# Only installs fonts +RESTRICT="strip binchecks" + +DEPEND="" + +S="${WORKDIR}/${PN}" +FONT_S="${S}" +FONT_CONF=( + "44-wqy-zenhei.conf" + "66-wqy-zenhei-sharp.conf" +) + +FONT_SUFFIX="ttc" +DOCS="AUTHORS ChangeLog README" + +pkg_postinst() { + font_pkg_postinst + elog + elog "This font installs two fontconfig configuration files." + elog "" + elog "To activate preferred rendering, run:" + elog "eselect fontconfig enable 44-wqy-zenhei.conf" + elog + elog "To make the font only use embedded bitmap fonts when available, run:" + elog "eselect fontconfig enable 66-wqy-zenhei-sharp.conf" + elog +} |