dlan        14/11/14 03:23:05

  Modified:             ChangeLog
  Added:                wqy-microhei-0.2.0_beta-r1.ebuild
  Log:
  fix wrong horizontal advance for Korean characters, bug 529104, patch borrow 
from debian, thanks Hongjiu Zhang for reporting
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xAABEFD55)

Revision  Changes    Path
1.4                  media-fonts/wqy-microhei/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/wqy-microhei/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   5 Feb 2013 00:55:05 -0000       1.3
+++ ChangeLog   14 Nov 2014 03:23:05 -0000      1.4
@@ -1,6 +1,12 @@
 # ChangeLog for media-fonts/wqy-microhei
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/wqy-microhei/ChangeLog,v 1.3 
2013/02/05 00:55:05 heroxbd Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/wqy-microhei/ChangeLog,v 1.4 
2014/11/14 03:23:05 dlan Exp $
+
+*wqy-microhei-0.2.0_beta-r1 (14 Nov 2014)
+
+  14 Nov 2014; Yixun Lan <[email protected]> +wqy-microhei-0.2.0_beta-r1.ebuild:
+  fix wrong horizontal advance for Korean characters, bug 529104, patch borrow
+  from debian, thanks Hongjiu Zhang for reporting
 
   05 Feb 2013; Benda Xu <[email protected]> wqy-microhei-0.2.0_beta.ebuild:
   keyword ~arm



1.1                  media-fonts/wqy-microhei/wqy-microhei-0.2.0_beta-r1.ebuild

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

Index: wqy-microhei-0.2.0_beta-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-fonts/wqy-microhei/wqy-microhei-0.2.0_beta-r1.ebuild,v
 1.1 2014/11/14 03:23:05 dlan Exp $

EAPI=5
inherit font

MY_P="${P/_/-}"
DESCRIPTION="A droid derived Sans-Serif style CJK font"
HOMEPAGE="http://wqy.sourceforge.net/en/";
SRC_URI="mirror://sourceforge/wqy/${MY_P}.tar.gz
        http://dev.gentoo.org/~dlan/distfiles/${PN}.ttc.xd3";

LICENSE="Apache-2.0 GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

# Only installs fonts
RESTRICT="strip binchecks"

S="${WORKDIR}/${PN}"
FONT_S="${S}"

FONT_SUFFIX="ttc"
DOCS="AUTHORS.txt ChangeLog.txt README.txt"

DEPEND="${DEPEND}
        dev-util/xdelta:3"

src_prepare() {
        xdelta3 -f -d -s "${S}"/wqy-microhei.ttc 
"${DISTDIR}"/wqy-microhei.ttc.xd3 "${S}"/wqy-microhei.ttc || die
}




Reply via email to