From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7F905138A2F for ; Wed, 20 Aug 2014 18:15:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2046FE0804; Wed, 20 Aug 2014 18:15:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A331AE0804 for ; Wed, 20 Aug 2014 18:15:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 900D1340166 for ; Wed, 20 Aug 2014 18:15:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3BF3E3A58 for ; Wed, 20 Aug 2014 18:15:38 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1408558212.8c333cdb0983fc72049e13f2dc5c5c3729cc0427.sping@gentoo> Subject: [gentoo-commits] proj/betagarden:master commit in: media-fonts/wqy-zenhei/ X-VCS-Repository: proj/betagarden X-VCS-Files: media-fonts/wqy-zenhei/wqy-zenhei-0.9.46.ebuild X-VCS-Directories: media-fonts/wqy-zenhei/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 8c333cdb0983fc72049e13f2dc5c5c3729cc0427 X-VCS-Branch: master Date: Wed, 20 Aug 2014 18:15:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4a7bd135-3a10-4176-ba61-eb89f14101e9 X-Archives-Hash: b7bf6f908b55480b0893a13ccaa6e0e7 commit: 8c333cdb0983fc72049e13f2dc5c5c3729cc0427 Author: Sebastian Pipping pipping org> AuthorDate: Wed Aug 20 18:09:19 2014 +0000 Commit: Sebastian Pipping gentoo 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 +}