From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D00F41382DE for ; Thu, 30 Jun 2016 10:30:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3C74E0A40; Thu, 30 Jun 2016 10:30:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 523D5E0A40 for ; Thu, 30 Jun 2016 10:30:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C45AE34087C for ; Thu, 30 Jun 2016 10:30:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5853997B for ; Thu, 30 Jun 2016 10:30:03 +0000 (UTC) From: "Tony Vroon" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tony Vroon" Message-ID: <1467282601.651b4d9a98b03c544b0dcacac6136f3fd7e4960a.chainsaw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/awesome/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/awesome/Manifest media-fonts/awesome/awesome-4.6.3.ebuild media-fonts/awesome/metadata.xml X-VCS-Directories: media-fonts/awesome/ X-VCS-Committer: chainsaw X-VCS-Committer-Name: Tony Vroon X-VCS-Revision: 651b4d9a98b03c544b0dcacac6136f3fd7e4960a X-VCS-Branch: master Date: Thu, 30 Jun 2016 10:30:03 +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: 954bf2be-d384-4b19-b045-8cff8e4ae7ce X-Archives-Hash: 78cbbadbbce28af6a76968cbea021779 commit: 651b4d9a98b03c544b0dcacac6136f3fd7e4960a Author: Tony Vroon gentoo org> AuthorDate: Thu Jun 30 10:30:01 2016 +0000 Commit: Tony Vroon gentoo org> CommitDate: Thu Jun 30 10:30:01 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=651b4d9a media-fonts/awesome: Initial commit. Ebuild stolen from the Quarks overlay with only minor changes. media-fonts/awesome/Manifest | 1 + media-fonts/awesome/awesome-4.6.3.ebuild | 23 +++++++++++++++++++++++ media-fonts/awesome/metadata.xml | 8 ++++++++ 3 files changed, 32 insertions(+) diff --git a/media-fonts/awesome/Manifest b/media-fonts/awesome/Manifest new file mode 100644 index 0000000..88902a4 --- /dev/null +++ b/media-fonts/awesome/Manifest @@ -0,0 +1 @@ +DIST awesome-4.6.3.tar.gz 2526615 SHA256 669fb1210c64eda3f998c86941641f1bcd0af4450643daf8841cb62d2b6c71a4 SHA512 ecf78028e7948e89d352c7f0de413198d95c235e36f49c24146d246012145ac62e0f4d1148655ef88be15710340688b2f3cc55247cfb6742a41400422f88d69f WHIRLPOOL 056ad3e1970d4eef4eaf2294bc3b5a0f02fb3de0145826ff10505e7bed851de4385629e10829675f94dd1a8ed49b4cdcaaabbc3c466c88f3bb094b5bb414629f diff --git a/media-fonts/awesome/awesome-4.6.3.ebuild b/media-fonts/awesome/awesome-4.6.3.ebuild new file mode 100644 index 0000000..518b40e --- /dev/null +++ b/media-fonts/awesome/awesome-4.6.3.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=6 +inherit font + +MY_PN="Font-Awesome" +DESCRIPTION="The iconic font designed for use with Twitter Bootstrap" +HOMEPAGE="http://fortawesome.github.com/Font-Awesome" +SRC_URI="https://github.com/FortAwesome/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="OFL-1.1 CC-BY-3.0" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="" +RDEPEND="" + +S="${WORKDIR}"/${MY_PN}-${PV} +FONT_SUFFIX="ttf otf" +FONT_S="${S}"/fonts diff --git a/media-fonts/awesome/metadata.xml b/media-fonts/awesome/metadata.xml new file mode 100644 index 0000000..5087760 --- /dev/null +++ b/media-fonts/awesome/metadata.xml @@ -0,0 +1,8 @@ + + + + + chainsaw@gentoo.org + Tony Vroon + +