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 4FCC41382C5 for ; Wed, 14 Feb 2018 01:03:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 663EEE0A83; Wed, 14 Feb 2018 01:03:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3FBF5E0A83 for ; Wed, 14 Feb 2018 01:03:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8360F335C0A for ; Wed, 14 Feb 2018 01:02:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0EE931F1 for ; Wed, 14 Feb 2018 01:02:57 +0000 (UTC) From: "Jonas Stein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jonas Stein" Message-ID: <1518570155.b41aade56aeba444c3b4ea05c62bfc77204b78b8.jstein@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/open-sans/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/open-sans/open-sans-1.ebuild X-VCS-Directories: media-fonts/open-sans/ X-VCS-Committer: jstein X-VCS-Committer-Name: Jonas Stein X-VCS-Revision: b41aade56aeba444c3b4ea05c62bfc77204b78b8 X-VCS-Branch: master Date: Wed, 14 Feb 2018 01:02:57 +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: f0fdde00-87f5-4c04-8ef5-7c2e9ef93245 X-Archives-Hash: c396e1326e2f5386eb1bf336fdd91e90 commit: b41aade56aeba444c3b4ea05c62bfc77204b78b8 Author: Jonas Stein gentoo org> AuthorDate: Wed Feb 14 01:02:35 2018 +0000 Commit: Jonas Stein gentoo org> CommitDate: Wed Feb 14 01:02:35 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b41aade5 media-fonts/open-sans: Restore old stable Package-Manager: Portage-2.3.24, Repoman-2.3.6 media-fonts/open-sans/open-sans-1.ebuild | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/media-fonts/open-sans/open-sans-1.ebuild b/media-fonts/open-sans/open-sans-1.ebuild new file mode 100644 index 00000000000..7cc5b44431e --- /dev/null +++ b/media-fonts/open-sans/open-sans-1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +inherit font + +DESCRIPTION="Clean and modern sans-serif typeface designed for legibility across interfaces" +HOMEPAGE="http://www.opensans.com/" +SRC_URI="https://dev.gentoo.org/~jstein/dist/${P}.zip" +# renamed from unversioned google zip + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="amd64 arm x86" +IUSE="" + +DEPEND="app-arch/unzip" +S=${WORKDIR} +FONT_SUFFIX="ttf"