Gentoo Archives: gentoo-commits

From: Jonas Stein <jstein@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/nunito/
Date: Tue, 13 Feb 2018 23:36:50
Message-Id: 1518564848.f0069708572010f618819cbc783fa61e8a3582a9.jstein@gentoo
1 commit: f0069708572010f618819cbc783fa61e8a3582a9
2 Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 13 23:34:08 2018 +0000
4 Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 13 23:34:08 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0069708
7
8 media-fonts/nunito: Bump to EAPI=6
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 media-fonts/nunito/nunito-1.0-r1.ebuild | 20 ++++++++++++++++++++
13 1 file changed, 20 insertions(+)
14
15 diff --git a/media-fonts/nunito/nunito-1.0-r1.ebuild b/media-fonts/nunito/nunito-1.0-r1.ebuild
16 new file mode 100644
17 index 00000000000..619be073efb
18 --- /dev/null
19 +++ b/media-fonts/nunito/nunito-1.0-r1.ebuild
20 @@ -0,0 +1,20 @@
21 +# Copyright 1999-2018 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=6
25 +
26 +inherit font
27 +
28 +DESCRIPTION="A Sans Serif font with rounded terminals"
29 +HOMEPAGE="https://www.google.com/webfonts/specimen/Nunito https://github.com/vernnobile/NunitoFont"
30 +SRC_URI="https://dev.gentoo.org/~jstein/dist/${P}.tar.xz"
31 +
32 +LICENSE="OFL-1.1"
33 +SLOT="0"
34 +KEYWORDS="~amd64 ~x86"
35 +IUSE=""
36 +
37 +DEPEND=""
38 +RDEPEND=""
39 +
40 +FONT_SUFFIX="ttf"