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 E2524138A2F for ; Wed, 20 Aug 2014 00:30:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F144E08E2; Wed, 20 Aug 2014 00:30:14 +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 A3D4FE08E2 for ; Wed, 20 Aug 2014 00:30:13 +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 A339034004B for ; Wed, 20 Aug 2014 00:30:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9B0A3987 for ; Wed, 20 Aug 2014 00:30:08 +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: <1408494530.5f68fcbc91587f7a2681375e854e42feb1d78805.sping@gentoo> Subject: [gentoo-commits] proj/betagarden:master commit in: media-fonts/VeraSansYuanTi/ X-VCS-Repository: proj/betagarden X-VCS-Files: media-fonts/VeraSansYuanTi/VeraSansYuanTi-0-r1.ebuild media-fonts/VeraSansYuanTi/VeraSansYuanTi-0.ebuild X-VCS-Directories: media-fonts/VeraSansYuanTi/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 5f68fcbc91587f7a2681375e854e42feb1d78805 X-VCS-Branch: master Date: Wed, 20 Aug 2014 00:30:08 +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: 176171e6-2d2e-48b1-adde-6693aa1de275 X-Archives-Hash: 046b390ad79bb956b7be61cd86056937 commit: 5f68fcbc91587f7a2681375e854e42feb1d78805 Author: Sebastian Pipping pipping org> AuthorDate: Sun Aug 17 23:06:17 2014 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Wed Aug 20 00:28:50 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=5f68fcbc media-fonts/VeraSansYuanTi: Add non-regular styles --- .../VeraSansYuanTi/VeraSansYuanTi-0-r1.ebuild | 36 ++++++++++++++++++++++ media-fonts/VeraSansYuanTi/VeraSansYuanTi-0.ebuild | 24 --------------- 2 files changed, 36 insertions(+), 24 deletions(-) diff --git a/media-fonts/VeraSansYuanTi/VeraSansYuanTi-0-r1.ebuild b/media-fonts/VeraSansYuanTi/VeraSansYuanTi-0-r1.ebuild new file mode 100644 index 0000000..2da182a --- /dev/null +++ b/media-fonts/VeraSansYuanTi/VeraSansYuanTi-0-r1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="5" + +DESCRIPTION="Chinese font Vera Sans Yuan Ti (including Mono)" +HOMEPAGE="" +SRC_URI=" + !minimal? ( + ftp://ftp.bupt.edu.cn/pub/software/Chinese/Font-related/VeraSans/VeraSansYuanTi-Bold.zip + ftp://ftp.bupt.edu.cn/pub/software/Chinese/Font-related/VeraSans/VeraSansYuanTi-BoldItalic.zip + ftp://ftp.bupt.edu.cn/pub/software/Chinese/Font-related/VeraSans/VeraSansYuanTi-Italic.zip + ) + ftp://ftp.bupt.edu.cn/pub/software/Chinese/Font-related/VeraSans/VeraSansYuanTi-Regular.zip + !minimal? ( + ftp://ftp.bupt.edu.cn/pub/software/Chinese/Font-related/VeraSans/VeraSansYuanTiMono-Bold.zip + ftp://ftp.bupt.edu.cn/pub/software/Chinese/Font-related/VeraSans/VeraSansYuanTiMono-BoldItalic.zip + ftp://ftp.bupt.edu.cn/pub/software/Chinese/Font-related/VeraSans/VeraSansYuanTiMono-Italic.zip + ) + ftp://ftp.bupt.edu.cn/pub/software/Chinese/Font-related/VeraSans/VeraSansYuanTiMono-Regular.zip + " + +LICENSE="all-rights-reserved" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="minimal" + +RESTRICT="" + +S="${WORKDIR}" + +src_install() { + insinto /usr/share/fonts/${PN} + doins *.ttf || die +} diff --git a/media-fonts/VeraSansYuanTi/VeraSansYuanTi-0.ebuild b/media-fonts/VeraSansYuanTi/VeraSansYuanTi-0.ebuild deleted file mode 100644 index 393ef26..0000000 --- a/media-fonts/VeraSansYuanTi/VeraSansYuanTi-0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="5" - -DESCRIPTION="Chinese font Vera Sans Yuan Ti (including Mono)" -HOMEPAGE="" -SRC_URI="ftp://ftp.bupt.edu.cn/pub/software/Chinese/Font-related/VeraSans/VeraSansYuanTi-Regular.zip - ftp://ftp.bupt.edu.cn/pub/software/Chinese/Font-related/VeraSans/VeraSansYuanTiMono-Regular.zip" - -LICENSE="all-rights-reserved" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RESTRICT="" - -S="${WORKDIR}" - -src_install() { - insinto /usr/share/fonts/${PN} - doins *.ttf || die -}