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:51
Message-Id: 1518564663.fede681a4242852d453d55f6b263208371fb99eb.jstein@gentoo
1 commit: fede681a4242852d453d55f6b263208371fb99eb
2 Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 13 23:31:03 2018 +0000
4 Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 13 23:31:03 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fede681a
7
8 media-fonts/nunito: Fix SRC_URI and HOMEPAGE
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 media-fonts/nunito/nunito-1.0.ebuild | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/media-fonts/nunito/nunito-1.0.ebuild b/media-fonts/nunito/nunito-1.0.ebuild
16 index e094554e1f6..4490a5bcd8a 100644
17 --- a/media-fonts/nunito/nunito-1.0.ebuild
18 +++ b/media-fonts/nunito/nunito-1.0.ebuild
19 @@ -1,13 +1,13 @@
20 -# Copyright 1999-2012 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=4
25
26 inherit font
27
28 -DESCRIPTION="A well balanced Sans Serif with rounded terminals"
29 -HOMEPAGE="https://www.google.com/webfonts/specimen/Nunito https://code.google.com/p/googlefontdirectory/source/browse/nunito"
30 -SRC_URI="https://dev.gentoo.org/~yngwin/distfiles/${P}.tar.xz"
31 +DESCRIPTION="A Sans Serif font with rounded terminals"
32 +HOMEPAGE="https://www.google.com/webfonts/specimen/Nunito https://github.com/vernnobile/NunitoFont"
33 +SRC_URI="https://dev.gentoo.org/~jstein/dist/${P}.tar.xz"
34
35 LICENSE="OFL-1.1"
36 SLOT="0"