commit:     8c333cdb0983fc72049e13f2dc5c5c3729cc0427
Author:     Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Wed Aug 20 18:09:19 2014 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Wed Aug 20 18:10:12 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=8c333cdb

media-fonts/wqy-zenhei: 0.9.46

---
 media-fonts/wqy-zenhei/wqy-zenhei-0.9.46.ebuild | 32 +++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/media-fonts/wqy-zenhei/wqy-zenhei-0.9.46.ebuild 
b/media-fonts/wqy-zenhei/wqy-zenhei-0.9.46.ebuild
new file mode 100644
index 0000000..46fde6d
--- /dev/null
+++ b/media-fonts/wqy-zenhei/wqy-zenhei-0.9.46.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+inherit font
+
+MY_PV=${PV/_/-}
+DESCRIPTION="Chinese font"
+HOMEPAGE="http://sourceforge.net/projects/wqy/";
+SRC_URI="mirror://sourceforge/project/wqy/${PN}-snapshot/${PV}-May/${PN}-${PV}-May.tar.bz2"
+LICENSE="GPL-2-with-font-exception"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+IUSE=""
+
+S="${WORKDIR}"/${PN}
+
+src_compile() {
+       :
+}
+
+src_install() {
+       insinto ${FONTDIR}
+       newins ${PN}.{ttc,ttf} || die
+
+       export FONT_CONF=( 43-wqy-zenhei-sharp.conf 44-wqy-zenhei.conf )
+       font_fontconfig
+
+       dodoc AUTHORS ChangeLog README || die
+}

Reply via email to