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/source-han-sans/
Date: Tue, 27 Feb 2018 22:15:00
Message-Id: 1519769690.2137a49dd6742a55a08ca9abe2d545de11a4de33.jstein@gentoo
1 commit: 2137a49dd6742a55a08ca9abe2d545de11a4de33
2 Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 27 22:14:15 2018 +0000
4 Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 27 22:14:50 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2137a49d
7
8 media-fonts/source-han-sans: Fix SRC_URI
9
10 Yngwin's folder is no longer available.
11 Uploaded the tar balls to jstein's dev space.
12
13 Closes: 638732
14 Package-Manager: Portage-2.3.24, Repoman-2.3.6
15
16 media-fonts/source-han-sans/source-han-sans-1.001.ebuild | 10 +++++-----
17 1 file changed, 5 insertions(+), 5 deletions(-)
18
19 diff --git a/media-fonts/source-han-sans/source-han-sans-1.001.ebuild b/media-fonts/source-han-sans/source-han-sans-1.001.ebuild
20 index 6c580044c54..ec8a1e36195 100644
21 --- a/media-fonts/source-han-sans/source-han-sans-1.001.ebuild
22 +++ b/media-fonts/source-han-sans/source-han-sans-1.001.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2016 Gentoo Foundation
25 +# Copyright 1999-2018 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=5
29 @@ -10,10 +10,10 @@ inherit font
30
31 DESCRIPTION="Pan-CJK OpenType/CFF font family"
32 HOMEPAGE="https://github.com/adobe-fonts/source-han-sans/"
33 -SRC_URI="l10n_ja? ( https://dev.gentoo.org/~yngwin/distfiles/${PN}-ja-${PV}.tar.xz )
34 - l10n_ko? ( https://dev.gentoo.org/~yngwin/distfiles/${PN}-ko-${PV}.tar.xz )
35 - l10n_zh-CN? ( https://dev.gentoo.org/~yngwin/distfiles/${PN}-zh_CN-${PV}.tar.xz )
36 - l10n_zh-TW? ( https://dev.gentoo.org/~yngwin/distfiles/${PN}-zh_TW-${PV}.tar.xz )"
37 +SRC_URI="l10n_ja? ( https://dev.gentoo.org/~jstein/dist/${PN}-ja-${PV}.tar.xz )
38 + l10n_ko? ( https://dev.gentoo.org/~jstein/dist/${PN}-ko-${PV}.tar.xz )
39 + l10n_zh-CN? ( https://dev.gentoo.org/~jstein/dist/${PN}-zh_CN-${PV}.tar.xz )
40 + l10n_zh-TW? ( https://dev.gentoo.org/~jstein/dist/${PN}-zh_TW-${PV}.tar.xz )"
41
42 LICENSE="Apache-2.0"
43 SLOT="0"