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 7A63113877A 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 1C53BE0801; 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 8357BE07FC 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 8060A34013C 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 2AE823A56 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.5440cd43c90d4c819e67a0f579bc7165a184a87f.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.45.ebuild X-VCS-Directories: media-fonts/wqy-zenhei/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 5440cd43c90d4c819e67a0f579bc7165a184a87f 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: c28b1654-ff5a-4822-81c8-e841a03aeb1a X-Archives-Hash: 23391a4845dd9c035ca88655255e377d commit: 5440cd43c90d4c819e67a0f579bc7165a184a87f Author: Sebastian Pipping pipping org> AuthorDate: Wed Aug 20 18:05:31 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=5440cd43 media-fonts/wqy-zenhei: 0.9.45 --- media-fonts/wqy-zenhei/wqy-zenhei-0.9.45.ebuild | 33 +++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/media-fonts/wqy-zenhei/wqy-zenhei-0.9.45.ebuild b/media-fonts/wqy-zenhei/wqy-zenhei-0.9.45.ebuild new file mode 100644 index 0000000..b80d4e5 --- /dev/null +++ b/media-fonts/wqy-zenhei/wqy-zenhei-0.9.45.ebuild @@ -0,0 +1,33 @@ +# 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}/${PV}%20%28Fighting-state%20RC1%29/wqy-zenhei-${PV}.tar.gz" + +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 +}