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 9D81513888F for ; Tue, 13 Oct 2015 07:35:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF1B3E07A7; Tue, 13 Oct 2015 07:35:49 +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 9659CE07A7 for ; Tue, 13 Oct 2015 07:35:48 +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 455B434087F for ; Tue, 13 Oct 2015 07:35:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21AF9FC7 for ; Tue, 13 Oct 2015 07:35:36 +0000 (UTC) From: "Guilherme Amadio" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Guilherme Amadio" Message-ID: <1444721757.861189c18283e171f2b9c452cc01f668dc74992b.amadio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/nanum/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/nanum/Manifest media-fonts/nanum/metadata.xml media-fonts/nanum/nanum-3.0.ebuild X-VCS-Directories: media-fonts/nanum/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: 861189c18283e171f2b9c452cc01f668dc74992b X-VCS-Branch: master Date: Tue, 13 Oct 2015 07:35:36 +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: 5e0c9b7c-eccf-47f1-869a-a834f6f4ac33 X-Archives-Hash: 91ec79d064e2553cfb442989ad828d2d commit: 861189c18283e171f2b9c452cc01f668dc74992b Author: Guilherme Amadio gentoo org> AuthorDate: Tue Oct 13 07:35:57 2015 +0000 Commit: Guilherme Amadio gentoo org> CommitDate: Tue Oct 13 07:35:57 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=861189c1 media-fonts/nanum: new ebuild Package-Manager: portage-2.2.23 media-fonts/nanum/Manifest | 1 + media-fonts/nanum/metadata.xml | 5 +++++ media-fonts/nanum/nanum-3.0.ebuild | 22 ++++++++++++++++++++++ 3 files changed, 28 insertions(+) diff --git a/media-fonts/nanum/Manifest b/media-fonts/nanum/Manifest new file mode 100644 index 0000000..3721c5f --- /dev/null +++ b/media-fonts/nanum/Manifest @@ -0,0 +1 @@ +DIST nanum-3.0.tar.gz 37345484 SHA256 b6d057112076ba36d7c476f291424d292d222ad4effd3300a779565d2ebc5f7b SHA512 f2fcb765910a5cc1e04d18c0007d84e2ec970e286f09d4cf212a13b6c6c8838e4932e37e15ad0801d3b596ea7ce2605f93826968c940ffa50707d9e7aa313200 WHIRLPOOL ca47c54cbd893083ff6a5b3fbdf1d110e1ee1d53ea7c47c18326ee528aede320ad1824d18cd6a809334d32d7291adb89f8661e77dde36b234ffb5935d52e6450 diff --git a/media-fonts/nanum/metadata.xml b/media-fonts/nanum/metadata.xml new file mode 100644 index 0000000..64cc0b6 --- /dev/null +++ b/media-fonts/nanum/metadata.xml @@ -0,0 +1,5 @@ + + + + fonts + diff --git a/media-fonts/nanum/nanum-3.0.ebuild b/media-fonts/nanum/nanum-3.0.ebuild new file mode 100644 index 0000000..b5248f5 --- /dev/null +++ b/media-fonts/nanum/nanum-3.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit font + +DESCRIPTION="The Nanum Korean fonts distributed by Naver" +HOMEPAGE="http://hangeul.naver.com/2014/nanum" +SRC_URI="mirror://gentoo/${P}.tar.gz" + +LICENSE="OFL-1.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +RESTRICT="binchecks strip" + +DEPEND="" +RDEPEND="" + +FONT_SUFFIX="ttf"