yngwin      15/02/21 06:39:36

  Modified:             ChangeLog
  Added:                wqy-zenhei-0.9.46.ebuild
  Log:
  Version bump. Fix fontconfig warning with patch contributed by Kévin 
Bernard-Allies in bug #490412.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  Changes    Path
1.13                 media-fonts/wqy-zenhei/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/wqy-zenhei/ChangeLog?rev=1.13&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/wqy-zenhei/ChangeLog?rev=1.13&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/wqy-zenhei/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/wqy-zenhei/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   5 Feb 2013 00:53:54 -0000       1.12
+++ ChangeLog   21 Feb 2015 06:39:36 -0000      1.13
@@ -1,6 +1,13 @@
 # ChangeLog for media-fonts/wqy-zenhei
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/wqy-zenhei/ChangeLog,v 1.12 
2013/02/05 00:53:54 heroxbd Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/wqy-zenhei/ChangeLog,v 1.13 
2015/02/21 06:39:36 yngwin Exp $
+
+*wqy-zenhei-0.9.46 (21 Feb 2015)
+
+  21 Feb 2015; Ben de Groot <[email protected]> 
+files/44-wqy-zenhei.conf.patch,
+  +wqy-zenhei-0.9.46.ebuild:
+  Version bump. Fix fontconfig warning with patch contributed by Kévin Bernard-
+  Allies in bug #490412.
 
   05 Feb 2013; Benda Xu <[email protected]> wqy-zenhei-0.9.45.ebuild:
   keyword ~arm



1.1                  media-fonts/wqy-zenhei/wqy-zenhei-0.9.46.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/wqy-zenhei/wqy-zenhei-0.9.46.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/wqy-zenhei/wqy-zenhei-0.9.46.ebuild?rev=1.1&content-type=text/plain

Index: wqy-zenhei-0.9.46.ebuild
===================================================================
# Copyright 1999-2015 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.9.46.ebuild,v 1.1 
2015/02/21 06:39:36 yngwin Exp $

EAPI=5
DISABLE_AUTOFORMATTING=true
inherit font readme.gentoo

DESCRIPTION="WenQuanYi Hei-Ti Style (sans-serif) Chinese outline font"
HOMEPAGE="http://wenq.org/wqy2/index.cgi?ZenHei";
SRC_URI="mirror://sourceforge/project/wqy/${PN}-snapshot/${PV}-May/${P}-May.tar.bz2"

LICENSE="GPL-2-with-font-exception"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
IUSE=""

S="${WORKDIR}/${PN}"
FONT_S="${S}"
FONT_SUFFIX="ttc"
FONT_CONF=(
        43-wqy-zenhei-sharp.conf
        44-wqy-zenhei.conf
)

# Only installs fonts
RESTRICT="binchecks strip test"

DOC_CONTENTS="This font installs two fontconfig configuration files.

To activate preferred rendering, run:
        eselect fontconfig enable 44-wqy-zenhei.conf

To make the font only use embedded bitmap fonts when available, run:
        eselect fontconfig enable 43-wqy-zenhei-sharp.conf"

src_prepare() {
        epatch "${FILESDIR}/44-wqy-zenhei.conf.patch"
}

src_compile() {
        :
}

src_install() {
        font_src_install
        readme.gentoo_create_doc
}

pkg_postinst() {
        unset FONT_CONF # override default message
        font_pkg_postinst
        readme.gentoo_pkg_postinst
}




Reply via email to